diff --git "a/datasets/schema_guided/dialogues_012.json" "b/datasets/schema_guided/dialogues_012.json" new file mode 100644--- /dev/null +++ "b/datasets/schema_guided/dialogues_012.json" @@ -0,0 +1,71711 @@ +[ + { + "dialogue_id": "12_00000", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "event_type", + "values": [ + "Sports" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to search for sports events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What city is your preference?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Anaheim" + ], + "slot": "city", + "values": [ + "Anaheim, CA" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "6th of March" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 11, + "slot": "city", + "start": 0 + }, + { + "exclusive_end": 31, + "slot": "date", + "start": 19 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Anaheim, CA" + ], + "date": [ + "6th of March" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Anaheim, CA on the 6th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Angels Vs Tigers" + ], + "slot": "event_name", + "values": [ + "Angels Vs Tigers" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Angel Stadium of Anaheim" + ], + "slot": "venue", + "values": [ + "Angel Stadium of Anaheim" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Anaheim", + "date": "2019-03-06", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Baseball", + "city": "Anaheim", + "date": "2019-03-06", + "event_name": "Angels Vs Tigers", + "event_type": "Sports", + "time": "19:00", + "venue": "Angel Stadium of Anaheim", + "venue_address": "2000 East Gene Autry Way" + } + ], + "slots": [ + { + "exclusive_end": 71, + "slot": "event_name", + "start": 55 + }, + { + "exclusive_end": 44, + "slot": "venue", + "start": 20 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is 1 event at Angel Stadium of Anaheim. It's the Angels Vs Tigers." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "Anaheim, CA" + ], + "date": [ + "6th of March" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where is this stadium located." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2000 East Gene Autry Way" + ], + "slot": "venue_address", + "values": [ + "2000 East Gene Autry Way" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 50, + "slot": "venue_address", + "start": 26 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The stadium is located at 2000 East Gene Autry Way." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Anaheim, CA" + ], + "date": [ + "6th of March" + ], + "event_name": [ + "Angels Vs Tigers" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good to me. That's all I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "12_00001", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Do you know of any events, I'd like to look for some." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "Music", + "Sports" + ], + "slot": "event_type", + "values": [ + "Music", + "Sports" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything specific you like, for example Music, Sports, or anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "event_type", + "values": [ + "Sports" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to search for Games." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there any particular city I should search in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Baseball" + ], + "slot": "category", + "values": [ + "Baseball" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "city", + "values": [ + "Philly" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 19, + "slot": "category", + "start": 11 + }, + { + "exclusive_end": 35, + "slot": "city", + "start": 29 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Baseball" + ], + "city": [ + "Philly" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Search for Baseball games in Philly." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Phillies Vs Braves" + ], + "slot": "event_name", + "values": [ + "Phillies Vs Braves" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Citizens Bank Park" + ], + "slot": "venue", + "values": [ + "Citizens Bank Park" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "7" + ], + "slot": "count", + "values": [ + "7" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Baseball", + "city": "Philadelphia", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Baseball", + "city": "Philadelphia", + "date": "2019-03-09", + "event_name": "Phillies Vs Braves", + "event_type": "Sports", + "time": "19:30", + "venue": "Citizens Bank Park", + "venue_address": "1 Citizens Bank Way" + }, + { + "category": "Baseball", + "city": "Philadelphia", + "date": "2019-03-12", + "event_name": "Phillies Vs Cubs", + "event_type": "Sports", + "time": "17:00", + "venue": "Citizens Bank Park", + "venue_address": "1 Citizens Bank Way" + }, + { + "category": "Baseball", + "city": "Philadelphia", + "date": "2019-03-09", + "event_name": "Phillies Vs Diamondbacks", + "event_type": "Sports", + "time": "19:00", + "venue": "Citizens Bank Park", + "venue_address": "1 Citizens Bank Way" + }, + { + "category": "Baseball", + "city": "Philadelphia", + "date": "2019-03-11", + "event_name": "Phillies Vs Mets", + "event_type": "Sports", + "time": "17:00", + "venue": "Citizens Bank Park", + "venue_address": "1 Citizens Bank Way" + }, + { + "category": "Baseball", + "city": "Philadelphia", + "date": "2019-03-09", + "event_name": "Phillies Vs Padres", + "event_type": "Sports", + "time": "17:30", + "venue": "Citizens Bank Park", + "venue_address": "1 Citizens Bank Way" + }, + { + "category": "Baseball", + "city": "Philadelphia", + "date": "2019-03-01", + "event_name": "Phillies Vs Pirates", + "event_type": "Sports", + "time": "18:30", + "venue": "Citizens Bank Park", + "venue_address": "1 Citizens Bank Way" + }, + { + "category": "Baseball", + "city": "Philadelphia", + "date": "2019-03-01", + "event_name": "Phillies Vs White Sox", + "event_type": "Sports", + "time": "18:00", + "venue": "Citizens Bank Park", + "venue_address": "1 Citizens Bank Way" + } + ], + "slots": [ + { + "exclusive_end": 84, + "slot": "event_name", + "start": 66 + }, + { + "exclusive_end": 106, + "slot": "venue", + "start": 88 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 7 events that you might be interested in. How about the Phillies Vs Braves at Citizens Bank Park?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Baseball" + ], + "city": [ + "Philly" + ], + "event_name": [ + "Phillies Vs Braves" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like the sound of that." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to get some tickets for that game?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Baseball" + ], + "city": [ + "Philly" + ], + "event_name": [ + "Phillies Vs Braves" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I won't be buying tickets. That's all the help I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay then, have an excellent day." + } + ] + }, + { + "dialogue_id": "12_00002", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York city" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 42, + "slot": "city", + "start": 29 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "New York city" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am searching for events in New York city. Can you help me with that?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "Music", + "Sports" + ], + "slot": "event_type", + "values": [ + "Music", + "Sports" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, any specific type of events you are searching for? Music, sports, or something else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "event_type", + "values": [ + "Music" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "New York city" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am looking for a concert to attend." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Amber Run Brooklyn" + ], + "slot": "event_name", + "values": [ + "Amber Run Brooklyn" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Warsaw" + ], + "slot": "venue", + "values": [ + "Warsaw" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "New York", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "Pop", + "city": "New York", + "date": "2019-03-05", + "event_name": "Amber Run Brooklyn", + "event_type": "Music", + "time": "19:30", + "venue": "Warsaw", + "venue_address": "261 Driggs Avenue, Brooklyn" + }, + { + "category": "International", + "city": "New York", + "date": "2019-03-02", + "event_name": "Americo", + "event_type": "Music", + "time": "18:30", + "venue": "La Boom", + "venue_address": "56-15 Northern Boulevard, Woodside" + }, + { + "category": "Blues", + "city": "New York", + "date": "2019-03-10", + "event_name": "Ben Harper", + "event_type": "Music", + "time": "19:00", + "venue": "Pier 17", + "venue_address": "89 South Street" + }, + { + "category": "Hip Hop", + "city": "New York", + "date": "2019-03-13", + "event_name": "Blackbear", + "event_type": "Music", + "time": "18:30", + "venue": "Pier 17", + "venue_address": "89 South Street" + }, + { + "category": "Hip Hop", + "city": "New York", + "date": "2019-03-14", + "event_name": "Blowout Music Festival", + "event_type": "Music", + "time": "18:00", + "venue": "Knockdown Center", + "venue_address": "52-19 Flushing Avenue, Maspeth" + }, + { + "category": "Blues", + "city": "New York", + "date": "2019-03-09", + "event_name": "Buddy Guy", + "event_type": "Music", + "time": "17:00", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + }, + { + "category": "Rock", + "city": "New York", + "date": "2019-03-06", + "event_name": "Chemical Brothers", + "event_type": "Music", + "time": "19:00", + "venue": "Forest Hills Stadium", + "venue_address": "1 Tennis Place, Forest Hills" + }, + { + "category": "Jazz", + "city": "New York", + "date": "2019-03-07", + "event_name": "Chris Botti", + "event_type": "Music", + "time": "17:00", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + }, + { + "category": "Electronica", + "city": "New York", + "date": "2019-03-02", + "event_name": "Crooked Colours", + "event_type": "Music", + "time": "19:30", + "venue": "Rough Trade NYC", + "venue_address": "64 North 9th Street, Brooklyn" + }, + { + "category": "Electronica", + "city": "New York", + "date": "2019-03-01", + "event_name": "Esscalation Music Festival", + "event_type": "Music", + "time": "19:30", + "venue": "Melrose Ballroom", + "venue_address": "3608 33rd Street" + } + ], + "slots": [ + { + "exclusive_end": 43, + "slot": "event_name", + "start": 25 + }, + { + "exclusive_end": 53, + "slot": "venue", + "start": 47 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have found an event by Amber Run Brooklyn at Warsaw." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "time" + ], + "slot_values": { + "city": [ + "New York city" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is its starting time?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "19:30" + ], + "slot": "time", + "values": [ + "7:30 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 20, + "slot": "time", + "start": 13 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It begins at 7:30 pm" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "dontcare" + ], + "slot": "date", + "values": [ + "dontcare" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "New York city" + ], + "date": [ + "dontcare" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, something else if you can find. I have no specific date in mind." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Americo" + ], + "slot": "event_name", + "values": [ + "Americo" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "La Boom" + ], + "slot": "venue", + "values": [ + "la boom" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "9" + ], + "slot": "count", + "values": [ + "9" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "New York", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "Pop", + "city": "New York", + "date": "2019-03-05", + "event_name": "Amber Run Brooklyn", + "event_type": "Music", + "time": "19:30", + "venue": "Warsaw", + "venue_address": "261 Driggs Avenue, Brooklyn" + }, + { + "category": "International", + "city": "New York", + "date": "2019-03-02", + "event_name": "Americo", + "event_type": "Music", + "time": "18:30", + "venue": "La Boom", + "venue_address": "56-15 Northern Boulevard, Woodside" + }, + { + "category": "Blues", + "city": "New York", + "date": "2019-03-10", + "event_name": "Ben Harper", + "event_type": "Music", + "time": "19:00", + "venue": "Pier 17", + "venue_address": "89 South Street" + }, + { + "category": "Hip Hop", + "city": "New York", + "date": "2019-03-13", + "event_name": "Blackbear", + "event_type": "Music", + "time": "18:30", + "venue": "Pier 17", + "venue_address": "89 South Street" + }, + { + "category": "Hip Hop", + "city": "New York", + "date": "2019-03-14", + "event_name": "Blowout Music Festival", + "event_type": "Music", + "time": "18:00", + "venue": "Knockdown Center", + "venue_address": "52-19 Flushing Avenue, Maspeth" + }, + { + "category": "Blues", + "city": "New York", + "date": "2019-03-09", + "event_name": "Buddy Guy", + "event_type": "Music", + "time": "17:00", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + }, + { + "category": "Rock", + "city": "New York", + "date": "2019-03-06", + "event_name": "Chemical Brothers", + "event_type": "Music", + "time": "19:00", + "venue": "Forest Hills Stadium", + "venue_address": "1 Tennis Place, Forest Hills" + }, + { + "category": "Jazz", + "city": "New York", + "date": "2019-03-07", + "event_name": "Chris Botti", + "event_type": "Music", + "time": "17:00", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + }, + { + "category": "Electronica", + "city": "New York", + "date": "2019-03-02", + "event_name": "Crooked Colours", + "event_type": "Music", + "time": "19:30", + "venue": "Rough Trade NYC", + "venue_address": "64 North 9th Street, Brooklyn" + } + ], + "slots": [ + { + "exclusive_end": 63, + "slot": "event_name", + "start": 56 + }, + { + "exclusive_end": 74, + "slot": "venue", + "start": 67 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have found 9 events matching your criteria. How about Americo at la boom?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Blues" + ], + "slot": "category", + "values": [ + "blues" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 38, + "slot": "category", + "start": 33 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "blues" + ], + "city": [ + "New York city" + ], + "date": [ + "dontcare" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Could you find me something like blues events? I like those." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Ben Harper" + ], + "slot": "event_name", + "values": [ + "Ben Harper" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Pier 17" + ], + "slot": "venue", + "values": [ + "Pier 17" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "7" + ], + "slot": "count", + "values": [ + "7" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Blues", + "city": "New York", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "Blues", + "city": "New York", + "date": "2019-03-10", + "event_name": "Ben Harper", + "event_type": "Music", + "time": "19:00", + "venue": "Pier 17", + "venue_address": "89 South Street" + }, + { + "category": "Blues", + "city": "New York", + "date": "2019-03-09", + "event_name": "Buddy Guy", + "event_type": "Music", + "time": "17:00", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + }, + { + "category": "Blues", + "city": "New York", + "date": "2019-03-01", + "event_name": "Greensky Bluegrass", + "event_type": "Music", + "time": "18:00", + "venue": "Pier 17", + "venue_address": "89 South Street" + }, + { + "category": "Blues", + "city": "New York", + "date": "2019-03-02", + "event_name": "Lyfe Jennings", + "event_type": "Music", + "time": "19:30", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + }, + { + "category": "Blues", + "city": "New York", + "date": "2019-03-12", + "event_name": "Mac Demarco", + "event_type": "Music", + "time": "19:30", + "venue": "Prospect Park Bandshell", + "venue_address": "141 Prospect Park West, Brooklyn" + }, + { + "category": "Blues", + "city": "New York", + "date": "2019-03-12", + "event_name": "Shanice", + "event_type": "Music", + "time": "17:00", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + }, + { + "category": "Blues", + "city": "New York", + "date": "2019-03-10", + "event_name": "Vivian Green", + "event_type": "Music", + "time": "17:00", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + } + ], + "slots": [ + { + "exclusive_end": 66, + "slot": "event_name", + "start": 56 + }, + { + "exclusive_end": 77, + "slot": "venue", + "start": 70 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have found 7 events matching your criteria. How about Ben Harper at Pier 17?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "category": [ + "blues" + ], + "city": [ + "New York city" + ], + "date": [ + "dontcare" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where is the venue and when does the event start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "19:00" + ], + "slot": "time", + "values": [ + "7 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "89 South Street" + ], + "slot": "venue_address", + "values": [ + "89 south street" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 57, + "slot": "time", + "start": 53 + }, + { + "exclusive_end": 28, + "slot": "venue_address", + "start": 13 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The venue is 89 south street and the event starts at 7 pm" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "blues" + ], + "city": [ + "New York city" + ], + "date": [ + "dontcare" + ], + "event_name": [ + "Ben Harper" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds perfect." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Should I buy tickets for the event as well?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "blues" + ], + "city": [ + "New York city" + ], + "date": [ + "dontcare" + ], + "event_name": [ + "Ben Harper" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I don't want to buy tickets right now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else I can help you with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "blues" + ], + "city": [ + "New York city" + ], + "date": [ + "dontcare" + ], + "event_name": [ + "Ben Harper" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that would be all, Thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a fantastic day ahead" + } + ] + }, + { + "dialogue_id": "12_00003", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "event_type", + "values": [ + "Music" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you search for Concert events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which city do you want me to look in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "city", + "values": [ + "Philadelphia" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Jazz" + ], + "slot": "category", + "values": [ + "Jazz" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 45, + "slot": "city", + "start": 33 + }, + { + "exclusive_end": 22, + "slot": "category", + "start": 18 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Jazz" + ], + "city": [ + "Philadelphia" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Please search for Jazz events in Philadelphia." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Lauv" + ], + "slot": "event_name", + "values": [ + "Lauv" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Fillmore Philadelphia" + ], + "slot": "venue", + "values": [ + "The Fillmore Philadelphia" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Jazz", + "city": "Philadelphia", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "Jazz", + "city": "Philadelphia", + "date": "2019-03-07", + "event_name": "Lauv", + "event_type": "Music", + "time": "18:30", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + } + ], + "slots": [ + { + "exclusive_end": 27, + "slot": "event_name", + "start": 23 + }, + { + "exclusive_end": 56, + "slot": "venue", + "start": 31 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is 1 event named Lauv at The Fillmore Philadelphia." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "category": [ + "Jazz" + ], + "city": [ + "Philadelphia" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is the timing and venue event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "29 East Allen Street" + ], + "slot": "venue_address", + "values": [ + "29 East Allen Street" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "18:30" + ], + "slot": "time", + "values": [ + "6:30 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 70, + "slot": "venue_address", + "start": 50 + }, + { + "exclusive_end": 45, + "slot": "time", + "start": 38 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The timing and venue of the event are 6:30 pm and 29 East Allen Street." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Jazz" + ], + "city": [ + "Philadelphia" + ], + "event_name": [ + "Lauv" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay. That sounds great event to me. That will be all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I am glad I could help. Have a nice day." + } + ] + }, + { + "dialogue_id": "12_00004", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I haven't had much time for myself lately so I would like to look for an event to attend for fun soon." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I can look into that for you, what area would you like me to search in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Stanford" + ], + "slot": "city", + "values": [ + "Stanford" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 56, + "slot": "city", + "start": 48 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Stanford" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would prefer the location be close to home in Stanford just in case the babysitter needs to get a hold of me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_type", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you know what type of event you would like to attend?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "event_type", + "values": [ + "Sports" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Stanford" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I haven't been to any games in a while so let's start there." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Cardinal Vs Ducks" + ], + "slot": "event_name", + "values": [ + "Cardinal Vs Ducks" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Stanford Stadium" + ], + "slot": "venue", + "values": [ + "Stanford Stadium" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Stanford", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Football", + "city": "Stanford", + "date": "2019-03-02", + "event_name": "Cardinal Vs Ducks", + "event_type": "Sports", + "time": "18:00", + "venue": "Stanford Stadium", + "venue_address": "625 Nelson Road" + }, + { + "category": "Football", + "city": "Stanford", + "date": "2019-03-02", + "event_name": "Cardinal Vs Fighting Irish", + "event_type": "Sports", + "time": "18:30", + "venue": "Stanford Stadium", + "venue_address": "625 Nelson Road" + }, + { + "category": "Football", + "city": "Stanford", + "date": "2019-03-10", + "event_name": "Cardinal Vs Wildcats", + "event_type": "Sports", + "time": "17:00", + "venue": "Stanford Stadium", + "venue_address": "625 Nelson Road" + } + ], + "slots": [ + { + "exclusive_end": 64, + "slot": "event_name", + "start": 47 + }, + { + "exclusive_end": 92, + "slot": "venue", + "start": 76 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The first of 3 games I was able to find is the Cardinal Vs Ducks playing at Stanford Stadium. Does that sound appealing?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "category", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "category", + "venue_address" + ], + "slot_values": { + "city": [ + "Stanford" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What type of event would that be classified as and where exactly is the stadium located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "625 Nelson Road" + ], + "slot": "venue_address", + "values": [ + "625 Nelson Road" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Football" + ], + "slot": "category", + "values": [ + "football" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 45, + "slot": "venue_address", + "start": 30 + }, + { + "exclusive_end": 66, + "slot": "category", + "start": 58 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The address of the stadium is 625 Nelson Road and it is a football game." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Stanford" + ], + "event_name": [ + "Cardinal Vs Ducks" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sound like exactly what I was hoping for. That will be all, thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "My pleasure, enjoy your game." + } + ] + }, + { + "dialogue_id": "12_00005", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I want to scan for events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you have a particular city in mind?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "city", + "values": [ + "Philadelphia" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 33, + "slot": "city", + "start": 21 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Show me something in Philadelphia." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "Music", + "Sports" + ], + "slot": "event_type", + "values": [ + "Music", + "Sports" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there any particular type of event you are looking for? Say something like Music or Sports or anything else." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "event_type", + "values": [ + "Sports" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want something in Sports." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Eagles Vs Cowboys" + ], + "slot": "event_name", + "values": [ + "Eagles Vs Cowboys" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Lincoln Financial Field" + ], + "slot": "venue", + "values": [ + "Lincoln Financial Field" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Philadelphia", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Football", + "city": "Philadelphia", + "date": "2019-03-10", + "event_name": "Eagles Vs Cowboys", + "event_type": "Sports", + "time": "17:00", + "venue": "Lincoln Financial Field", + "venue_address": "1 Lincoln Financial Field Way" + }, + { + "category": "Football", + "city": "Philadelphia", + "date": "2019-03-12", + "event_name": "Owls Vs Bison", + "event_type": "Sports", + "time": "19:30", + "venue": "Lincoln Financial Field", + "venue_address": "1 Lincoln Financial Field Way" + }, + { + "category": "Football", + "city": "Philadelphia", + "date": "2019-03-03", + "event_name": "Owls Vs Huskies", + "event_type": "Sports", + "time": "17:30", + "venue": "Lincoln Financial Field", + "venue_address": "1 Lincoln Financial Field Way" + }, + { + "category": "Football", + "city": "Philadelphia", + "date": "2019-03-10", + "event_name": "Owls Vs Knights", + "event_type": "Sports", + "time": "17:00", + "venue": "Lincoln Financial Field", + "venue_address": "1 Lincoln Financial Field Way" + }, + { + "category": "Football", + "city": "Philadelphia", + "date": "2019-03-12", + "event_name": "Owls Vs Terrapins", + "event_type": "Sports", + "time": "19:00", + "venue": "Lincoln Financial Field", + "venue_address": "1 Lincoln Financial Field Way" + }, + { + "category": "Football", + "city": "Philadelphia", + "date": "2019-03-08", + "event_name": "Owls Vs Tigers", + "event_type": "Sports", + "time": "19:00", + "venue": "Lincoln Financial Field", + "venue_address": "1 Lincoln Financial Field Way" + }, + { + "category": "Football", + "city": "Philadelphia", + "date": "2019-03-08", + "event_name": "Owls Vs Yellow Jackets", + "event_type": "Sports", + "time": "19:30", + "venue": "Lincoln Financial Field", + "venue_address": "1 Lincoln Financial Field Way" + }, + { + "category": "Baseball", + "city": "Philadelphia", + "date": "2019-03-09", + "event_name": "Phillies Vs Braves", + "event_type": "Sports", + "time": "19:30", + "venue": "Citizens Bank Park", + "venue_address": "1 Citizens Bank Way" + }, + { + "category": "Baseball", + "city": "Philadelphia", + "date": "2019-03-12", + "event_name": "Phillies Vs Cubs", + "event_type": "Sports", + "time": "17:00", + "venue": "Citizens Bank Park", + "venue_address": "1 Citizens Bank Way" + }, + { + "category": "Baseball", + "city": "Philadelphia", + "date": "2019-03-09", + "event_name": "Phillies Vs Diamondbacks", + "event_type": "Sports", + "time": "19:00", + "venue": "Citizens Bank Park", + "venue_address": "1 Citizens Bank Way" + } + ], + "slots": [ + { + "exclusive_end": 29, + "slot": "event_name", + "start": 12 + }, + { + "exclusive_end": 66, + "slot": "venue", + "start": 43 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is an Eagles Vs Cowboys event at the Lincoln Financial Field." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "event_name": [ + "Eagles Vs Cowboys" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That is great. This is all I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Alright, have a nice day!" + } + ] + }, + { + "dialogue_id": "12_00006", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Phoenix" + ], + "slot": "city", + "values": [ + "Phoenix" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 25, + "slot": "city", + "start": 18 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Phoenix" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am traveling to Phoenix and am looking for events in the area." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "Music", + "Sports" + ], + "slot": "event_type", + "values": [ + "Music", + "Sports" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What kind of events are you looking for? Are you looking for Music, Sports or other kinds of events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "event_type", + "values": [ + "Sports" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "date", + "values": [ + "7th of March" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 58, + "slot": "date", + "start": 46 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Phoenix" + ], + "date": [ + "7th of March" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am looking for Games that take place on the 7th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Diamondbacks Vs Brewers" + ], + "slot": "event_name", + "values": [ + "Diamondbacks Vs Brewers" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Chase Field" + ], + "slot": "venue", + "values": [ + "Chase Field" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Phoenix", + "date": "2019-03-07", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Baseball", + "city": "Phoenix", + "date": "2019-03-07", + "event_name": "Diamondbacks Vs Brewers", + "event_type": "Sports", + "time": "17:00", + "venue": "Chase Field", + "venue_address": "401 East Jefferson Street" + }, + { + "category": "Baseball", + "city": "Phoenix", + "date": "2019-03-07", + "event_name": "Diamondbacks Vs Giants", + "event_type": "Sports", + "time": "19:00", + "venue": "Chase Field", + "venue_address": "401 East Jefferson Street" + }, + { + "category": "Baseball", + "city": "Phoenix", + "date": "2019-03-07", + "event_name": "Diamondbacks Vs Orioles", + "event_type": "Sports", + "time": "19:30", + "venue": "Chase Field", + "venue_address": "401 East Jefferson Street" + } + ], + "slots": [ + { + "exclusive_end": 27, + "slot": "event_name", + "start": 4 + }, + { + "exclusive_end": 54, + "slot": "venue", + "start": 43 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The Diamondbacks Vs Brewers are playing at Chase Field." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Phoenix" + ], + "date": [ + "7th of March" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you suggest some other events on the 7th of March?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Diamondbacks Vs Giants" + ], + "slot": "event_name", + "values": [ + "Diamondbacks Vs Giants" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Chase Field" + ], + "slot": "venue", + "values": [ + "Chase Field" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 26, + "slot": "event_name", + "start": 4 + }, + { + "exclusive_end": 58, + "slot": "venue", + "start": 47 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The Diamondbacks Vs Giants are also playing at Chase Field." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Phoenix" + ], + "date": [ + "7th of March" + ], + "event_name": [ + "Diamondbacks Vs Giants" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That is perfect." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to buy tickets for the game?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "Phoenix" + ], + "date": [ + "7th of March" + ], + "event_name": [ + "Diamondbacks Vs Giants" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No I don't want to buy tickets. That was all the information I needed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Thank you. Have a good day!" + } + ] + }, + { + "dialogue_id": "12_00007", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "event_type", + "values": [ + "Music" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "Saturday this week" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 49, + "slot": "date", + "start": 31 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "date": [ + "Saturday this week" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking to go to a Concert Saturday this week. Is anyone good playing?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where do you want go?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "NYC" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 38, + "slot": "city", + "start": 35 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "NYC" + ], + "date": [ + "Saturday this week" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to check out any concert in NYC." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Amber Run Brooklyn" + ], + "slot": "event_name", + "values": [ + "Amber Run Brooklyn" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Warsaw" + ], + "slot": "venue", + "values": [ + "Warsaw" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "10" + ], + "slot": "count", + "values": [ + "10" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "New York", + "date": "2019-03-02", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "Pop", + "city": "New York", + "date": "2019-03-02", + "event_name": "Amber Run Brooklyn", + "event_type": "Music", + "time": "17:00", + "venue": "Warsaw", + "venue_address": "261 Driggs Avenue, Brooklyn" + }, + { + "category": "International", + "city": "New York", + "date": "2019-03-02", + "event_name": "Americo", + "event_type": "Music", + "time": "18:30", + "venue": "La Boom", + "venue_address": "56-15 Northern Boulevard, Woodside" + }, + { + "category": "Hip Hop", + "city": "New York", + "date": "2019-03-02", + "event_name": "Blowout Music Festival", + "event_type": "Music", + "time": "19:00", + "venue": "Knockdown Center", + "venue_address": "52-19 Flushing Avenue, Maspeth" + }, + { + "category": "Jazz", + "city": "New York", + "date": "2019-03-02", + "event_name": "Chris Botti", + "event_type": "Music", + "time": "18:30", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + }, + { + "category": "Electronica", + "city": "New York", + "date": "2019-03-02", + "event_name": "Crooked Colours", + "event_type": "Music", + "time": "19:30", + "venue": "Rough Trade NYC", + "venue_address": "64 North 9th Street, Brooklyn" + }, + { + "category": "International", + "city": "New York", + "date": "2019-03-02", + "event_name": "France Rocks Festival", + "event_type": "Music", + "time": "18:30", + "venue": "David Rubenstein Atrium at Lincoln Center", + "venue_address": "61 West 62nd Street" + }, + { + "category": "Country", + "city": "New York", + "date": "2019-03-02", + "event_name": "Jason Isbell", + "event_type": "Music", + "time": "18:00", + "venue": "Prospect Park Bandshell", + "venue_address": "141 Prospect Park West, Brooklyn" + }, + { + "category": "Pop", + "city": "New York", + "date": "2019-03-02", + "event_name": "Jojo Siwa", + "event_type": "Music", + "time": "17:30", + "venue": "Forest Hills Stadium", + "venue_address": "1 Tennis Place, Forest Hills" + }, + { + "category": "Electronica", + "city": "New York", + "date": "2019-03-02", + "event_name": "Kishi Bashi", + "event_type": "Music", + "time": "19:30", + "venue": "Murmrr", + "venue_address": "17 Eastern Parkway, Brooklyn" + }, + { + "category": "Rock", + "city": "New York", + "date": "2019-03-02", + "event_name": "Low", + "event_type": "Music", + "time": "18:30", + "venue": "Murmrr", + "venue_address": "17 Eastern Parkway, Brooklyn" + } + ], + "slots": [ + { + "exclusive_end": 90, + "slot": "event_name", + "start": 72 + }, + { + "exclusive_end": 109, + "slot": "venue", + "start": 103 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 10 concerts happening that you might like. The first concert is Amber Run Brooklyn and it's in Warsaw." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "NYC" + ], + "date": [ + "Saturday this week" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where's that at?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "261 Driggs Avenue, Brooklyn" + ], + "slot": "venue_address", + "values": [ + "261 Driggs Avenue, Brooklyn" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 57, + "slot": "venue_address", + "start": 30 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The address for that venue is 261 Driggs Avenue, Brooklyn." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "NYC" + ], + "date": [ + "Saturday this week" + ], + "event_name": [ + "Amber Run Brooklyn" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds awesome. Thanks!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have fun!" + } + ] + }, + { + "dialogue_id": "12_00008", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you help me find some events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "Music", + "Sports" + ], + "slot": "event_type", + "values": [ + "Music", + "Sports" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you prefer Music or sports events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "event_type", + "values": [ + "Sports" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "date", + "values": [ + "March 11th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Baseball" + ], + "slot": "category", + "values": [ + "baseball" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 71, + "slot": "date", + "start": 61 + }, + { + "exclusive_end": 34, + "slot": "category", + "start": 26 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "baseball" + ], + "date": [ + "March 11th" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like sports events like baseball. Do they have an event on March 11th?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What city do you want to see this event in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "NY" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 2, + "slot": "city", + "start": 0 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "baseball" + ], + "city": [ + "NY" + ], + "date": [ + "March 11th" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "NY please and thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Mets Vs Braves" + ], + "slot": "event_name", + "values": [ + "Mets Vs Braves" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Citi Field" + ], + "slot": "venue", + "values": [ + "Citi Field" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Baseball", + "city": "New York", + "date": "2019-03-11", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Baseball", + "city": "New York", + "date": "2019-03-11", + "event_name": "Mets Vs Braves", + "event_type": "Sports", + "time": "17:00", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + }, + { + "category": "Baseball", + "city": "New York", + "date": "2019-03-11", + "event_name": "Mets Vs Diamondbacks", + "event_type": "Sports", + "time": "19:30", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + }, + { + "category": "Baseball", + "city": "New York", + "date": "2019-03-11", + "event_name": "Mets Vs Dodgers", + "event_type": "Sports", + "time": "18:30", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + }, + { + "category": "Baseball", + "city": "New York", + "date": "2019-03-11", + "event_name": "Mets Vs Phillies", + "event_type": "Sports", + "time": "17:30", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + }, + { + "category": "Baseball", + "city": "New York", + "date": "2019-03-11", + "event_name": "Mets Vs Pirates", + "event_type": "Sports", + "time": "18:00", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + }, + { + "category": "Baseball", + "city": "New York", + "date": "2019-03-11", + "event_name": "Mets Vs Rockies", + "event_type": "Sports", + "time": "18:30", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + }, + { + "category": "Baseball", + "city": "New York", + "date": "2019-03-11", + "event_name": "Nycfc Vs Earthquakes", + "event_type": "Sports", + "time": "18:30", + "venue": "Yankee Stadium", + "venue_address": "1 East 161 Street" + }, + { + "category": "Baseball", + "city": "New York", + "date": "2019-03-11", + "event_name": "Nycfc Vs Red Bulls", + "event_type": "Sports", + "time": "19:00", + "venue": "Yankee Stadium", + "venue_address": "1 East 161 Street" + }, + { + "category": "Baseball", + "city": "New York", + "date": "2019-03-11", + "event_name": "Yankees Vs Diamondbacks", + "event_type": "Sports", + "time": "18:30", + "venue": "Yankee Stadium", + "venue_address": "1 East 161 Street" + }, + { + "category": "Baseball", + "city": "New York", + "date": "2019-03-11", + "event_name": "Yankees Vs Orioles", + "event_type": "Sports", + "time": "19:30", + "venue": "Yankee Stadium", + "venue_address": "1 East 161 Street" + } + ], + "slots": [ + { + "exclusive_end": 23, + "slot": "event_name", + "start": 9 + }, + { + "exclusive_end": 43, + "slot": "venue", + "start": 33 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have a Mets Vs Braves event at Citi Field." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "baseball" + ], + "city": [ + "NY" + ], + "date": [ + "March 11th" + ], + "event_name": [ + "Mets Vs Braves" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That would work for me. Thanks that is all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, have a wonderful day." + } + ] + }, + { + "dialogue_id": "12_00009", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "event_type", + "values": [ + "Sports" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "You can help me to search events?I would like Games." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Are you interested in a particular city?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "date", + "values": [ + "the 11th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "city", + "values": [ + "Chicago" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 42, + "slot": "date", + "start": 34 + }, + { + "exclusive_end": 30, + "slot": "city", + "start": 23 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Chicago" + ], + "date": [ + "the 11th" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes,I am interested in Chicago in the 11th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Cubs Vs Mariners" + ], + "slot": "event_name", + "values": [ + "Cubs Vs Mariners" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Wrigley Field" + ], + "slot": "venue", + "values": [ + "Wrigley Field" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Chicago", + "date": "2019-03-11", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Baseball", + "city": "Chicago", + "date": "2019-03-11", + "event_name": "Cubs Vs Mariners", + "event_type": "Sports", + "time": "19:30", + "venue": "Wrigley Field", + "venue_address": "1060 West Addison Street" + }, + { + "category": "Baseball", + "city": "Chicago", + "date": "2019-03-11", + "event_name": "White Sox Vs Rangers", + "event_type": "Sports", + "time": "18:30", + "venue": "Guaranteed Rate Field", + "venue_address": "333 West 35th Street" + }, + { + "category": "Baseball", + "city": "Chicago", + "date": "2019-03-11", + "event_name": "White Sox Vs Twins", + "event_type": "Sports", + "time": "18:00", + "venue": "Guaranteed Rate Field", + "venue_address": "333 West 35th Street" + } + ], + "slots": [ + { + "exclusive_end": 16, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 63, + "slot": "venue", + "start": 50 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Cubs Vs Mariners is named the events and it is at Wrigley Field." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "category", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "category", + "venue_address" + ], + "slot_values": { + "city": [ + "Chicago" + ], + "date": [ + "the 11th" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "The venue is located where and what is the category of the event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Baseball" + ], + "slot": "category", + "values": [ + "Baseball" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "1060 West Addison Street" + ], + "slot": "venue_address", + "values": [ + "1060 West Addison Street" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 60, + "slot": "category", + "start": 52 + }, + { + "exclusive_end": 43, + "slot": "venue_address", + "start": 19 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "You can find it at 1060 West Addison Street it is a Baseball event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Chicago" + ], + "date": [ + "the 11th" + ], + "event_name": [ + "Cubs Vs Mariners" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like is sound perfect for me.That s all I need for now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice day!" + } + ] + }, + { + "dialogue_id": "12_00010", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I want to find an event to go to." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_type", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where should I look for events? Is there anything special you are interested in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "event_type", + "values": [ + "Music" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "NY" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 31, + "slot": "date", + "start": 26 + }, + { + "exclusive_end": 37, + "slot": "city", + "start": 35 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "NY" + ], + "date": [ + "today" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to go to a Concert today in NY." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Americo" + ], + "slot": "event_name", + "values": [ + "Americo" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "La Boom" + ], + "slot": "venue", + "values": [ + "La Boom" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "10" + ], + "slot": "count", + "values": [ + "10" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "New York", + "date": "2019-03-01", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "International", + "city": "New York", + "date": "2019-03-01", + "event_name": "Americo", + "event_type": "Music", + "time": "18:30", + "venue": "La Boom", + "venue_address": "56-15 Northern Boulevard, Woodside" + }, + { + "category": "Hip Hop", + "city": "New York", + "date": "2019-03-01", + "event_name": "Blowout Music Festival", + "event_type": "Music", + "time": "19:30", + "venue": "Knockdown Center", + "venue_address": "52-19 Flushing Avenue, Maspeth" + }, + { + "category": "Blues", + "city": "New York", + "date": "2019-03-01", + "event_name": "Buddy Guy", + "event_type": "Music", + "time": "17:00", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + }, + { + "category": "Electronica", + "city": "New York", + "date": "2019-03-01", + "event_name": "Crooked Colours", + "event_type": "Music", + "time": "19:00", + "venue": "Rough Trade NYC", + "venue_address": "64 North 9th Street, Brooklyn" + }, + { + "category": "Electronica", + "city": "New York", + "date": "2019-03-01", + "event_name": "Esscalation Music Festival", + "event_type": "Music", + "time": "19:30", + "venue": "Melrose Ballroom", + "venue_address": "3608 33rd Street" + }, + { + "category": "Blues", + "city": "New York", + "date": "2019-03-01", + "event_name": "Greensky Bluegrass", + "event_type": "Music", + "time": "18:00", + "venue": "Pier 17", + "venue_address": "89 South Street" + }, + { + "category": "Country", + "city": "New York", + "date": "2019-03-01", + "event_name": "Jamey Johnson", + "event_type": "Music", + "time": "19:30", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + }, + { + "category": "Rock", + "city": "New York", + "date": "2019-03-01", + "event_name": "Jethro Tull", + "event_type": "Music", + "time": "17:30", + "venue": "Forest Hills Stadium", + "venue_address": "1 Tennis Place, Forest Hills" + }, + { + "category": "Classical", + "city": "New York", + "date": "2019-03-01", + "event_name": "Laura Osnes", + "event_type": "Music", + "time": "19:30", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + }, + { + "category": "Blues", + "city": "New York", + "date": "2019-03-01", + "event_name": "Lyfe Jennings", + "event_type": "Music", + "time": "18:00", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + } + ], + "slots": [ + { + "exclusive_end": 42, + "slot": "event_name", + "start": 35 + }, + { + "exclusive_end": 53, + "slot": "venue", + "start": 46 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 10 such events. One is the Americo at La Boom." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "NY" + ], + "date": [ + "today" + ], + "event_name": [ + "Americo" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds perfect, thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Enjoy your day!" + } + ] + }, + { + "dialogue_id": "12_00011", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you scan for events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there any particular city you would prefer?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "city", + "values": [ + "Seattle" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 26, + "slot": "city", + "start": 19 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Look for events in Seattle." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_type", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything you have an interest in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "event_type", + "values": [ + "Music" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Search for a Concert." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Cody Johnson" + ], + "slot": "event_name", + "values": [ + "Cody Johnson" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Flamingo Lot" + ], + "slot": "venue", + "values": [ + "Flamingo Lot" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Seattle", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "Country", + "city": "Seattle", + "date": "2019-03-14", + "event_name": "Cody Johnson", + "event_type": "Music", + "time": "18:00", + "venue": "Flamingo Lot", + "venue_address": "5500 Phinney Avenue North" + }, + { + "category": "Blues", + "city": "Seattle", + "date": "2019-03-08", + "event_name": "Greensky Bluegrass", + "event_type": "Music", + "time": "19:30", + "venue": "Flamingo Lot", + "venue_address": "5500 Phinney Avenue North" + } + ], + "slots": [ + { + "exclusive_end": 53, + "slot": "event_name", + "start": 41 + }, + { + "exclusive_end": 37, + "slot": "venue", + "start": 25 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is an event at the Flamingo Lot by Cody Johnson." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle" + ], + "event_name": [ + "Cody Johnson" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds perfect." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to purchase the event tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle" + ], + "event_name": [ + "Cody Johnson" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No. I don't want the tickets and that would be all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice day!" + } + ] + }, + { + "dialogue_id": "12_00012", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I would like to search for some events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [ + "Music", + "Sports" + ], + "slot": "event_type", + "values": [ + "Music", + "Sports" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What type of events, such as music or sports events, would you like? At which location should the event be held?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "event_type", + "values": [ + "Sports" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "city", + "values": [ + "Philadelphia" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 59, + "slot": "city", + "start": 47 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am looking for games events which is held in Philadelphia." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Eagles Vs Cowboys" + ], + "slot": "event_name", + "values": [ + "Eagles Vs Cowboys" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Lincoln Financial Field" + ], + "slot": "venue", + "values": [ + "Lincoln Financial Field" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Philadelphia", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Football", + "city": "Philadelphia", + "date": "2019-03-10", + "event_name": "Eagles Vs Cowboys", + "event_type": "Sports", + "time": "17:00", + "venue": "Lincoln Financial Field", + "venue_address": "1 Lincoln Financial Field Way" + }, + { + "category": "Football", + "city": "Philadelphia", + "date": "2019-03-12", + "event_name": "Owls Vs Bison", + "event_type": "Sports", + "time": "19:30", + "venue": "Lincoln Financial Field", + "venue_address": "1 Lincoln Financial Field Way" + }, + { + "category": "Football", + "city": "Philadelphia", + "date": "2019-03-03", + "event_name": "Owls Vs Huskies", + "event_type": "Sports", + "time": "17:30", + "venue": "Lincoln Financial Field", + "venue_address": "1 Lincoln Financial Field Way" + }, + { + "category": "Football", + "city": "Philadelphia", + "date": "2019-03-10", + "event_name": "Owls Vs Knights", + "event_type": "Sports", + "time": "17:00", + "venue": "Lincoln Financial Field", + "venue_address": "1 Lincoln Financial Field Way" + }, + { + "category": "Football", + "city": "Philadelphia", + "date": "2019-03-12", + "event_name": "Owls Vs Terrapins", + "event_type": "Sports", + "time": "19:00", + "venue": "Lincoln Financial Field", + "venue_address": "1 Lincoln Financial Field Way" + }, + { + "category": "Football", + "city": "Philadelphia", + "date": "2019-03-08", + "event_name": "Owls Vs Tigers", + "event_type": "Sports", + "time": "19:00", + "venue": "Lincoln Financial Field", + "venue_address": "1 Lincoln Financial Field Way" + }, + { + "category": "Football", + "city": "Philadelphia", + "date": "2019-03-08", + "event_name": "Owls Vs Yellow Jackets", + "event_type": "Sports", + "time": "19:30", + "venue": "Lincoln Financial Field", + "venue_address": "1 Lincoln Financial Field Way" + }, + { + "category": "Baseball", + "city": "Philadelphia", + "date": "2019-03-09", + "event_name": "Phillies Vs Braves", + "event_type": "Sports", + "time": "19:30", + "venue": "Citizens Bank Park", + "venue_address": "1 Citizens Bank Way" + }, + { + "category": "Baseball", + "city": "Philadelphia", + "date": "2019-03-12", + "event_name": "Phillies Vs Cubs", + "event_type": "Sports", + "time": "17:00", + "venue": "Citizens Bank Park", + "venue_address": "1 Citizens Bank Way" + }, + { + "category": "Baseball", + "city": "Philadelphia", + "date": "2019-03-09", + "event_name": "Phillies Vs Diamondbacks", + "event_type": "Sports", + "time": "19:00", + "venue": "Citizens Bank Park", + "venue_address": "1 Citizens Bank Way" + } + ], + "slots": [ + { + "exclusive_end": 29, + "slot": "event_name", + "start": 12 + }, + { + "exclusive_end": 67, + "slot": "venue", + "start": 44 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is an Eagles Vs Cowboys games held at Lincoln Financial Field." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "event_name": [ + "Eagles Vs Cowboys" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Alright, that is sufficient for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Thank you and have a great day ahead!" + } + ] + }, + { + "dialogue_id": "12_00013", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York City" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 46, + "slot": "city", + "start": 33 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "New York City" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to find an event in New York City." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "Music", + "Sports" + ], + "slot": "event_type", + "values": [ + "Music", + "Sports" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What type of event do you want, Music or Sports?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "event_type", + "values": [ + "Music" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "New York City" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to go to a concert." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Amber Run Brooklyn" + ], + "slot": "event_name", + "values": [ + "Amber Run Brooklyn" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Warsaw" + ], + "slot": "venue", + "values": [ + "Warsaw" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "New York", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "Pop", + "city": "New York", + "date": "2019-03-05", + "event_name": "Amber Run Brooklyn", + "event_type": "Music", + "time": "19:30", + "venue": "Warsaw", + "venue_address": "261 Driggs Avenue, Brooklyn" + }, + { + "category": "International", + "city": "New York", + "date": "2019-03-02", + "event_name": "Americo", + "event_type": "Music", + "time": "18:30", + "venue": "La Boom", + "venue_address": "56-15 Northern Boulevard, Woodside" + }, + { + "category": "Blues", + "city": "New York", + "date": "2019-03-10", + "event_name": "Ben Harper", + "event_type": "Music", + "time": "19:00", + "venue": "Pier 17", + "venue_address": "89 South Street" + }, + { + "category": "Hip Hop", + "city": "New York", + "date": "2019-03-13", + "event_name": "Blackbear", + "event_type": "Music", + "time": "18:30", + "venue": "Pier 17", + "venue_address": "89 South Street" + }, + { + "category": "Hip Hop", + "city": "New York", + "date": "2019-03-14", + "event_name": "Blowout Music Festival", + "event_type": "Music", + "time": "18:00", + "venue": "Knockdown Center", + "venue_address": "52-19 Flushing Avenue, Maspeth" + }, + { + "category": "Blues", + "city": "New York", + "date": "2019-03-09", + "event_name": "Buddy Guy", + "event_type": "Music", + "time": "17:00", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + }, + { + "category": "Rock", + "city": "New York", + "date": "2019-03-06", + "event_name": "Chemical Brothers", + "event_type": "Music", + "time": "19:00", + "venue": "Forest Hills Stadium", + "venue_address": "1 Tennis Place, Forest Hills" + }, + { + "category": "Jazz", + "city": "New York", + "date": "2019-03-07", + "event_name": "Chris Botti", + "event_type": "Music", + "time": "17:00", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + }, + { + "category": "Electronica", + "city": "New York", + "date": "2019-03-02", + "event_name": "Crooked Colours", + "event_type": "Music", + "time": "19:30", + "venue": "Rough Trade NYC", + "venue_address": "64 North 9th Street, Brooklyn" + }, + { + "category": "Electronica", + "city": "New York", + "date": "2019-03-01", + "event_name": "Esscalation Music Festival", + "event_type": "Music", + "time": "19:30", + "venue": "Melrose Ballroom", + "venue_address": "3608 33rd Street" + } + ], + "slots": [ + { + "exclusive_end": 51, + "slot": "event_name", + "start": 33 + }, + { + "exclusive_end": 25, + "slot": "venue", + "start": 19 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have an event at Warsaw called Amber Run Brooklyn." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "category", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "category", + "time" + ], + "slot_values": { + "city": [ + "New York City" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is the genre and start time?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "19:30" + ], + "slot": "time", + "values": [ + "7:30 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Pop" + ], + "slot": "category", + "values": [ + "pop" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 41, + "slot": "time", + "start": 34 + }, + { + "exclusive_end": 11, + "slot": "category", + "start": 8 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It is a pop concert and starts at 7:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "New York City" + ], + "event_name": [ + "Amber Run Brooklyn" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like that event, it is what I want." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Thank you and have a great day." + } + ] + }, + { + "dialogue_id": "12_00014", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I want to check out events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "Music", + "Sports" + ], + "slot": "event_type", + "values": [ + "Music", + "Sports" + ] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you prefer Music, Sports, or anything else? And in which city?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "event_type", + "values": [ + "Sports" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Toronto" + ], + "slot": "city", + "values": [ + "Toronto, Canada" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 40, + "slot": "city", + "start": 25 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Toronto, Canada" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to see a match in Toronto, Canada." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Blue Jays Vs Astros" + ], + "slot": "event_name", + "values": [ + "Blue Jays Vs Astros" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Rogers Centre" + ], + "slot": "venue", + "values": [ + "Rogers Centre" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Toronto", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Baseball", + "city": "Toronto", + "date": "2019-03-09", + "event_name": "Blue Jays Vs Astros", + "event_type": "Sports", + "time": "19:30", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + }, + { + "category": "Baseball", + "city": "Toronto", + "date": "2019-03-07", + "event_name": "Blue Jays Vs Braves", + "event_type": "Sports", + "time": "17:00", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + }, + { + "category": "Baseball", + "city": "Toronto", + "date": "2019-03-13", + "event_name": "Blue Jays Vs Indians", + "event_type": "Sports", + "time": "18:00", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + }, + { + "category": "Baseball", + "city": "Toronto", + "date": "2019-03-03", + "event_name": "Blue Jays Vs Mariners", + "event_type": "Sports", + "time": "17:00", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + }, + { + "category": "Baseball", + "city": "Toronto", + "date": "2019-03-08", + "event_name": "Blue Jays Vs Orioles", + "event_type": "Sports", + "time": "18:00", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + }, + { + "category": "Baseball", + "city": "Toronto", + "date": "2019-03-05", + "event_name": "Blue Jays Vs Rangers", + "event_type": "Sports", + "time": "18:30", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + }, + { + "category": "Baseball", + "city": "Toronto", + "date": "2019-03-13", + "event_name": "Blue Jays Vs Rays", + "event_type": "Sports", + "time": "17:00", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + }, + { + "category": "Baseball", + "city": "Toronto", + "date": "2019-03-09", + "event_name": "Blue Jays Vs Royals", + "event_type": "Sports", + "time": "18:00", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + }, + { + "category": "Baseball", + "city": "Toronto", + "date": "2019-03-02", + "event_name": "Blue Jays Vs Yankees", + "event_type": "Sports", + "time": "17:00", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + }, + { + "category": "Soccer", + "city": "Toronto", + "date": "2019-03-01", + "event_name": "Toronto Fc Vs Crew", + "event_type": "Sports", + "time": "17:00", + "venue": "BMO Field", + "venue_address": "170 Princes' Boulevard" + } + ], + "slots": [ + { + "exclusive_end": 33, + "slot": "event_name", + "start": 14 + }, + { + "exclusive_end": 50, + "slot": "venue", + "start": 37 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "How about the Blue Jays Vs Astros at Rogers Centre?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Vancouver" + ], + "slot": "city", + "values": [ + "Vancouver" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 43, + "slot": "city", + "start": 34 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Vancouver" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find some other events in Vancouver?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Whitecaps Vs Colorado Rapids" + ], + "slot": "event_name", + "values": [ + "Whitecaps Vs Colorado Rapids" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "BC Place" + ], + "slot": "venue", + "values": [ + "BC Place" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Vancouver", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Soccer", + "city": "Vancouver", + "date": "2019-03-04", + "event_name": "Whitecaps Vs Colorado Rapids", + "event_type": "Sports", + "time": "17:00", + "venue": "BC Place", + "venue_address": "777 Pacific Boulevard" + }, + { + "category": "Soccer", + "city": "Vancouver", + "date": "2019-03-13", + "event_name": "Whitecaps Vs Earthquakes", + "event_type": "Sports", + "time": "17:30", + "venue": "BC Place", + "venue_address": "777 Pacific Boulevard" + }, + { + "category": "Soccer", + "city": "Vancouver", + "date": "2019-03-13", + "event_name": "Whitecaps Vs Kansas City", + "event_type": "Sports", + "time": "17:00", + "venue": "BC Place", + "venue_address": "777 Pacific Boulevard" + } + ], + "slots": [ + { + "exclusive_end": 42, + "slot": "event_name", + "start": 14 + }, + { + "exclusive_end": 54, + "slot": "venue", + "start": 46 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "How about the Whitecaps Vs Colorado Rapids at BC Place?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "Vancouver" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where is it located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "777 Pacific Boulevard" + ], + "slot": "venue_address", + "values": [ + "777 Pacific Boulevard" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 36, + "slot": "venue_address", + "start": 15 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The address is 777 Pacific Boulevard." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Soccer" + ], + "slot": "category", + "values": [ + "soccer" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "date", + "values": [ + "March 5th" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 24, + "slot": "category", + "start": 18 + }, + { + "exclusive_end": 43, + "slot": "date", + "start": 34 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "soccer" + ], + "city": [ + "Vancouver" + ], + "date": [ + "March 5th" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find me a soccer match on March 5th please?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Whitecaps Vs Kansas City" + ], + "slot": "event_name", + "values": [ + "Whitecaps Vs Kansas City" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "BC Place" + ], + "slot": "venue", + "values": [ + "BC Place" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Soccer", + "city": "Vancouver", + "date": "2019-03-05", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Soccer", + "city": "Vancouver", + "date": "2019-03-05", + "event_name": "Whitecaps Vs Colorado Rapids", + "event_type": "Sports", + "time": "19:30", + "venue": "BC Place", + "venue_address": "777 Pacific Boulevard" + } + ], + "slots": [ + { + "exclusive_end": 41, + "slot": "event_name", + "start": 17 + }, + { + "exclusive_end": 53, + "slot": "venue", + "start": 45 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 event. Whitecaps Vs Kansas City at BC Place." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "soccer" + ], + "city": [ + "Vancouver" + ], + "date": [ + "March 5th" + ], + "event_name": [ + "Whitecaps Vs Kansas City" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's perfect. That's all I needed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, have a great day." + } + ] + }, + { + "dialogue_id": "12_00015", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "6th of this month" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 44, + "slot": "date", + "start": 27 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "date": [ + "6th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find events on the 6th of this month?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_type", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What are your interests? Is there a particular city I should search in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "event_type", + "values": [ + "Music" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Vancouver" + ], + "slot": "city", + "values": [ + "Vancouver" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 30, + "slot": "city", + "start": 21 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Vancouver" + ], + "date": [ + "6th of this month" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Find me a concert in Vancouver." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Styx" + ], + "slot": "event_name", + "values": [ + "Styx" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "PNE Amphitheatre" + ], + "slot": "venue", + "values": [ + "PNE Amphitheatre" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Vancouver", + "date": "2019-03-06", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "Rock", + "city": "Vancouver", + "date": "2019-03-06", + "event_name": "Styx", + "event_type": "Music", + "time": "19:30", + "venue": "PNE Amphitheatre", + "venue_address": "2901 East Hastings Street" + } + ], + "slots": [ + { + "exclusive_end": 47, + "slot": "event_name", + "start": 43 + }, + { + "exclusive_end": 71, + "slot": "venue", + "start": 55 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 event that you should like. It's Styx at the PNE Amphitheatre." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "category", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "category", + "time" + ], + "slot_values": { + "city": [ + "Vancouver" + ], + "date": [ + "6th of this month" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does it start? What kind of event is it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "19:30" + ], + "slot": "time", + "values": [ + "7:30 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Rock" + ], + "slot": "category", + "values": [ + "rock" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 20, + "slot": "time", + "start": 13 + }, + { + "exclusive_end": 34, + "slot": "category", + "start": 30 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It starts at 7:30 pm and is a rock event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Vancouver" + ], + "date": [ + "6th of this month" + ], + "event_name": [ + "Styx" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds awesome." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to purchase a ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "Vancouver" + ], + "date": [ + "6th of this month" + ], + "event_name": [ + "Styx" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I don't need tickets right now. That was all I needed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "12_00016", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Please search for events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "Music", + "Sports" + ], + "slot": "event_type", + "values": [ + "Music", + "Sports" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What kind of event? You can say Sports or Music or anything else." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "event_type", + "values": [ + "Music" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Country" + ], + "slot": "category", + "values": [ + "Country" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 26, + "slot": "category", + "start": 19 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Country" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am looking for a Country Music Event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What city should I look in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "NYC" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 3, + "slot": "city", + "start": 0 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Country" + ], + "city": [ + "NYC" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "NYC." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Jamey Johnson" + ], + "slot": "event_name", + "values": [ + "Jamey Johnson" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Sony Hall" + ], + "slot": "venue", + "values": [ + "Sony Hall" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Country", + "city": "New York", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "Country", + "city": "New York", + "date": "2019-03-10", + "event_name": "Jamey Johnson", + "event_type": "Music", + "time": "19:30", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + }, + { + "category": "Country", + "city": "New York", + "date": "2019-03-04", + "event_name": "Jason Isbell", + "event_type": "Music", + "time": "17:00", + "venue": "Prospect Park Bandshell", + "venue_address": "141 Prospect Park West, Brooklyn" + }, + { + "category": "Country", + "city": "New York", + "date": "2019-03-08", + "event_name": "Outlaw Music Festival", + "event_type": "Music", + "time": "19:30", + "venue": "Forest Hills Stadium", + "venue_address": "1 Tennis Place, Forest Hills" + } + ], + "slots": [ + { + "exclusive_end": 21, + "slot": "event_name", + "start": 8 + }, + { + "exclusive_end": 40, + "slot": "venue", + "start": 31 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found Jamey Johnson Event at Sony Hall" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Country" + ], + "city": [ + "NYC" + ], + "event_name": [ + "Jamey Johnson" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to buy tickets now?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Country" + ], + "city": [ + "NYC" + ], + "event_name": [ + "Jamey Johnson" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, not right now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else I can help you with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Country" + ], + "city": [ + "NYC" + ], + "event_name": [ + "Jamey Johnson" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that will be all. Thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You're welcome. Have a good day!" + } + ] + }, + { + "dialogue_id": "12_00017", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "event_type", + "values": [ + "Music" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "date", + "values": [ + "next friday" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 43, + "slot": "date", + "start": 32 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "date": [ + "next friday" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to go to a music event next friday. Could you help me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What city should I look in? Do you have a preference?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Diego" + ], + "slot": "city", + "values": [ + "San Diego" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "date", + "values": [ + "10th of this month" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 16, + "slot": "city", + "start": 7 + }, + { + "exclusive_end": 64, + "slot": "date", + "start": 46 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "San Diego" + ], + "date": [ + "10th of this month" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like San Diego. I'm looking for an event on 10th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alejandro Sanz" + ], + "slot": "event_name", + "values": [ + "Alejandro Sanz" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Cal Coast Credit Union Amphitheater" + ], + "slot": "venue", + "values": [ + "Cal Coast Credit Union Amphitheater" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "5" + ], + "slot": "count", + "values": [ + "5" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "San Diego", + "date": "2019-03-10", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "International", + "city": "San Diego", + "date": "2019-03-10", + "event_name": "Alejandro Sanz", + "event_type": "Music", + "time": "19:00", + "venue": "Cal Coast Credit Union Amphitheater", + "venue_address": "5500 Campanile Drive" + }, + { + "category": "Blues", + "city": "San Diego", + "date": "2019-03-10", + "event_name": "Greta Van Fleet", + "event_type": "Music", + "time": "19:00", + "venue": "Cal Coast Credit Union Amphitheater", + "venue_address": "5500 Campanile Drive" + }, + { + "category": "Hip Hop", + "city": "San Diego", + "date": "2019-03-10", + "event_name": "Lizzo", + "event_type": "Music", + "time": "17:30", + "venue": "Cal Coast Credit Union Amphitheater", + "venue_address": "5500 Campanile Drive" + }, + { + "category": "Rock", + "city": "San Diego", + "date": "2019-03-10", + "event_name": "Psychedelic Furs", + "event_type": "Music", + "time": "17:00", + "venue": "The Observatory North Park", + "venue_address": "2891 University Avenue" + }, + { + "category": "Rock", + "city": "San Diego", + "date": "2019-03-10", + "event_name": "The Struts", + "event_type": "Music", + "time": "19:00", + "venue": "The Observatory North Park", + "venue_address": "2891 University Avenue" + } + ], + "slots": [ + { + "exclusive_end": 86, + "slot": "event_name", + "start": 72 + }, + { + "exclusive_end": 134, + "slot": "venue", + "start": 99 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Those 5 events might interest you. For example there is an event called Alejandro Sanz, located at Cal Coast Credit Union Amphitheater" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "San Diego" + ], + "date": [ + "10th of this month" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "could you tell me where is the venue located? Also, when does the event start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "5500 Campanile Drive" + ], + "slot": "venue_address", + "values": [ + "5500 Campanile drive" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "19:00" + ], + "slot": "time", + "values": [ + "7 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 28, + "slot": "venue_address", + "start": 8 + }, + { + "exclusive_end": 47, + "slot": "time", + "start": 43 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It's at 5500 Campanile drive. It starts at 7 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "San Diego" + ], + "date": [ + "10th of this month" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Could you show me another event, please?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Greta Van Fleet" + ], + "slot": "event_name", + "values": [ + "Greta Van Fleet" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Cal Coast Credit Union Amphitheater" + ], + "slot": "venue", + "values": [ + "Cal Coast Credit Union Amphitheater" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 23, + "slot": "event_name", + "start": 8 + }, + { + "exclusive_end": 62, + "slot": "venue", + "start": 27 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's Greta Van Fleet at Cal Coast Credit Union Amphitheater." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "San Diego" + ], + "date": [ + "10th of this month" + ], + "event_name": [ + "Greta Van Fleet" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good. Thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to also buy some tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "San Diego" + ], + "date": [ + "10th of this month" + ], + "event_name": [ + "Greta Van Fleet" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thanks. I only needed that." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day! I'm always here to help!" + } + ] + }, + { + "dialogue_id": "12_00018", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'd like to find something to do. Can you search events for me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I'd be happy to. Where should I begin the search?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "NYC" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 33, + "slot": "city", + "start": 30 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "NYC" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to find something in NYC." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "Music", + "Sports" + ], + "slot": "event_type", + "values": [ + "Music", + "Sports" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I can find many types of events. Please specify a type of event like Music or Sports, for example." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "event_type", + "values": [ + "Music" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "NYC" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to find some type of Music event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Amber Run Brooklyn" + ], + "slot": "event_name", + "values": [ + "Amber Run Brooklyn" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Warsaw" + ], + "slot": "venue", + "values": [ + "Warsaw" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "10" + ], + "slot": "count", + "values": [ + "10" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "New York", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "Pop", + "city": "New York", + "date": "2019-03-05", + "event_name": "Amber Run Brooklyn", + "event_type": "Music", + "time": "19:30", + "venue": "Warsaw", + "venue_address": "261 Driggs Avenue, Brooklyn" + }, + { + "category": "International", + "city": "New York", + "date": "2019-03-02", + "event_name": "Americo", + "event_type": "Music", + "time": "18:30", + "venue": "La Boom", + "venue_address": "56-15 Northern Boulevard, Woodside" + }, + { + "category": "Blues", + "city": "New York", + "date": "2019-03-10", + "event_name": "Ben Harper", + "event_type": "Music", + "time": "19:00", + "venue": "Pier 17", + "venue_address": "89 South Street" + }, + { + "category": "Hip Hop", + "city": "New York", + "date": "2019-03-13", + "event_name": "Blackbear", + "event_type": "Music", + "time": "18:30", + "venue": "Pier 17", + "venue_address": "89 South Street" + }, + { + "category": "Hip Hop", + "city": "New York", + "date": "2019-03-14", + "event_name": "Blowout Music Festival", + "event_type": "Music", + "time": "18:00", + "venue": "Knockdown Center", + "venue_address": "52-19 Flushing Avenue, Maspeth" + }, + { + "category": "Blues", + "city": "New York", + "date": "2019-03-09", + "event_name": "Buddy Guy", + "event_type": "Music", + "time": "17:00", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + }, + { + "category": "Rock", + "city": "New York", + "date": "2019-03-06", + "event_name": "Chemical Brothers", + "event_type": "Music", + "time": "19:00", + "venue": "Forest Hills Stadium", + "venue_address": "1 Tennis Place, Forest Hills" + }, + { + "category": "Jazz", + "city": "New York", + "date": "2019-03-07", + "event_name": "Chris Botti", + "event_type": "Music", + "time": "17:00", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + }, + { + "category": "Electronica", + "city": "New York", + "date": "2019-03-02", + "event_name": "Crooked Colours", + "event_type": "Music", + "time": "19:30", + "venue": "Rough Trade NYC", + "venue_address": "64 North 9th Street, Brooklyn" + }, + { + "category": "Electronica", + "city": "New York", + "date": "2019-03-01", + "event_name": "Esscalation Music Festival", + "event_type": "Music", + "time": "19:30", + "venue": "Melrose Ballroom", + "venue_address": "3608 33rd Street" + } + ], + "slots": [ + { + "exclusive_end": 86, + "slot": "event_name", + "start": 68 + }, + { + "exclusive_end": 100, + "slot": "venue", + "start": 94 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have 10 events that fit that criteria. Would you be interested in Amber Run Brooklyn an the Warsaw?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "date", + "values": [ + "the 10th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Blues" + ], + "slot": "category", + "values": [ + "Blues" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 79, + "slot": "date", + "start": 71 + }, + { + "exclusive_end": 61, + "slot": "category", + "start": 56 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Blues" + ], + "city": [ + "NYC" + ], + "date": [ + "the 10th" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I don't think I'd like that. I would like to find a Blues event on the 10th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Ben Harper" + ], + "slot": "event_name", + "values": [ + "Ben Harper" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Pier 17" + ], + "slot": "venue", + "values": [ + "Pier 17" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Blues", + "city": "New York", + "date": "2019-03-10", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "Blues", + "city": "New York", + "date": "2019-03-10", + "event_name": "Ben Harper", + "event_type": "Music", + "time": "19:00", + "venue": "Pier 17", + "venue_address": "89 South Street" + }, + { + "category": "Blues", + "city": "New York", + "date": "2019-03-10", + "event_name": "Greensky Bluegrass", + "event_type": "Music", + "time": "17:00", + "venue": "Pier 17", + "venue_address": "89 South Street" + }, + { + "category": "Blues", + "city": "New York", + "date": "2019-03-10", + "event_name": "Mac Demarco", + "event_type": "Music", + "time": "18:00", + "venue": "Prospect Park Bandshell", + "venue_address": "141 Prospect Park West, Brooklyn" + }, + { + "category": "Blues", + "city": "New York", + "date": "2019-03-10", + "event_name": "Vivian Green", + "event_type": "Music", + "time": "17:00", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + } + ], + "slots": [ + { + "exclusive_end": 49, + "slot": "event_name", + "start": 39 + }, + { + "exclusive_end": 60, + "slot": "venue", + "start": 53 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 4 such events. May I suggest Ben Harper at Pier 17?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "time" + ], + "slot_values": { + "category": [ + "Blues" + ], + "city": [ + "NYC" + ], + "date": [ + "the 10th" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What time does that start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "19:00" + ], + "slot": "time", + "values": [ + "7 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 26, + "slot": "time", + "start": 22 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The concert starts at 7 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "category": [ + "Blues" + ], + "city": [ + "NYC" + ], + "date": [ + "the 10th" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where is Pier 17 located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "89 South Street" + ], + "slot": "venue_address", + "values": [ + "89 South Street" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 30, + "slot": "venue_address", + "start": 15 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The address is 89 South Street." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Blues" + ], + "city": [ + "NYC" + ], + "date": [ + "the 10th" + ], + "event_name": [ + "Ben Harper" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great, that will work. That's everything I need right now. Thank you!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You're welcome. Enjoy the show!" + } + ] + }, + { + "dialogue_id": "12_00019", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "event_type", + "values": [ + "Sports" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm searching for sports events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you have a city I should look in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "city", + "values": [ + "Seattle, WA" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 38, + "slot": "city", + "start": 27 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle, WA" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am looking for events in Seattle, WA." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Huskies Vs Cougars" + ], + "slot": "event_name", + "values": [ + "Huskies Vs Cougars" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Husky Stadium" + ], + "slot": "venue", + "values": [ + "Husky Stadium" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "10" + ], + "slot": "count", + "values": [ + "10" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Seattle", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Basketball", + "city": "Seattle", + "date": "2019-03-14", + "event_name": "Huskies Vs Cougars", + "event_type": "Sports", + "time": "18:30", + "venue": "Husky Stadium", + "venue_address": "3800 Montlake Boulevard Northeast" + }, + { + "category": "Basketball", + "city": "Seattle", + "date": "2019-03-08", + "event_name": "Huskies Vs Utes", + "event_type": "Sports", + "time": "18:00", + "venue": "Husky Stadium", + "venue_address": "3800 Montlake Boulevard Northeast" + }, + { + "category": "Basketball", + "city": "Seattle", + "date": "2019-03-06", + "event_name": "Huskies Vs Warriors", + "event_type": "Sports", + "time": "19:30", + "venue": "Husky Stadium", + "venue_address": "3800 Montlake Boulevard Northeast" + }, + { + "category": "Baseball", + "city": "Seattle", + "date": "2019-03-07", + "event_name": "Mariners Vs Angels", + "event_type": "Sports", + "time": "18:30", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + }, + { + "category": "Baseball", + "city": "Seattle", + "date": "2019-03-08", + "event_name": "Mariners Vs Blue Jays", + "event_type": "Sports", + "time": "18:00", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + }, + { + "category": "Baseball", + "city": "Seattle", + "date": "2019-03-01", + "event_name": "Mariners Vs Rangers", + "event_type": "Sports", + "time": "19:30", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + }, + { + "category": "Baseball", + "city": "Seattle", + "date": "2019-03-10", + "event_name": "Mariners Vs Rays", + "event_type": "Sports", + "time": "18:00", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + }, + { + "category": "Baseball", + "city": "Seattle", + "date": "2019-03-05", + "event_name": "Mariners Vs Tigers", + "event_type": "Sports", + "time": "17:00", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + }, + { + "category": "Baseball", + "city": "Seattle", + "date": "2019-03-10", + "event_name": "Mariners Vs White Sox", + "event_type": "Sports", + "time": "17:00", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + }, + { + "category": "Football", + "city": "Seattle", + "date": "2019-03-08", + "event_name": "Seahawks Vs Cardinals", + "event_type": "Sports", + "time": "18:30", + "venue": "CenturyLink Field", + "venue_address": "800 Occidental Avenue South" + } + ], + "slots": [ + { + "exclusive_end": 69, + "slot": "event_name", + "start": 51 + }, + { + "exclusive_end": 86, + "slot": "venue", + "start": 73 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 10 events that suit your tastes. There's Huskies Vs Cougars at Husky Stadium." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Football" + ], + "slot": "category", + "values": [ + "football" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "city", + "values": [ + "Philly" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 36, + "slot": "category", + "start": 28 + }, + { + "exclusive_end": 53, + "slot": "city", + "start": 47 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "football" + ], + "city": [ + "Philly" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you please find me some football events in Philly?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Eagles Vs Cowboys" + ], + "slot": "event_name", + "values": [ + "Eagles Vs Cowboys" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Lincoln Financial Field" + ], + "slot": "venue", + "values": [ + "Lincoln Financial Field" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Football", + "city": "Philadelphia", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Football", + "city": "Philadelphia", + "date": "2019-03-10", + "event_name": "Eagles Vs Cowboys", + "event_type": "Sports", + "time": "17:00", + "venue": "Lincoln Financial Field", + "venue_address": "1 Lincoln Financial Field Way" + }, + { + "category": "Football", + "city": "Philadelphia", + "date": "2019-03-12", + "event_name": "Owls Vs Bison", + "event_type": "Sports", + "time": "19:30", + "venue": "Lincoln Financial Field", + "venue_address": "1 Lincoln Financial Field Way" + }, + { + "category": "Football", + "city": "Philadelphia", + "date": "2019-03-03", + "event_name": "Owls Vs Huskies", + "event_type": "Sports", + "time": "17:30", + "venue": "Lincoln Financial Field", + "venue_address": "1 Lincoln Financial Field Way" + }, + { + "category": "Football", + "city": "Philadelphia", + "date": "2019-03-10", + "event_name": "Owls Vs Knights", + "event_type": "Sports", + "time": "17:00", + "venue": "Lincoln Financial Field", + "venue_address": "1 Lincoln Financial Field Way" + }, + { + "category": "Football", + "city": "Philadelphia", + "date": "2019-03-12", + "event_name": "Owls Vs Terrapins", + "event_type": "Sports", + "time": "19:00", + "venue": "Lincoln Financial Field", + "venue_address": "1 Lincoln Financial Field Way" + }, + { + "category": "Football", + "city": "Philadelphia", + "date": "2019-03-08", + "event_name": "Owls Vs Tigers", + "event_type": "Sports", + "time": "19:00", + "venue": "Lincoln Financial Field", + "venue_address": "1 Lincoln Financial Field Way" + }, + { + "category": "Football", + "city": "Philadelphia", + "date": "2019-03-08", + "event_name": "Owls Vs Yellow Jackets", + "event_type": "Sports", + "time": "19:30", + "venue": "Lincoln Financial Field", + "venue_address": "1 Lincoln Financial Field Way" + } + ], + "slots": [ + { + "exclusive_end": 30, + "slot": "event_name", + "start": 13 + }, + { + "exclusive_end": 67, + "slot": "venue", + "start": 44 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event is Eagles Vs Cowboys and it is at Lincoln Financial Field." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "football" + ], + "city": [ + "Philly" + ], + "event_name": [ + "Eagles Vs Cowboys" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can I help you with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "football" + ], + "city": [ + "Philly" + ], + "event_name": [ + "Eagles Vs Cowboys" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No. Thanks a lot for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "12_00020", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'd like to look for some events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_type", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What events are you interested in seeing? What city would you like to search?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "event_type", + "values": [ + "Sports" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "city", + "values": [ + "San Francisco" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "date", + "values": [ + "Friday next week" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 43, + "slot": "city", + "start": 30 + }, + { + "exclusive_end": 64, + "slot": "date", + "start": 48 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "San Francisco" + ], + "date": [ + "Friday next week" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to look for Match in San Francisco for Friday next week." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Giants Vs Brewers" + ], + "slot": "event_name", + "values": [ + "Giants Vs Brewers" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Oracle Park" + ], + "slot": "venue", + "values": [ + "Oracle Park" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "San Francisco", + "date": "2019-03-08", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Baseball", + "city": "San Francisco", + "date": "2019-03-08", + "event_name": "Giants Vs Brewers", + "event_type": "Sports", + "time": "19:00", + "venue": "Oracle Park", + "venue_address": "24 Willie Mays Plaza" + }, + { + "category": "Baseball", + "city": "San Francisco", + "date": "2019-03-08", + "event_name": "Giants Vs Diamondbacks", + "event_type": "Sports", + "time": "19:00", + "venue": "Oracle Park", + "venue_address": "24 Willie Mays Plaza" + }, + { + "category": "Baseball", + "city": "San Francisco", + "date": "2019-03-08", + "event_name": "Giants Vs Dodgers", + "event_type": "Sports", + "time": "17:00", + "venue": "Oracle Park", + "venue_address": "24 Willie Mays Plaza" + }, + { + "category": "Baseball", + "city": "San Francisco", + "date": "2019-03-08", + "event_name": "Giants Vs Marlins", + "event_type": "Sports", + "time": "17:30", + "venue": "Oracle Park", + "venue_address": "24 Willie Mays Plaza" + }, + { + "category": "Baseball", + "city": "San Francisco", + "date": "2019-03-08", + "event_name": "Giants Vs Phillies", + "event_type": "Sports", + "time": "17:30", + "venue": "Oracle Park", + "venue_address": "24 Willie Mays Plaza" + } + ], + "slots": [ + { + "exclusive_end": 25, + "slot": "event_name", + "start": 8 + }, + { + "exclusive_end": 40, + "slot": "venue", + "start": 29 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found Giants Vs Brewers at Oracle Park. Is there anything else you would like?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "San Francisco" + ], + "date": [ + "Friday next week" + ], + "event_name": [ + "Giants Vs Brewers" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's all I need, thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "12_00021", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I want make this week special. Are there any events matching?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_type", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What type of event are you looking for?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "event_type", + "values": [ + "Sports" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I think Games will do." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Are you particular about any city?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "city", + "values": [ + "Seattle" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 26, + "slot": "city", + "start": 19 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, I wish one in Seattle." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Huskies Vs Cougars" + ], + "slot": "event_name", + "values": [ + "Huskies Vs Cougars" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Husky Stadium" + ], + "slot": "venue", + "values": [ + "Husky Stadium" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Seattle", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Basketball", + "city": "Seattle", + "date": "2019-03-14", + "event_name": "Huskies Vs Cougars", + "event_type": "Sports", + "time": "18:30", + "venue": "Husky Stadium", + "venue_address": "3800 Montlake Boulevard Northeast" + }, + { + "category": "Basketball", + "city": "Seattle", + "date": "2019-03-08", + "event_name": "Huskies Vs Utes", + "event_type": "Sports", + "time": "18:00", + "venue": "Husky Stadium", + "venue_address": "3800 Montlake Boulevard Northeast" + }, + { + "category": "Basketball", + "city": "Seattle", + "date": "2019-03-06", + "event_name": "Huskies Vs Warriors", + "event_type": "Sports", + "time": "19:30", + "venue": "Husky Stadium", + "venue_address": "3800 Montlake Boulevard Northeast" + }, + { + "category": "Baseball", + "city": "Seattle", + "date": "2019-03-07", + "event_name": "Mariners Vs Angels", + "event_type": "Sports", + "time": "18:30", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + }, + { + "category": "Baseball", + "city": "Seattle", + "date": "2019-03-08", + "event_name": "Mariners Vs Blue Jays", + "event_type": "Sports", + "time": "18:00", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + }, + { + "category": "Baseball", + "city": "Seattle", + "date": "2019-03-01", + "event_name": "Mariners Vs Rangers", + "event_type": "Sports", + "time": "19:30", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + }, + { + "category": "Baseball", + "city": "Seattle", + "date": "2019-03-10", + "event_name": "Mariners Vs Rays", + "event_type": "Sports", + "time": "18:00", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + }, + { + "category": "Baseball", + "city": "Seattle", + "date": "2019-03-05", + "event_name": "Mariners Vs Tigers", + "event_type": "Sports", + "time": "17:00", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + }, + { + "category": "Baseball", + "city": "Seattle", + "date": "2019-03-10", + "event_name": "Mariners Vs White Sox", + "event_type": "Sports", + "time": "17:00", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + }, + { + "category": "Football", + "city": "Seattle", + "date": "2019-03-08", + "event_name": "Seahawks Vs Cardinals", + "event_type": "Sports", + "time": "18:30", + "venue": "CenturyLink Field", + "venue_address": "800 Occidental Avenue South" + } + ], + "slots": [ + { + "exclusive_end": 31, + "slot": "event_name", + "start": 13 + }, + { + "exclusive_end": 48, + "slot": "venue", + "start": 35 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is one Huskies Vs Cougars at Husky Stadium. Are you interested?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "Seattle" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Ok, starting time and location please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "18:30" + ], + "slot": "time", + "values": [ + "6:30 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "3800 Montlake Boulevard Northeast" + ], + "slot": "venue_address", + "values": [ + "3800 Montlake Boulevard Northeast" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 53, + "slot": "time", + "start": 46 + }, + { + "exclusive_end": 42, + "slot": "venue_address", + "start": 9 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It is at 3800 Montlake Boulevard Northeast at 6:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "date", + "values": [ + "the 11th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Soccer" + ], + "slot": "category", + "values": [ + "soccer" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 24, + "slot": "date", + "start": 16 + }, + { + "exclusive_end": 43, + "slot": "category", + "start": 37 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "soccer" + ], + "city": [ + "Seattle" + ], + "date": [ + "the 11th" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is there any on the 11th, preferably soccer." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Sounders Vs Red Bulls" + ], + "slot": "event_name", + "values": [ + "Sounders Vs Red bulls" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "CenturyLink Field" + ], + "slot": "venue", + "values": [ + "CenturyLink Field" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "2" + ], + "slot": "count", + "values": [ + "2" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Soccer", + "city": "Seattle", + "date": "2019-03-11", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Soccer", + "city": "Seattle", + "date": "2019-03-11", + "event_name": "Sounders Vs Red Bulls", + "event_type": "Sports", + "time": "19:30", + "venue": "CenturyLink Field", + "venue_address": "800 Occidental Avenue South" + }, + { + "category": "Soccer", + "city": "Seattle", + "date": "2019-03-11", + "event_name": "Sounders Vs United", + "event_type": "Sports", + "time": "17:00", + "venue": "CenturyLink Field", + "venue_address": "800 Occidental Avenue South" + } + ], + "slots": [ + { + "exclusive_end": 41, + "slot": "event_name", + "start": 20 + }, + { + "exclusive_end": 62, + "slot": "venue", + "start": 45 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 2 events, Sounders Vs Red bulls at CenturyLink Field." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Basketball" + ], + "slot": "category", + "values": [ + "Basketball" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "date", + "values": [ + "8th of this month" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 27, + "slot": "category", + "start": 17 + }, + { + "exclusive_end": 54, + "slot": "date", + "start": 37 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Basketball" + ], + "city": [ + "Seattle" + ], + "date": [ + "8th of this month" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Ok, Is there any Basketball event on 8th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Huskies Vs Utes" + ], + "slot": "event_name", + "values": [ + "Huskies Vs Utes" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Husky Stadium" + ], + "slot": "venue", + "values": [ + "Husky stadium" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "2" + ], + "slot": "count", + "values": [ + "2" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Basketball", + "city": "Seattle", + "date": "2019-03-08", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Basketball", + "city": "Seattle", + "date": "2019-03-08", + "event_name": "Huskies Vs Utes", + "event_type": "Sports", + "time": "18:00", + "venue": "Husky Stadium", + "venue_address": "3800 Montlake Boulevard Northeast" + }, + { + "category": "Basketball", + "city": "Seattle", + "date": "2019-03-08", + "event_name": "Huskies Vs Warriors", + "event_type": "Sports", + "time": "17:00", + "venue": "Husky Stadium", + "venue_address": "3800 Montlake Boulevard Northeast" + } + ], + "slots": [ + { + "exclusive_end": 55, + "slot": "event_name", + "start": 40 + }, + { + "exclusive_end": 72, + "slot": "venue", + "start": 59 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "2 events are there like that. One is at Huskies Vs Utes at Husky stadium." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Basketball" + ], + "city": [ + "Seattle" + ], + "date": [ + "8th of this month" + ], + "event_name": [ + "Huskies Vs Utes" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Fine, that will do." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "12_00022", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "event_type", + "values": [ + "Sports" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I wish to search for events. I am searching for Match." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which is your preferred city?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Basketball" + ], + "slot": "category", + "values": [ + "Basketball" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "city", + "values": [ + "LA" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "date", + "values": [ + "the 11th" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 37, + "slot": "category", + "start": 27 + }, + { + "exclusive_end": 50, + "slot": "city", + "start": 48 + }, + { + "exclusive_end": 11, + "slot": "date", + "start": 3 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Basketball" + ], + "city": [ + "LA" + ], + "date": [ + "the 11th" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "On the 11th, I wish to see Basketball events at LA." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Sparks Vs Storm" + ], + "slot": "event_name", + "values": [ + "Sparks Vs Storm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "STAPLES Center" + ], + "slot": "venue", + "values": [ + "STAPLES Center" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Basketball", + "city": "Los Angeles", + "date": "2019-03-11", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Basketball", + "city": "Los Angeles", + "date": "2019-03-11", + "event_name": "Sparks Vs Storm", + "event_type": "Sports", + "time": "19:30", + "venue": "STAPLES Center", + "venue_address": "1111 South Figueroa Street" + } + ], + "slots": [ + { + "exclusive_end": 40, + "slot": "event_name", + "start": 25 + }, + { + "exclusive_end": 68, + "slot": "venue", + "start": 54 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The name of the event is Sparks Vs Storm and it is at STAPLES Center." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Basketball" + ], + "city": [ + "LA" + ], + "date": [ + "the 11th" + ], + "event_name": [ + "Sparks Vs Storm" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That is good to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you need any other help?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Basketball" + ], + "city": [ + "LA" + ], + "date": [ + "the 11th" + ], + "event_name": [ + "Sparks Vs Storm" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nope. Thank you so much for you help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day." + } + ] + }, + { + "dialogue_id": "12_00023", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sacramento" + ], + "slot": "city", + "values": [ + "Sacramento" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 48, + "slot": "city", + "start": 38 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Sacramento" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to take my family to events in Sacramento." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_type", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I want to take my family and friends to a Concert." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "event_type", + "values": [ + "Music" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "date", + "values": [ + "11th of March" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 26, + "slot": "date", + "start": 13 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Sacramento" + ], + "date": [ + "11th of March" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "i am free on 11th of March, Could you please find any interesting concert on that day?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Yunger" + ], + "slot": "event_name", + "values": [ + "Yunger" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Holy Diver" + ], + "slot": "venue", + "values": [ + "holy Diver" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Sacramento", + "date": "2019-03-11", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "Electronica", + "city": "Sacramento", + "date": "2019-03-11", + "event_name": "Yunger", + "event_type": "Music", + "time": "18:00", + "venue": "Holy Diver", + "venue_address": "1517 21st Street" + } + ], + "slots": [ + { + "exclusive_end": 22, + "slot": "event_name", + "start": 16 + }, + { + "exclusive_end": 13, + "slot": "venue", + "start": 3 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "At holy Diver a Yunger event is there.Would you like to go to that event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Sacramento" + ], + "date": [ + "11th of March" + ], + "event_name": [ + "Yunger" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good to me. That's all I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day" + } + ] + }, + { + "dialogue_id": "12_00024", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "event_type", + "values": [ + "Sports" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Football" + ], + "slot": "category", + "values": [ + "Football" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 70, + "slot": "category", + "start": 62 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Football" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like you to search for Sports events. I particularly like Football." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Any preference regarding the city?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Oakland" + ], + "slot": "city", + "values": [ + "Oakland" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 38, + "slot": "city", + "start": 31 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Football" + ], + "city": [ + "Oakland" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, please look for events in Oakland." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Raiders Vs Bengals" + ], + "slot": "event_name", + "values": [ + "Raiders vs Bengals" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Oakland-Alameda County Coliseum" + ], + "slot": "venue", + "values": [ + "Oakland-Alameda County Coliseum" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "5" + ], + "slot": "count", + "values": [ + "5" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Football", + "city": "Oakland", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Football", + "city": "Oakland", + "date": "2019-03-05", + "event_name": "Raiders Vs Bengals", + "event_type": "Sports", + "time": "19:30", + "venue": "Oakland-Alameda County Coliseum", + "venue_address": "7000 Coliseum Way" + }, + { + "category": "Football", + "city": "Oakland", + "date": "2019-03-08", + "event_name": "Raiders Vs Chiefs", + "event_type": "Sports", + "time": "18:00", + "venue": "Oakland-Alameda County Coliseum", + "venue_address": "7000 Coliseum Way" + }, + { + "category": "Football", + "city": "Oakland", + "date": "2019-03-05", + "event_name": "Raiders Vs Jaguars", + "event_type": "Sports", + "time": "19:30", + "venue": "Oakland-Alameda County Coliseum", + "venue_address": "7000 Coliseum Way" + }, + { + "category": "Football", + "city": "Oakland", + "date": "2019-03-07", + "event_name": "Raiders Vs Lions", + "event_type": "Sports", + "time": "19:30", + "venue": "Oakland-Alameda County Coliseum", + "venue_address": "7000 Coliseum Way" + }, + { + "category": "Football", + "city": "Oakland", + "date": "2019-03-07", + "event_name": "Raiders Vs Titans", + "event_type": "Sports", + "time": "19:30", + "venue": "Oakland-Alameda County Coliseum", + "venue_address": "7000 Coliseum Way" + } + ], + "slots": [ + { + "exclusive_end": 126, + "slot": "event_name", + "start": 108 + }, + { + "exclusive_end": 99, + "slot": "venue", + "start": 68 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 5 events matching your criteria. I would recommend going to Oakland-Alameda County Coliseum for the Raiders vs Bengals." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "category": [ + "Football" + ], + "city": [ + "Oakland" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you please tell me the venue address as well as the starting time of the event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "7000 Coliseum Way" + ], + "slot": "venue_address", + "values": [ + "7000 Coliseum Way" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "19:30" + ], + "slot": "time", + "values": [ + "7:30 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 38, + "slot": "venue_address", + "start": 21 + }, + { + "exclusive_end": 70, + "slot": "time", + "start": 63 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, the address is 7000 Coliseum Way and the match starts at 7:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Football" + ], + "city": [ + "Oakland" + ], + "event_name": [ + "Raiders vs Bengals" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That is perfect!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else I can help you with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Football" + ], + "city": [ + "Oakland" + ], + "event_name": [ + "Raiders vs Bengals" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that will be all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good one!" + } + ] + }, + { + "dialogue_id": "12_00025", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I would like to find events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_type", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What type of event are you interested in? In which city are you searching for an event in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "event_type", + "values": [ + "Music" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York City" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 47, + "slot": "city", + "start": 34 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "New York City" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am looking for a Music event in New York City." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Amber Run Brooklyn" + ], + "slot": "event_name", + "values": [ + "Amber Run Brooklyn" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Warsaw" + ], + "slot": "venue", + "values": [ + "Warsaw" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "10" + ], + "slot": "count", + "values": [ + "10" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "New York", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "Pop", + "city": "New York", + "date": "2019-03-05", + "event_name": "Amber Run Brooklyn", + "event_type": "Music", + "time": "19:30", + "venue": "Warsaw", + "venue_address": "261 Driggs Avenue, Brooklyn" + }, + { + "category": "International", + "city": "New York", + "date": "2019-03-02", + "event_name": "Americo", + "event_type": "Music", + "time": "18:30", + "venue": "La Boom", + "venue_address": "56-15 Northern Boulevard, Woodside" + }, + { + "category": "Blues", + "city": "New York", + "date": "2019-03-10", + "event_name": "Ben Harper", + "event_type": "Music", + "time": "19:00", + "venue": "Pier 17", + "venue_address": "89 South Street" + }, + { + "category": "Hip Hop", + "city": "New York", + "date": "2019-03-13", + "event_name": "Blackbear", + "event_type": "Music", + "time": "18:30", + "venue": "Pier 17", + "venue_address": "89 South Street" + }, + { + "category": "Hip Hop", + "city": "New York", + "date": "2019-03-14", + "event_name": "Blowout Music Festival", + "event_type": "Music", + "time": "18:00", + "venue": "Knockdown Center", + "venue_address": "52-19 Flushing Avenue, Maspeth" + }, + { + "category": "Blues", + "city": "New York", + "date": "2019-03-09", + "event_name": "Buddy Guy", + "event_type": "Music", + "time": "17:00", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + }, + { + "category": "Rock", + "city": "New York", + "date": "2019-03-06", + "event_name": "Chemical Brothers", + "event_type": "Music", + "time": "19:00", + "venue": "Forest Hills Stadium", + "venue_address": "1 Tennis Place, Forest Hills" + }, + { + "category": "Jazz", + "city": "New York", + "date": "2019-03-07", + "event_name": "Chris Botti", + "event_type": "Music", + "time": "17:00", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + }, + { + "category": "Electronica", + "city": "New York", + "date": "2019-03-02", + "event_name": "Crooked Colours", + "event_type": "Music", + "time": "19:30", + "venue": "Rough Trade NYC", + "venue_address": "64 North 9th Street, Brooklyn" + }, + { + "category": "Electronica", + "city": "New York", + "date": "2019-03-01", + "event_name": "Esscalation Music Festival", + "event_type": "Music", + "time": "19:30", + "venue": "Melrose Ballroom", + "venue_address": "3608 33rd Street" + } + ], + "slots": [ + { + "exclusive_end": 98, + "slot": "event_name", + "start": 80 + }, + { + "exclusive_end": 123, + "slot": "venue", + "start": 117 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 10 events which match what you are searching for. The event is titled Amber Run Brooklyn and is located at Warsaw." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Jazz" + ], + "slot": "category", + "values": [ + "Jazz" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "date", + "values": [ + "Thursday next week" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 56, + "slot": "category", + "start": 52 + }, + { + "exclusive_end": 97, + "slot": "date", + "start": 79 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Jazz" + ], + "city": [ + "New York City" + ], + "date": [ + "Thursday next week" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any other music events? I want to go to a Jazz event like the one on Thursday next week." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Chris Botti" + ], + "slot": "event_name", + "values": [ + "Chris Botti" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Sony Hall" + ], + "slot": "venue", + "values": [ + "Sony Hall" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Jazz", + "city": "New York", + "date": "2019-03-07", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "Jazz", + "city": "New York", + "date": "2019-03-07", + "event_name": "Chris Botti", + "event_type": "Music", + "time": "17:00", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + } + ], + "slots": [ + { + "exclusive_end": 32, + "slot": "event_name", + "start": 21 + }, + { + "exclusive_end": 55, + "slot": "venue", + "start": 46 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "This event is titled Chris Botti and it is at Sony Hall." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "category": [ + "Jazz" + ], + "city": [ + "New York City" + ], + "date": [ + "Thursday next week" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where is the venue?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "235 West 46th Street" + ], + "slot": "venue_address", + "values": [ + "235 West 46th Street" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 56, + "slot": "venue_address", + "start": 36 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The venue is located at the address 235 West 46th Street." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Jazz" + ], + "city": [ + "New York City" + ], + "date": [ + "Thursday next week" + ], + "event_name": [ + "Chris Botti" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "So would you like to purchase tickets for this event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Jazz" + ], + "city": [ + "New York City" + ], + "date": [ + "Thursday next week" + ], + "event_name": [ + "Chris Botti" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I do not want to purchase these tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else I can help you with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Jazz" + ], + "city": [ + "New York City" + ], + "date": [ + "Thursday next week" + ], + "event_name": [ + "Chris Botti" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day." + } + ] + }, + { + "dialogue_id": "12_00026", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "event_type", + "values": [ + "Sports" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am trying to find any upcoming Games." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay. What city would you like me to look for games in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Diego" + ], + "slot": "city", + "values": [ + "SD" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 2, + "slot": "city", + "start": 0 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "SD" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "SD sounds good to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Padres Vs Brewers" + ], + "slot": "event_name", + "values": [ + "Padres Vs Brewers" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Petco Park" + ], + "slot": "venue", + "values": [ + "Petco Park" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "San Diego", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Baseball", + "city": "San Diego", + "date": "2019-03-02", + "event_name": "Padres Vs Brewers", + "event_type": "Sports", + "time": "17:30", + "venue": "Petco Park", + "venue_address": "100 Park Boulevard" + }, + { + "category": "Baseball", + "city": "San Diego", + "date": "2019-03-07", + "event_name": "Padres Vs Diamondbacks", + "event_type": "Sports", + "time": "19:30", + "venue": "Petco Park", + "venue_address": "100 Park Boulevard" + }, + { + "category": "Baseball", + "city": "San Diego", + "date": "2019-03-03", + "event_name": "Padres Vs Orioles", + "event_type": "Sports", + "time": "18:00", + "venue": "Petco Park", + "venue_address": "100 Park Boulevard" + }, + { + "category": "Baseball", + "city": "San Diego", + "date": "2019-03-01", + "event_name": "Padres Vs Rays", + "event_type": "Sports", + "time": "19:00", + "venue": "Petco Park", + "venue_address": "100 Park Boulevard" + } + ], + "slots": [ + { + "exclusive_end": 89, + "slot": "event_name", + "start": 72 + }, + { + "exclusive_end": 103, + "slot": "venue", + "start": 93 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 4 events you would probably be interested in. One of which is Padres Vs Brewers at Petco Park." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "SD" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What else have you got for me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Padres Vs Diamondbacks" + ], + "slot": "event_name", + "values": [ + "Padres Vs Diamondbacks" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Petco Park" + ], + "slot": "venue", + "values": [ + "Petco Park" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 66, + "slot": "event_name", + "start": 44 + }, + { + "exclusive_end": 34, + "slot": "venue", + "start": 24 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is another one at Petco Park with the Padres Vs Diamondbacks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "SD" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where is this Petco Park located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "100 Park Boulevard" + ], + "slot": "venue_address", + "values": [ + "100 Park Boulevard" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 31, + "slot": "venue_address", + "start": 13 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It's over on 100 Park Boulevard." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "SD" + ], + "event_name": [ + "Padres Vs Diamondbacks" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay, sounds like a plan." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you be interested in purchasing tickets now?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "SD" + ], + "event_name": [ + "Padres Vs Diamondbacks" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's okay, I'll take care of it later. That should be good for now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, enjoy your day." + } + ] + }, + { + "dialogue_id": "12_00027", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Please search some events for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_type", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Any interest or city in particular?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "event_type", + "values": [ + "Music" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Hip Hop" + ], + "slot": "category", + "values": [ + "Hip hop" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Las Vegas" + ], + "slot": "city", + "values": [ + "Vegas" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 30, + "slot": "category", + "start": 23 + }, + { + "exclusive_end": 45, + "slot": "city", + "start": 40 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Hip hop" + ], + "city": [ + "Vegas" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am into music mostly Hip hop event in Vegas" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Life Is Beautiful Festival" + ], + "slot": "event_name", + "values": [ + "Life is beautiful Festival" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Downtown Las Vegas Events Center - DLVEC" + ], + "slot": "venue", + "values": [ + "Downtown Las Vegas Events Center - DLVEC" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Hip Hop", + "city": "Las Vegas", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "Hip Hop", + "city": "Las Vegas", + "date": "2019-03-09", + "event_name": "Life Is Beautiful Festival", + "event_type": "Music", + "time": "17:00", + "venue": "Downtown Las Vegas Events Center - DLVEC", + "venue_address": "200 South 3rd Street" + } + ], + "slots": [ + { + "exclusive_end": 93, + "slot": "event_name", + "start": 67 + }, + { + "exclusive_end": 59, + "slot": "venue", + "start": 19 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 event at Downtown Las Vegas Events Center - DLVEC called Life is beautiful Festival" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "category": [ + "Hip hop" + ], + "city": [ + "Vegas" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where is the location and when does it start" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "200 South 3rd Street" + ], + "slot": "venue_address", + "values": [ + "200 south 3rd street" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "17:00" + ], + "slot": "time", + "values": [ + "5 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 40, + "slot": "venue_address", + "start": 20 + }, + { + "exclusive_end": 16, + "slot": "time", + "start": 12 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It start at 5 pm on 200 south 3rd street" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Hip hop" + ], + "city": [ + "Vegas" + ], + "event_name": [ + "Life is beautiful Festival" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thats good for me" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to buy a ticket for it" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Hip hop" + ], + "city": [ + "Vegas" + ], + "event_name": [ + "Life is beautiful Festival" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thanks anyways" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "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": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Hip hop" + ], + "city": [ + "Vegas" + ], + "event_name": [ + "Life is beautiful Festival" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No,Thanks again" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day!" + } + ] + }, + { + "dialogue_id": "12_00028", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I am looking to attend some events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "Music", + "Sports" + ], + "slot": "event_type", + "values": [ + "Music", + "Sports" + ] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure. Did you have any preferred events in your mind. For example Music or Sports or any other event. Are you looking to attend them in a particular city?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "event_type", + "values": [ + "Music" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Brisbane" + ], + "slot": "city", + "values": [ + "Brisbane" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 64, + "slot": "city", + "start": 56 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Brisbane" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes. Please search for a Concert that I could attend in Brisbane." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Star City Music Festival" + ], + "slot": "event_name", + "values": [ + "Star City Music Festival" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Brisbane Community Park" + ], + "slot": "venue", + "values": [ + "Brisbane Community Park" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Brisbane", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "Blues", + "city": "Brisbane", + "date": "2019-03-08", + "event_name": "Star City Music Festival", + "event_type": "Music", + "time": "17:30", + "venue": "Brisbane Community Park", + "venue_address": "Brisbane, California 94005, United States" + } + ], + "slots": [ + { + "exclusive_end": 48, + "slot": "event_name", + "start": 24 + }, + { + "exclusive_end": 94, + "slot": "venue", + "start": 71 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found an event called Star City Music Festival which will be held at Brisbane Community Park." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Brisbane" + ], + "event_name": [ + "Star City Music Festival" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That is something I would be interested in." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to buy tickets for this event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "Brisbane" + ], + "event_name": [ + "Star City Music Festival" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No. Thank you I don't want to buy the tickets now.That will be it." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "good day to you" + } + ] + }, + { + "dialogue_id": "12_00029", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "event_type", + "values": [ + "Music" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to find Concert events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which city do you want me to search in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "city", + "values": [ + "Philadelphia" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "date", + "values": [ + "9th of this month" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 20, + "slot": "city", + "start": 8 + }, + { + "exclusive_end": 56, + "slot": "date", + "start": 39 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "date": [ + "9th of this month" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Look in Philadelphia for events on the 9th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Toto" + ], + "slot": "event_name", + "values": [ + "Toto" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Met Philadelphia" + ], + "slot": "venue", + "values": [ + "The Met Philadelphia" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Philadelphia", + "date": "2019-03-09", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "Pop", + "city": "Philadelphia", + "date": "2019-03-09", + "event_name": "Toto", + "event_type": "Music", + "time": "17:00", + "venue": "The Met Philadelphia", + "venue_address": "858 North Broad Street" + } + ], + "slots": [ + { + "exclusive_end": 52, + "slot": "event_name", + "start": 48 + }, + { + "exclusive_end": 40, + "slot": "venue", + "start": 20 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found an event at The Met Philadelphia called Toto." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "date": [ + "9th of this month" + ], + "event_name": [ + "Toto" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to buy tickets to this event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "date": [ + "9th of this month" + ], + "event_name": [ + "Toto" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I don't want to buy any tickets right now. That is all I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "12_00030", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Hello, I would like to search for an event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_type", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Hello. What kind of event are you interested in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "event_type", + "values": [ + "Sports" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am looking for a match." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have you some preferences on the cities I should look in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Anaheim" + ], + "slot": "city", + "values": [ + "Anaheim, CA" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 45, + "slot": "city", + "start": 34 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Anaheim, CA" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, I am looking for an event in Anaheim, CA." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Angels Vs Astros" + ], + "slot": "event_name", + "values": [ + "Angels Vs Astros" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Angel Stadium of Anaheim" + ], + "slot": "venue", + "values": [ + "Angel Stadium of Anaheim" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Anaheim", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Baseball", + "city": "Anaheim", + "date": "2019-03-07", + "event_name": "Angels Vs Astros", + "event_type": "Sports", + "time": "17:00", + "venue": "Angel Stadium of Anaheim", + "venue_address": "2000 East Gene Autry Way" + }, + { + "category": "Baseball", + "city": "Anaheim", + "date": "2019-03-11", + "event_name": "Angels Vs Mariners", + "event_type": "Sports", + "time": "17:00", + "venue": "Angel Stadium of Anaheim", + "venue_address": "2000 East Gene Autry Way" + }, + { + "category": "Baseball", + "city": "Anaheim", + "date": "2019-03-14", + "event_name": "Angels Vs Orioles", + "event_type": "Sports", + "time": "19:30", + "venue": "Angel Stadium of Anaheim", + "venue_address": "2000 East Gene Autry Way" + }, + { + "category": "Baseball", + "city": "Anaheim", + "date": "2019-03-04", + "event_name": "Angels Vs Red Sox", + "event_type": "Sports", + "time": "19:00", + "venue": "Angel Stadium of Anaheim", + "venue_address": "2000 East Gene Autry Way" + }, + { + "category": "Baseball", + "city": "Anaheim", + "date": "2019-03-10", + "event_name": "Angels Vs Tigers", + "event_type": "Sports", + "time": "18:30", + "venue": "Angel Stadium of Anaheim", + "venue_address": "2000 East Gene Autry Way" + }, + { + "category": "Baseball", + "city": "Anaheim", + "date": "2019-03-11", + "event_name": "Angels Vs White Sox", + "event_type": "Sports", + "time": "18:00", + "venue": "Angel Stadium of Anaheim", + "venue_address": "2000 East Gene Autry Way" + }, + { + "category": "Baseball", + "city": "Anaheim", + "date": "2019-03-03", + "event_name": "La Angels Vs Houston", + "event_type": "Sports", + "time": "19:30", + "venue": "Angel Stadium of Anaheim", + "venue_address": "2000 East Gene Autry Way" + } + ], + "slots": [ + { + "exclusive_end": 35, + "slot": "event_name", + "start": 19 + }, + { + "exclusive_end": 69, + "slot": "venue", + "start": 45 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay. There is the Angels Vs Astros match at Angel Stadium of Anaheim." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Anaheim, CA" + ], + "event_name": [ + "Angels Vs Astros" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's perfect. Thank you very much, that's all I needed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You're welcome, have a good day." + } + ] + }, + { + "dialogue_id": "12_00031", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I want to attend an event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "Music", + "Sports" + ], + "slot": "event_type", + "values": [ + "Music", + "Sports" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Are you looking for any specific type of event like Sports or Music?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "event_type", + "values": [ + "Sports" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am looking for Games." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "In which city are you planning to attend the event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "city", + "values": [ + "LA" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 17, + "slot": "city", + "start": 15 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "LA" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would prefer LA." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Dodgers Vs Cubs" + ], + "slot": "event_name", + "values": [ + "Dodgers Vs Cubs" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Dodger Stadium" + ], + "slot": "venue", + "values": [ + "Dodger Stadium" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "10" + ], + "slot": "count", + "values": [ + "10" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Los Angeles", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Baseball", + "city": "Los Angeles", + "date": "2019-03-01", + "event_name": "Dodgers Vs Cubs", + "event_type": "Sports", + "time": "17:30", + "venue": "Dodger Stadium", + "venue_address": "1000 Vin Scully Ave" + }, + { + "category": "Baseball", + "city": "Los Angeles", + "date": "2019-03-08", + "event_name": "Dodgers Vs Diamondbacks", + "event_type": "Sports", + "time": "18:00", + "venue": "Dodger Stadium", + "venue_address": "1000 Vin Scully Ave" + }, + { + "category": "Baseball", + "city": "Los Angeles", + "date": "2019-03-12", + "event_name": "Dodgers Vs Giants", + "event_type": "Sports", + "time": "19:30", + "venue": "Dodger Stadium", + "venue_address": "1000 Vin Scully Ave" + }, + { + "category": "Baseball", + "city": "Los Angeles", + "date": "2019-03-13", + "event_name": "Dodgers Vs Marlins", + "event_type": "Sports", + "time": "18:30", + "venue": "Dodger Stadium", + "venue_address": "1000 Vin Scully Ave" + }, + { + "category": "Baseball", + "city": "Los Angeles", + "date": "2019-03-04", + "event_name": "Dodgers Vs Rockies", + "event_type": "Sports", + "time": "17:30", + "venue": "Dodger Stadium", + "venue_address": "1000 Vin Scully Ave" + }, + { + "category": "Soccer", + "city": "Los Angeles", + "date": "2019-03-02", + "event_name": "Lafc Vs Atlanta United", + "event_type": "Sports", + "time": "17:30", + "venue": "Banc of California Stadium", + "venue_address": "3939 South Figueroa Street" + }, + { + "category": "Soccer", + "city": "Los Angeles", + "date": "2019-03-13", + "event_name": "Lafc Vs Rapids", + "event_type": "Sports", + "time": "19:30", + "venue": "Banc of California Stadium", + "venue_address": "3939 South Figueroa Street" + }, + { + "category": "Soccer", + "city": "Los Angeles", + "date": "2019-03-08", + "event_name": "Lafc Vs Toronto Fc", + "event_type": "Sports", + "time": "18:00", + "venue": "Banc of California Stadium", + "venue_address": "3939 South Figueroa Street" + }, + { + "category": "Football", + "city": "Los Angeles", + "date": "2019-03-11", + "event_name": "Rams Vs Cardinals", + "event_type": "Sports", + "time": "18:00", + "venue": "LA Memorial Coliseum", + "venue_address": "3911 Figueroa Street" + }, + { + "category": "Basketball", + "city": "Los Angeles", + "date": "2019-03-08", + "event_name": "Sparks Vs Lynx", + "event_type": "Sports", + "time": "19:00", + "venue": "STAPLES Center", + "venue_address": "1111 South Figueroa Street" + } + ], + "slots": [ + { + "exclusive_end": 64, + "slot": "event_name", + "start": 49 + }, + { + "exclusive_end": 88, + "slot": "venue", + "start": 74 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Out of 10 events that match your preference, the Dodgers Vs Cubs match at Dodger Stadium might be interesting." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "time" + ], + "slot_values": { + "city": [ + "LA" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does the match start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17:30" + ], + "slot": "time", + "values": [ + "5:30 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 20, + "slot": "time", + "start": 13 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It starts at 5:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "LA" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any other events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Dodgers Vs Diamondbacks" + ], + "slot": "event_name", + "values": [ + "Dodgers Vs Diamondbacks" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Dodger Stadium" + ], + "slot": "venue", + "values": [ + "Dodger Stadium" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 47, + "slot": "event_name", + "start": 24 + }, + { + "exclusive_end": 65, + "slot": "venue", + "start": 51 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is another match, Dodgers Vs Diamondbacks at Dodger Stadium." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "LA" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Something else please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Dodgers Vs Giants" + ], + "slot": "event_name", + "values": [ + "Dodgers Vs Giants" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Dodger Stadium" + ], + "slot": "venue", + "values": [ + "Dodger Stadium" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 27, + "slot": "event_name", + "start": 10 + }, + { + "exclusive_end": 45, + "slot": "venue", + "start": 31 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "How about Dodgers Vs Giants at Dodger Stadium?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "LA" + ], + "event_name": [ + "Dodgers Vs Giants" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good and that's all I need. Thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day!" + } + ] + }, + { + "dialogue_id": "12_00032", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I need a search for current events to go to." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which city should I perform the search in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "city", + "values": [ + "LAX" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 29, + "slot": "city", + "start": 26 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "LAX" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Please look for events in LAX." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_type", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What events are you interested in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "event_type", + "values": [ + "Music" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "date", + "values": [ + "12th of this month" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 59, + "slot": "date", + "start": 41 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "LAX" + ], + "date": [ + "12th of this month" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am looking for any Music events on the 12th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Gloryhammer" + ], + "slot": "event_name", + "values": [ + "Gloryhammer" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1720(tm)" + ], + "slot": "venue", + "values": [ + "1720(tm)" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Los Angeles", + "date": "2019-03-12", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "Rock", + "city": "Los Angeles", + "date": "2019-03-12", + "event_name": "Gloryhammer", + "event_type": "Music", + "time": "17:30", + "venue": "1720(tm)", + "venue_address": "1720 East 16th Street" + }, + { + "category": "Jazz", + "city": "Los Angeles", + "date": "2019-03-12", + "event_name": "Jordan Rakei", + "event_type": "Music", + "time": "19:30", + "venue": "Masonic Lodge at Hollywood Forever", + "venue_address": "5970 Santa Monica Boulevard" + }, + { + "category": "Electronica", + "city": "Los Angeles", + "date": "2019-03-12", + "event_name": "Lights", + "event_type": "Music", + "time": "17:30", + "venue": "The Teragram Ballroom", + "venue_address": "1234 West 7th Street" + }, + { + "category": "Rock", + "city": "Los Angeles", + "date": "2019-03-12", + "event_name": "Murder City Devils", + "event_type": "Music", + "time": "19:00", + "venue": "The Teragram Ballroom", + "venue_address": "1234 West 7th Street" + }, + { + "category": "Electronica", + "city": "Los Angeles", + "date": "2019-03-12", + "event_name": "The Acid", + "event_type": "Music", + "time": "18:00", + "venue": "Regent Theater DTLA", + "venue_address": "448 South Main Street" + } + ], + "slots": [ + { + "exclusive_end": 29, + "slot": "event_name", + "start": 18 + }, + { + "exclusive_end": 51, + "slot": "venue", + "start": 43 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is an event Gloryhammer and it is at 1720(tm)." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "date", + "values": [ + "the 11th" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 53, + "slot": "date", + "start": 45 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "LAX" + ], + "date": [ + "the 11th" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Ok, can you search for another event like on the 11th?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Guided By Voices" + ], + "slot": "event_name", + "values": [ + "Guided By Voices" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Teragram Ballroom" + ], + "slot": "venue", + "values": [ + "The Teragram Ballroom" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Los Angeles", + "date": "2019-03-11", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "Rock", + "city": "Los Angeles", + "date": "2019-03-11", + "event_name": "Guided By Voices", + "event_type": "Music", + "time": "17:30", + "venue": "The Teragram Ballroom", + "venue_address": "1234 West 7th Street" + }, + { + "category": "Jazz", + "city": "Los Angeles", + "date": "2019-03-11", + "event_name": "Jordan Rakei", + "event_type": "Music", + "time": "17:00", + "venue": "Masonic Lodge at Hollywood Forever", + "venue_address": "5970 Santa Monica Boulevard" + }, + { + "category": "Rock", + "city": "Los Angeles", + "date": "2019-03-11", + "event_name": "Murder City Devils", + "event_type": "Music", + "time": "19:30", + "venue": "The Teragram Ballroom", + "venue_address": "1234 West 7th Street" + }, + { + "category": "Rock", + "city": "Los Angeles", + "date": "2019-03-11", + "event_name": "Starset", + "event_type": "Music", + "time": "18:00", + "venue": "Regent Theater DTLA", + "venue_address": "448 South Main Street" + } + ], + "slots": [ + { + "exclusive_end": 25, + "slot": "event_name", + "start": 9 + }, + { + "exclusive_end": 50, + "slot": "venue", + "start": 29 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is Guided By Voices at The Teragram Ballroom." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "LAX" + ], + "date": [ + "the 11th" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where is the venue location?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1234 West 7th Street" + ], + "slot": "venue_address", + "values": [ + "1234 West 7th Street" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 36, + "slot": "venue_address", + "start": 16 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "the venue is at 1234 West 7th Street." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "category", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "category", + "time" + ], + "slot_values": { + "city": [ + "LAX" + ], + "date": [ + "the 11th" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What type of music will be played at the event and what time does it start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Rock" + ], + "slot": "category", + "values": [ + "Rock" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "17:30" + ], + "slot": "time", + "values": [ + "5:30 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 12, + "slot": "category", + "start": 8 + }, + { + "exclusive_end": 40, + "slot": "time", + "start": 33 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It is a Rock event and begins at 5:30 pm" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "event_type", + "values": [ + "Sports" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "LAX" + ], + "date": [ + "the 11th" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you search for another event, maybe Sports?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Lafc Vs Rapids" + ], + "slot": "event_name", + "values": [ + "Lafc vs Rapids" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Banc of California Stadium" + ], + "slot": "venue", + "values": [ + "Banc of California Stadium" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Los Angeles", + "date": "2019-03-11", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Soccer", + "city": "Los Angeles", + "date": "2019-03-11", + "event_name": "Lafc Vs Rapids", + "event_type": "Sports", + "time": "18:00", + "venue": "Banc of California Stadium", + "venue_address": "3939 South Figueroa Street" + }, + { + "category": "Football", + "city": "Los Angeles", + "date": "2019-03-11", + "event_name": "Rams Vs Cardinals", + "event_type": "Sports", + "time": "18:00", + "venue": "LA Memorial Coliseum", + "venue_address": "3911 Figueroa Street" + }, + { + "category": "Basketball", + "city": "Los Angeles", + "date": "2019-03-11", + "event_name": "Sparks Vs Storm", + "event_type": "Sports", + "time": "19:30", + "venue": "STAPLES Center", + "venue_address": "1111 South Figueroa Street" + }, + { + "category": "Football", + "city": "Los Angeles", + "date": "2019-03-11", + "event_name": "Usc Vs Oregon", + "event_type": "Sports", + "time": "19:30", + "venue": "LA Memorial Coliseum", + "venue_address": "3911 Figueroa Street" + } + ], + "slots": [ + { + "exclusive_end": 23, + "slot": "event_name", + "start": 9 + }, + { + "exclusive_end": 53, + "slot": "venue", + "start": 27 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is Lafc vs Rapids at Banc of California Stadium." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "LAX" + ], + "date": [ + "the 11th" + ], + "event_name": [ + "Lafc vs Rapids" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great, this is what I'm looking for." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Bye and have a nice day." + } + ] + }, + { + "dialogue_id": "12_00033", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "city", + "values": [ + "Chicago" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 32, + "slot": "city", + "start": 25 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Chicago" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to find events in Chicago." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_type", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What do you want to see?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "event_type", + "values": [ + "Sports" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Chicago" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am looking for sporting Games." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Cubs Vs Brewers" + ], + "slot": "event_name", + "values": [ + "Cubs Vs Brewers" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Wrigley Field" + ], + "slot": "venue", + "values": [ + "Wrigley Field" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "10" + ], + "slot": "count", + "values": [ + "10" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Chicago", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Baseball", + "city": "Chicago", + "date": "2019-03-08", + "event_name": "Cubs Vs Brewers", + "event_type": "Sports", + "time": "17:00", + "venue": "Wrigley Field", + "venue_address": "1060 West Addison Street" + }, + { + "category": "Baseball", + "city": "Chicago", + "date": "2019-03-03", + "event_name": "Cubs Vs Giants", + "event_type": "Sports", + "time": "19:30", + "venue": "Wrigley Field", + "venue_address": "1060 West Addison Street" + }, + { + "category": "Baseball", + "city": "Chicago", + "date": "2019-03-12", + "event_name": "Cubs Vs Mariners", + "event_type": "Sports", + "time": "18:00", + "venue": "Wrigley Field", + "venue_address": "1060 West Addison Street" + }, + { + "category": "Baseball", + "city": "Chicago", + "date": "2019-03-08", + "event_name": "Cubs Vs Padres", + "event_type": "Sports", + "time": "19:30", + "venue": "Wrigley Field", + "venue_address": "1060 West Addison Street" + }, + { + "category": "Basketball", + "city": "Chicago", + "date": "2019-03-14", + "event_name": "Sky Vs Fever", + "event_type": "Sports", + "time": "18:00", + "venue": "Wintrust Arena", + "venue_address": "200 East Cermak Road" + }, + { + "category": "Baseball", + "city": "Chicago", + "date": "2019-03-03", + "event_name": "White Sox Vs Angels", + "event_type": "Sports", + "time": "18:30", + "venue": "Guaranteed Rate Field", + "venue_address": "333 West 35th Street" + }, + { + "category": "Baseball", + "city": "Chicago", + "date": "2019-03-13", + "event_name": "White Sox Vs Astros", + "event_type": "Sports", + "time": "19:00", + "venue": "Guaranteed Rate Field", + "venue_address": "333 West 35th Street" + }, + { + "category": "Baseball", + "city": "Chicago", + "date": "2019-03-03", + "event_name": "White Sox Vs Indians", + "event_type": "Sports", + "time": "18:00", + "venue": "Guaranteed Rate Field", + "venue_address": "333 West 35th Street" + }, + { + "category": "Baseball", + "city": "Chicago", + "date": "2019-03-07", + "event_name": "White Sox Vs Rangers", + "event_type": "Sports", + "time": "18:30", + "venue": "Guaranteed Rate Field", + "venue_address": "333 West 35th Street" + }, + { + "category": "Baseball", + "city": "Chicago", + "date": "2019-03-14", + "event_name": "White Sox Vs Tigers", + "event_type": "Sports", + "time": "18:00", + "venue": "Guaranteed Rate Field", + "venue_address": "333 West 35th Street" + } + ], + "slots": [ + { + "exclusive_end": 47, + "slot": "event_name", + "start": 32 + }, + { + "exclusive_end": 76, + "slot": "venue", + "start": 63 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Search revealed 10 results. The Cubs Vs Brewers are playing at Wrigley Field." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Baseball" + ], + "slot": "category", + "values": [ + "Baseball" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 15, + "slot": "category", + "start": 7 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Baseball" + ], + "city": [ + "Chicago" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like Baseball, but can you find me something else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Cubs Vs Giants" + ], + "slot": "event_name", + "values": [ + "Cubs Vs Giants" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Wrigley Field" + ], + "slot": "venue", + "values": [ + "Wrigley Field" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Baseball", + "city": "Chicago", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Baseball", + "city": "Chicago", + "date": "2019-03-08", + "event_name": "Cubs Vs Brewers", + "event_type": "Sports", + "time": "17:00", + "venue": "Wrigley Field", + "venue_address": "1060 West Addison Street" + }, + { + "category": "Baseball", + "city": "Chicago", + "date": "2019-03-03", + "event_name": "Cubs Vs Giants", + "event_type": "Sports", + "time": "19:30", + "venue": "Wrigley Field", + "venue_address": "1060 West Addison Street" + }, + { + "category": "Baseball", + "city": "Chicago", + "date": "2019-03-12", + "event_name": "Cubs Vs Mariners", + "event_type": "Sports", + "time": "18:00", + "venue": "Wrigley Field", + "venue_address": "1060 West Addison Street" + }, + { + "category": "Baseball", + "city": "Chicago", + "date": "2019-03-08", + "event_name": "Cubs Vs Padres", + "event_type": "Sports", + "time": "19:30", + "venue": "Wrigley Field", + "venue_address": "1060 West Addison Street" + }, + { + "category": "Baseball", + "city": "Chicago", + "date": "2019-03-03", + "event_name": "White Sox Vs Angels", + "event_type": "Sports", + "time": "18:30", + "venue": "Guaranteed Rate Field", + "venue_address": "333 West 35th Street" + }, + { + "category": "Baseball", + "city": "Chicago", + "date": "2019-03-13", + "event_name": "White Sox Vs Astros", + "event_type": "Sports", + "time": "19:00", + "venue": "Guaranteed Rate Field", + "venue_address": "333 West 35th Street" + }, + { + "category": "Baseball", + "city": "Chicago", + "date": "2019-03-03", + "event_name": "White Sox Vs Indians", + "event_type": "Sports", + "time": "18:00", + "venue": "Guaranteed Rate Field", + "venue_address": "333 West 35th Street" + }, + { + "category": "Baseball", + "city": "Chicago", + "date": "2019-03-07", + "event_name": "White Sox Vs Rangers", + "event_type": "Sports", + "time": "18:30", + "venue": "Guaranteed Rate Field", + "venue_address": "333 West 35th Street" + }, + { + "category": "Baseball", + "city": "Chicago", + "date": "2019-03-14", + "event_name": "White Sox Vs Tigers", + "event_type": "Sports", + "time": "18:00", + "venue": "Guaranteed Rate Field", + "venue_address": "333 West 35th Street" + }, + { + "category": "Baseball", + "city": "Chicago", + "date": "2019-03-12", + "event_name": "White Sox Vs Twins", + "event_type": "Sports", + "time": "19:00", + "venue": "Guaranteed Rate Field", + "venue_address": "333 West 35th Street" + } + ], + "slots": [ + { + "exclusive_end": 18, + "slot": "event_name", + "start": 4 + }, + { + "exclusive_end": 47, + "slot": "venue", + "start": 34 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The Cubs Vs Giants are playing at Wrigley Field." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Baseball" + ], + "city": [ + "Chicago" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find something else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Cubs Vs Mariners" + ], + "slot": "event_name", + "values": [ + "Cubs Vs Mariners" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Wrigley Field" + ], + "slot": "venue", + "values": [ + "Wrigley Field" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 20, + "slot": "event_name", + "start": 4 + }, + { + "exclusive_end": 49, + "slot": "venue", + "start": 36 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The Cubs Vs Mariners are playing at Wrigley Field." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Baseball" + ], + "city": [ + "Chicago" + ], + "event_name": [ + "Cubs Vs Mariners" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That will work." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want to buy tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Baseball" + ], + "city": [ + "Chicago" + ], + "event_name": [ + "Cubs Vs Mariners" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, not right now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "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": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Baseball" + ], + "city": [ + "Chicago" + ], + "event_name": [ + "Cubs Vs Mariners" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that is all. Thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "12_00034", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I am looking for upcoming events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay. Where would you like me to search for them?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "event_type", + "values": [ + "Music" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "NY" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "date", + "values": [ + "March 10th" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 2, + "slot": "city", + "start": 0 + }, + { + "exclusive_end": 69, + "slot": "date", + "start": 59 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "NY" + ], + "date": [ + "March 10th" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "NY would be good. I'm thinking something like a concert on March 10th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Ben Harper" + ], + "slot": "event_name", + "values": [ + "Ben Harper" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Pier 17" + ], + "slot": "venue", + "values": [ + "Pier 17" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "10" + ], + "slot": "count", + "values": [ + "10" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "New York", + "date": "2019-03-10", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "Blues", + "city": "New York", + "date": "2019-03-10", + "event_name": "Ben Harper", + "event_type": "Music", + "time": "19:00", + "venue": "Pier 17", + "venue_address": "89 South Street" + }, + { + "category": "Rock", + "city": "New York", + "date": "2019-03-10", + "event_name": "Chemical Brothers", + "event_type": "Music", + "time": "19:00", + "venue": "Forest Hills Stadium", + "venue_address": "1 Tennis Place, Forest Hills" + }, + { + "category": "Jazz", + "city": "New York", + "date": "2019-03-10", + "event_name": "Chris Botti", + "event_type": "Music", + "time": "18:00", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + }, + { + "category": "Electronica", + "city": "New York", + "date": "2019-03-10", + "event_name": "Esscalation Music Festival", + "event_type": "Music", + "time": "17:00", + "venue": "Melrose Ballroom", + "venue_address": "3608 33rd Street" + }, + { + "category": "Hip Hop", + "city": "New York", + "date": "2019-03-10", + "event_name": "Geto Boys", + "event_type": "Music", + "time": "18:00", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + }, + { + "category": "Blues", + "city": "New York", + "date": "2019-03-10", + "event_name": "Greensky Bluegrass", + "event_type": "Music", + "time": "17:00", + "venue": "Pier 17", + "venue_address": "89 South Street" + }, + { + "category": "Christian", + "city": "New York", + "date": "2019-03-10", + "event_name": "Harlem Gospel Choir", + "event_type": "Music", + "time": "19:30", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + }, + { + "category": "Country", + "city": "New York", + "date": "2019-03-10", + "event_name": "Jamey Johnson", + "event_type": "Music", + "time": "19:30", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + }, + { + "category": "Country", + "city": "New York", + "date": "2019-03-10", + "event_name": "Jason Isbell", + "event_type": "Music", + "time": "17:30", + "venue": "Prospect Park Bandshell", + "venue_address": "141 Prospect Park West, Brooklyn" + }, + { + "category": "Electronica", + "city": "New York", + "date": "2019-03-10", + "event_name": "Kishi Bashi", + "event_type": "Music", + "time": "17:30", + "venue": "Murmrr", + "venue_address": "17 Eastern Parkway, Brooklyn" + } + ], + "slots": [ + { + "exclusive_end": 43, + "slot": "event_name", + "start": 33 + }, + { + "exclusive_end": 62, + "slot": "venue", + "start": 55 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay. One thing I pulled up is a Ben Harper concert at Pier 17. That is only one of 10 though." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "NY" + ], + "date": [ + "March 10th" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay. What else have you got for me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Chemical Brothers" + ], + "slot": "event_name", + "values": [ + "Chemical Brothers" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Forest Hills Stadium" + ], + "slot": "venue", + "values": [ + "Forest Hills Stadium" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 38, + "slot": "event_name", + "start": 21 + }, + { + "exclusive_end": 70, + "slot": "venue", + "start": 50 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Looks like there's a Chemical Brothers concert at Forest Hills Stadium." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "NY" + ], + "date": [ + "March 10th" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Anything else look good?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Chris Botti" + ], + "slot": "event_name", + "values": [ + "Chris Botti" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Sony Hall" + ], + "slot": "venue", + "values": [ + "Sony Hall" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 26, + "slot": "event_name", + "start": 15 + }, + { + "exclusive_end": 53, + "slot": "venue", + "start": 44 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Yes. There's a Chris Botti show going on at Sony Hall." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "NY" + ], + "date": [ + "March 10th" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay. Where is that venue at?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "235 West 46th Street" + ], + "slot": "venue_address", + "values": [ + "235 West 46th Street" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 50, + "slot": "venue_address", + "start": 30 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The address for this venue is 235 West 46th Street." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "time" + ], + "slot_values": { + "city": [ + "NY" + ], + "date": [ + "March 10th" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What time is the show going to start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "18:00" + ], + "slot": "time", + "values": [ + "6 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 41, + "slot": "time", + "start": 37 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The concert is scheduled to start at 6 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "NY" + ], + "date": [ + "March 10th" + ], + "event_name": [ + "Chris Botti" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay, that sounds like a good one to me. That's everything I need for right now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Alright, take care." + } + ] + }, + { + "dialogue_id": "12_00035", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "city", + "values": [ + "Seattle, WA" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 69, + "slot": "city", + "start": 58 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle, WA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "My schedule is free today and I plan to go to an event in Seattle, WA. I want to look for events in that area." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "Music", + "Sports" + ], + "slot": "event_type", + "values": [ + "Music", + "Sports" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What type of events do you prefer? Some examples include music or sports." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "event_type", + "values": [ + "Sports" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle, WA" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am looking for a match." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Huskies Vs Cougars" + ], + "slot": "event_name", + "values": [ + "Huskies Vs Cougars" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Husky Stadium" + ], + "slot": "venue", + "values": [ + "Husky Stadium" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Seattle", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Basketball", + "city": "Seattle", + "date": "2019-03-14", + "event_name": "Huskies Vs Cougars", + "event_type": "Sports", + "time": "18:30", + "venue": "Husky Stadium", + "venue_address": "3800 Montlake Boulevard Northeast" + }, + { + "category": "Basketball", + "city": "Seattle", + "date": "2019-03-08", + "event_name": "Huskies Vs Utes", + "event_type": "Sports", + "time": "18:00", + "venue": "Husky Stadium", + "venue_address": "3800 Montlake Boulevard Northeast" + }, + { + "category": "Basketball", + "city": "Seattle", + "date": "2019-03-06", + "event_name": "Huskies Vs Warriors", + "event_type": "Sports", + "time": "19:30", + "venue": "Husky Stadium", + "venue_address": "3800 Montlake Boulevard Northeast" + }, + { + "category": "Baseball", + "city": "Seattle", + "date": "2019-03-07", + "event_name": "Mariners Vs Angels", + "event_type": "Sports", + "time": "18:30", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + }, + { + "category": "Baseball", + "city": "Seattle", + "date": "2019-03-08", + "event_name": "Mariners Vs Blue Jays", + "event_type": "Sports", + "time": "18:00", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + }, + { + "category": "Baseball", + "city": "Seattle", + "date": "2019-03-01", + "event_name": "Mariners Vs Rangers", + "event_type": "Sports", + "time": "19:30", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + }, + { + "category": "Baseball", + "city": "Seattle", + "date": "2019-03-10", + "event_name": "Mariners Vs Rays", + "event_type": "Sports", + "time": "18:00", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + }, + { + "category": "Baseball", + "city": "Seattle", + "date": "2019-03-05", + "event_name": "Mariners Vs Tigers", + "event_type": "Sports", + "time": "17:00", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + }, + { + "category": "Baseball", + "city": "Seattle", + "date": "2019-03-10", + "event_name": "Mariners Vs White Sox", + "event_type": "Sports", + "time": "17:00", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + }, + { + "category": "Football", + "city": "Seattle", + "date": "2019-03-08", + "event_name": "Seahawks Vs Cardinals", + "event_type": "Sports", + "time": "18:30", + "venue": "CenturyLink Field", + "venue_address": "800 Occidental Avenue South" + } + ], + "slots": [ + { + "exclusive_end": 60, + "slot": "event_name", + "start": 42 + }, + { + "exclusive_end": 34, + "slot": "venue", + "start": 21 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is an event at Husky Stadium. It is Huskies Vs Cougars." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "event_type", + "values": [ + "Music" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle, WA" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find any other events? I want to go to a concert." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Cody Johnson" + ], + "slot": "event_name", + "values": [ + "Cody Johnson" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Flamingo Lot" + ], + "slot": "venue", + "values": [ + "Flamingo Lot" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Seattle", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "Country", + "city": "Seattle", + "date": "2019-03-14", + "event_name": "Cody Johnson", + "event_type": "Music", + "time": "18:00", + "venue": "Flamingo Lot", + "venue_address": "5500 Phinney Avenue North" + }, + { + "category": "Blues", + "city": "Seattle", + "date": "2019-03-08", + "event_name": "Greensky Bluegrass", + "event_type": "Music", + "time": "19:30", + "venue": "Flamingo Lot", + "venue_address": "5500 Phinney Avenue North" + } + ], + "slots": [ + { + "exclusive_end": 23, + "slot": "event_name", + "start": 11 + }, + { + "exclusive_end": 51, + "slot": "venue", + "start": 39 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a Cody Johnson concert at the Flamingo Lot." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Blues" + ], + "slot": "category", + "values": [ + "Blues" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 21, + "slot": "category", + "start": 16 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Blues" + ], + "city": [ + "Seattle, WA" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find me Blues events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Greensky Bluegrass" + ], + "slot": "event_name", + "values": [ + "Greensky Bluegrass" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Flamingo Lot" + ], + "slot": "venue", + "values": [ + "Flamingo Lot" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Blues", + "city": "Seattle", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "Blues", + "city": "Seattle", + "date": "2019-03-08", + "event_name": "Greensky Bluegrass", + "event_type": "Music", + "time": "19:30", + "venue": "Flamingo Lot", + "venue_address": "5500 Phinney Avenue North" + } + ], + "slots": [ + { + "exclusive_end": 55, + "slot": "event_name", + "start": 37 + }, + { + "exclusive_end": 89, + "slot": "venue", + "start": 77 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is 1 event which you may like. Greensky Bluegrass is performing at the Flamingo Lot." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "category": [ + "Blues" + ], + "city": [ + "Seattle, WA" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When and where is this event taking place?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "5500 Phinney Avenue North" + ], + "slot": "venue_address", + "values": [ + "5500 Phinney Avenue North" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "19:30" + ], + "slot": "time", + "values": [ + "7:30 PM" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 52, + "slot": "venue_address", + "start": 27 + }, + { + "exclusive_end": 74, + "slot": "time", + "start": 67 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "This event is happening at 5500 Phinney Avenue North and starts at 7:30 PM." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Blues" + ], + "city": [ + "Seattle, WA" + ], + "event_name": [ + "Greensky Bluegrass" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want to buy tickets for this event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Blues" + ], + "city": [ + "Seattle, WA" + ], + "event_name": [ + "Greensky Bluegrass" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I don't want to buy tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "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": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Blues" + ], + "city": [ + "Seattle, WA" + ], + "event_name": [ + "Greensky Bluegrass" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No. Thank you for the help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "12_00036", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I want to go out and do something." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "Music", + "Sports" + ], + "slot": "event_type", + "values": [ + "Music", + "Sports" + ] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you know what you want to do? Perhaps you want to go to see some live music or to a sports event? Do you know what city you want to go to?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "event_type", + "values": [ + "Music" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Jazz" + ], + "slot": "category", + "values": [ + "jazz" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Napa" + ], + "slot": "city", + "values": [ + "Napa" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 28, + "slot": "category", + "start": 24 + }, + { + "exclusive_end": 69, + "slot": "city", + "start": 65 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "jazz" + ], + "city": [ + "Napa" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Maybe a concert? I love jazz. If possible, I'd like a concert in Napa." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Acoustic Alchemy" + ], + "slot": "event_name", + "values": [ + "Acoustic Alchemy" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Blue Note Napa" + ], + "slot": "venue", + "values": [ + "Blue Note Napa" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Jazz", + "city": "Napa", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "Jazz", + "city": "Napa", + "date": "2019-03-05", + "event_name": "Acoustic Alchemy", + "event_type": "Music", + "time": "19:00", + "venue": "Blue Note Napa", + "venue_address": "1030 Main Street" + }, + { + "category": "Jazz", + "city": "Napa", + "date": "2019-03-14", + "event_name": "Mandy Harvey", + "event_type": "Music", + "time": "17:00", + "venue": "Blue Note Napa", + "venue_address": "1030 Main Street" + }, + { + "category": "Jazz", + "city": "Napa", + "date": "2019-03-09", + "event_name": "Roy Ayers", + "event_type": "Music", + "time": "17:00", + "venue": "Blue Note Napa", + "venue_address": "1030 Main Street" + } + ], + "slots": [ + { + "exclusive_end": 42, + "slot": "event_name", + "start": 26 + }, + { + "exclusive_end": 60, + "slot": "venue", + "start": 46 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a concert called Acoustic Alchemy at Blue Note Napa." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "jazz" + ], + "city": [ + "Napa" + ], + "event_name": [ + "Acoustic Alchemy" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds great. That's just what I was looking for." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice day." + } + ] + }, + { + "dialogue_id": "12_00037", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "date", + "values": [ + "8th of March" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 63, + "slot": "date", + "start": 51 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "date": [ + "8th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find some events that are happening on the 8th of March?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "Music", + "Sports" + ], + "slot": "event_type", + "values": [ + "Music", + "Sports" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Are you looking for a Sports or Music event? Or something else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "event_type", + "values": [ + "Sports" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "date": [ + "8th of March" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "A sports event, yes." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where would you like me to look for this event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "city", + "values": [ + "ATL" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 10, + "slot": "city", + "start": 7 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "ATL" + ], + "date": [ + "8th of March" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "In the ATL area please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Falcons Vs Buccaneers" + ], + "slot": "event_name", + "values": [ + "Falcons Vs Buccaneers" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Mercedes-Benz Stadium" + ], + "slot": "venue", + "values": [ + "Mercedes-Benz Stadium" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Atlanta", + "date": "2019-03-08", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Football", + "city": "Atlanta", + "date": "2019-03-08", + "event_name": "Falcons Vs Buccaneers", + "event_type": "Sports", + "time": "19:30", + "venue": "Mercedes-Benz Stadium", + "venue_address": "1 AMB Drive Northwest" + }, + { + "category": "Football", + "city": "Atlanta", + "date": "2019-03-08", + "event_name": "Falcons Vs Rams", + "event_type": "Sports", + "time": "19:00", + "venue": "Mercedes-Benz Stadium", + "venue_address": "1 AMB Drive Northwest" + }, + { + "category": "Football", + "city": "Atlanta", + "date": "2019-03-08", + "event_name": "Falcons Vs Redskins", + "event_type": "Sports", + "time": "18:30", + "venue": "Mercedes-Benz Stadium", + "venue_address": "1 AMB Drive Northwest" + }, + { + "category": "Soccer", + "city": "Atlanta", + "date": "2019-03-08", + "event_name": "United Vs Earthquakes", + "event_type": "Sports", + "time": "19:30", + "venue": "Mercedes-Benz Stadium", + "venue_address": "1 AMB Drive Northwest" + }, + { + "category": "Soccer", + "city": "Atlanta", + "date": "2019-03-08", + "event_name": "United Vs Revolution", + "event_type": "Sports", + "time": "18:30", + "venue": "Mercedes-Benz Stadium", + "venue_address": "1 AMB Drive Northwest" + } + ], + "slots": [ + { + "exclusive_end": 43, + "slot": "event_name", + "start": 22 + }, + { + "exclusive_end": 68, + "slot": "venue", + "start": 47 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I've found one event: Falcons Vs Buccaneers at Mercedes-Benz Stadium." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "ATL" + ], + "date": [ + "8th of March" + ], + "event_name": [ + "Falcons Vs Buccaneers" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that is exactly what I was looking for!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Very good. Is there anything else I could assist you with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "ATL" + ], + "date": [ + "8th of March" + ], + "event_name": [ + "Falcons Vs Buccaneers" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No that is all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Enjoy your day." + } + ] + }, + { + "dialogue_id": "12_00038", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Hello, I'm looking for some events. Can you help me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "Music", + "Sports" + ], + "slot": "event_type", + "values": [ + "Music", + "Sports" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Are you looking for a certain type of event? You can search for Music or Sports, or any category." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "event_type", + "values": [ + "Sports" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "city", + "values": [ + "Philadelphia" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 58, + "slot": "city", + "start": 46 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for games. Hopefully something in Philadelphia." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Eagles Vs Cowboys" + ], + "slot": "event_name", + "values": [ + "Eagles vs Cowboys" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Lincoln Financial Field" + ], + "slot": "venue", + "values": [ + "Lincoln Financial Field" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Philadelphia", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Football", + "city": "Philadelphia", + "date": "2019-03-10", + "event_name": "Eagles Vs Cowboys", + "event_type": "Sports", + "time": "17:00", + "venue": "Lincoln Financial Field", + "venue_address": "1 Lincoln Financial Field Way" + }, + { + "category": "Football", + "city": "Philadelphia", + "date": "2019-03-12", + "event_name": "Owls Vs Bison", + "event_type": "Sports", + "time": "19:30", + "venue": "Lincoln Financial Field", + "venue_address": "1 Lincoln Financial Field Way" + }, + { + "category": "Football", + "city": "Philadelphia", + "date": "2019-03-03", + "event_name": "Owls Vs Huskies", + "event_type": "Sports", + "time": "17:30", + "venue": "Lincoln Financial Field", + "venue_address": "1 Lincoln Financial Field Way" + }, + { + "category": "Football", + "city": "Philadelphia", + "date": "2019-03-10", + "event_name": "Owls Vs Knights", + "event_type": "Sports", + "time": "17:00", + "venue": "Lincoln Financial Field", + "venue_address": "1 Lincoln Financial Field Way" + }, + { + "category": "Football", + "city": "Philadelphia", + "date": "2019-03-12", + "event_name": "Owls Vs Terrapins", + "event_type": "Sports", + "time": "19:00", + "venue": "Lincoln Financial Field", + "venue_address": "1 Lincoln Financial Field Way" + }, + { + "category": "Football", + "city": "Philadelphia", + "date": "2019-03-08", + "event_name": "Owls Vs Tigers", + "event_type": "Sports", + "time": "19:00", + "venue": "Lincoln Financial Field", + "venue_address": "1 Lincoln Financial Field Way" + }, + { + "category": "Football", + "city": "Philadelphia", + "date": "2019-03-08", + "event_name": "Owls Vs Yellow Jackets", + "event_type": "Sports", + "time": "19:30", + "venue": "Lincoln Financial Field", + "venue_address": "1 Lincoln Financial Field Way" + }, + { + "category": "Baseball", + "city": "Philadelphia", + "date": "2019-03-09", + "event_name": "Phillies Vs Braves", + "event_type": "Sports", + "time": "19:30", + "venue": "Citizens Bank Park", + "venue_address": "1 Citizens Bank Way" + }, + { + "category": "Baseball", + "city": "Philadelphia", + "date": "2019-03-12", + "event_name": "Phillies Vs Cubs", + "event_type": "Sports", + "time": "17:00", + "venue": "Citizens Bank Park", + "venue_address": "1 Citizens Bank Way" + }, + { + "category": "Baseball", + "city": "Philadelphia", + "date": "2019-03-09", + "event_name": "Phillies Vs Diamondbacks", + "event_type": "Sports", + "time": "19:00", + "venue": "Citizens Bank Park", + "venue_address": "1 Citizens Bank Way" + } + ], + "slots": [ + { + "exclusive_end": 41, + "slot": "event_name", + "start": 24 + }, + { + "exclusive_end": 68, + "slot": "venue", + "start": 45 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's the NFL game of Eagles vs Cowboys at Lincoln Financial Field." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "3rd of March" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 69, + "slot": "date", + "start": 57 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "date": [ + "3rd of March" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is there anything else? I want to find something for the 3rd of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Owls Vs Huskies" + ], + "slot": "event_name", + "values": [ + "Owls vs Huskies" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Lincoln Financial Field" + ], + "slot": "venue", + "values": [ + "Lincoln Financial Field" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Philadelphia", + "date": "2019-03-03", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Football", + "city": "Philadelphia", + "date": "2019-03-03", + "event_name": "Eagles Vs Cowboys", + "event_type": "Sports", + "time": "17:30", + "venue": "Lincoln Financial Field", + "venue_address": "1 Lincoln Financial Field Way" + }, + { + "category": "Football", + "city": "Philadelphia", + "date": "2019-03-03", + "event_name": "Owls Vs Huskies", + "event_type": "Sports", + "time": "17:30", + "venue": "Lincoln Financial Field", + "venue_address": "1 Lincoln Financial Field Way" + }, + { + "category": "Football", + "city": "Philadelphia", + "date": "2019-03-03", + "event_name": "Owls Vs Yellow Jackets", + "event_type": "Sports", + "time": "17:30", + "venue": "Lincoln Financial Field", + "venue_address": "1 Lincoln Financial Field Way" + }, + { + "category": "Baseball", + "city": "Philadelphia", + "date": "2019-03-03", + "event_name": "Phillies Vs Pirates", + "event_type": "Sports", + "time": "19:00", + "venue": "Citizens Bank Park", + "venue_address": "1 Citizens Bank Way" + } + ], + "slots": [ + { + "exclusive_end": 15, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 48, + "slot": "venue", + "start": 25 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Owls vs Huskies is on at Lincoln Financial Field on the 3rd of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "date": [ + "3rd of March" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is there anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Owls Vs Yellow Jackets" + ], + "slot": "event_name", + "values": [ + "Owls vs Yellow Jackets" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Lincoln Financial Field" + ], + "slot": "venue", + "values": [ + "Lincoln Financial Field" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 22, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 66, + "slot": "venue", + "start": 43 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Owls vs Yellow Jackets are also playing at Lincoln Financial Field." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "date": [ + "3rd of March" + ], + "event_name": [ + "Owls vs Yellow Jackets" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Should I buy your tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "date": [ + "3rd of March" + ], + "event_name": [ + "Owls vs Yellow Jackets" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No thanks. That's all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, have a good day." + } + ] + }, + { + "dialogue_id": "12_00039", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Life is boring, i wish to attend any events. Do you find me any events going to happen near by?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "Music", + "Sports" + ], + "slot": "event_type", + "values": [ + "Music", + "Sports" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which type of events do you prefer? whether Music or Sports or any other events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "event_type", + "values": [ + "Music" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Well, I like concert type of events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "In which city do you prefer to attend the event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Electronica" + ], + "slot": "category", + "values": [ + "Electronica" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New york City" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 28, + "slot": "category", + "start": 17 + }, + { + "exclusive_end": 52, + "slot": "city", + "start": 39 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Electronica" + ], + "city": [ + "New york City" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I wish to go for Electronica events in New york City." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Crooked Colours" + ], + "slot": "event_name", + "values": [ + "crooked colours" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Rough Trade NYC" + ], + "slot": "venue", + "values": [ + "Rough Trade NYC" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Electronica", + "city": "New York", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "Electronica", + "city": "New York", + "date": "2019-03-02", + "event_name": "Crooked Colours", + "event_type": "Music", + "time": "19:30", + "venue": "Rough Trade NYC", + "venue_address": "64 North 9th Street, Brooklyn" + }, + { + "category": "Electronica", + "city": "New York", + "date": "2019-03-01", + "event_name": "Esscalation Music Festival", + "event_type": "Music", + "time": "19:30", + "venue": "Melrose Ballroom", + "venue_address": "3608 33rd Street" + }, + { + "category": "Electronica", + "city": "New York", + "date": "2019-03-12", + "event_name": "Kishi Bashi", + "event_type": "Music", + "time": "17:30", + "venue": "Murmrr", + "venue_address": "17 Eastern Parkway, Brooklyn" + } + ], + "slots": [ + { + "exclusive_end": 75, + "slot": "event_name", + "start": 60 + }, + { + "exclusive_end": 104, + "slot": "venue", + "start": 89 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "3 events are there to suit your taste and the event name is crooked colours and it is at Rough Trade NYC." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "category": [ + "Electronica" + ], + "city": [ + "New york City" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to know the exact location of the venue and when does it start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "64 North 9th Street, Brooklyn" + ], + "slot": "venue_address", + "values": [ + "64 North 9th street, Brooklyn" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "19:30" + ], + "slot": "time", + "values": [ + "7:30 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 53, + "slot": "venue_address", + "start": 24 + }, + { + "exclusive_end": 85, + "slot": "time", + "start": 78 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The venue is located at 64 North 9th street, Brooklyn, and the event start at 7:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Electronica" + ], + "city": [ + "New york City" + ], + "event_name": [ + "crooked colours" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Well thanks a lot for you information." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Take care Have a great day" + } + ] + }, + { + "dialogue_id": "12_00040", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "What events are going on around me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Depends on the city." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "city", + "values": [ + "Atlanta" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 11, + "slot": "city", + "start": 4 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Atlanta" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Try Atlanta." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_type", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What kind of events would you like?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "event_type", + "values": [ + "Sports" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "dontcare" + ], + "slot": "date", + "values": [ + "dontcare" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Atlanta" + ], + "date": [ + "dontcare" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will take Sports any day of the week." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Falcons Vs Buccaneers" + ], + "slot": "event_name", + "values": [ + "Falcons Vs Buccaneers" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Mercedes-Benz Stadium" + ], + "slot": "venue", + "values": [ + "Mercedes-Benz Stadium" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Atlanta", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Football", + "city": "Atlanta", + "date": "2019-03-11", + "event_name": "Falcons Vs Buccaneers", + "event_type": "Sports", + "time": "18:00", + "venue": "Mercedes-Benz Stadium", + "venue_address": "1 AMB Drive Northwest" + }, + { + "category": "Football", + "city": "Atlanta", + "date": "2019-03-10", + "event_name": "Falcons Vs Jaguars", + "event_type": "Sports", + "time": "18:00", + "venue": "Mercedes-Benz Stadium", + "venue_address": "1 AMB Drive Northwest" + }, + { + "category": "Football", + "city": "Atlanta", + "date": "2019-03-11", + "event_name": "Falcons Vs Rams", + "event_type": "Sports", + "time": "18:30", + "venue": "Mercedes-Benz Stadium", + "venue_address": "1 AMB Drive Northwest" + }, + { + "category": "Football", + "city": "Atlanta", + "date": "2019-03-13", + "event_name": "Falcons Vs Redskins", + "event_type": "Sports", + "time": "17:00", + "venue": "Mercedes-Benz Stadium", + "venue_address": "1 AMB Drive Northwest" + }, + { + "category": "Basketball", + "city": "Atlanta", + "date": "2019-03-11", + "event_name": "Panthers Vs Jaguars", + "event_type": "Sports", + "time": "19:30", + "venue": "Georgia State Stadium", + "venue_address": "755 Hank Aaron Drive Southeast" + }, + { + "category": "Basketball", + "city": "Atlanta", + "date": "2019-03-10", + "event_name": "Panthers Vs Mountaineers", + "event_type": "Sports", + "time": "17:30", + "venue": "Georgia State Stadium", + "venue_address": "755 Hank Aaron Drive Southeast" + }, + { + "category": "Basketball", + "city": "Atlanta", + "date": "2019-03-09", + "event_name": "Panthers Vs Paladins", + "event_type": "Sports", + "time": "18:30", + "venue": "Georgia State Stadium", + "venue_address": "755 Hank Aaron Drive Southeast" + }, + { + "category": "Basketball", + "city": "Atlanta", + "date": "2019-03-05", + "event_name": "Panthers Vs Trojans", + "event_type": "Sports", + "time": "18:30", + "venue": "Georgia State Stadium", + "venue_address": "755 Hank Aaron Drive Southeast" + }, + { + "category": "Soccer", + "city": "Atlanta", + "date": "2019-03-11", + "event_name": "United Vs Earthquakes", + "event_type": "Sports", + "time": "18:00", + "venue": "Mercedes-Benz Stadium", + "venue_address": "1 AMB Drive Northwest" + }, + { + "category": "Soccer", + "city": "Atlanta", + "date": "2019-03-05", + "event_name": "United Vs Red Bulls", + "event_type": "Sports", + "time": "17:30", + "venue": "Mercedes-Benz Stadium", + "venue_address": "1 AMB Drive Northwest" + } + ], + "slots": [ + { + "exclusive_end": 25, + "slot": "event_name", + "start": 4 + }, + { + "exclusive_end": 72, + "slot": "venue", + "start": 51 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The Falcons Vs Buccaneers game is happening at the Mercedes-Benz Stadium." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Basketball" + ], + "slot": "category", + "values": [ + "Basketball" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 32, + "slot": "category", + "start": 22 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Basketball" + ], + "city": [ + "Atlanta" + ], + "date": [ + "dontcare" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you check for any Basketball games?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Panthers Vs Jaguars" + ], + "slot": "event_name", + "values": [ + "Panthers Vs Jaguars" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Georgia State Stadium" + ], + "slot": "venue", + "values": [ + "Georgia State Stadium" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Basketball", + "city": "Atlanta", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Basketball", + "city": "Atlanta", + "date": "2019-03-11", + "event_name": "Panthers Vs Jaguars", + "event_type": "Sports", + "time": "19:30", + "venue": "Georgia State Stadium", + "venue_address": "755 Hank Aaron Drive Southeast" + }, + { + "category": "Basketball", + "city": "Atlanta", + "date": "2019-03-10", + "event_name": "Panthers Vs Mountaineers", + "event_type": "Sports", + "time": "17:30", + "venue": "Georgia State Stadium", + "venue_address": "755 Hank Aaron Drive Southeast" + }, + { + "category": "Basketball", + "city": "Atlanta", + "date": "2019-03-09", + "event_name": "Panthers Vs Paladins", + "event_type": "Sports", + "time": "18:30", + "venue": "Georgia State Stadium", + "venue_address": "755 Hank Aaron Drive Southeast" + }, + { + "category": "Basketball", + "city": "Atlanta", + "date": "2019-03-05", + "event_name": "Panthers Vs Trojans", + "event_type": "Sports", + "time": "18:30", + "venue": "Georgia State Stadium", + "venue_address": "755 Hank Aaron Drive Southeast" + } + ], + "slots": [ + { + "exclusive_end": 48, + "slot": "event_name", + "start": 29 + }, + { + "exclusive_end": 82, + "slot": "venue", + "start": 61 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok. I found 4 events and the Panthers Vs Jaguars game at the Georgia State Stadium is just one of them." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Basketball" + ], + "city": [ + "Atlanta" + ], + "date": [ + "dontcare" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No. Can you look for other games please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Panthers Vs Mountaineers" + ], + "slot": "event_name", + "values": [ + "Panthers Vs Mountaineers" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Georgia State Stadium" + ], + "slot": "venue", + "values": [ + "Georgia State Stadium" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 24, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 61, + "slot": "venue", + "start": 40 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Panthers Vs Mountaineers are playing at Georgia State Stadium." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "time" + ], + "slot_values": { + "category": [ + "Basketball" + ], + "city": [ + "Atlanta" + ], + "date": [ + "dontcare" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When is the game?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17:30" + ], + "slot": "time", + "values": [ + "5:30 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 29, + "slot": "time", + "start": 22 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It starts promptly at 5:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Basketball" + ], + "city": [ + "Atlanta" + ], + "date": [ + "dontcare" + ], + "event_name": [ + "Panthers Vs Mountaineers" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great. That'll be all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice time at the game and enjoy the rest of the day." + } + ] + }, + { + "dialogue_id": "12_00041", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'm interested in events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "Music", + "Sports" + ], + "slot": "event_type", + "values": [ + "Music", + "Sports" + ] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, what type of event are you interested in? We have Music or Sports or anything else, just state your interest. Also, is there a preference for location that I should search in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "event_type", + "values": [ + "Sports" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "city", + "values": [ + "Seattle" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 27, + "slot": "city", + "start": 20 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Search for Games in Seattle." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Huskies Vs Cougars" + ], + "slot": "event_name", + "values": [ + "Huskies Vs Cougars" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Husky Stadium" + ], + "slot": "venue", + "values": [ + "Husky Stadium" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Seattle", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Basketball", + "city": "Seattle", + "date": "2019-03-14", + "event_name": "Huskies Vs Cougars", + "event_type": "Sports", + "time": "18:30", + "venue": "Husky Stadium", + "venue_address": "3800 Montlake Boulevard Northeast" + }, + { + "category": "Basketball", + "city": "Seattle", + "date": "2019-03-08", + "event_name": "Huskies Vs Utes", + "event_type": "Sports", + "time": "18:00", + "venue": "Husky Stadium", + "venue_address": "3800 Montlake Boulevard Northeast" + }, + { + "category": "Basketball", + "city": "Seattle", + "date": "2019-03-06", + "event_name": "Huskies Vs Warriors", + "event_type": "Sports", + "time": "19:30", + "venue": "Husky Stadium", + "venue_address": "3800 Montlake Boulevard Northeast" + }, + { + "category": "Baseball", + "city": "Seattle", + "date": "2019-03-07", + "event_name": "Mariners Vs Angels", + "event_type": "Sports", + "time": "18:30", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + }, + { + "category": "Baseball", + "city": "Seattle", + "date": "2019-03-08", + "event_name": "Mariners Vs Blue Jays", + "event_type": "Sports", + "time": "18:00", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + }, + { + "category": "Baseball", + "city": "Seattle", + "date": "2019-03-01", + "event_name": "Mariners Vs Rangers", + "event_type": "Sports", + "time": "19:30", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + }, + { + "category": "Baseball", + "city": "Seattle", + "date": "2019-03-10", + "event_name": "Mariners Vs Rays", + "event_type": "Sports", + "time": "18:00", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + }, + { + "category": "Baseball", + "city": "Seattle", + "date": "2019-03-05", + "event_name": "Mariners Vs Tigers", + "event_type": "Sports", + "time": "17:00", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + }, + { + "category": "Baseball", + "city": "Seattle", + "date": "2019-03-10", + "event_name": "Mariners Vs White Sox", + "event_type": "Sports", + "time": "17:00", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + }, + { + "category": "Football", + "city": "Seattle", + "date": "2019-03-08", + "event_name": "Seahawks Vs Cardinals", + "event_type": "Sports", + "time": "18:30", + "venue": "CenturyLink Field", + "venue_address": "800 Occidental Avenue South" + } + ], + "slots": [ + { + "exclusive_end": 44, + "slot": "event_name", + "start": 26 + }, + { + "exclusive_end": 61, + "slot": "venue", + "start": 48 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok, my database pulled up Huskies Vs Cougars at Husky Stadium." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "date", + "values": [ + "10th of March" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 61, + "slot": "date", + "start": 48 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle" + ], + "date": [ + "10th of March" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What else is there? I need this event to be the 10th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Mariners Vs Rays" + ], + "slot": "event_name", + "values": [ + "Mariners Vs Rays" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "T-Mobile Park" + ], + "slot": "venue", + "values": [ + "T-Mobile Park" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Seattle", + "date": "2019-03-10", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Basketball", + "city": "Seattle", + "date": "2019-03-10", + "event_name": "Huskies Vs Cougars", + "event_type": "Sports", + "time": "18:00", + "venue": "Husky Stadium", + "venue_address": "3800 Montlake Boulevard Northeast" + }, + { + "category": "Baseball", + "city": "Seattle", + "date": "2019-03-10", + "event_name": "Mariners Vs Rays", + "event_type": "Sports", + "time": "18:00", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + }, + { + "category": "Baseball", + "city": "Seattle", + "date": "2019-03-10", + "event_name": "Mariners Vs White Sox", + "event_type": "Sports", + "time": "17:00", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + }, + { + "category": "Baseball", + "city": "Seattle", + "date": "2019-03-10", + "event_name": "Seattle Vs La Angels", + "event_type": "Sports", + "time": "17:00", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + } + ], + "slots": [ + { + "exclusive_end": 95, + "slot": "event_name", + "start": 79 + }, + { + "exclusive_end": 66, + "slot": "venue", + "start": 53 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 4 events that you may find interesting. At T-Mobile Park there's the Mariners Vs Rays." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle" + ], + "date": [ + "10th of March" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What else is there?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Mariners Vs White Sox" + ], + "slot": "event_name", + "values": [ + "Mariners VS White Sox" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "T-Mobile Park" + ], + "slot": "venue", + "values": [ + "T-Mobile Park" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 63, + "slot": "event_name", + "start": 42 + }, + { + "exclusive_end": 16, + "slot": "venue", + "start": 3 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "At T-Mobile Park there's another game the Mariners VS White Sox." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "Seattle" + ], + "date": [ + "10th of March" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you tell me the location of this venue?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1250 1st Avenue South" + ], + "slot": "venue_address", + "values": [ + "1250 1st Avenue South" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 43, + "slot": "venue_address", + "start": 22 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, it's located at 1250 1st Avenue South." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle" + ], + "date": [ + "10th of March" + ], + "event_name": [ + "Mariners VS White Sox" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Perfect, that's all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day." + } + ] + }, + { + "dialogue_id": "12_00042", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for some events to attend." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "Music", + "Sports" + ], + "slot": "event_type", + "values": [ + "Music", + "Sports" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there any particular type you like? Perhaps a Music or Sports event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "event_type", + "values": [ + "Sports" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "date", + "values": [ + "11th of this month" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 57, + "slot": "date", + "start": 39 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "date": [ + "11th of this month" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to go to a Sports even on the 11th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Should I look for a particular city?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Soccer" + ], + "slot": "category", + "values": [ + "Soccer" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Toronto" + ], + "slot": "city", + "values": [ + "Toronto, Ontario" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "6th of this month" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 29, + "slot": "category", + "start": 23 + }, + { + "exclusive_end": 55, + "slot": "city", + "start": 39 + }, + { + "exclusive_end": 81, + "slot": "date", + "start": 64 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Soccer" + ], + "city": [ + "Toronto, Ontario" + ], + "date": [ + "6th of this month" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, I'm looking for a Soccer event in Toronto, Ontario for the 6th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Toronto Fc Vs Crew" + ], + "slot": "event_name", + "values": [ + "Toronto Fc Vs Crew" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "BMO Field" + ], + "slot": "venue", + "values": [ + "BMO Field" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Soccer", + "city": "Toronto", + "date": "2019-03-06", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Soccer", + "city": "Toronto", + "date": "2019-03-06", + "event_name": "Toronto Fc Vs Crew", + "event_type": "Sports", + "time": "19:30", + "venue": "BMO Field", + "venue_address": "170 Princes' Boulevard" + }, + { + "category": "Soccer", + "city": "Toronto", + "date": "2019-03-06", + "event_name": "Toronto Fc Vs Impact", + "event_type": "Sports", + "time": "17:30", + "venue": "BMO Field", + "venue_address": "170 Princes' Boulevard" + }, + { + "category": "Soccer", + "city": "Toronto", + "date": "2019-03-06", + "event_name": "Toronto Fc Vs Rapids", + "event_type": "Sports", + "time": "17:00", + "venue": "BMO Field", + "venue_address": "170 Princes' Boulevard" + }, + { + "category": "Soccer", + "city": "Toronto", + "date": "2019-03-06", + "event_name": "Toronto Vs Ottawa", + "event_type": "Sports", + "time": "18:30", + "venue": "BMO Field", + "venue_address": "170 Princes' Boulevard" + } + ], + "slots": [ + { + "exclusive_end": 36, + "slot": "event_name", + "start": 18 + }, + { + "exclusive_end": 49, + "slot": "venue", + "start": 40 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is an event Toronto Fc Vs Crew at BMO Field on that date." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Soccer" + ], + "city": [ + "Toronto, Ontario" + ], + "date": [ + "6th of this month" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any other events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Toronto Fc Vs Impact" + ], + "slot": "event_name", + "values": [ + "Toronto Fc Vs Impact" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "BMO Field" + ], + "slot": "venue", + "values": [ + "BMO Field" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 40, + "slot": "event_name", + "start": 20 + }, + { + "exclusive_end": 53, + "slot": "venue", + "start": 44 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, there is also Toronto Fc Vs Impact at BMO Field." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "category": [ + "Soccer" + ], + "city": [ + "Toronto, Ontario" + ], + "date": [ + "6th of this month" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where is the venue for that?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "170 Princes' Boulevard" + ], + "slot": "venue_address", + "values": [ + "170 Princes' Boulevard" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 46, + "slot": "venue_address", + "start": 24 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The venue is located at 170 Princes' Boulevard." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "time" + ], + "slot_values": { + "category": [ + "Soccer" + ], + "city": [ + "Toronto, Ontario" + ], + "date": [ + "6th of this month" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does it start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17:30" + ], + "slot": "time", + "values": [ + "5:30 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 24, + "slot": "time", + "start": 17 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It will start at 5:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Soccer" + ], + "city": [ + "Toronto, Ontario" + ], + "date": [ + "6th of this month" + ], + "event_name": [ + "Toronto Fc Vs Impact" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay, thanks, that's all I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, have a nice day." + } + ] + }, + { + "dialogue_id": "12_00043", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I need to find out some events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_type", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What kind of event are you interested in? What city are you looking at?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "event_type", + "values": [ + "Sports" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "city", + "values": [ + "Atlanta" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 42, + "slot": "city", + "start": 35 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Atlanta" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to attend a Sports event in Atlanta." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Falcons Vs Buccaneers" + ], + "slot": "event_name", + "values": [ + "Falcons Vs Buccaneers" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Mercedes-Benz Stadium" + ], + "slot": "venue", + "values": [ + "Mercedes-Benz Stadium" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "10" + ], + "slot": "count", + "values": [ + "10" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Atlanta", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Football", + "city": "Atlanta", + "date": "2019-03-11", + "event_name": "Falcons Vs Buccaneers", + "event_type": "Sports", + "time": "18:00", + "venue": "Mercedes-Benz Stadium", + "venue_address": "1 AMB Drive Northwest" + }, + { + "category": "Football", + "city": "Atlanta", + "date": "2019-03-10", + "event_name": "Falcons Vs Jaguars", + "event_type": "Sports", + "time": "18:00", + "venue": "Mercedes-Benz Stadium", + "venue_address": "1 AMB Drive Northwest" + }, + { + "category": "Football", + "city": "Atlanta", + "date": "2019-03-11", + "event_name": "Falcons Vs Rams", + "event_type": "Sports", + "time": "18:30", + "venue": "Mercedes-Benz Stadium", + "venue_address": "1 AMB Drive Northwest" + }, + { + "category": "Football", + "city": "Atlanta", + "date": "2019-03-13", + "event_name": "Falcons Vs Redskins", + "event_type": "Sports", + "time": "17:00", + "venue": "Mercedes-Benz Stadium", + "venue_address": "1 AMB Drive Northwest" + }, + { + "category": "Basketball", + "city": "Atlanta", + "date": "2019-03-11", + "event_name": "Panthers Vs Jaguars", + "event_type": "Sports", + "time": "19:30", + "venue": "Georgia State Stadium", + "venue_address": "755 Hank Aaron Drive Southeast" + }, + { + "category": "Basketball", + "city": "Atlanta", + "date": "2019-03-10", + "event_name": "Panthers Vs Mountaineers", + "event_type": "Sports", + "time": "17:30", + "venue": "Georgia State Stadium", + "venue_address": "755 Hank Aaron Drive Southeast" + }, + { + "category": "Basketball", + "city": "Atlanta", + "date": "2019-03-09", + "event_name": "Panthers Vs Paladins", + "event_type": "Sports", + "time": "18:30", + "venue": "Georgia State Stadium", + "venue_address": "755 Hank Aaron Drive Southeast" + }, + { + "category": "Basketball", + "city": "Atlanta", + "date": "2019-03-05", + "event_name": "Panthers Vs Trojans", + "event_type": "Sports", + "time": "18:30", + "venue": "Georgia State Stadium", + "venue_address": "755 Hank Aaron Drive Southeast" + }, + { + "category": "Soccer", + "city": "Atlanta", + "date": "2019-03-11", + "event_name": "United Vs Earthquakes", + "event_type": "Sports", + "time": "18:00", + "venue": "Mercedes-Benz Stadium", + "venue_address": "1 AMB Drive Northwest" + }, + { + "category": "Soccer", + "city": "Atlanta", + "date": "2019-03-05", + "event_name": "United Vs Red Bulls", + "event_type": "Sports", + "time": "17:30", + "venue": "Mercedes-Benz Stadium", + "venue_address": "1 AMB Drive Northwest" + } + ], + "slots": [ + { + "exclusive_end": 60, + "slot": "event_name", + "start": 39 + }, + { + "exclusive_end": 89, + "slot": "venue", + "start": 68 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "10 events were found. The first one is Falcons Vs Buccaneers at the Mercedes-Benz Stadium." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "the 1st" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 78, + "slot": "date", + "start": 71 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Atlanta" + ], + "date": [ + "the 1st" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you give me any other events please? I am looking for something on the 1st." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Vs United" + ], + "slot": "event_name", + "values": [ + "United Vs United" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Mercedes-Benz Stadium" + ], + "slot": "venue", + "values": [ + "Mercedes-Benz Stadium" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "2" + ], + "slot": "count", + "values": [ + "2" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Atlanta", + "date": "2019-03-01", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Soccer", + "city": "Atlanta", + "date": "2019-03-01", + "event_name": "United Vs United", + "event_type": "Sports", + "time": "18:00", + "venue": "Mercedes-Benz Stadium", + "venue_address": "1 AMB Drive Northwest" + }, + { + "category": "Football", + "city": "Atlanta", + "date": "2019-03-01", + "event_name": "Yellow Jackets Vs Hokies", + "event_type": "Sports", + "time": "19:30", + "venue": "Bobby Dodd Stadium at Historic Grant Field", + "venue_address": "177 North Avenue Northwest" + } + ], + "slots": [ + { + "exclusive_end": 48, + "slot": "event_name", + "start": 32 + }, + { + "exclusive_end": 77, + "slot": "venue", + "start": 56 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "2 events matched your requests. United Vs United at the Mercedes-Benz Stadium is the 1st on the list." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Atlanta" + ], + "date": [ + "the 1st" + ], + "event_name": [ + "United Vs United" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That is the one that sounds the best. Thats it. Thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day." + } + ] + }, + { + "dialogue_id": "12_00044", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I would like to find an event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "Music", + "Sports" + ], + "slot": "event_type", + "values": [ + "Music", + "Sports" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What type of event, music or sports?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "event_type", + "values": [ + "Sports" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "date", + "values": [ + "March 14th" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 37, + "slot": "date", + "start": 27 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "date": [ + "March 14th" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am looking for sports on March 14th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "In which city would you like to attend an event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "city", + "values": [ + "Seattle" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 10, + "slot": "city", + "start": 3 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle" + ], + "date": [ + "March 14th" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "In Seattle city please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Huskies Vs Cougars" + ], + "slot": "event_name", + "values": [ + "Huskies Vs Cougars" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Husky Stadium" + ], + "slot": "venue", + "values": [ + "Husky Stadium" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Seattle", + "date": "2019-03-14", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Basketball", + "city": "Seattle", + "date": "2019-03-14", + "event_name": "Huskies Vs Cougars", + "event_type": "Sports", + "time": "18:30", + "venue": "Husky Stadium", + "venue_address": "3800 Montlake Boulevard Northeast" + }, + { + "category": "Basketball", + "city": "Seattle", + "date": "2019-03-14", + "event_name": "Seattle Vs Minnesota", + "event_type": "Sports", + "time": "17:00", + "venue": "Alaska Airlines Arena", + "venue_address": "3870 Montlake Boulevard Northeast" + }, + { + "category": "Soccer", + "city": "Seattle", + "date": "2019-03-14", + "event_name": "Sounders Vs Timbers", + "event_type": "Sports", + "time": "18:00", + "venue": "CenturyLink Field", + "venue_address": "800 Occidental Avenue South" + }, + { + "category": "Soccer", + "city": "Seattle", + "date": "2019-03-14", + "event_name": "Sounders Vs United", + "event_type": "Sports", + "time": "19:00", + "venue": "CenturyLink Field", + "venue_address": "800 Occidental Avenue South" + } + ], + "slots": [ + { + "exclusive_end": 27, + "slot": "event_name", + "start": 9 + }, + { + "exclusive_end": 44, + "slot": "venue", + "start": 31 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is Huskies Vs Cougars at Husky Stadium." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "dontcare" + ], + "slot": "category", + "values": [ + "dontcare" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "dontcare" + ], + "city": [ + "Seattle" + ], + "date": [ + "March 14th" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find something else please? Any category of events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Seattle Vs Minnesota" + ], + "slot": "event_name", + "values": [ + "Seattle Vs Minnesota" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines Arena" + ], + "slot": "venue", + "values": [ + "Alaska Airlines Arena" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Seattle", + "date": "2019-03-14", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Basketball", + "city": "Seattle", + "date": "2019-03-14", + "event_name": "Huskies Vs Cougars", + "event_type": "Sports", + "time": "18:30", + "venue": "Husky Stadium", + "venue_address": "3800 Montlake Boulevard Northeast" + }, + { + "category": "Basketball", + "city": "Seattle", + "date": "2019-03-14", + "event_name": "Seattle Vs Minnesota", + "event_type": "Sports", + "time": "17:00", + "venue": "Alaska Airlines Arena", + "venue_address": "3870 Montlake Boulevard Northeast" + }, + { + "category": "Soccer", + "city": "Seattle", + "date": "2019-03-14", + "event_name": "Sounders Vs Timbers", + "event_type": "Sports", + "time": "18:00", + "venue": "CenturyLink Field", + "venue_address": "800 Occidental Avenue South" + }, + { + "category": "Soccer", + "city": "Seattle", + "date": "2019-03-14", + "event_name": "Sounders Vs United", + "event_type": "Sports", + "time": "19:00", + "venue": "CenturyLink Field", + "venue_address": "800 Occidental Avenue South" + } + ], + "slots": [ + { + "exclusive_end": 29, + "slot": "event_name", + "start": 9 + }, + { + "exclusive_end": 64, + "slot": "venue", + "start": 43 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is Seattle Vs Minnesota and it is at Alaska Airlines Arena." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "dontcare" + ], + "city": [ + "Seattle" + ], + "date": [ + "March 14th" + ], + "event_name": [ + "Seattle Vs Minnesota" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, thank you that is all the information I needed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "12_00045", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "What events are coming up?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "Music", + "Sports" + ], + "slot": "event_type", + "values": [ + "Music", + "Sports" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Are you interested in a specific type of event, like Music or Sports?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "event_type", + "values": [ + "Music" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "this Sunday" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 39, + "slot": "date", + "start": 28 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "date": [ + "this Sunday" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to find a concert on this Sunday" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which city would you like it to be in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Diego" + ], + "slot": "city", + "values": [ + "SD" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 15, + "slot": "city", + "start": 13 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "SD" + ], + "date": [ + "this Sunday" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Somewhere in SD" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Aly And Aj" + ], + "slot": "event_name", + "values": [ + "Aly And Aj" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Observatory North Park" + ], + "slot": "venue", + "values": [ + "The Observatory North Park" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "San Diego", + "date": "2019-03-03", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "Pop", + "city": "San Diego", + "date": "2019-03-03", + "event_name": "Aly And Aj", + "event_type": "Music", + "time": "17:00", + "venue": "The Observatory North Park", + "venue_address": "2891 University Avenue" + }, + { + "category": "Rock", + "city": "San Diego", + "date": "2019-03-03", + "event_name": "Psychedelic Furs", + "event_type": "Music", + "time": "18:30", + "venue": "The Observatory North Park", + "venue_address": "2891 University Avenue" + } + ], + "slots": [ + { + "exclusive_end": 10, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 52, + "slot": "venue", + "start": 26 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Aly And Aj are playing at The Observatory North Park." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "SD" + ], + "date": [ + "this Sunday" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find me something else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Psychedelic Furs" + ], + "slot": "event_name", + "values": [ + "Psychedelic Furs" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Observatory North Park" + ], + "slot": "venue", + "values": [ + "The Observatory North Park" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 16, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 62, + "slot": "venue", + "start": 36 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Psychedelic Furs is also playing at The Observatory North Park" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Pop" + ], + "slot": "category", + "values": [ + "Pop" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "NYC" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 21, + "slot": "category", + "start": 18 + }, + { + "exclusive_end": 34, + "slot": "city", + "start": 31 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Pop" + ], + "city": [ + "NYC" + ], + "date": [ + "this Sunday" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find me a Pop event in NYC instead?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Jojo Siwa" + ], + "slot": "event_name", + "values": [ + "Jojo Siwa" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Forest Hills Stadium" + ], + "slot": "venue", + "values": [ + "Forest Hills Stadium" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "2" + ], + "slot": "count", + "values": [ + "2" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Pop", + "city": "New York", + "date": "2019-03-03", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "Pop", + "city": "New York", + "date": "2019-03-03", + "event_name": "Jojo Siwa", + "event_type": "Music", + "time": "18:00", + "venue": "Forest Hills Stadium", + "venue_address": "1 Tennis Place, Forest Hills" + }, + { + "category": "Pop", + "city": "New York", + "date": "2019-03-03", + "event_name": "Madonna", + "event_type": "Music", + "time": "18:00", + "venue": "BAM Howard Gilman Opera House", + "venue_address": "Peter Jay Sharp Building, 30 Lafayette Avenue, Brooklyn" + } + ], + "slots": [ + { + "exclusive_end": 43, + "slot": "event_name", + "start": 34 + }, + { + "exclusive_end": 67, + "slot": "venue", + "start": 47 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 2 upcoming events. One is Jojo Siwa at Forest Hills Stadium." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "time" + ], + "slot_values": { + "category": [ + "Pop" + ], + "city": [ + "NYC" + ], + "date": [ + "this Sunday" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does it start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "18:00" + ], + "slot": "time", + "values": [ + "6 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 25, + "slot": "time", + "start": 21 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "This event starts at 6 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "category": [ + "Pop" + ], + "city": [ + "NYC" + ], + "date": [ + "this Sunday" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Whats the venue address?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1 Tennis Place, Forest Hills" + ], + "slot": "venue_address", + "values": [ + "1 Tennis Place, Forest Hills" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 44, + "slot": "venue_address", + "start": 16 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The venue is at 1 Tennis Place, Forest Hills" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Pop" + ], + "city": [ + "NYC" + ], + "date": [ + "this Sunday" + ], + "event_name": [ + "Jojo Siwa" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good. That's all I need, thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "My pleasure, have a great day!" + } + ] + }, + { + "dialogue_id": "12_00046", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "event_type", + "values": [ + "Sports" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to search for a sports event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there a preferred city where I should look?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Phoenix" + ], + "slot": "city", + "values": [ + "Phoenix, AZ" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 38, + "slot": "city", + "start": 27 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Phoenix, AZ" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am looking for events in Phoenix, AZ." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Arizona Vs La Dodgers" + ], + "slot": "event_name", + "values": [ + "Arizona Vs La Dodgers" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Chase Field" + ], + "slot": "venue", + "values": [ + "Chase Field" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Phoenix", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Baseball", + "city": "Phoenix", + "date": "2019-03-02", + "event_name": "Arizona Vs La Dodgers", + "event_type": "Sports", + "time": "17:30", + "venue": "Chase Field", + "venue_address": "401 East Jefferson Street" + }, + { + "category": "Baseball", + "city": "Phoenix", + "date": "2019-03-04", + "event_name": "Arizona Vs Milwaukee", + "event_type": "Sports", + "time": "17:00", + "venue": "Chase Field", + "venue_address": "401 East Jefferson Street" + }, + { + "category": "Baseball", + "city": "Phoenix", + "date": "2019-03-02", + "event_name": "Diamondbacks Vs Brewers", + "event_type": "Sports", + "time": "18:30", + "venue": "Chase Field", + "venue_address": "401 East Jefferson Street" + }, + { + "category": "Baseball", + "city": "Phoenix", + "date": "2019-03-01", + "event_name": "Diamondbacks Vs Cardinals", + "event_type": "Sports", + "time": "17:30", + "venue": "Chase Field", + "venue_address": "401 East Jefferson Street" + }, + { + "category": "Baseball", + "city": "Phoenix", + "date": "2019-03-14", + "event_name": "Diamondbacks Vs Dodgers", + "event_type": "Sports", + "time": "19:00", + "venue": "Chase Field", + "venue_address": "401 East Jefferson Street" + }, + { + "category": "Baseball", + "city": "Phoenix", + "date": "2019-03-01", + "event_name": "Diamondbacks Vs Giants", + "event_type": "Sports", + "time": "19:00", + "venue": "Chase Field", + "venue_address": "401 East Jefferson Street" + }, + { + "category": "Baseball", + "city": "Phoenix", + "date": "2019-03-14", + "event_name": "Diamondbacks Vs Marlins", + "event_type": "Sports", + "time": "17:00", + "venue": "Chase Field", + "venue_address": "401 East Jefferson Street" + }, + { + "category": "Baseball", + "city": "Phoenix", + "date": "2019-03-01", + "event_name": "Diamondbacks Vs Mets", + "event_type": "Sports", + "time": "18:30", + "venue": "Chase Field", + "venue_address": "401 East Jefferson Street" + }, + { + "category": "Baseball", + "city": "Phoenix", + "date": "2019-03-12", + "event_name": "Diamondbacks Vs Nationals", + "event_type": "Sports", + "time": "19:00", + "venue": "Chase Field", + "venue_address": "401 East Jefferson Street" + }, + { + "category": "Baseball", + "city": "Phoenix", + "date": "2019-03-12", + "event_name": "Diamondbacks Vs Orioles", + "event_type": "Sports", + "time": "17:00", + "venue": "Chase Field", + "venue_address": "401 East Jefferson Street" + } + ], + "slots": [ + { + "exclusive_end": 34, + "slot": "event_name", + "start": 13 + }, + { + "exclusive_end": 59, + "slot": "venue", + "start": 48 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event is Arizona Vs La Dodgers ant it is at Chase Field." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "Phoenix, AZ" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where is the venue located and what time does the event start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "401 East Jefferson Street" + ], + "slot": "venue_address", + "values": [ + "401 East Jefferson Street" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "17:30" + ], + "slot": "time", + "values": [ + "5:30 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 49, + "slot": "venue_address", + "start": 24 + }, + { + "exclusive_end": 78, + "slot": "time", + "start": 71 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The venue is located at 401 East Jefferson Street. The event starts at 5:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Phoenix, AZ" + ], + "event_name": [ + "Arizona Vs La Dodgers" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good to me, that is all I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "12_00047", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I want to go for some event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "Music", + "Sports" + ], + "slot": "event_type", + "values": [ + "Music", + "Sports" + ] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want to listen live music or see sports, for example? What the city you want?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "event_type", + "values": [ + "Music" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York City" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 45, + "slot": "city", + "start": 32 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "New York City" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want something with music, in New York City." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Amber Run Brooklyn" + ], + "slot": "event_name", + "values": [ + "Amber Run Brooklyn" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Warsaw" + ], + "slot": "venue", + "values": [ + "Warsaw" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "New York", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "Pop", + "city": "New York", + "date": "2019-03-05", + "event_name": "Amber Run Brooklyn", + "event_type": "Music", + "time": "19:30", + "venue": "Warsaw", + "venue_address": "261 Driggs Avenue, Brooklyn" + }, + { + "category": "International", + "city": "New York", + "date": "2019-03-02", + "event_name": "Americo", + "event_type": "Music", + "time": "18:30", + "venue": "La Boom", + "venue_address": "56-15 Northern Boulevard, Woodside" + }, + { + "category": "Blues", + "city": "New York", + "date": "2019-03-10", + "event_name": "Ben Harper", + "event_type": "Music", + "time": "19:00", + "venue": "Pier 17", + "venue_address": "89 South Street" + }, + { + "category": "Hip Hop", + "city": "New York", + "date": "2019-03-13", + "event_name": "Blackbear", + "event_type": "Music", + "time": "18:30", + "venue": "Pier 17", + "venue_address": "89 South Street" + }, + { + "category": "Hip Hop", + "city": "New York", + "date": "2019-03-14", + "event_name": "Blowout Music Festival", + "event_type": "Music", + "time": "18:00", + "venue": "Knockdown Center", + "venue_address": "52-19 Flushing Avenue, Maspeth" + }, + { + "category": "Blues", + "city": "New York", + "date": "2019-03-09", + "event_name": "Buddy Guy", + "event_type": "Music", + "time": "17:00", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + }, + { + "category": "Rock", + "city": "New York", + "date": "2019-03-06", + "event_name": "Chemical Brothers", + "event_type": "Music", + "time": "19:00", + "venue": "Forest Hills Stadium", + "venue_address": "1 Tennis Place, Forest Hills" + }, + { + "category": "Jazz", + "city": "New York", + "date": "2019-03-07", + "event_name": "Chris Botti", + "event_type": "Music", + "time": "17:00", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + }, + { + "category": "Electronica", + "city": "New York", + "date": "2019-03-02", + "event_name": "Crooked Colours", + "event_type": "Music", + "time": "19:30", + "venue": "Rough Trade NYC", + "venue_address": "64 North 9th Street, Brooklyn" + }, + { + "category": "Electronica", + "city": "New York", + "date": "2019-03-01", + "event_name": "Esscalation Music Festival", + "event_type": "Music", + "time": "19:30", + "venue": "Melrose Ballroom", + "venue_address": "3608 33rd Street" + } + ], + "slots": [ + { + "exclusive_end": 52, + "slot": "event_name", + "start": 34 + }, + { + "exclusive_end": 32, + "slot": "venue", + "start": 26 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Nice! I found an event on Warsaw, Amber Run Brooklyn." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "New York City" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where is the place?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "261 Driggs Avenue, Brooklyn" + ], + "slot": "venue_address", + "values": [ + "261 Driggs Avenue, Brooklyn" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 43, + "slot": "venue_address", + "start": 16 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event is on 261 Driggs Avenue, Brooklyn." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "New York City" + ], + "event_name": [ + "Amber Run Brooklyn" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank You! That's all I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Great! If you need, I'm here." + } + ] + }, + { + "dialogue_id": "12_00048", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I would like to search for some events to go to." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [ + "Music", + "Sports" + ], + "slot": "event_type", + "values": [ + "Music", + "Sports" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there a specific city I should look in? Or a preferred type of event? You can say Music or Sports or some other category." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "event_type", + "values": [ + "Music" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Rock" + ], + "slot": "category", + "values": [ + "Rock" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "NY" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 23, + "slot": "category", + "start": 19 + }, + { + "exclusive_end": 42, + "slot": "city", + "start": 40 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Rock" + ], + "city": [ + "NY" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am looking for a Rock Concert even in NY." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Chemical Brothers" + ], + "slot": "event_name", + "values": [ + "Chemical Brothers" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Forest Hills Stadium" + ], + "slot": "venue", + "values": [ + "Forest Hills Stadium" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "10" + ], + "slot": "count", + "values": [ + "10" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Rock", + "city": "New York", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "Rock", + "city": "New York", + "date": "2019-03-06", + "event_name": "Chemical Brothers", + "event_type": "Music", + "time": "19:00", + "venue": "Forest Hills Stadium", + "venue_address": "1 Tennis Place, Forest Hills" + }, + { + "category": "Rock", + "city": "New York", + "date": "2019-03-07", + "event_name": "Jethro Tull", + "event_type": "Music", + "time": "18:30", + "venue": "Forest Hills Stadium", + "venue_address": "1 Tennis Place, Forest Hills" + }, + { + "category": "Rock", + "city": "New York", + "date": "2019-03-08", + "event_name": "Low", + "event_type": "Music", + "time": "19:00", + "venue": "Murmrr", + "venue_address": "17 Eastern Parkway, Brooklyn" + }, + { + "category": "Rock", + "city": "New York", + "date": "2019-03-08", + "event_name": "Panteon Rococo", + "event_type": "Music", + "time": "19:00", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + }, + { + "category": "Rock", + "city": "New York", + "date": "2019-03-03", + "event_name": "Russian Circles", + "event_type": "Music", + "time": "18:00", + "venue": "Warsaw", + "venue_address": "261 Driggs Avenue, Brooklyn" + }, + { + "category": "Rock", + "city": "New York", + "date": "2019-03-14", + "event_name": "Squeeze", + "event_type": "Music", + "time": "18:30", + "venue": "Pier 17", + "venue_address": "89 South Street" + }, + { + "category": "Rock", + "city": "New York", + "date": "2019-03-03", + "event_name": "The National", + "event_type": "Music", + "time": "18:30", + "venue": "Prospect Park Bandshell", + "venue_address": "141 Prospect Park West, Brooklyn" + }, + { + "category": "Rock", + "city": "New York", + "date": "2019-03-02", + "event_name": "The Paper Kites", + "event_type": "Music", + "time": "17:30", + "venue": "Murmrr", + "venue_address": "17 Eastern Parkway, Brooklyn" + }, + { + "category": "Rock", + "city": "New York", + "date": "2019-03-12", + "event_name": "The Struts", + "event_type": "Music", + "time": "17:00", + "venue": "Pier 17", + "venue_address": "89 South Street" + }, + { + "category": "Rock", + "city": "New York", + "date": "2019-03-01", + "event_name": "Thee Oh Sees", + "event_type": "Music", + "time": "18:00", + "venue": "Warsaw", + "venue_address": "261 Driggs Avenue, Brooklyn" + } + ], + "slots": [ + { + "exclusive_end": 61, + "slot": "event_name", + "start": 44 + }, + { + "exclusive_end": 89, + "slot": "venue", + "start": 69 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 10 events that fit that. One is the Chemical Brothers at the Forest Hills Stadium." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Rock" + ], + "city": [ + "NY" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you suggest a different event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Jethro Tull" + ], + "slot": "event_name", + "values": [ + "Jethro Tull" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Forest Hills Stadium" + ], + "slot": "venue", + "values": [ + "Forest Hills Stadium" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 21, + "slot": "event_name", + "start": 10 + }, + { + "exclusive_end": 45, + "slot": "venue", + "start": 25 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "How about Jethro Tull at Forest Hills Stadium?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Rock" + ], + "city": [ + "NY" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "How about something else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Low" + ], + "slot": "event_name", + "values": [ + "Low" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Murmrr" + ], + "slot": "venue", + "values": [ + "Murmrr" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 20, + "slot": "event_name", + "start": 17 + }, + { + "exclusive_end": 30, + "slot": "venue", + "start": 24 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, what about Low at Murmrr?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "category": [ + "Rock" + ], + "city": [ + "NY" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does that start and where is the venue located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17 Eastern Parkway, Brooklyn" + ], + "slot": "venue_address", + "values": [ + "17 Eastern Parkway, Brooklyn" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "19:00" + ], + "slot": "time", + "values": [ + "7 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 73, + "slot": "venue_address", + "start": 45 + }, + { + "exclusive_end": 24, + "slot": "time", + "start": 20 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event starts at 7 pm and the venue is at 17 Eastern Parkway, Brooklyn." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Rock" + ], + "city": [ + "NY" + ], + "event_name": [ + "Low" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay, that sounds good. That's all I need for now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, have a nice day." + } + ] + }, + { + "dialogue_id": "12_00049", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I am looking for events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_type", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What are you interested in? Do you have any city preferences I should look in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "event_type", + "values": [ + "Music" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Jazz" + ], + "slot": "category", + "values": [ + "Jazz" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "city", + "values": [ + "LAX" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "date", + "values": [ + "the 13th" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 41, + "slot": "category", + "start": 37 + }, + { + "exclusive_end": 55, + "slot": "city", + "start": 52 + }, + { + "exclusive_end": 67, + "slot": "date", + "start": 59 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Jazz" + ], + "city": [ + "LAX" + ], + "date": [ + "the 13th" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am looking for music, specifically Jazz events in LAX on the 13th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Jordan Rakei" + ], + "slot": "event_name", + "values": [ + "Jordan Rakei" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Regent Theater DTLA" + ], + "slot": "venue", + "values": [ + "Regent Theater DTLA" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Jazz", + "city": "Los Angeles", + "date": "2019-03-13", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "Jazz", + "city": "Los Angeles", + "date": "2019-03-13", + "event_name": "Jordan Rakei", + "event_type": "Music", + "time": "19:00", + "venue": "Regent Theater DTLA", + "venue_address": "448 South Main Street" + } + ], + "slots": [ + { + "exclusive_end": 65, + "slot": "event_name", + "start": 53 + }, + { + "exclusive_end": 97, + "slot": "venue", + "start": 78 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 event which suits your taste. The event is Jordan Rakei held at the Regent Theater DTLA." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "category": [ + "Jazz" + ], + "city": [ + "LAX" + ], + "date": [ + "the 13th" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where is the venue located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "448 South Main Street" + ], + "slot": "venue_address", + "values": [ + "448 South Main Street" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 45, + "slot": "venue_address", + "start": 24 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The venue is located at 448 South Main Street." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Jazz" + ], + "city": [ + "LAX" + ], + "date": [ + "the 13th" + ], + "event_name": [ + "Jordan Rakei" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good to me. That's all I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "12_00050", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "event_type", + "values": [ + "Sports" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to participate in some event, i prefer Sports." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Any preferred city I should look in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "city", + "values": [ + "LAX" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "date", + "values": [ + "13th of this month" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 35, + "slot": "city", + "start": 32 + }, + { + "exclusive_end": 62, + "slot": "date", + "start": 44 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "LAX" + ], + "date": [ + "13th of this month" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like the event to be in LAX. On the 13th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Dodgers Vs Diamondbacks" + ], + "slot": "event_name", + "values": [ + "Dodgers Vs Diamondbacks" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Dodger Stadium" + ], + "slot": "venue", + "values": [ + "Dodger Stadium" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "6" + ], + "slot": "count", + "values": [ + "6" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Los Angeles", + "date": "2019-03-13", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Baseball", + "city": "Los Angeles", + "date": "2019-03-13", + "event_name": "Dodgers Vs Diamondbacks", + "event_type": "Sports", + "time": "17:30", + "venue": "Dodger Stadium", + "venue_address": "1000 Vin Scully Ave" + }, + { + "category": "Baseball", + "city": "Los Angeles", + "date": "2019-03-13", + "event_name": "Dodgers Vs Marlins", + "event_type": "Sports", + "time": "18:30", + "venue": "Dodger Stadium", + "venue_address": "1000 Vin Scully Ave" + }, + { + "category": "Baseball", + "city": "Los Angeles", + "date": "2019-03-13", + "event_name": "Dodgers Vs Rockies", + "event_type": "Sports", + "time": "19:30", + "venue": "Dodger Stadium", + "venue_address": "1000 Vin Scully Ave" + }, + { + "category": "Soccer", + "city": "Los Angeles", + "date": "2019-03-13", + "event_name": "Lafc Vs Rapids", + "event_type": "Sports", + "time": "19:30", + "venue": "Banc of California Stadium", + "venue_address": "3939 South Figueroa Street" + }, + { + "category": "Basketball", + "city": "Los Angeles", + "date": "2019-03-13", + "event_name": "Sparks Vs Mystics", + "event_type": "Sports", + "time": "19:00", + "venue": "STAPLES Center", + "venue_address": "1111 South Figueroa Street" + }, + { + "category": "Basketball", + "city": "Los Angeles", + "date": "2019-03-13", + "event_name": "Sparks Vs Storm", + "event_type": "Sports", + "time": "19:00", + "venue": "STAPLES Center", + "venue_address": "1111 South Figueroa Street" + } + ], + "slots": [ + { + "exclusive_end": 87, + "slot": "event_name", + "start": 64 + }, + { + "exclusive_end": 62, + "slot": "venue", + "start": 48 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have 6 events for you. The location is at the Dodger Stadium, Dodgers Vs Diamondbacks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Baseball" + ], + "slot": "category", + "values": [ + "Baseball" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 61, + "slot": "category", + "start": 53 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Baseball" + ], + "city": [ + "LAX" + ], + "date": [ + "13th of this month" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Do you mind finding more events for me, please? Like Baseball." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Dodgers Vs Marlins" + ], + "slot": "event_name", + "values": [ + "Dodgers Vs Marlins" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Dodger Stadium" + ], + "slot": "venue", + "values": [ + "Dodger Stadium" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "2" + ], + "slot": "count", + "values": [ + "2" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Baseball", + "city": "Los Angeles", + "date": "2019-03-13", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Baseball", + "city": "Los Angeles", + "date": "2019-03-13", + "event_name": "Dodgers Vs Diamondbacks", + "event_type": "Sports", + "time": "17:30", + "venue": "Dodger Stadium", + "venue_address": "1000 Vin Scully Ave" + }, + { + "category": "Baseball", + "city": "Los Angeles", + "date": "2019-03-13", + "event_name": "Dodgers Vs Marlins", + "event_type": "Sports", + "time": "18:30", + "venue": "Dodger Stadium", + "venue_address": "1000 Vin Scully Ave" + } + ], + "slots": [ + { + "exclusive_end": 60, + "slot": "event_name", + "start": 42 + }, + { + "exclusive_end": 78, + "slot": "venue", + "start": 64 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I see 2 events that goes with your taste. Dodgers Vs Marlins at Dodger Stadium." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "category": [ + "Baseball" + ], + "city": [ + "LAX" + ], + "date": [ + "13th of this month" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where is the venue located and at what time the event start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1000 Vin Scully Ave" + ], + "slot": "venue_address", + "values": [ + "1000 Vin Scully Ave" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "18:30" + ], + "slot": "time", + "values": [ + "6:30 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 64, + "slot": "venue_address", + "start": 45 + }, + { + "exclusive_end": 10, + "slot": "time", + "start": 3 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "At 6:30 pm starts the event. The location is 1000 Vin Scully Ave." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Baseball" + ], + "city": [ + "LAX" + ], + "date": [ + "13th of this month" + ], + "event_name": [ + "Dodgers Vs Marlins" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good to me. It's all i need. Thanks" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day" + } + ] + }, + { + "dialogue_id": "12_00051", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "event_type", + "values": [ + "Sports" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "date", + "values": [ + "March 9th" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 48, + "slot": "date", + "start": 39 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "date": [ + "March 9th" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am looking for some sports events on March 9th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you have any city preference?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Diego" + ], + "slot": "city", + "values": [ + "SD" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 16, + "slot": "city", + "start": 14 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "SD" + ], + "date": [ + "March 9th" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, it is in SD." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Padres Vs Orioles" + ], + "slot": "event_name", + "values": [ + "Padres Vs Orioles" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Petco Park" + ], + "slot": "venue", + "values": [ + "Petco Park" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "2" + ], + "slot": "count", + "values": [ + "2" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "San Diego", + "date": "2019-03-09", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Baseball", + "city": "San Diego", + "date": "2019-03-09", + "event_name": "Padres Vs Orioles", + "event_type": "Sports", + "time": "18:30", + "venue": "Petco Park", + "venue_address": "100 Park Boulevard" + }, + { + "category": "Baseball", + "city": "San Diego", + "date": "2019-03-09", + "event_name": "Padres Vs Rays", + "event_type": "Sports", + "time": "19:00", + "venue": "Petco Park", + "venue_address": "100 Park Boulevard" + } + ], + "slots": [ + { + "exclusive_end": 60, + "slot": "event_name", + "start": 43 + }, + { + "exclusive_end": 25, + "slot": "venue", + "start": 15 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 2 at Petco Park and the event is Padres Vs Orioles." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "SD" + ], + "date": [ + "March 9th" + ], + "event_name": [ + "Padres Vs Orioles" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thats is ok for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "12_00052", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "the 3rd" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 57, + "slot": "date", + "start": 50 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "date": [ + "the 3rd" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to search for events that are happening on the 3rd." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [ + "Music", + "Sports" + ], + "slot": "event_type", + "values": [ + "Music", + "Sports" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay. What city should I look in? If you have a preferred type of event you can say Music or Sports, for example." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "event_type", + "values": [ + "Sports" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Baseball" + ], + "slot": "category", + "values": [ + "Baseball" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Phoenix" + ], + "slot": "city", + "values": [ + "Phoenix, AZ" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 63, + "slot": "category", + "start": 55 + }, + { + "exclusive_end": 84, + "slot": "city", + "start": 73 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Baseball" + ], + "city": [ + "Phoenix, AZ" + ], + "date": [ + "the 3rd" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am actually looking for Sports. I'm hoping to find a Baseball event in Phoenix, AZ." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Arizona Vs La Dodgers" + ], + "slot": "event_name", + "values": [ + "Arizona Vs La Dodgers" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Chase Field" + ], + "slot": "venue", + "values": [ + "Chase Field" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Baseball", + "city": "Phoenix", + "date": "2019-03-03", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Baseball", + "city": "Phoenix", + "date": "2019-03-03", + "event_name": "Arizona Vs La Dodgers", + "event_type": "Sports", + "time": "19:00", + "venue": "Chase Field", + "venue_address": "401 East Jefferson Street" + }, + { + "category": "Baseball", + "city": "Phoenix", + "date": "2019-03-03", + "event_name": "Diamondbacks Vs Dodgers", + "event_type": "Sports", + "time": "19:00", + "venue": "Chase Field", + "venue_address": "401 East Jefferson Street" + }, + { + "category": "Baseball", + "city": "Phoenix", + "date": "2019-03-03", + "event_name": "Diamondbacks Vs Mets", + "event_type": "Sports", + "time": "18:30", + "venue": "Chase Field", + "venue_address": "401 East Jefferson Street" + }, + { + "category": "Baseball", + "city": "Phoenix", + "date": "2019-03-03", + "event_name": "Diamondbacks Vs Nationals", + "event_type": "Sports", + "time": "17:00", + "venue": "Chase Field", + "venue_address": "401 East Jefferson Street" + } + ], + "slots": [ + { + "exclusive_end": 82, + "slot": "event_name", + "start": 61 + }, + { + "exclusive_end": 53, + "slot": "venue", + "start": 42 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found a baseball event for March 3rd at Chase Field. It is Arizona Vs La Dodgers." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "category": [ + "Baseball" + ], + "city": [ + "Phoenix, AZ" + ], + "date": [ + "the 3rd" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great! What time does the event start? Also, where is Chase Field located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "401 East Jefferson Street" + ], + "slot": "venue_address", + "values": [ + "401 East Jefferson Street" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "19:00" + ], + "slot": "time", + "values": [ + "7 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 51, + "slot": "venue_address", + "start": 26 + }, + { + "exclusive_end": 80, + "slot": "time", + "start": 76 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Chase field is located at 401 East Jefferson Street and the event starts at 7 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Baseball" + ], + "city": [ + "Phoenix, AZ" + ], + "date": [ + "the 3rd" + ], + "event_name": [ + "Arizona Vs La Dodgers" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great to me!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Perfect! Did you want to buy tickets for this event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Baseball" + ], + "city": [ + "Phoenix, AZ" + ], + "date": [ + "the 3rd" + ], + "event_name": [ + "Arizona Vs La Dodgers" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Not at this time. That's all I needed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Great! Have a good day." + } + ] + }, + { + "dialogue_id": "12_00053", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I need help looking for events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I can help with that! What city are you looking for?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "city", + "values": [ + "Atlanta, GA" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 24, + "slot": "city", + "start": 13 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Atlanta, GA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Please check Atlanta, GA." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_type", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What kind of event are you interested in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "event_type", + "values": [ + "Sports" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Atlanta, GA" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am looking for Games." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Falcons Vs Buccaneers" + ], + "slot": "event_name", + "values": [ + "Falcons Vs Buccaneers" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Mercedes-Benz Stadium" + ], + "slot": "venue", + "values": [ + "Mercedes-Benz Stadium" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "10" + ], + "slot": "count", + "values": [ + "10" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Atlanta", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Football", + "city": "Atlanta", + "date": "2019-03-11", + "event_name": "Falcons Vs Buccaneers", + "event_type": "Sports", + "time": "18:00", + "venue": "Mercedes-Benz Stadium", + "venue_address": "1 AMB Drive Northwest" + }, + { + "category": "Football", + "city": "Atlanta", + "date": "2019-03-10", + "event_name": "Falcons Vs Jaguars", + "event_type": "Sports", + "time": "18:00", + "venue": "Mercedes-Benz Stadium", + "venue_address": "1 AMB Drive Northwest" + }, + { + "category": "Football", + "city": "Atlanta", + "date": "2019-03-11", + "event_name": "Falcons Vs Rams", + "event_type": "Sports", + "time": "18:30", + "venue": "Mercedes-Benz Stadium", + "venue_address": "1 AMB Drive Northwest" + }, + { + "category": "Football", + "city": "Atlanta", + "date": "2019-03-13", + "event_name": "Falcons Vs Redskins", + "event_type": "Sports", + "time": "17:00", + "venue": "Mercedes-Benz Stadium", + "venue_address": "1 AMB Drive Northwest" + }, + { + "category": "Basketball", + "city": "Atlanta", + "date": "2019-03-11", + "event_name": "Panthers Vs Jaguars", + "event_type": "Sports", + "time": "19:30", + "venue": "Georgia State Stadium", + "venue_address": "755 Hank Aaron Drive Southeast" + }, + { + "category": "Basketball", + "city": "Atlanta", + "date": "2019-03-10", + "event_name": "Panthers Vs Mountaineers", + "event_type": "Sports", + "time": "17:30", + "venue": "Georgia State Stadium", + "venue_address": "755 Hank Aaron Drive Southeast" + }, + { + "category": "Basketball", + "city": "Atlanta", + "date": "2019-03-09", + "event_name": "Panthers Vs Paladins", + "event_type": "Sports", + "time": "18:30", + "venue": "Georgia State Stadium", + "venue_address": "755 Hank Aaron Drive Southeast" + }, + { + "category": "Basketball", + "city": "Atlanta", + "date": "2019-03-05", + "event_name": "Panthers Vs Trojans", + "event_type": "Sports", + "time": "18:30", + "venue": "Georgia State Stadium", + "venue_address": "755 Hank Aaron Drive Southeast" + }, + { + "category": "Soccer", + "city": "Atlanta", + "date": "2019-03-11", + "event_name": "United Vs Earthquakes", + "event_type": "Sports", + "time": "18:00", + "venue": "Mercedes-Benz Stadium", + "venue_address": "1 AMB Drive Northwest" + }, + { + "category": "Soccer", + "city": "Atlanta", + "date": "2019-03-05", + "event_name": "United Vs Red Bulls", + "event_type": "Sports", + "time": "17:30", + "venue": "Mercedes-Benz Stadium", + "venue_address": "1 AMB Drive Northwest" + } + ], + "slots": [ + { + "exclusive_end": 51, + "slot": "event_name", + "start": 30 + }, + { + "exclusive_end": 76, + "slot": "venue", + "start": 55 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 10 events. One is the Falcons Vs Buccaneers at Mercedes-Benz Stadium." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Atlanta, GA" + ], + "event_name": [ + "Falcons Vs Buccaneers" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Perfect! That is all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day!" + } + ] + }, + { + "dialogue_id": "12_00054", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for things to do, like events, help me out please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like me to search in a specific city?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Toronto" + ], + "slot": "city", + "values": [ + "Toronto, Ontario" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 56, + "slot": "city", + "start": 40 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Toronto, Ontario" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yeah, are there any events happening in Toronto, Ontario?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "Music", + "Sports" + ], + "slot": "event_type", + "values": [ + "Music", + "Sports" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What kind of events do you prefer, do you like Music or Sports or some other category?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "event_type", + "values": [ + "Sports" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "date", + "values": [ + "the 10th" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 56, + "slot": "date", + "start": 48 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Toronto, Ontario" + ], + "date": [ + "the 10th" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to watch a Match, I think there's one on the 10th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Blue Jays Vs Yankees" + ], + "slot": "event_name", + "values": [ + "Blue Jays Vs Yankees" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Rogers Centre" + ], + "slot": "venue", + "values": [ + "Rogers Centre" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Toronto", + "date": "2019-03-10", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Baseball", + "city": "Toronto", + "date": "2019-03-10", + "event_name": "Blue Jays Vs Yankees", + "event_type": "Sports", + "time": "19:30", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + }, + { + "category": "Soccer", + "city": "Toronto", + "date": "2019-03-10", + "event_name": "Toronto Fc Vs Rapids", + "event_type": "Sports", + "time": "17:00", + "venue": "BMO Field", + "venue_address": "170 Princes' Boulevard" + }, + { + "category": "Soccer", + "city": "Toronto", + "date": "2019-03-10", + "event_name": "Toronto Vs Ottawa", + "event_type": "Sports", + "time": "18:30", + "venue": "BMO Field", + "venue_address": "170 Princes' Boulevard" + } + ], + "slots": [ + { + "exclusive_end": 66, + "slot": "event_name", + "start": 46 + }, + { + "exclusive_end": 92, + "slot": "venue", + "start": 79 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 3 events that match that. There's a Blue Jays Vs Yankees game at the Rogers Centre." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Toronto, Ontario" + ], + "date": [ + "the 10th" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is there anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Toronto Fc Vs Rapids" + ], + "slot": "event_name", + "values": [ + "Toronto FC Vs Rapids" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "BMO Field" + ], + "slot": "venue", + "values": [ + "BMO Field" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 32, + "slot": "event_name", + "start": 12 + }, + { + "exclusive_end": 45, + "slot": "venue", + "start": 36 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's the Toronto FC Vs Rapids at BMO Field, does this interest you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "category", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "category", + "venue_address" + ], + "slot_values": { + "city": [ + "Toronto, Ontario" + ], + "date": [ + "the 10th" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where's it being held, and what kind of event is it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "170 Princes' Boulevard" + ], + "slot": "venue_address", + "values": [ + "170 Princes' Boulevard" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Soccer" + ], + "slot": "category", + "values": [ + "Soccer" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 65, + "slot": "venue_address", + "start": 43 + }, + { + "exclusive_end": 13, + "slot": "category", + "start": 7 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It's a Soccer game and it'll be located at 170 Princes' Boulevard." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Toronto, Ontario" + ], + "date": [ + "the 10th" + ], + "event_name": [ + "Toronto FC Vs Rapids" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds like something I'd like, that'll be all the help I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, have a wonderful rest of your day." + } + ] + }, + { + "dialogue_id": "12_00055", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "event_type", + "values": [ + "Sports" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for event Games." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which city would you like me to look in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "city", + "values": [ + "San Francisco" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 13, + "slot": "city", + "start": 0 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "San Francisco" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "San Francisco, please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Giants Vs Brewers" + ], + "slot": "event_name", + "values": [ + "Giants Vs Brewers" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Oracle Park" + ], + "slot": "venue", + "values": [ + "Oracle Park" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "8" + ], + "slot": "count", + "values": [ + "8" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "San Francisco", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Baseball", + "city": "San Francisco", + "date": "2019-03-13", + "event_name": "Giants Vs Brewers", + "event_type": "Sports", + "time": "18:00", + "venue": "Oracle Park", + "venue_address": "24 Willie Mays Plaza" + }, + { + "category": "Baseball", + "city": "San Francisco", + "date": "2019-03-12", + "event_name": "Giants Vs Cardinals", + "event_type": "Sports", + "time": "18:00", + "venue": "Oracle Park", + "venue_address": "24 Willie Mays Plaza" + }, + { + "category": "Baseball", + "city": "San Francisco", + "date": "2019-03-01", + "event_name": "Giants Vs Diamondbacks", + "event_type": "Sports", + "time": "18:00", + "venue": "Oracle Park", + "venue_address": "24 Willie Mays Plaza" + }, + { + "category": "Baseball", + "city": "San Francisco", + "date": "2019-03-12", + "event_name": "Giants Vs Dodgers", + "event_type": "Sports", + "time": "17:00", + "venue": "Oracle Park", + "venue_address": "24 Willie Mays Plaza" + }, + { + "category": "Baseball", + "city": "San Francisco", + "date": "2019-03-05", + "event_name": "Giants Vs Marlins", + "event_type": "Sports", + "time": "19:30", + "venue": "Oracle Park", + "venue_address": "24 Willie Mays Plaza" + }, + { + "category": "Baseball", + "city": "San Francisco", + "date": "2019-03-02", + "event_name": "Giants Vs Nationals", + "event_type": "Sports", + "time": "18:30", + "venue": "Oracle Park", + "venue_address": "24 Willie Mays Plaza" + }, + { + "category": "Baseball", + "city": "San Francisco", + "date": "2019-03-06", + "event_name": "Giants Vs Phillies", + "event_type": "Sports", + "time": "18:00", + "venue": "Oracle Park", + "venue_address": "24 Willie Mays Plaza" + }, + { + "category": "Baseball", + "city": "San Francisco", + "date": "2019-03-01", + "event_name": "Giants Vs Rockies", + "event_type": "Sports", + "time": "18:30", + "venue": "Oracle Park", + "venue_address": "24 Willie Mays Plaza" + } + ], + "slots": [ + { + "exclusive_end": 55, + "slot": "event_name", + "start": 38 + }, + { + "exclusive_end": 71, + "slot": "venue", + "start": 60 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I've found 8 in San Francisco. One is Giants Vs Brewers, at Oracle Park." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "category", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "category" + ], + "slot_values": { + "city": [ + "San Francisco" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What kind of event is this?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Baseball" + ], + "slot": "category", + "values": [ + "Baseball" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 16, + "slot": "category", + "start": 8 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It is a Baseball event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "San Francisco" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where is it located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "24 Willie Mays Plaza" + ], + "slot": "venue_address", + "values": [ + "24 Willie Mays Plaza" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 20, + "slot": "venue_address", + "start": 0 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "24 Willie Mays Plaza." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "San Francisco" + ], + "event_name": [ + "Giants Vs Brewers" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to buy tickets for it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "San Francisco" + ], + "event_name": [ + "Giants Vs Brewers" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok. Have a great day." + } + ] + }, + { + "dialogue_id": "12_00056", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "event_type", + "values": [ + "Sports" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York City" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 104, + "slot": "city", + "start": 91 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "New York City" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to search for events. I am searching for Sports. I am searching for events in New York City." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Mets Vs Braves" + ], + "slot": "event_name", + "values": [ + "Mets vs Braves" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Citi Field" + ], + "slot": "venue", + "values": [ + "Citi Field" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "10" + ], + "slot": "count", + "values": [ + "10" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "New York", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Baseball", + "city": "New York", + "date": "2019-03-09", + "event_name": "Mets Vs Braves", + "event_type": "Sports", + "time": "17:00", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + }, + { + "category": "Baseball", + "city": "New York", + "date": "2019-03-08", + "event_name": "Mets Vs Cubs", + "event_type": "Sports", + "time": "18:00", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + }, + { + "category": "Baseball", + "city": "New York", + "date": "2019-03-10", + "event_name": "Mets Vs Diamondbacks", + "event_type": "Sports", + "time": "18:30", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + }, + { + "category": "Baseball", + "city": "New York", + "date": "2019-03-11", + "event_name": "Mets Vs Dodgers", + "event_type": "Sports", + "time": "18:30", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + }, + { + "category": "Baseball", + "city": "New York", + "date": "2019-03-03", + "event_name": "Mets Vs Indians", + "event_type": "Sports", + "time": "19:00", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + }, + { + "category": "Baseball", + "city": "New York", + "date": "2019-03-01", + "event_name": "Mets Vs Padres", + "event_type": "Sports", + "time": "19:00", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + }, + { + "category": "Baseball", + "city": "New York", + "date": "2019-03-14", + "event_name": "Mets Vs Phillies", + "event_type": "Sports", + "time": "17:30", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + }, + { + "category": "Baseball", + "city": "New York", + "date": "2019-03-08", + "event_name": "Mets Vs Pirates", + "event_type": "Sports", + "time": "17:00", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + }, + { + "category": "Baseball", + "city": "New York", + "date": "2019-03-11", + "event_name": "Mets Vs Rockies", + "event_type": "Sports", + "time": "18:30", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + }, + { + "category": "Baseball", + "city": "New York", + "date": "2019-03-09", + "event_name": "Mets Vs Yankees", + "event_type": "Sports", + "time": "17:30", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + } + ], + "slots": [ + { + "exclusive_end": 77, + "slot": "event_name", + "start": 63 + }, + { + "exclusive_end": 101, + "slot": "venue", + "start": 91 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I discovered 10 events which cater to your taste. The event is Mets vs Braves and it is at Citi Field." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "category", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "category", + "venue_address" + ], + "slot_values": { + "city": [ + "New York City" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What type of event is this? Where is the place located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "123-01 Roosevelt Avenue" + ], + "slot": "venue_address", + "values": [ + "123-01 Roosevelt Avenue" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Baseball" + ], + "slot": "category", + "values": [ + "Baseball" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 47, + "slot": "venue_address", + "start": 24 + }, + { + "exclusive_end": 67, + "slot": "category", + "start": 59 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The place is located at 123-01 Roosevelt Avenue. This is a Baseball venue." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "New York City" + ], + "event_name": [ + "Mets vs Braves" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds wonderful to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to purchase tickets for this event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "New York City" + ], + "event_name": [ + "Mets vs Braves" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nah, I do not wish to purchase tickets. That's all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a pleasant afternoon." + } + ] + }, + { + "dialogue_id": "12_00057", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I like to search for events, please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_type", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What kind of event are you interested in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "event_type", + "values": [ + "Sports" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Baseball" + ], + "slot": "category", + "values": [ + "Baseball" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 44, + "slot": "category", + "start": 36 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Baseball" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm interest in a Match and I enjoy Baseball events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there a specific city I should look for the event in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "city", + "values": [ + "Seattle, WA" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 23, + "slot": "city", + "start": 12 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Baseball" + ], + "city": [ + "Seattle, WA" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "An event in Seattle, WA would be great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Mariners Vs Angels" + ], + "slot": "event_name", + "values": [ + "Mariners Vs Angels" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "T-Mobile Park" + ], + "slot": "venue", + "values": [ + "T-Mobile Park" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "7" + ], + "slot": "count", + "values": [ + "7" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Baseball", + "city": "Seattle", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Baseball", + "city": "Seattle", + "date": "2019-03-07", + "event_name": "Mariners Vs Angels", + "event_type": "Sports", + "time": "18:30", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + }, + { + "category": "Baseball", + "city": "Seattle", + "date": "2019-03-08", + "event_name": "Mariners Vs Blue Jays", + "event_type": "Sports", + "time": "18:00", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + }, + { + "category": "Baseball", + "city": "Seattle", + "date": "2019-03-01", + "event_name": "Mariners Vs Rangers", + "event_type": "Sports", + "time": "19:30", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + }, + { + "category": "Baseball", + "city": "Seattle", + "date": "2019-03-10", + "event_name": "Mariners Vs Rays", + "event_type": "Sports", + "time": "18:00", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + }, + { + "category": "Baseball", + "city": "Seattle", + "date": "2019-03-05", + "event_name": "Mariners Vs Tigers", + "event_type": "Sports", + "time": "17:00", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + }, + { + "category": "Baseball", + "city": "Seattle", + "date": "2019-03-10", + "event_name": "Mariners Vs White Sox", + "event_type": "Sports", + "time": "17:00", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + }, + { + "category": "Baseball", + "city": "Seattle", + "date": "2019-03-02", + "event_name": "Seattle Vs La Angels", + "event_type": "Sports", + "time": "19:00", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + } + ], + "slots": [ + { + "exclusive_end": 90, + "slot": "event_name", + "start": 72 + }, + { + "exclusive_end": 116, + "slot": "venue", + "start": 103 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I was able to find 7 events that you might be interested in. There is a Mariners Vs Angels game at the T-Mobile Park." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Anaheim" + ], + "slot": "city", + "values": [ + "Anaheim, CA" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "March 3rd" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 67, + "slot": "city", + "start": 56 + }, + { + "exclusive_end": 52, + "slot": "date", + "start": 43 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Baseball" + ], + "city": [ + "Anaheim, CA" + ], + "date": [ + "March 3rd" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can find any other events? Perhaps one for March 3rd in Anaheim, CA." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "La Angels Vs Houston" + ], + "slot": "event_name", + "values": [ + "La Angels Vs Houston" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Angel Stadium of Anaheim" + ], + "slot": "venue", + "values": [ + "Angel Stadium of Anaheim" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Baseball", + "city": "Anaheim", + "date": "2019-03-03", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Baseball", + "city": "Anaheim", + "date": "2019-03-03", + "event_name": "La Angels Vs Houston", + "event_type": "Sports", + "time": "19:30", + "venue": "Angel Stadium of Anaheim", + "venue_address": "2000 East Gene Autry Way" + } + ], + "slots": [ + { + "exclusive_end": 36, + "slot": "event_name", + "start": 16 + }, + { + "exclusive_end": 69, + "slot": "venue", + "start": 45 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Yes. There is a La Angels Vs Houston game at Angel Stadium of Anaheim." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 50, + "slot": "date", + "start": 45 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Baseball" + ], + "city": [ + "Anaheim, CA" + ], + "date": [ + "today" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any other events? I'd like one for today, please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Angels Vs White Sox" + ], + "slot": "event_name", + "values": [ + "Angels Vs White Sox" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Angel Stadium of Anaheim" + ], + "slot": "venue", + "values": [ + "Angel Stadium of Anaheim" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Baseball", + "city": "Anaheim", + "date": "2019-03-01", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Baseball", + "city": "Anaheim", + "date": "2019-03-01", + "event_name": "Angels Vs White Sox", + "event_type": "Sports", + "time": "19:00", + "venue": "Angel Stadium of Anaheim", + "venue_address": "2000 East Gene Autry Way" + } + ], + "slots": [ + { + "exclusive_end": 79, + "slot": "event_name", + "start": 60 + }, + { + "exclusive_end": 112, + "slot": "venue", + "start": 88 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I was able to find 1 event that you might enjoy. There is a Angels Vs White Sox game at Angel Stadium of Anaheim." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "category": [ + "Baseball" + ], + "city": [ + "Anaheim, CA" + ], + "date": [ + "today" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does the game start and where is the venue?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2000 East Gene Autry Way" + ], + "slot": "venue_address", + "values": [ + "2000 East Gene Autry Way" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "19:00" + ], + "slot": "time", + "values": [ + "7 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 76, + "slot": "venue_address", + "start": 52 + }, + { + "exclusive_end": 23, + "slot": "time", + "start": 19 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The game starts at 7 pm and the venue is located at 2000 East Gene Autry Way." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Baseball" + ], + "city": [ + "Anaheim, CA" + ], + "date": [ + "today" + ], + "event_name": [ + "Angels Vs White Sox" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great. Thank you for all of your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Enjoy your day." + } + ] + }, + { + "dialogue_id": "12_00058", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "event_type", + "values": [ + "Sports" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am searching for events like games." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you have any city preference ?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "city", + "values": [ + "SFO" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 27, + "slot": "city", + "start": 24 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "SFO" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am making a search in SFO." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Giants Vs Brewers" + ], + "slot": "event_name", + "values": [ + "Giants Vs Brewers" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Oracle Park" + ], + "slot": "venue", + "values": [ + "Oracle Park" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "8" + ], + "slot": "count", + "values": [ + "8" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "San Francisco", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Baseball", + "city": "San Francisco", + "date": "2019-03-13", + "event_name": "Giants Vs Brewers", + "event_type": "Sports", + "time": "18:00", + "venue": "Oracle Park", + "venue_address": "24 Willie Mays Plaza" + }, + { + "category": "Baseball", + "city": "San Francisco", + "date": "2019-03-12", + "event_name": "Giants Vs Cardinals", + "event_type": "Sports", + "time": "18:00", + "venue": "Oracle Park", + "venue_address": "24 Willie Mays Plaza" + }, + { + "category": "Baseball", + "city": "San Francisco", + "date": "2019-03-01", + "event_name": "Giants Vs Diamondbacks", + "event_type": "Sports", + "time": "18:00", + "venue": "Oracle Park", + "venue_address": "24 Willie Mays Plaza" + }, + { + "category": "Baseball", + "city": "San Francisco", + "date": "2019-03-12", + "event_name": "Giants Vs Dodgers", + "event_type": "Sports", + "time": "17:00", + "venue": "Oracle Park", + "venue_address": "24 Willie Mays Plaza" + }, + { + "category": "Baseball", + "city": "San Francisco", + "date": "2019-03-05", + "event_name": "Giants Vs Marlins", + "event_type": "Sports", + "time": "19:30", + "venue": "Oracle Park", + "venue_address": "24 Willie Mays Plaza" + }, + { + "category": "Baseball", + "city": "San Francisco", + "date": "2019-03-02", + "event_name": "Giants Vs Nationals", + "event_type": "Sports", + "time": "18:30", + "venue": "Oracle Park", + "venue_address": "24 Willie Mays Plaza" + }, + { + "category": "Baseball", + "city": "San Francisco", + "date": "2019-03-06", + "event_name": "Giants Vs Phillies", + "event_type": "Sports", + "time": "18:00", + "venue": "Oracle Park", + "venue_address": "24 Willie Mays Plaza" + }, + { + "category": "Baseball", + "city": "San Francisco", + "date": "2019-03-01", + "event_name": "Giants Vs Rockies", + "event_type": "Sports", + "time": "18:30", + "venue": "Oracle Park", + "venue_address": "24 Willie Mays Plaza" + } + ], + "slots": [ + { + "exclusive_end": 41, + "slot": "event_name", + "start": 24 + }, + { + "exclusive_end": 56, + "slot": "venue", + "start": 45 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found out 8 events of Giants Vs Brewers at Oracle Park." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Baseball" + ], + "slot": "category", + "values": [ + "Baseball" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Toronto" + ], + "slot": "city", + "values": [ + "Toronto, Canada" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 25, + "slot": "category", + "start": 17 + }, + { + "exclusive_end": 51, + "slot": "city", + "start": 36 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Baseball" + ], + "city": [ + "Toronto, Canada" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am looking for Baseball events in Toronto, Canada." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Blue Jays Vs Astros" + ], + "slot": "event_name", + "values": [ + "Blue Jays Vs Astros" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Rogers Centre" + ], + "slot": "venue", + "values": [ + "Rogers Centre" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Baseball", + "city": "Toronto", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Baseball", + "city": "Toronto", + "date": "2019-03-09", + "event_name": "Blue Jays Vs Astros", + "event_type": "Sports", + "time": "19:30", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + }, + { + "category": "Baseball", + "city": "Toronto", + "date": "2019-03-07", + "event_name": "Blue Jays Vs Braves", + "event_type": "Sports", + "time": "17:00", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + }, + { + "category": "Baseball", + "city": "Toronto", + "date": "2019-03-13", + "event_name": "Blue Jays Vs Indians", + "event_type": "Sports", + "time": "18:00", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + }, + { + "category": "Baseball", + "city": "Toronto", + "date": "2019-03-03", + "event_name": "Blue Jays Vs Mariners", + "event_type": "Sports", + "time": "17:00", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + }, + { + "category": "Baseball", + "city": "Toronto", + "date": "2019-03-08", + "event_name": "Blue Jays Vs Orioles", + "event_type": "Sports", + "time": "18:00", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + }, + { + "category": "Baseball", + "city": "Toronto", + "date": "2019-03-05", + "event_name": "Blue Jays Vs Rangers", + "event_type": "Sports", + "time": "18:30", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + }, + { + "category": "Baseball", + "city": "Toronto", + "date": "2019-03-13", + "event_name": "Blue Jays Vs Rays", + "event_type": "Sports", + "time": "17:00", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + }, + { + "category": "Baseball", + "city": "Toronto", + "date": "2019-03-09", + "event_name": "Blue Jays Vs Royals", + "event_type": "Sports", + "time": "18:00", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + }, + { + "category": "Baseball", + "city": "Toronto", + "date": "2019-03-02", + "event_name": "Blue Jays Vs Yankees", + "event_type": "Sports", + "time": "17:00", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + } + ], + "slots": [ + { + "exclusive_end": 46, + "slot": "event_name", + "start": 27 + }, + { + "exclusive_end": 63, + "slot": "venue", + "start": 50 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I am looking for the event Blue Jays Vs Astros at Rogers Centre." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Baseball" + ], + "city": [ + "Toronto, Canada" + ], + "event_name": [ + "Blue Jays Vs Astros" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am ok with this." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want tickets for this event ?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Baseball" + ], + "city": [ + "Toronto, Canada" + ], + "event_name": [ + "Blue Jays Vs Astros" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I dont need tickets for this event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "12_00059", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'm searching for some events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_type", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What city do you prefer it to be in and what are your interests." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "event_type", + "values": [ + "Music" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Phoenix" + ], + "slot": "city", + "values": [ + "Phoenix" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "the 2nd" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 50, + "slot": "city", + "start": 43 + }, + { + "exclusive_end": 39, + "slot": "date", + "start": 32 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Phoenix" + ], + "date": [ + "the 2nd" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for music events on the 2nd in Phoenix." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Anberlin" + ], + "slot": "event_name", + "values": [ + "Anberlin" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Van Buren" + ], + "slot": "venue", + "values": [ + "The Van Buren" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Phoenix", + "date": "2019-03-02", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "Rock", + "city": "Phoenix", + "date": "2019-03-02", + "event_name": "Anberlin", + "event_type": "Music", + "time": "19:30", + "venue": "The Van Buren", + "venue_address": "401 West Van Buren Street" + }, + { + "category": "Rock", + "city": "Phoenix", + "date": "2019-03-02", + "event_name": "Tash Sultana", + "event_type": "Music", + "time": "18:00", + "venue": "The Van Buren", + "venue_address": "401 West Van Buren Street" + }, + { + "category": "Pop", + "city": "Phoenix", + "date": "2019-03-02", + "event_name": "The Band Camino", + "event_type": "Music", + "time": "17:30", + "venue": "The Van Buren", + "venue_address": "401 West Van Buren Street" + }, + { + "category": "Rock", + "city": "Phoenix", + "date": "2019-03-02", + "event_name": "The Chats", + "event_type": "Music", + "time": "18:30", + "venue": "Valley Bar", + "venue_address": "130 North Central Avenue" + } + ], + "slots": [ + { + "exclusive_end": 46, + "slot": "event_name", + "start": 38 + }, + { + "exclusive_end": 34, + "slot": "venue", + "start": 21 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 4 event at The Van Buren in Anberlin." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Phoenix" + ], + "date": [ + "the 2nd" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you please tell me if there are any other events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Tash Sultana" + ], + "slot": "event_name", + "values": [ + "Tash Sultana" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Van Buren" + ], + "slot": "venue", + "values": [ + "The Van Buren" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 25, + "slot": "event_name", + "start": 13 + }, + { + "exclusive_end": 48, + "slot": "venue", + "start": 35 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's also Tash Sultana event at The Van Buren." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Rock" + ], + "slot": "category", + "values": [ + "Rock" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 41, + "slot": "category", + "start": 37 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Rock" + ], + "city": [ + "Phoenix" + ], + "date": [ + "the 2nd" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find me any other events for Rock?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "The Chats" + ], + "slot": "event_name", + "values": [ + "The Chats" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Valley Bar" + ], + "slot": "venue", + "values": [ + "Valley Bar" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Rock", + "city": "Phoenix", + "date": "2019-03-02", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "Rock", + "city": "Phoenix", + "date": "2019-03-02", + "event_name": "Anberlin", + "event_type": "Music", + "time": "19:30", + "venue": "The Van Buren", + "venue_address": "401 West Van Buren Street" + }, + { + "category": "Rock", + "city": "Phoenix", + "date": "2019-03-02", + "event_name": "Tash Sultana", + "event_type": "Music", + "time": "18:00", + "venue": "The Van Buren", + "venue_address": "401 West Van Buren Street" + }, + { + "category": "Rock", + "city": "Phoenix", + "date": "2019-03-02", + "event_name": "The Chats", + "event_type": "Music", + "time": "18:30", + "venue": "Valley Bar", + "venue_address": "130 North Central Avenue" + } + ], + "slots": [ + { + "exclusive_end": 9, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 35, + "slot": "venue", + "start": 25 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The Chats is an event at Valley Bar." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "time" + ], + "slot_values": { + "category": [ + "Rock" + ], + "city": [ + "Phoenix" + ], + "date": [ + "the 2nd" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does the event start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "18:30" + ], + "slot": "time", + "values": [ + "6:30 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 24, + "slot": "time", + "start": 17 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It will start at 6:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Rock" + ], + "city": [ + "Phoenix" + ], + "date": [ + "the 2nd" + ], + "event_name": [ + "The Chats" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's all I need and sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "12_00060", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "event_type", + "values": [ + "Sports" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "date", + "values": [ + "the 7th" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 47, + "slot": "date", + "start": 40 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "date": [ + "the 7th" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Hey, I'd like to go to a sports game on the 7th. Is there anything available?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What city are we searching in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "London" + ], + "slot": "city", + "values": [ + "London, England" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "dontcare" + ], + "slot": "category", + "values": [ + "dontcare" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 43, + "slot": "city", + "start": 28 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "dontcare" + ], + "city": [ + "London, England" + ], + "date": [ + "the 7th" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for an event in London, England." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Crystal Palace Vs Norwich" + ], + "slot": "event_name", + "values": [ + "Crystal Palace vs Norwich" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Selhurst Park Stadium" + ], + "slot": "venue", + "values": [ + "Selhurst Park Stadium" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "London", + "date": "2019-03-07", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Soccer", + "city": "London", + "date": "2019-03-07", + "event_name": "Crystal Palace Vs Norwich", + "event_type": "Sports", + "time": "19:30", + "venue": "Selhurst Park Stadium", + "venue_address": "Holmesdale Road" + } + ], + "slots": [ + { + "exclusive_end": 57, + "slot": "event_name", + "start": 32 + }, + { + "exclusive_end": 94, + "slot": "venue", + "start": 73 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay sure. I found 1 event, the Crystal Palace vs Norwich soccer game at Selhurst Park Stadium." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "dontcare" + ], + "city": [ + "London, England" + ], + "date": [ + "the 7th" + ], + "event_name": [ + "Crystal Palace vs Norwich" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Should I buy tickets for you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "dontcare" + ], + "city": [ + "London, England" + ], + "date": [ + "the 7th" + ], + "event_name": [ + "Crystal Palace vs Norwich" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I don't need any tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, is there anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "dontcare" + ], + "city": [ + "London, England" + ], + "date": [ + "the 7th" + ], + "event_name": [ + "Crystal Palace vs Norwich" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that's all thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, have a great day." + } + ] + }, + { + "dialogue_id": "12_00061", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you show me some movie listings?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "location", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Jose" + ], + "slot": "location", + "values": [ + "San Jose" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "3d" + ], + "slot": "show_type", + "values": [ + "3d" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 16, + "slot": "location", + "start": 8 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "San Jose" + ], + "show_type": [ + "3d" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am in San Jose. Also I want to see a 3D movie." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Breakthrough", + "How to Train Your Dragon: The Hidden World", + "Little" + ], + "slot": "movie_name", + "values": [ + "Breakthrough", + "How to Train Your Dragon: The Hidden World", + "Little" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "7" + ], + "slot": "count", + "values": [ + "7" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "San Jose", + "show_type": "3d" + } + }, + "service_results": [ + { + "genre": "Biographical", + "location": "San Jose", + "movie_name": "Breakthrough", + "price": "14", + "show_type": "3d", + "street_address": "2306 Almaden Road", + "theater_name": "CineLux Almaden Cinema" + }, + { + "genre": "Animation", + "location": "San Jose", + "movie_name": "How to Train Your Dragon: The Hidden World", + "price": "15", + "show_type": "3d", + "street_address": "2190 Eastridge Loop", + "theater_name": "AMC Eastridge 15" + }, + { + "genre": "Comedy", + "location": "San Jose", + "movie_name": "Little", + "price": "20", + "show_type": "3d", + "street_address": "2306 Almaden Road", + "theater_name": "CineLux Almaden Cinema" + }, + { + "genre": "Comedy", + "location": "San Jose", + "movie_name": "Missing Link", + "price": "7", + "show_type": "3d", + "street_address": "700 El Paseo de Saratoga", + "theater_name": "AMC Saratoga 14" + }, + { + "genre": "Adventure", + "location": "San Jose", + "movie_name": "Shazam!", + "price": "19", + "show_type": "3d", + "street_address": "2306 Almaden Road", + "theater_name": "CineLux Almaden Cinema" + }, + { + "genre": "Horror", + "location": "San Jose", + "movie_name": "The Curse of La Llorona", + "price": "16", + "show_type": "3d", + "street_address": "2306 Almaden Road", + "theater_name": "CineLux Almaden Cinema" + }, + { + "genre": "Drama", + "location": "San Jose", + "movie_name": "Wild Nights with Emily", + "price": "21", + "show_type": "3d", + "street_address": "288 South 2nd Street", + "theater_name": "3 Below Theaters And Lounge" + } + ], + "slots": [ + { + "exclusive_end": 39, + "slot": "movie_name", + "start": 27 + }, + { + "exclusive_end": 83, + "slot": "movie_name", + "start": 41 + }, + { + "exclusive_end": 93, + "slot": "movie_name", + "start": 87 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 7 movies which are Breakthrough, How to Train Your Dragon: The Hidden World of Little. Do you want to know the other options?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "CineLux Almaden Cinema" + ], + "slot": "theater_name", + "values": [ + "CineLux Almaden" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 81, + "slot": "theater_name", + "start": 66 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "San Jose" + ], + "show_type": [ + "3d" + ], + "theater_name": [ + "CineLux Almaden" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, please find me some other movies. I want to see something at CineLux Almaden." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Shazam!", + "The Curse of La Llorona" + ], + "slot": "movie_name", + "values": [ + "Shazam!", + "The Curse of La Llorona" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "San Jose", + "show_type": "3d", + "theater_name": "CineLux Almaden Cinema" + } + }, + "service_results": [ + { + "genre": "Biographical", + "location": "San Jose", + "movie_name": "Breakthrough", + "price": "14", + "show_type": "3d", + "street_address": "2306 Almaden Road", + "theater_name": "CineLux Almaden Cinema" + }, + { + "genre": "Comedy", + "location": "San Jose", + "movie_name": "Little", + "price": "20", + "show_type": "3d", + "street_address": "2306 Almaden Road", + "theater_name": "CineLux Almaden Cinema" + }, + { + "genre": "Adventure", + "location": "San Jose", + "movie_name": "Shazam!", + "price": "19", + "show_type": "3d", + "street_address": "2306 Almaden Road", + "theater_name": "CineLux Almaden Cinema" + }, + { + "genre": "Horror", + "location": "San Jose", + "movie_name": "The Curse of La Llorona", + "price": "16", + "show_type": "3d", + "street_address": "2306 Almaden Road", + "theater_name": "CineLux Almaden Cinema" + } + ], + "slots": [ + { + "exclusive_end": 17, + "slot": "movie_name", + "start": 10 + }, + { + "exclusive_end": 44, + "slot": "movie_name", + "start": 21 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "How about Shazam! or The Curse of La Llorona?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + }, + { + "act": "SELECT", + "canonical_values": [ + "The Curse of La Llorona" + ], + "slot": "movie_name", + "values": [ + "Curse of La Llorona" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 56, + "slot": "movie_name", + "start": 37 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "San Jose" + ], + "movie_name": [ + "Curse of La Llorona", + "The Curse of La Llorona" + ], + "show_type": [ + "3d" + ], + "theater_name": [ + "CineLux Almaden" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What times do you have available for Curse of La Llorona? I've been wanting to see that!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "show_date", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What date would you like to go?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "show_date", + "values": [ + "March 5th" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 9, + "slot": "show_date", + "start": 0 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "San Jose" + ], + "movie_name": [ + "Curse of La Llorona", + "The Curse of La Llorona" + ], + "show_date": [ + "March 5th" + ], + "show_type": [ + "3d" + ], + "theater_name": [ + "CineLux Almaden" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "March 5th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "22:30" + ], + "slot": "show_time", + "values": [ + "10:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "CineLux Almaden Cinema" + ], + "slot": "theater_name", + "values": [ + "CineLux Almaden Cinema" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "San Jose", + "movie_name": "The Curse of La Llorona", + "show_date": "2019-03-05", + "show_type": "3d", + "theater_name": "CineLux Almaden Cinema" + } + }, + "service_results": [ + { + "genre": "Horror", + "location": "San Jose", + "movie_name": "The Curse of La Llorona", + "price": "16", + "show_date": "2019-03-05", + "show_time": "22:30", + "show_type": "3d", + "street_address": "2306 Almaden Road", + "theater_name": "CineLux Almaden Cinema" + } + ], + "slots": [ + { + "exclusive_end": 42, + "slot": "show_time", + "start": 34 + }, + { + "exclusive_end": 68, + "slot": "theater_name", + "start": 46 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 showing on March 5th at 10:30 pm at CineLux Almaden Cinema." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "San Jose" + ], + "movie_name": [ + "Curse of La Llorona", + "The Curse of La Llorona" + ], + "show_date": [ + "March 5th" + ], + "show_time": [ + "10:30 pm" + ], + "show_type": [ + "3d" + ], + "theater_name": [ + "CineLux Almaden", + "CineLux Almaden Cinema" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That will work! That is all I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day!" + } + ] + }, + { + "dialogue_id": "12_00062", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you help me find a movie to watch?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "location", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Please give me your location." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Concord" + ], + "slot": "location", + "values": [ + "Concord" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Horror" + ], + "slot": "genre", + "values": [ + "Horror" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 66, + "slot": "location", + "start": 59 + }, + { + "exclusive_end": 13, + "slot": "genre", + "start": 7 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "genre": [ + "Horror" + ], + "location": [ + "Concord" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like Horror movies and would also like to see a movie in Concord. Can you search for one there?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "The Curse of La Llorona" + ], + "slot": "movie_name", + "values": [ + "The Curse of La Llorona" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "genre": "Horror", + "location": "Concord" + } + }, + "service_results": [ + { + "genre": "Horror", + "location": "Concord", + "movie_name": "The Curse of La Llorona", + "price": "22", + "show_type": "3d", + "street_address": "2035 Diamond Boulevard", + "theater_name": "Veranda LUXE Cinema & IMAX" + } + ], + "slots": [ + { + "exclusive_end": 36, + "slot": "movie_name", + "start": 13 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have found The Curse of La Llorona, is that a movie you are interested in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [ + "The Curse of La Llorona" + ], + "slot": "movie_name", + "values": [ + "The Curse of La Llorona" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 42, + "slot": "movie_name", + "start": 19 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "genre": [ + "Horror" + ], + "location": [ + "Concord" + ], + "movie_name": [ + "The Curse of La Llorona" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great, The Curse of La Llorona it is!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyMovieTickets" + ], + "slot": "intent", + "values": [ + "BuyMovieTickets" + ] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can I help you purchase tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "Horror" + ], + "location": [ + "Concord" + ], + "movie_name": [ + "The Curse of La Llorona" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I am not ready to buy tickets but I would like to know the available times for the movie." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "show_date", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What day are you interested in going to see the movie?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Veranda LUXE Cinema & IMAX" + ], + "slot": "theater_name", + "values": [ + "Veranda LUXE Cinema" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "show_date", + "values": [ + "March 2nd" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 85, + "slot": "theater_name", + "start": 66 + }, + { + "exclusive_end": 35, + "slot": "show_date", + "start": 26 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "Horror" + ], + "location": [ + "Concord" + ], + "movie_name": [ + "The Curse of La Llorona" + ], + "show_date": [ + "March 2nd" + ], + "theater_name": [ + "Veranda LUXE Cinema" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am thinking of going on March 2nd and I would like to see it at Veranda LUXE Cinema." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "21:30" + ], + "slot": "show_time", + "values": [ + "9:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Veranda LUXE Cinema & IMAX" + ], + "slot": "theater_name", + "values": [ + "Veranda LUXE Cinema & IMAX" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "Concord", + "movie_name": "The Curse of La Llorona", + "show_date": "2019-03-02", + "theater_name": "Veranda LUXE Cinema & IMAX" + } + }, + "service_results": [ + { + "genre": "Horror", + "location": "Concord", + "movie_name": "The Curse of La Llorona", + "price": "22", + "show_date": "2019-03-02", + "show_time": "21:30", + "show_type": "3d", + "street_address": "2035 Diamond Boulevard", + "theater_name": "Veranda LUXE Cinema & IMAX" + } + ], + "slots": [ + { + "exclusive_end": 47, + "slot": "show_time", + "start": 40 + }, + { + "exclusive_end": 81, + "slot": "theater_name", + "start": 55 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have found 1 showtime for that day at 9:30 pm at the Veranda LUXE Cinema & IMAX, will that work for you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "street_address", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [ + "street_address" + ], + "slot_values": { + "genre": [ + "Horror" + ], + "location": [ + "Concord" + ], + "movie_name": [ + "The Curse of La Llorona" + ], + "show_date": [ + "March 2nd" + ], + "theater_name": [ + "Veranda LUXE Cinema", + "Veranda LUXE Cinema & IMAX" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you please give me the address for the theater?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2035 Diamond Boulevard" + ], + "slot": "street_address", + "values": [ + "2035 Diamond Boulevard" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 61, + "slot": "street_address", + "start": 39 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The address for Veranda LUXE Cinema is 2035 Diamond Boulevard." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "price", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [ + "price" + ], + "slot_values": { + "genre": [ + "Horror" + ], + "location": [ + "Concord" + ], + "movie_name": [ + "The Curse of La Llorona" + ], + "show_date": [ + "March 2nd" + ], + "theater_name": [ + "Veranda LUXE Cinema", + "Veranda LUXE Cinema & IMAX" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you also please tell me the price of the ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "22" + ], + "slot": "price", + "values": [ + "$22" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 15, + "slot": "price", + "start": 12 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Tickets are $22 per person." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "Horror" + ], + "location": [ + "Concord" + ], + "movie_name": [ + "The Curse of La Llorona" + ], + "show_date": [ + "March 2nd" + ], + "show_time": [ + "9:30 pm" + ], + "theater_name": [ + "Veranda LUXE Cinema", + "Veranda LUXE Cinema & IMAX" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Ok, that will work. That's all I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Enjoy your day!" + } + ] + }, + { + "dialogue_id": "12_00063", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Find me a movie" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "location", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure. What city?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Santa Clara" + ], + "slot": "location", + "values": [ + "Santa Clara" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 29, + "slot": "location", + "start": 18 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Santa Clara" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Make it movies in Santa Clara" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Dumbo", + "Hellboy", + "Hotel Mumbai" + ], + "slot": "movie_name", + "values": [ + "Dumbo", + "Hellboy", + "Hotel Mumbai" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "Santa Clara" + } + }, + "service_results": [ + { + "genre": "Fantasy", + "location": "Santa Clara", + "movie_name": "Dumbo", + "price": "7", + "show_type": "imax", + "street_address": "3111 Mission College Boulevard", + "theater_name": "AMC Mercado 20" + }, + { + "genre": "Fantasy", + "location": "Santa Clara", + "movie_name": "Hellboy", + "price": "9", + "show_type": "imax", + "street_address": "3111 Mission College Boulevard", + "theater_name": "AMC Mercado 20" + }, + { + "genre": "Thriller", + "location": "Santa Clara", + "movie_name": "Hotel Mumbai", + "price": "10", + "show_type": "imax", + "street_address": "3111 Mission College Boulevard", + "theater_name": "AMC Mercado 20" + }, + { + "genre": "Animation", + "location": "Santa Clara", + "movie_name": "How to Train Your Dragon: The Hidden World", + "price": "6", + "show_type": "regular", + "street_address": "3111 Mission College Boulevard", + "theater_name": "AMC Mercado 20" + }, + { + "genre": "Comedy", + "location": "Santa Clara", + "movie_name": "Little", + "price": "15", + "show_type": "regular", + "street_address": "3111 Mission College Boulevard", + "theater_name": "AMC Mercado 20" + }, + { + "genre": "Comedy", + "location": "Santa Clara", + "movie_name": "Long Shot", + "price": "7", + "show_type": "regular", + "street_address": "3111 Mission College Boulevard", + "theater_name": "AMC Mercado 20" + }, + { + "genre": "Comedy", + "location": "Santa Clara", + "movie_name": "Missing Link", + "price": "19", + "show_type": "3d", + "street_address": "3111 Mission College Boulevard", + "theater_name": "AMC Mercado 20" + }, + { + "genre": "Thriller", + "location": "Santa Clara", + "movie_name": "Pet Sematary", + "price": "11", + "show_type": "3d", + "street_address": "3111 Mission College Boulevard", + "theater_name": "AMC Mercado 20" + }, + { + "genre": "Adventure", + "location": "Santa Clara", + "movie_name": "Shazam!", + "price": "11", + "show_type": "regular", + "street_address": "3111 Mission College Boulevard", + "theater_name": "AMC Mercado 20" + }, + { + "genre": "Musical", + "location": "Santa Clara", + "movie_name": "Teen Spirit", + "price": "12", + "show_type": "3d", + "street_address": "3111 Mission College Boulevard", + "theater_name": "AMC Mercado 20" + } + ], + "slots": [ + { + "exclusive_end": 17, + "slot": "movie_name", + "start": 12 + }, + { + "exclusive_end": 26, + "slot": "movie_name", + "start": 19 + }, + { + "exclusive_end": 43, + "slot": "movie_name", + "start": 31 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok. Perhaps Dumbo, Hellboy, Or Hotel Mumbai?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [ + "Dumbo" + ], + "slot": "movie_name", + "values": [ + "Dumbo" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 25, + "slot": "movie_name", + "start": 20 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Santa Clara" + ], + "movie_name": [ + "Dumbo" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yeah. I want to see Dumbo" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyMovieTickets" + ], + "slot": "intent", + "values": [ + "BuyMovieTickets" + ] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok, would you like to buy tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "location": [ + "Santa Clara" + ], + "movie_name": [ + "Dumbo" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Not right now thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Anything else I can do?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Santa Clara" + ], + "movie_name": [ + "Dumbo" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What time does it show?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "show_date", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What day?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "show_date", + "values": [ + "this Saturday" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 25, + "slot": "show_date", + "start": 12 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Santa Clara" + ], + "movie_name": [ + "Dumbo" + ], + "show_date": [ + "this Saturday" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll see it this Saturday" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "17:00" + ], + "slot": "show_time", + "values": [ + "5 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "AMC Mercado 20" + ], + "slot": "theater_name", + "values": [ + "AMC Mercado 20" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "Santa Clara", + "movie_name": "Dumbo", + "show_date": "2019-03-02" + } + }, + "service_results": [ + { + "genre": "Fantasy", + "location": "Santa Clara", + "movie_name": "Dumbo", + "price": "7", + "show_date": "2019-03-02", + "show_time": "17:00", + "show_type": "imax", + "street_address": "3111 Mission College Boulevard", + "theater_name": "AMC Mercado 20" + } + ], + "slots": [ + { + "exclusive_end": 21, + "slot": "show_time", + "start": 17 + }, + { + "exclusive_end": 43, + "slot": "theater_name", + "start": 29 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It plays just at 5 pm at the AMC Mercado 20" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "price", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [ + "price" + ], + "slot_values": { + "location": [ + "Santa Clara" + ], + "movie_name": [ + "Dumbo" + ], + "show_date": [ + "this Saturday" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "And how much does it cost?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "7" + ], + "slot": "price", + "values": [ + "$7" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 2, + "slot": "price", + "start": 0 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "$7 per person for that show" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Santa Clara" + ], + "movie_name": [ + "Dumbo" + ], + "show_date": [ + "this Saturday" + ], + "show_time": [ + "5 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Anything else I can do?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "location": [ + "Santa Clara" + ], + "movie_name": [ + "Dumbo" + ], + "show_date": [ + "this Saturday" + ], + "show_time": [ + "5 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No. Thanks so much" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Take care please" + } + ] + }, + { + "dialogue_id": "12_00064", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "CineLux Tennant Station Stadium 11" + ], + "slot": "theater_name", + "values": [ + "CineLux Tennant Station" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "imax" + ], + "slot": "show_type", + "values": [ + "imax" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 66, + "slot": "theater_name", + "start": 43 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "show_type": [ + "imax" + ], + "theater_name": [ + "CineLux Tennant Station" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "A friend and I want to see an imax show at CineLux Tennant Station. What movies are out?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "location", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you at?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Morgan Hill" + ], + "slot": "location", + "values": [ + "Morgan Hill" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Fantasy" + ], + "slot": "genre", + "values": [ + "fantasy" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 50, + "slot": "location", + "start": 39 + }, + { + "exclusive_end": 12, + "slot": "genre", + "start": 5 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "genre": [ + "fantasy" + ], + "location": [ + "Morgan Hill" + ], + "show_type": [ + "imax" + ], + "theater_name": [ + "CineLux Tennant Station" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What fantasy movies are being shown in Morgan Hill?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Hellboy" + ], + "slot": "movie_name", + "values": [ + "Hellboy" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "genre": "Fantasy", + "location": "Morgan Hill", + "show_type": "imax", + "theater_name": "CineLux Tennant Station Stadium 11" + } + }, + "service_results": [ + { + "genre": "Fantasy", + "location": "Morgan Hill", + "movie_name": "Hellboy", + "price": "17", + "show_type": "imax", + "street_address": "750 Tennant Station", + "theater_name": "CineLux Tennant Station Stadium 11" + } + ], + "slots": [ + { + "exclusive_end": 7, + "slot": "movie_name", + "start": 0 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Hellboy is playing. How does that sound?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [ + "Hellboy" + ], + "slot": "movie_name", + "values": [ + "Hellboy" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 7, + "slot": "movie_name", + "start": 0 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "genre": [ + "fantasy" + ], + "location": [ + "Morgan Hill" + ], + "movie_name": [ + "Hellboy" + ], + "show_type": [ + "imax" + ], + "theater_name": [ + "CineLux Tennant Station" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Hellboy would be the perfect movie!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyMovieTickets" + ], + "slot": "intent", + "values": [ + "BuyMovieTickets" + ] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want to purchase tickets now?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "show_date", + "values": [ + "March 2nd" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 56, + "slot": "show_date", + "start": 47 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "fantasy" + ], + "location": [ + "Morgan Hill" + ], + "movie_name": [ + "Hellboy" + ], + "show_date": [ + "March 2nd" + ], + "show_type": [ + "imax" + ], + "theater_name": [ + "CineLux Tennant Station" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, not right now. What times is it playing on March 2nd?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "17:30" + ], + "slot": "show_time", + "values": [ + "5:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "CineLux Tennant Station Stadium 11" + ], + "slot": "theater_name", + "values": [ + "CineLux Tennant Station Stadium 11" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "Morgan Hill", + "movie_name": "Hellboy", + "show_date": "2019-03-02", + "show_type": "imax", + "theater_name": "CineLux Tennant Station Stadium 11" + } + }, + "service_results": [ + { + "genre": "Fantasy", + "location": "Morgan Hill", + "movie_name": "Hellboy", + "price": "17", + "show_date": "2019-03-02", + "show_time": "17:30", + "show_type": "imax", + "street_address": "750 Tennant Station", + "theater_name": "CineLux Tennant Station Stadium 11" + } + ], + "slots": [ + { + "exclusive_end": 26, + "slot": "show_time", + "start": 19 + }, + { + "exclusive_end": 64, + "slot": "theater_name", + "start": 30 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is 1 show at 5:30 pm in CineLux Tennant Station Stadium 11." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "fantasy" + ], + "location": [ + "Morgan Hill" + ], + "movie_name": [ + "Hellboy" + ], + "show_date": [ + "March 2nd" + ], + "show_time": [ + "5:30 pm" + ], + "show_type": [ + "imax" + ], + "theater_name": [ + "CineLux Tennant Station", + "CineLux Tennant Station Stadium 11" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's perfect. I don't need any more help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day!" + } + ] + }, + { + "dialogue_id": "12_00065", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "imax" + ], + "slot": "show_type", + "values": [ + "imax" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Petaluma" + ], + "slot": "location", + "values": [ + "Petaluma" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 51, + "slot": "location", + "start": 43 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Petaluma" + ], + "show_type": [ + "imax" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'mm interested in seeing an imax movie in Petaluma." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Captain Marvel", + "Little" + ], + "slot": "movie_name", + "values": [ + "Captain Marvel", + "Little" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "2" + ], + "slot": "count", + "values": [ + "2" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "Petaluma", + "show_type": "imax" + } + }, + "service_results": [ + { + "genre": "Adventure", + "location": "Petaluma", + "movie_name": "Captain Marvel", + "price": "24", + "show_type": "imax", + "street_address": "200 C Street", + "theater_name": "Boulevard 14 Cinema" + }, + { + "genre": "Comedy", + "location": "Petaluma", + "movie_name": "Little", + "price": "19", + "show_type": "imax", + "street_address": "200 C Street", + "theater_name": "Boulevard 14 Cinema" + } + ], + "slots": [ + { + "exclusive_end": 18, + "slot": "movie_name", + "start": 4 + }, + { + "exclusive_end": 29, + "slot": "movie_name", + "start": 23 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok, Captain Marvel and Little are playing. Would you like to see either of those 2 movies?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + }, + { + "act": "SELECT", + "canonical_values": [ + "Little" + ], + "slot": "movie_name", + "values": [ + "Little" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 26, + "slot": "movie_name", + "start": 20 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Petaluma" + ], + "movie_name": [ + "Little" + ], + "show_type": [ + "imax" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to see Little. What time is it playing?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "show_date", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which day you would like to see the movie?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "show_date", + "values": [ + "2nd of March" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 39, + "slot": "show_date", + "start": 27 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Petaluma" + ], + "movie_name": [ + "Little" + ], + "show_date": [ + "2nd of March" + ], + "show_type": [ + "imax" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I plan on seeing it on the 2nd of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "15:30" + ], + "slot": "show_time", + "values": [ + "3:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Boulevard 14 Cinema" + ], + "slot": "theater_name", + "values": [ + "Boulevard 14 Cinema" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "Petaluma", + "movie_name": "Little", + "show_date": "2019-03-02", + "show_type": "imax" + } + }, + "service_results": [ + { + "genre": "Comedy", + "location": "Petaluma", + "movie_name": "Little", + "price": "19", + "show_date": "2019-03-02", + "show_time": "15:30", + "show_type": "imax", + "street_address": "200 C Street", + "theater_name": "Boulevard 14 Cinema" + } + ], + "slots": [ + { + "exclusive_end": 52, + "slot": "show_time", + "start": 45 + }, + { + "exclusive_end": 75, + "slot": "theater_name", + "start": 56 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok, there is 1 movie showing on that date at 3:30 pm at Boulevard 14 Cinema." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Petaluma" + ], + "movie_name": [ + "Little" + ], + "show_date": [ + "2nd of March" + ], + "show_time": [ + "3:30 pm" + ], + "show_type": [ + "imax" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That is great. I don't need anything further." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice day." + } + ] + }, + { + "dialogue_id": "12_00066", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Hey, I would like to watch a movie." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "location", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you currently located at?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sebastopol" + ], + "slot": "location", + "values": [ + "Sebastopol" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 28, + "slot": "location", + "start": 18 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Sebastopol" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am currently at Sebastopol, could you find for movies currently showing in this area?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Hackers", + "High Life", + "Sunset" + ], + "slot": "movie_name", + "values": [ + "Hackers", + "High Life", + "Sunset" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "5" + ], + "slot": "count", + "values": [ + "5" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "Sebastopol" + } + }, + "service_results": [ + { + "genre": "Drama", + "location": "Sebastopol", + "movie_name": "Hackers", + "price": "11", + "show_type": "regular", + "street_address": "6868 McKinley Street", + "theater_name": "Rialto Cinemas" + }, + { + "genre": "Drama", + "location": "Sebastopol", + "movie_name": "High Life", + "price": "10", + "show_type": "imax", + "street_address": "6868 McKinley Street", + "theater_name": "Rialto Cinemas" + }, + { + "genre": "Drama", + "location": "Sebastopol", + "movie_name": "Sunset", + "price": "19", + "show_type": "imax", + "street_address": "6868 McKinley Street", + "theater_name": "Rialto Cinemas" + }, + { + "genre": "Drama", + "location": "Sebastopol", + "movie_name": "The Best of Enemies", + "price": "18", + "show_type": "imax", + "street_address": "6868 McKinley Street", + "theater_name": "Rialto Cinemas" + }, + { + "genre": "Drama", + "location": "Sebastopol", + "movie_name": "Wild Nights with Emily", + "price": "11", + "show_type": "3d", + "street_address": "6868 McKinley Street", + "theater_name": "Rialto Cinemas" + } + ], + "slots": [ + { + "exclusive_end": 75, + "slot": "movie_name", + "start": 68 + }, + { + "exclusive_end": 86, + "slot": "movie_name", + "start": 77 + }, + { + "exclusive_end": 96, + "slot": "movie_name", + "start": 90 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have found 5 movies showing in that area. Would you like to watch Hackers, High Life or Sunset?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Sebastopol" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Not really, could help search for other movies?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "The Best of Enemies", + "Wild Nights with Emily" + ], + "slot": "movie_name", + "values": [ + "The Best of Enemies", + "Wild Nights with Emily" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 35, + "slot": "movie_name", + "start": 16 + }, + { + "exclusive_end": 61, + "slot": "movie_name", + "start": 39 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, how about The Best of Enemies or Wild Nights with Emily?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [ + "Wild Nights with Emily" + ], + "slot": "movie_name", + "values": [ + "Wild Nights with Emily" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 22, + "slot": "movie_name", + "start": 0 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Sebastopol" + ], + "movie_name": [ + "Wild Nights with Emily" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Wild Nights with Emily is perfect!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyMovieTickets" + ], + "slot": "intent", + "values": [ + "BuyMovieTickets" + ] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to make a ticket reservation for that movie?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "location": [ + "Sebastopol" + ], + "movie_name": [ + "Wild Nights with Emily" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I am just inquiring. I would not like to purchase the tickets now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, no problems. Can I further assist you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "show_date", + "values": [ + "March 5th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "3d" + ], + "slot": "show_type", + "values": [ + "3d" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 87, + "slot": "show_date", + "start": 78 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Sebastopol" + ], + "movie_name": [ + "Wild Nights with Emily" + ], + "show_date": [ + "March 5th" + ], + "show_type": [ + "3d" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What are the show times available for this movie? Would it be possible on the March 5th for a 3d version of this movie?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "21:30" + ], + "slot": "show_time", + "values": [ + "9:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Rialto Cinemas" + ], + "slot": "theater_name", + "values": [ + "Rialto Cinemas" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "Sebastopol", + "movie_name": "Wild Nights with Emily", + "show_date": "2019-03-05", + "show_type": "3d" + } + }, + "service_results": [ + { + "genre": "Drama", + "location": "Sebastopol", + "movie_name": "Wild Nights with Emily", + "price": "11", + "show_date": "2019-03-05", + "show_time": "21:30", + "show_type": "3d", + "street_address": "6868 McKinley Street", + "theater_name": "Rialto Cinemas" + } + ], + "slots": [ + { + "exclusive_end": 60, + "slot": "show_time", + "start": 53 + }, + { + "exclusive_end": 78, + "slot": "theater_name", + "start": 64 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Yes, there is currently 1 showtime for this movie at 9:30 pm in Rialto Cinemas." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Sebastopol" + ], + "movie_name": [ + "Wild Nights with Emily" + ], + "show_date": [ + "March 5th" + ], + "show_time": [ + "9:30 pm" + ], + "show_type": [ + "3d" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Could I further assist you in anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "location": [ + "Sebastopol" + ], + "movie_name": [ + "Wild Nights with Emily" + ], + "show_date": [ + "March 5th" + ], + "show_time": [ + "9:30 pm" + ], + "show_type": [ + "3d" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that will be all. Thank you very much!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "No issues, have a great day ahead." + } + ] + }, + { + "dialogue_id": "12_00067", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I want to go to the cinema." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "location", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What is your location?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Livermore" + ], + "slot": "location", + "values": [ + "Livermore" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 16, + "slot": "location", + "start": 7 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Livermore" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm in Livermore." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "After", + "Breakthrough", + "Captain Marvel" + ], + "slot": "movie_name", + "values": [ + "After", + "Breakthrough", + "Captain Marvel" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "7" + ], + "slot": "count", + "values": [ + "7" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "Livermore" + } + }, + "service_results": [ + { + "genre": "Romance", + "location": "Livermore", + "movie_name": "After", + "price": "8", + "show_type": "3d", + "street_address": "2490 First Street", + "theater_name": "Livermore 13 Cinema" + }, + { + "genre": "Biographical", + "location": "Livermore", + "movie_name": "Breakthrough", + "price": "9", + "show_type": "imax", + "street_address": "2490 First Street", + "theater_name": "Livermore 13 Cinema" + }, + { + "genre": "Adventure", + "location": "Livermore", + "movie_name": "Captain Marvel", + "price": "10", + "show_type": "imax", + "street_address": "2490 First Street", + "theater_name": "Livermore 13 Cinema" + }, + { + "genre": "Drama", + "location": "Livermore", + "movie_name": "High Life", + "price": "23", + "show_type": "3d", + "street_address": "1722 First Street", + "theater_name": "Vine Cinema & Alehouse" + }, + { + "genre": "Comedy", + "location": "Livermore", + "movie_name": "Missing Link", + "price": "24", + "show_type": "imax", + "street_address": "2490 First Street", + "theater_name": "Livermore 13 Cinema" + }, + { + "genre": "Adventure", + "location": "Livermore", + "movie_name": "Shazam!", + "price": "24", + "show_type": "imax", + "street_address": "2490 First Street", + "theater_name": "Livermore 13 Cinema" + }, + { + "genre": "Romance", + "location": "Livermore", + "movie_name": "Viva Las Vegas", + "price": "10", + "show_type": "regular", + "street_address": "1722 First Street", + "theater_name": "Vine Cinema & Alehouse" + } + ], + "slots": [ + { + "exclusive_end": 44, + "slot": "movie_name", + "start": 39 + }, + { + "exclusive_end": 58, + "slot": "movie_name", + "start": 46 + }, + { + "exclusive_end": 76, + "slot": "movie_name", + "start": 62 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I was able to find 7 movies. How about After, Breakthrough or Captain Marvel?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [ + "Captain Marvel" + ], + "slot": "movie_name", + "values": [ + "Captain Marvel" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 14, + "slot": "movie_name", + "start": 0 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Livermore" + ], + "movie_name": [ + "Captain Marvel" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Captain Marvel is perfect." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyMovieTickets" + ], + "slot": "intent", + "values": [ + "BuyMovieTickets" + ] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want me to buy you tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "show_date", + "values": [ + "Tuesday next week" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Livermore 13 Cinema" + ], + "slot": "theater_name", + "values": [ + "Livermore Cinema" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 58, + "slot": "show_date", + "start": 41 + }, + { + "exclusive_end": 79, + "slot": "theater_name", + "start": 63 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Livermore" + ], + "movie_name": [ + "Captain Marvel" + ], + "show_date": [ + "Tuesday next week" + ], + "theater_name": [ + "Livermore Cinema" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, not right now. I want to watch it on Tuesday next week, at Livermore Cinema." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "21:00" + ], + "slot": "show_time", + "values": [ + "9 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Livermore 13 Cinema" + ], + "slot": "theater_name", + "values": [ + "Livermore 13 Cinema" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "Livermore", + "movie_name": "Captain Marvel", + "show_date": "2019-03-05", + "theater_name": "Livermore 13 Cinema" + } + }, + "service_results": [ + { + "genre": "Adventure", + "location": "Livermore", + "movie_name": "Captain Marvel", + "price": "10", + "show_date": "2019-03-05", + "show_time": "21:00", + "show_type": "imax", + "street_address": "2490 First Street", + "theater_name": "Livermore 13 Cinema" + } + ], + "slots": [ + { + "exclusive_end": 47, + "slot": "show_time", + "start": 43 + }, + { + "exclusive_end": 70, + "slot": "theater_name", + "start": 51 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 showtime for that movie. It's at 9 pm in Livermore 13 Cinema." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "price", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "street_address", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [ + "price", + "street_address" + ], + "slot_values": { + "location": [ + "Livermore" + ], + "movie_name": [ + "Captain Marvel" + ], + "show_date": [ + "Tuesday next week" + ], + "theater_name": [ + "Livermore 13 Cinema", + "Livermore Cinema" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "How much is the ticket? And what's the address of the theater?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "10" + ], + "slot": "price", + "values": [ + "10" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2490 First Street" + ], + "slot": "street_address", + "values": [ + "2490 First Street" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 15, + "slot": "price", + "start": 13 + }, + { + "exclusive_end": 71, + "slot": "street_address", + "start": 54 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The price is 10 dollars per ticket, and the adress is 2490 First Street." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Livermore" + ], + "movie_name": [ + "Captain Marvel" + ], + "show_date": [ + "Tuesday next week" + ], + "show_time": [ + "9 pm" + ], + "theater_name": [ + "Livermore 13 Cinema", + "Livermore Cinema" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good. That's everything for now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day!" + } + ] + }, + { + "dialogue_id": "12_00068", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "imax" + ], + "slot": "show_type", + "values": [ + "imax" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "show_type": [ + "imax" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I really want to find a movie to watch. I was thinking we could go to an imax show." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "location", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you right now?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Fremont" + ], + "slot": "location", + "values": [ + "Fremont" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 34, + "slot": "location", + "start": 27 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Fremont" + ], + "show_type": [ + "imax" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What movies are showing in Fremont?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "How to Train Your Dragon: The Hidden World", + "Little", + "Pet Sematary" + ], + "slot": "movie_name", + "values": [ + "How to Train Your Dragon: The Hidden World", + "Little", + "Pet Sematary" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "Fremont", + "show_type": "imax" + } + }, + "service_results": [ + { + "genre": "Animation", + "location": "Fremont", + "movie_name": "How to Train Your Dragon: The Hidden World", + "price": "20", + "show_type": "imax", + "street_address": "43917 Pacific Commons Boulevard", + "theater_name": "Century at Pacific Commons & XD" + }, + { + "genre": "Comedy", + "location": "Fremont", + "movie_name": "Little", + "price": "7", + "show_type": "imax", + "street_address": "43917 Pacific Commons Boulevard", + "theater_name": "Century at Pacific Commons & XD" + }, + { + "genre": "Thriller", + "location": "Fremont", + "movie_name": "Pet Sematary", + "price": "7", + "show_type": "imax", + "street_address": "43917 Pacific Commons Boulevard", + "theater_name": "Century at Pacific Commons & XD" + }, + { + "genre": "Adventure", + "location": "Fremont", + "movie_name": "Shazam!", + "price": "21", + "show_type": "imax", + "street_address": "43917 Pacific Commons Boulevard", + "theater_name": "Century at Pacific Commons & XD" + } + ], + "slots": [ + { + "exclusive_end": 80, + "slot": "movie_name", + "start": 38 + }, + { + "exclusive_end": 88, + "slot": "movie_name", + "start": 82 + }, + { + "exclusive_end": 105, + "slot": "movie_name", + "start": 93 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 4 movies playing right now. How to Train Your Dragon: The Hidden World, Little, or Pet Sematary." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Fremont" + ], + "show_type": [ + "imax" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any other movies playing?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Shazam!" + ], + "slot": "movie_name", + "values": [ + "Shazam!" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 22, + "slot": "movie_name", + "start": 15 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Yes, how about Shazam!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "show_date", + "values": [ + "8th of March" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + }, + { + "act": "SELECT", + "canonical_values": [ + "Shazam!" + ], + "slot": "movie_name", + "values": [ + "Shazam!" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 7, + "slot": "movie_name", + "start": 0 + }, + { + "exclusive_end": 65, + "slot": "show_date", + "start": 53 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Fremont" + ], + "movie_name": [ + "Shazam!" + ], + "show_date": [ + "8th of March" + ], + "show_type": [ + "imax" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Shazam! sounds great. What time is it showing on the 8th of March?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "22:30" + ], + "slot": "show_time", + "values": [ + "10:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Century at Pacific Commons & XD" + ], + "slot": "theater_name", + "values": [ + "Century at Pacific Commons & XD" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "Fremont", + "movie_name": "Shazam!", + "show_date": "2019-03-08", + "show_type": "imax" + } + }, + "service_results": [ + { + "genre": "Adventure", + "location": "Fremont", + "movie_name": "Shazam!", + "price": "21", + "show_date": "2019-03-08", + "show_time": "22:30", + "show_type": "imax", + "street_address": "43917 Pacific Commons Boulevard", + "theater_name": "Century at Pacific Commons & XD" + } + ], + "slots": [ + { + "exclusive_end": 30, + "slot": "show_time", + "start": 22 + }, + { + "exclusive_end": 65, + "slot": "theater_name", + "start": 34 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is 1 showing at 10:30 pm in Century at Pacific Commons & XD." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "genre", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "price", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [ + "genre", + "price" + ], + "slot_values": { + "location": [ + "Fremont" + ], + "movie_name": [ + "Shazam!" + ], + "show_date": [ + "8th of March" + ], + "show_type": [ + "imax" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What genre is it and how much are tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "21" + ], + "slot": "price", + "values": [ + "21" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Adventure" + ], + "slot": "genre", + "values": [ + "Adventure" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 14, + "slot": "price", + "start": 12 + }, + { + "exclusive_end": 45, + "slot": "genre", + "start": 36 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Tickets are 21 dollars and it is an Adventure movie" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Fremont" + ], + "movie_name": [ + "Shazam!" + ], + "show_date": [ + "8th of March" + ], + "show_time": [ + "10:30 pm" + ], + "show_type": [ + "imax" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great, thank you!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Enjoy the movie!" + } + ] + }, + { + "dialogue_id": "12_00069", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I want to find a movie to wathc" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "location", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "what is your location?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Jose" + ], + "slot": "location", + "values": [ + "San Jose" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Adventure" + ], + "slot": "genre", + "values": [ + "Adventure" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 43, + "slot": "location", + "start": 35 + }, + { + "exclusive_end": 60, + "slot": "genre", + "start": 51 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "genre": [ + "Adventure" + ], + "location": [ + "San Jose" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "can you search for movies shown in San Jose.i like Adventure movies." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Captain Marvel", + "Shazam!" + ], + "slot": "movie_name", + "values": [ + "Captain Marvel", + "Shazam!" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "genre": "Adventure", + "location": "San Jose" + } + }, + "service_results": [ + { + "genre": "Adventure", + "location": "San Jose", + "movie_name": "Captain Marvel", + "price": "12", + "show_type": "regular", + "street_address": "2190 Eastridge Loop", + "theater_name": "AMC Eastridge 15" + }, + { + "genre": "Adventure", + "location": "San Jose", + "movie_name": "Shazam!", + "price": "19", + "show_type": "3d", + "street_address": "2306 Almaden Road", + "theater_name": "CineLux Almaden Cinema" + } + ], + "slots": [ + { + "exclusive_end": 24, + "slot": "movie_name", + "start": 10 + }, + { + "exclusive_end": 35, + "slot": "movie_name", + "start": 28 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "How about Captain Marvel or Shazam!?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "genre": [ + "Adventure" + ], + "location": [ + "San Jose" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "please find some other movies." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "genre": "Adventure", + "location": "San Jose" + } + }, + "service_results": [], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sorry, I can't find any movie mathng your requirements. Can I help you with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Biographical" + ], + "slot": "genre", + "values": [ + "Documentary" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 18, + "slot": "genre", + "start": 7 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "genre": [ + "Documentary" + ], + "location": [ + "San Jose" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like Documentary movies. could you try again?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Breakthrough" + ], + "slot": "movie_name", + "values": [ + "Breakthrough" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "genre": "Biographical", + "location": "San Jose" + } + }, + "service_results": [ + { + "genre": "Biographical", + "location": "San Jose", + "movie_name": "Breakthrough", + "price": "14", + "show_type": "3d", + "street_address": "2306 Almaden Road", + "theater_name": "CineLux Almaden Cinema" + } + ], + "slots": [ + { + "exclusive_end": 22, + "slot": "movie_name", + "start": 10 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "How about Breakthrough?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "location", + "values": [ + "SFO" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Roxie Theater" + ], + "slot": "theater_name", + "values": [ + "Roxie Theater" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 35, + "slot": "location", + "start": 32 + }, + { + "exclusive_end": 69, + "slot": "theater_name", + "start": 56 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "genre": [ + "Documentary" + ], + "location": [ + "SFO" + ], + "theater_name": [ + "Roxie Theater" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you search for moveis shown SFO. I want to watch at Roxie Theater. Please find some other movies." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "JT LeRoy" + ], + "slot": "movie_name", + "values": [ + "JT Leroy" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "genre": "Biographical", + "location": "San Francisco", + "theater_name": "Roxie Theater" + } + }, + "service_results": [ + { + "genre": "Biographical", + "location": "San Francisco", + "movie_name": "JT LeRoy", + "price": "16", + "show_type": "regular", + "street_address": "3117 16th St", + "theater_name": "Roxie Theater" + } + ], + "slots": [ + { + "exclusive_end": 18, + "slot": "movie_name", + "start": 10 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "How about JT Leroy? I found 1 movies." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [ + "JT LeRoy" + ], + "slot": "movie_name", + "values": [ + "Jt Leroy" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 8, + "slot": "movie_name", + "start": 0 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "genre": [ + "Documentary" + ], + "location": [ + "SFO" + ], + "movie_name": [ + "JT Leroy", + "Jt Leroy" + ], + "theater_name": [ + "Roxie Theater" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Jt Leroy is perfect." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can I help you with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "Documentary" + ], + "location": [ + "SFO" + ], + "movie_name": [ + "JT Leroy", + "Jt Leroy" + ], + "theater_name": [ + "Roxie Theater" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What time can I watch it ?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "show_date", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Wheat date do you want to watch it on?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "regular" + ], + "slot": "show_type", + "values": [ + "regular" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "show_date", + "values": [ + "3rd of this month" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 70, + "slot": "show_date", + "start": 53 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "Documentary" + ], + "location": [ + "SFO" + ], + "movie_name": [ + "JT Leroy", + "Jt Leroy" + ], + "show_date": [ + "3rd of this month" + ], + "show_type": [ + "regular" + ], + "theater_name": [ + "Roxie Theater" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to watch a regular show. I want to want it on 3rd of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "19:00" + ], + "slot": "show_time", + "values": [ + "7 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Roxie Theater" + ], + "slot": "theater_name", + "values": [ + "Roxie Theater" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "San Francisco", + "movie_name": "JT LeRoy", + "show_date": "2019-03-03", + "show_type": "regular", + "theater_name": "Roxie Theater" + } + }, + "service_results": [ + { + "genre": "Biographical", + "location": "San Francisco", + "movie_name": "JT LeRoy", + "price": "16", + "show_date": "2019-03-03", + "show_time": "19:00", + "show_type": "regular", + "street_address": "3117 16th St", + "theater_name": "Roxie Theater" + } + ], + "slots": [ + { + "exclusive_end": 24, + "slot": "show_time", + "start": 20 + }, + { + "exclusive_end": 41, + "slot": "theater_name", + "start": 28 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's one show at 7 pm in Roxie Theater. I fond 1 showtimes for the movie" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "price", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "street_address", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [ + "price", + "street_address" + ], + "slot_values": { + "genre": [ + "Documentary" + ], + "location": [ + "SFO" + ], + "movie_name": [ + "JT Leroy", + "Jt Leroy" + ], + "show_date": [ + "3rd of this month" + ], + "show_type": [ + "regular" + ], + "theater_name": [ + "Roxie Theater" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "How much is the ticket? What's the address of the theater?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "16" + ], + "slot": "price", + "values": [ + "$16" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "3117 16th St" + ], + "slot": "street_address", + "values": [ + "3117 16th st" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 16, + "slot": "price", + "start": 13 + }, + { + "exclusive_end": 74, + "slot": "street_address", + "start": 62 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The price is $16 dollars per person/ the theater's address is 3117 16th st." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "Documentary" + ], + "location": [ + "SFO" + ], + "movie_name": [ + "JT Leroy", + "Jt Leroy" + ], + "show_date": [ + "3rd of this month" + ], + "show_time": [ + "7 pm" + ], + "show_type": [ + "regular" + ], + "theater_name": [ + "Roxie Theater" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyMovieTickets" + ], + "slot": "intent", + "values": [ + "BuyMovieTickets" + ] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to buy tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "genre": [ + "Documentary" + ], + "location": [ + "SFO" + ], + "movie_name": [ + "JT Leroy", + "Jt Leroy" + ], + "show_date": [ + "3rd of this month" + ], + "show_time": [ + "7 pm" + ], + "show_type": [ + "regular" + ], + "theater_name": [ + "Roxie Theater" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I don't want to purchase now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_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": "Movies_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "genre": [ + "Documentary" + ], + "location": [ + "SFO" + ], + "movie_name": [ + "JT Leroy", + "Jt Leroy" + ], + "show_date": [ + "3rd of this month" + ], + "show_time": [ + "7 pm" + ], + "show_type": [ + "regular" + ], + "theater_name": [ + "Roxie Theater" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No. thank you for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "12_00070", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Oakland" + ], + "slot": "location", + "values": [ + "Oakland" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 48, + "slot": "location", + "start": 41 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Oakland" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Hey, I'm looking for a movie to watch in Oakland. Is there anything available?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Breakthrough", + "Dr. Strangelove", + "Fighting with My Family" + ], + "slot": "movie_name", + "values": [ + "Breakthrough", + "Dr. Strangelove", + "Fighting with My Family" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "Oakland" + } + }, + "service_results": [ + { + "genre": "Biographical", + "location": "Oakland", + "movie_name": "Breakthrough", + "price": "16", + "show_type": "regular", + "street_address": "100 Washington Street", + "theater_name": "Regal Cinemas Jack London 9" + }, + { + "genre": "Comedy", + "location": "Oakland", + "movie_name": "Dr. Strangelove", + "price": "23", + "show_type": "regular", + "street_address": "474 24th Street", + "theater_name": "The New Parkway Theater" + }, + { + "genre": "Sports", + "location": "Oakland", + "movie_name": "Fighting with My Family", + "price": "16", + "show_type": "3d", + "street_address": "474 24th Street", + "theater_name": "The New Parkway Theater" + }, + { + "genre": "Comedy", + "location": "Oakland", + "movie_name": "Gloria Bell", + "price": "11", + "show_type": "imax", + "street_address": "474 24th Street", + "theater_name": "The New Parkway Theater" + }, + { + "genre": "Animation", + "location": "Oakland", + "movie_name": "How to Train Your Dragon: The Hidden World", + "price": "8", + "show_type": "regular", + "street_address": "474 24th Street", + "theater_name": "The New Parkway Theater" + }, + { + "genre": "Comedy", + "location": "Oakland", + "movie_name": "Little", + "price": "16", + "show_type": "regular", + "street_address": "100 Washington Street", + "theater_name": "Regal Cinemas Jack London 9" + }, + { + "genre": "Drama", + "location": "Oakland", + "movie_name": "Red Joan", + "price": "10", + "show_type": "imax", + "street_address": "5133", + "theater_name": "Landmark's Piedmont Theatre" + }, + { + "genre": "Adventure", + "location": "Oakland", + "movie_name": "Shazam!", + "price": "13", + "show_type": "3d", + "street_address": "3200 Grand Avenue", + "theater_name": "Grand Lake Theatre" + }, + { + "genre": "Comedy", + "location": "Oakland", + "movie_name": "Stockholm", + "price": "21", + "show_type": "regular", + "street_address": "474 24th Street", + "theater_name": "The New Parkway Theater" + }, + { + "genre": "Drama", + "location": "Oakland", + "movie_name": "The Best of Enemies", + "price": "5", + "show_type": "3d", + "street_address": "100 Washington Street", + "theater_name": "Regal Cinemas Jack London 9" + } + ], + "slots": [ + { + "exclusive_end": 32, + "slot": "movie_name", + "start": 20 + }, + { + "exclusive_end": 49, + "slot": "movie_name", + "start": 34 + }, + { + "exclusive_end": 77, + "slot": "movie_name", + "start": 54 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "We have showings of Breakthrough, Dr. Strangelove and Fighting with My Family." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "dontcare" + ], + "slot": "show_type", + "values": [ + "dontcare" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Oakland" + ], + "show_type": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Please find some different movies. Any showing is fine." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Gloria Bell", + "How to Train Your Dragon: The Hidden World", + "Little" + ], + "slot": "movie_name", + "values": [ + "Gloria Bell", + "How to Train Your Dragon: The Hidden World", + "Little" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "Oakland" + } + }, + "service_results": [ + { + "genre": "Biographical", + "location": "Oakland", + "movie_name": "Breakthrough", + "price": "16", + "show_type": "regular", + "street_address": "100 Washington Street", + "theater_name": "Regal Cinemas Jack London 9" + }, + { + "genre": "Comedy", + "location": "Oakland", + "movie_name": "Dr. Strangelove", + "price": "23", + "show_type": "regular", + "street_address": "474 24th Street", + "theater_name": "The New Parkway Theater" + }, + { + "genre": "Sports", + "location": "Oakland", + "movie_name": "Fighting with My Family", + "price": "16", + "show_type": "3d", + "street_address": "474 24th Street", + "theater_name": "The New Parkway Theater" + }, + { + "genre": "Comedy", + "location": "Oakland", + "movie_name": "Gloria Bell", + "price": "11", + "show_type": "imax", + "street_address": "474 24th Street", + "theater_name": "The New Parkway Theater" + }, + { + "genre": "Animation", + "location": "Oakland", + "movie_name": "How to Train Your Dragon: The Hidden World", + "price": "8", + "show_type": "regular", + "street_address": "474 24th Street", + "theater_name": "The New Parkway Theater" + }, + { + "genre": "Comedy", + "location": "Oakland", + "movie_name": "Little", + "price": "16", + "show_type": "regular", + "street_address": "100 Washington Street", + "theater_name": "Regal Cinemas Jack London 9" + }, + { + "genre": "Drama", + "location": "Oakland", + "movie_name": "Red Joan", + "price": "10", + "show_type": "imax", + "street_address": "5133", + "theater_name": "Landmark's Piedmont Theatre" + }, + { + "genre": "Adventure", + "location": "Oakland", + "movie_name": "Shazam!", + "price": "13", + "show_type": "3d", + "street_address": "3200 Grand Avenue", + "theater_name": "Grand Lake Theatre" + }, + { + "genre": "Comedy", + "location": "Oakland", + "movie_name": "Stockholm", + "price": "21", + "show_type": "regular", + "street_address": "474 24th Street", + "theater_name": "The New Parkway Theater" + }, + { + "genre": "Drama", + "location": "Oakland", + "movie_name": "The Best of Enemies", + "price": "5", + "show_type": "3d", + "street_address": "100 Washington Street", + "theater_name": "Regal Cinemas Jack London 9" + } + ], + "slots": [ + { + "exclusive_end": 21, + "slot": "movie_name", + "start": 10 + }, + { + "exclusive_end": 65, + "slot": "movie_name", + "start": 23 + }, + { + "exclusive_end": 76, + "slot": "movie_name", + "start": 70 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "How about Gloria Bell, How to Train Your Dragon: The Hidden World, or Little?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Oakland" + ], + "show_type": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, is there anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Red Joan", + "Shazam!", + "Stockholm" + ], + "slot": "movie_name", + "values": [ + "Red Joan", + "Shazam!", + "Stockholm" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 22, + "slot": "movie_name", + "start": 14 + }, + { + "exclusive_end": 31, + "slot": "movie_name", + "start": 24 + }, + { + "exclusive_end": 45, + "slot": "movie_name", + "start": 36 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Well, there's Red Joan, Shazam! and Stockholm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + }, + { + "act": "SELECT", + "canonical_values": [ + "Red Joan" + ], + "slot": "movie_name", + "values": [ + "Red Joan" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 8, + "slot": "movie_name", + "start": 0 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Oakland" + ], + "movie_name": [ + "Red Joan" + ], + "show_type": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Red Joan is great. When is it showing?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "show_date", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What date will you be watching?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "show_date", + "values": [ + "March 7th" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 9, + "slot": "show_date", + "start": 0 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Oakland" + ], + "movie_name": [ + "Red Joan" + ], + "show_date": [ + "March 7th" + ], + "show_type": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "March 7th, please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "21:30" + ], + "slot": "show_time", + "values": [ + "9:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Landmark's Piedmont Theatre" + ], + "slot": "theater_name", + "values": [ + "Landmark's Piedmont Theatre" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "Oakland", + "movie_name": "Red Joan", + "show_date": "2019-03-07" + } + }, + "service_results": [ + { + "genre": "Drama", + "location": "Oakland", + "movie_name": "Red Joan", + "price": "10", + "show_date": "2019-03-07", + "show_time": "21:30", + "show_type": "imax", + "street_address": "5133", + "theater_name": "Landmark's Piedmont Theatre" + } + ], + "slots": [ + { + "exclusive_end": 27, + "slot": "show_time", + "start": 20 + }, + { + "exclusive_end": 62, + "slot": "theater_name", + "start": 35 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's one show at 9:30 pm at the Landmark's Piedmont Theatre." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "genre", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "price", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [ + "genre", + "price" + ], + "slot_values": { + "location": [ + "Oakland" + ], + "movie_name": [ + "Red Joan" + ], + "show_date": [ + "March 7th" + ], + "show_type": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What genre is it? How much does it cost?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "10" + ], + "slot": "price", + "values": [ + "$10" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Drama" + ], + "slot": "genre", + "values": [ + "drama" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 35, + "slot": "price", + "start": 32 + }, + { + "exclusive_end": 12, + "slot": "genre", + "start": 7 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It's a drama movie, tickets are $10 per person." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Oakland" + ], + "movie_name": [ + "Red Joan" + ], + "show_date": [ + "March 7th" + ], + "show_time": [ + "9:30 pm" + ], + "show_type": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds perfect. That's all thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, have a nice day." + } + ] + }, + { + "dialogue_id": "12_00071", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I want to watch a movie, where is the best place to watch?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "location", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Landmark's Embarcadero Center Cinema" + ], + "slot": "theater_name", + "values": [ + "Embarcadero Center Cinema" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "imax" + ], + "slot": "show_type", + "values": [ + "imax" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "location", + "values": [ + "San Francisco" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 54, + "slot": "theater_name", + "start": 29 + }, + { + "exclusive_end": 152, + "slot": "location", + "start": 139 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "San Francisco" + ], + "show_type": [ + "imax" + ], + "theater_name": [ + "Embarcadero Center Cinema" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm currently looking at the Embarcadero Center Cinema. I want to watch a movie on a big imax screen. Can you find some good movies in the San Francisco area?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Ash Is Purest White", + "Gloria Bell", + "Knock Down The House" + ], + "slot": "movie_name", + "values": [ + "Ash Is Purest white", + "Gloria Bell", + "Knock Down The House" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "San Francisco", + "show_type": "imax", + "theater_name": "Landmark's Embarcadero Center Cinema" + } + }, + "service_results": [ + { + "genre": "Crime", + "location": "San Francisco", + "movie_name": "Ash Is Purest White", + "price": "14", + "show_type": "imax", + "street_address": "1 Embarcadero Center", + "theater_name": "Landmark's Embarcadero Center Cinema" + }, + { + "genre": "Comedy", + "location": "San Francisco", + "movie_name": "Gloria Bell", + "price": "9", + "show_type": "imax", + "street_address": "1 Embarcadero Center", + "theater_name": "Landmark's Embarcadero Center Cinema" + }, + { + "genre": "Documentary", + "location": "San Francisco", + "movie_name": "Knock Down The House", + "price": "15", + "show_type": "imax", + "street_address": "1 Embarcadero Center", + "theater_name": "Landmark's Embarcadero Center Cinema" + } + ], + "slots": [ + { + "exclusive_end": 43, + "slot": "movie_name", + "start": 24 + }, + { + "exclusive_end": 56, + "slot": "movie_name", + "start": 45 + }, + { + "exclusive_end": 91, + "slot": "movie_name", + "start": 71 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "What do you think about Ash Is Purest white, Gloria Bell or maybe even Knock Down The House?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "show_date", + "values": [ + "8th of March" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + }, + { + "act": "SELECT", + "canonical_values": [ + "Knock Down The House" + ], + "slot": "movie_name", + "values": [ + "Knock Down The House" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 26, + "slot": "movie_name", + "start": 6 + }, + { + "exclusive_end": 107, + "slot": "show_date", + "start": 95 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "San Francisco" + ], + "movie_name": [ + "Knock Down The House" + ], + "show_date": [ + "8th of March" + ], + "show_type": [ + "imax" + ], + "theater_name": [ + "Embarcadero Center Cinema" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yeah, Knock Down The House sounds good. When does this movie start? I want to go see it on the 8th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "21:30" + ], + "slot": "show_time", + "values": [ + "9:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Landmark's Embarcadero Center Cinema" + ], + "slot": "theater_name", + "values": [ + "Landmark's Embarcadero Center Cinema" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "San Francisco", + "movie_name": "Knock Down The House", + "show_date": "2019-03-08", + "show_type": "imax", + "theater_name": "Landmark's Embarcadero Center Cinema" + } + }, + "service_results": [ + { + "genre": "Documentary", + "location": "San Francisco", + "movie_name": "Knock Down The House", + "price": "15", + "show_date": "2019-03-08", + "show_time": "21:30", + "show_type": "imax", + "street_address": "1 Embarcadero Center", + "theater_name": "Landmark's Embarcadero Center Cinema" + } + ], + "slots": [ + { + "exclusive_end": 25, + "slot": "show_time", + "start": 18 + }, + { + "exclusive_end": 65, + "slot": "theater_name", + "start": 29 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's a show at 9:30 pm in Landmark's Embarcadero Center Cinema. Does that sound good to you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "San Francisco" + ], + "movie_name": [ + "Knock Down The House" + ], + "show_date": [ + "8th of March" + ], + "show_time": [ + "9:30 pm" + ], + "show_type": [ + "imax" + ], + "theater_name": [ + "Embarcadero Center Cinema", + "Landmark's Embarcadero Center Cinema" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yeah that will work thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "12_00072", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Roxie Theater" + ], + "slot": "theater_name", + "values": [ + "Roxie Theater" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 48, + "slot": "theater_name", + "start": 35 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "theater_name": [ + "Roxie Theater" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need to find a movie to watch at Roxie Theater." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "location", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What is your venue?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "location", + "values": [ + "SFO" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 33, + "slot": "location", + "start": 30 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "SFO" + ], + "theater_name": [ + "Roxie Theater" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find a movie shown in SFO." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "JT LeRoy", + "Penguin Highway", + "Suburban Birds" + ], + "slot": "movie_name", + "values": [ + "JT LeRoy", + "Penguin Highway", + "Suburban Birds" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "San Francisco", + "theater_name": "Roxie Theater" + } + }, + "service_results": [ + { + "genre": "Biographical", + "location": "San Francisco", + "movie_name": "JT LeRoy", + "price": "16", + "show_type": "regular", + "street_address": "3117 16th St", + "theater_name": "Roxie Theater" + }, + { + "genre": "Fantasy", + "location": "San Francisco", + "movie_name": "Penguin Highway", + "price": "15", + "show_type": "3d", + "street_address": "3117 16th St", + "theater_name": "Roxie Theater" + }, + { + "genre": "Drama", + "location": "San Francisco", + "movie_name": "Suburban Birds", + "price": "8", + "show_type": "regular", + "street_address": "3117 16th St", + "theater_name": "Roxie Theater" + }, + { + "genre": "Drama", + "location": "San Francisco", + "movie_name": "Supa Modo", + "price": "20", + "show_type": "imax", + "street_address": "3117 16th St", + "theater_name": "Roxie Theater" + }, + { + "genre": "Drama", + "location": "San Francisco", + "movie_name": "The Innocent", + "price": "18", + "show_type": "regular", + "street_address": "3117 16th St", + "theater_name": "Roxie Theater" + } + ], + "slots": [ + { + "exclusive_end": 19, + "slot": "movie_name", + "start": 11 + }, + { + "exclusive_end": 36, + "slot": "movie_name", + "start": 21 + }, + { + "exclusive_end": 54, + "slot": "movie_name", + "start": 40 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "What about JT LeRoy, Penguin Highway or Suburban Birds?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + }, + { + "act": "SELECT", + "canonical_values": [ + "Penguin Highway" + ], + "slot": "movie_name", + "values": [ + "Penguin Highway" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 15, + "slot": "movie_name", + "start": 0 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "SFO" + ], + "movie_name": [ + "Penguin Highway" + ], + "theater_name": [ + "Roxie Theater" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Penguin Highway is good and at what time can i watch it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "show_date", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When do you want to watch it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "show_date", + "values": [ + "9th of this month" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 39, + "slot": "show_date", + "start": 22 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "SFO" + ], + "movie_name": [ + "Penguin Highway" + ], + "show_date": [ + "9th of this month" + ], + "theater_name": [ + "Roxie Theater" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like to watch it on 9th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "21:30" + ], + "slot": "show_time", + "values": [ + "9:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Roxie Theater" + ], + "slot": "theater_name", + "values": [ + "Roxie Theater" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "San Francisco", + "movie_name": "Penguin Highway", + "show_date": "2019-03-09", + "theater_name": "Roxie Theater" + } + }, + "service_results": [ + { + "genre": "Fantasy", + "location": "San Francisco", + "movie_name": "Penguin Highway", + "price": "15", + "show_date": "2019-03-09", + "show_time": "21:30", + "show_type": "3d", + "street_address": "3117 16th St", + "theater_name": "Roxie Theater" + } + ], + "slots": [ + { + "exclusive_end": 73, + "slot": "show_time", + "start": 66 + }, + { + "exclusive_end": 16, + "slot": "theater_name", + "start": 3 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "At Roxie Theater i found 1 showtime for the movie and one show at 9:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "street_address", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [ + "street_address" + ], + "slot_values": { + "location": [ + "SFO" + ], + "movie_name": [ + "Penguin Highway" + ], + "show_date": [ + "9th of this month" + ], + "theater_name": [ + "Roxie Theater" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is the location of the theater?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3117 16th St" + ], + "slot": "street_address", + "values": [ + "3117 16th st" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 36, + "slot": "street_address", + "start": 24 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The theater location is 3117 16th st." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "price", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [ + "price" + ], + "slot_values": { + "location": [ + "SFO" + ], + "movie_name": [ + "Penguin Highway" + ], + "show_date": [ + "9th of this month" + ], + "theater_name": [ + "Roxie Theater" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is the cost for the ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "15" + ], + "slot": "price", + "values": [ + "$15" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 15, + "slot": "price", + "start": 12 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The cost is $15 per head." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "SFO" + ], + "movie_name": [ + "Penguin Highway" + ], + "show_date": [ + "9th of this month" + ], + "show_time": [ + "9:30 pm" + ], + "theater_name": [ + "Roxie Theater" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "sounds cool." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyMovieTickets" + ], + "slot": "intent", + "values": [ + "BuyMovieTickets" + ] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want to buy tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "location": [ + "SFO" + ], + "movie_name": [ + "Penguin Highway" + ], + "show_date": [ + "9th of this month" + ], + "show_time": [ + "9:30 pm" + ], + "theater_name": [ + "Roxie Theater" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, i don't want to buy it now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you need any other help?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "location": [ + "SFO" + ], + "movie_name": [ + "Penguin Highway" + ], + "show_date": [ + "9th of this month" + ], + "show_time": [ + "9:30 pm" + ], + "theater_name": [ + "Roxie Theater" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thanks a lot for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day." + } + ] + }, + { + "dialogue_id": "12_00073", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Livermore 13 Cinema" + ], + "slot": "theater_name", + "values": [ + "Livermore Cinema" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 54, + "slot": "theater_name", + "start": 38 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "theater_name": [ + "Livermore Cinema" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm searching for a movie to watch at Livermore Cinema." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "location", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Livermore" + ], + "slot": "location", + "values": [ + "Livermore" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 48, + "slot": "location", + "start": 39 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Livermore" + ], + "theater_name": [ + "Livermore Cinema" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are you able to find movies playing at Livermore?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "After", + "Breakthrough", + "Captain Marvel" + ], + "slot": "movie_name", + "values": [ + "After", + "Breakthrough", + "Captain Marvel" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "5" + ], + "slot": "count", + "values": [ + "5" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "Livermore", + "theater_name": "Livermore 13 Cinema" + } + }, + "service_results": [ + { + "genre": "Romance", + "location": "Livermore", + "movie_name": "After", + "price": "8", + "show_type": "3d", + "street_address": "2490 First Street", + "theater_name": "Livermore 13 Cinema" + }, + { + "genre": "Biographical", + "location": "Livermore", + "movie_name": "Breakthrough", + "price": "9", + "show_type": "imax", + "street_address": "2490 First Street", + "theater_name": "Livermore 13 Cinema" + }, + { + "genre": "Adventure", + "location": "Livermore", + "movie_name": "Captain Marvel", + "price": "10", + "show_type": "imax", + "street_address": "2490 First Street", + "theater_name": "Livermore 13 Cinema" + }, + { + "genre": "Comedy", + "location": "Livermore", + "movie_name": "Missing Link", + "price": "24", + "show_type": "imax", + "street_address": "2490 First Street", + "theater_name": "Livermore 13 Cinema" + }, + { + "genre": "Adventure", + "location": "Livermore", + "movie_name": "Shazam!", + "price": "24", + "show_type": "imax", + "street_address": "2490 First Street", + "theater_name": "Livermore 13 Cinema" + } + ], + "slots": [ + { + "exclusive_end": 32, + "slot": "movie_name", + "start": 27 + }, + { + "exclusive_end": 46, + "slot": "movie_name", + "start": 34 + }, + { + "exclusive_end": 65, + "slot": "movie_name", + "start": 51 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's 5 movies. How does After, Breakthrough, or Captain Marvel sound?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "show_date", + "values": [ + "2nd of this month" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + }, + { + "act": "SELECT", + "canonical_values": [ + "After" + ], + "slot": "movie_name", + "values": [ + "After" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 5, + "slot": "movie_name", + "start": 0 + }, + { + "exclusive_end": 66, + "slot": "show_date", + "start": 49 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Livermore" + ], + "movie_name": [ + "After" + ], + "show_date": [ + "2nd of this month" + ], + "theater_name": [ + "Livermore Cinema" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "After sounds great! I plan on watching it on the 2nd of this month. Can you tell me what time is the showing?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "15:30" + ], + "slot": "show_time", + "values": [ + "3:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Livermore 13 Cinema" + ], + "slot": "theater_name", + "values": [ + "Livermore 13 Cinema" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "Livermore", + "movie_name": "After", + "show_date": "2019-03-02", + "theater_name": "Livermore 13 Cinema" + } + }, + "service_results": [ + { + "genre": "Romance", + "location": "Livermore", + "movie_name": "After", + "price": "8", + "show_date": "2019-03-02", + "show_time": "15:30", + "show_type": "3d", + "street_address": "2490 First Street", + "theater_name": "Livermore 13 Cinema" + } + ], + "slots": [ + { + "exclusive_end": 44, + "slot": "show_time", + "start": 37 + }, + { + "exclusive_end": 19, + "slot": "theater_name", + "start": 0 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Livermore 13 Cinema has a showing at 3:30 pm ." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Livermore" + ], + "movie_name": [ + "After" + ], + "show_date": [ + "2nd of this month" + ], + "show_time": [ + "3:30 pm" + ], + "theater_name": [ + "Livermore 13 Cinema", + "Livermore Cinema" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds just fine." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyMovieTickets" + ], + "slot": "intent", + "values": [ + "BuyMovieTickets" + ] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Interested in buying tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "location": [ + "Livermore" + ], + "movie_name": [ + "After" + ], + "show_date": [ + "2nd of this month" + ], + "show_time": [ + "3:30 pm" + ], + "theater_name": [ + "Livermore 13 Cinema", + "Livermore Cinema" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Not right now, thanks. I'm all set." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Enjoy your day!" + } + ] + }, + { + "dialogue_id": "12_00074", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Union City" + ], + "slot": "location", + "values": [ + "Union City" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 56, + "slot": "location", + "start": 46 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Union City" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Could you help me finding a movie to watch in Union City, please?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "After", + "Breakthrough", + "Captain Marvel" + ], + "slot": "movie_name", + "values": [ + "After", + "Breakthrough", + "captain marvel" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "10" + ], + "slot": "count", + "values": [ + "10" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "Union City" + } + }, + "service_results": [ + { + "genre": "Romance", + "location": "Union City", + "movie_name": "After", + "price": "18", + "show_type": "3d", + "street_address": "32100 Union Landing Boulevard", + "theater_name": "Century 25 Union Landing & XD" + }, + { + "genre": "Biographical", + "location": "Union City", + "movie_name": "Breakthrough", + "price": "17", + "show_type": "3d", + "street_address": "32100 Union Landing Boulevard", + "theater_name": "Century 25 Union Landing & XD" + }, + { + "genre": "Adventure", + "location": "Union City", + "movie_name": "Captain Marvel", + "price": "12", + "show_type": "imax", + "street_address": "32100 Union Landing Boulevard", + "theater_name": "Century 25 Union Landing & XD" + }, + { + "genre": "Fantasy", + "location": "Union City", + "movie_name": "Dumbo", + "price": "9", + "show_type": "regular", + "street_address": "32100 Union Landing Boulevard", + "theater_name": "Century 25 Union Landing & XD" + }, + { + "genre": "Fantasy", + "location": "Union City", + "movie_name": "Hellboy", + "price": "23", + "show_type": "3d", + "street_address": "32100 Union Landing Boulevard", + "theater_name": "Century 25 Union Landing & XD" + }, + { + "genre": "Thriller", + "location": "Union City", + "movie_name": "Hotel Mumbai", + "price": "8", + "show_type": "regular", + "street_address": "32100 Union Landing Boulevard", + "theater_name": "Century 25 Union Landing & XD" + }, + { + "genre": "Comedy", + "location": "Union City", + "movie_name": "Little", + "price": "10", + "show_type": "regular", + "street_address": "32100 Union Landing Boulevard", + "theater_name": "Century 25 Union Landing & XD" + }, + { + "genre": "Comedy", + "location": "Union City", + "movie_name": "Missing Link", + "price": "13", + "show_type": "3d", + "street_address": "32100 Union Landing Boulevard", + "theater_name": "Century 25 Union Landing & XD" + }, + { + "genre": "Thriller", + "location": "Union City", + "movie_name": "Pet Sematary", + "price": "10", + "show_type": "3d", + "street_address": "32100 Union Landing Boulevard", + "theater_name": "Century 25 Union Landing & XD" + }, + { + "genre": "Adventure", + "location": "Union City", + "movie_name": "Shazam!", + "price": "15", + "show_type": "imax", + "street_address": "32100 Union Landing Boulevard", + "theater_name": "Century 25 Union Landing & XD" + } + ], + "slots": [ + { + "exclusive_end": 33, + "slot": "movie_name", + "start": 28 + }, + { + "exclusive_end": 47, + "slot": "movie_name", + "start": 35 + }, + { + "exclusive_end": 65, + "slot": "movie_name", + "start": 51 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 10 movies: how abot After, Breakthrough or captain marvel?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Horror" + ], + "slot": "genre", + "values": [ + "scary" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Century 25 Union Landing & XD" + ], + "slot": "theater_name", + "values": [ + "Century Union Landing" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 53, + "slot": "genre", + "start": 48 + }, + { + "exclusive_end": 84, + "slot": "theater_name", + "start": 63 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "genre": [ + "scary" + ], + "location": [ + "Union City" + ], + "theater_name": [ + "Century Union Landing" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "could you please find me something else, like a scary movie at Century Union Landing?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "The Curse of La Llorona" + ], + "slot": "movie_name", + "values": [ + "the curse of La Llorona" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "genre": "Horror", + "location": "Union City", + "theater_name": "Century 25 Union Landing & XD" + } + }, + "service_results": [ + { + "genre": "Horror", + "location": "Union City", + "movie_name": "The Curse of La Llorona", + "price": "16", + "show_type": "imax", + "street_address": "32100 Union Landing Boulevard", + "theater_name": "Century 25 Union Landing & XD" + } + ], + "slots": [ + { + "exclusive_end": 50, + "slot": "movie_name", + "start": 27 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 movie: how about the curse of La Llorona?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "show_date", + "values": [ + "the 7th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "imax" + ], + "slot": "show_type", + "values": [ + "imax" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + }, + { + "act": "SELECT", + "canonical_values": [ + "The Curse of La Llorona" + ], + "slot": "movie_name", + "values": [ + "Curse of La Llorona" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 19, + "slot": "movie_name", + "start": 0 + }, + { + "exclusive_end": 71, + "slot": "show_date", + "start": 64 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "scary" + ], + "location": [ + "Union City" + ], + "movie_name": [ + "Curse of La Llorona", + "the curse of La Llorona" + ], + "show_date": [ + "the 7th" + ], + "show_type": [ + "imax" + ], + "theater_name": [ + "Century Union Landing" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Curse of La Llorona is perfect. What time can I watch a imax on the 7th" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "21:30" + ], + "slot": "show_time", + "values": [ + "9:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Century 25 Union Landing & XD" + ], + "slot": "theater_name", + "values": [ + "Century 25 Union Landing & XD" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "Union City", + "movie_name": "The Curse of La Llorona", + "show_date": "2019-03-07", + "show_type": "imax", + "theater_name": "Century 25 Union Landing & XD" + } + }, + "service_results": [ + { + "genre": "Horror", + "location": "Union City", + "movie_name": "The Curse of La Llorona", + "price": "16", + "show_date": "2019-03-07", + "show_time": "21:30", + "show_type": "imax", + "street_address": "32100 Union Landing Boulevard", + "theater_name": "Century 25 Union Landing & XD" + } + ], + "slots": [ + { + "exclusive_end": 27, + "slot": "show_time", + "start": 20 + }, + { + "exclusive_end": 60, + "slot": "theater_name", + "start": 31 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's one show at 9:30 pm in Century 25 Union Landing & XD" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "scary" + ], + "location": [ + "Union City" + ], + "movie_name": [ + "Curse of La Llorona", + "the curse of La Llorona" + ], + "show_date": [ + "the 7th" + ], + "show_time": [ + "9:30 pm" + ], + "show_type": [ + "imax" + ], + "theater_name": [ + "Century 25 Union Landing & XD", + "Century Union Landing" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Perfect, that's all I needed" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day" + } + ] + }, + { + "dialogue_id": "12_00075", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I feel like seeing a movie." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "location", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where would you like to see it." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "location", + "values": [ + "SFO" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 27, + "slot": "location", + "start": 24 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "SFO" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Find me a good flick in SFO." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Ash Is Purest White", + "Body Double", + "Captain Marvel" + ], + "slot": "movie_name", + "values": [ + "Ash Is Purest White", + "Body Double", + "Captain Marvel" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "San Francisco" + } + }, + "service_results": [ + { + "genre": "Crime", + "location": "San Francisco", + "movie_name": "Ash Is Purest White", + "price": "14", + "show_type": "imax", + "street_address": "1 Embarcadero Center", + "theater_name": "Landmark's Embarcadero Center Cinema" + }, + { + "genre": "Mystery", + "location": "San Francisco", + "movie_name": "Body Double", + "price": "14", + "show_type": "regular", + "street_address": "2550 Mission Street", + "theater_name": "Alamo Drafthouse Cinema" + }, + { + "genre": "Adventure", + "location": "San Francisco", + "movie_name": "Captain Marvel", + "price": "21", + "show_type": "regular", + "street_address": "835 Market Street", + "theater_name": "Century San Francisco Centre 9 & XD" + }, + { + "genre": "Mystery", + "location": "San Francisco", + "movie_name": "Citizen Kane", + "price": "20", + "show_type": "3d", + "street_address": "3290 Sacramento Street", + "theater_name": "Vogue Theatre" + }, + { + "genre": "Drama", + "location": "San Francisco", + "movie_name": "Dogman", + "price": "18", + "show_type": "3d", + "street_address": "601 Van Ness Avenue", + "theater_name": "Landmark's Opera Plaza Cinema" + }, + { + "genre": "Fantasy", + "location": "San Francisco", + "movie_name": "Dumbo", + "price": "15", + "show_type": "imax", + "street_address": "135 4th Street Suite 3000", + "theater_name": "AMC Metreon 16" + }, + { + "genre": "Comedy", + "location": "San Francisco", + "movie_name": "Family", + "price": "12", + "show_type": "regular", + "street_address": "501 Buckingham Way", + "theater_name": "United Artists Stonestown Twin" + }, + { + "genre": "Comedy", + "location": "San Francisco", + "movie_name": "Gloria Bell", + "price": "16", + "show_type": "imax", + "street_address": "601 Van Ness Avenue", + "theater_name": "Landmark's Opera Plaza Cinema" + }, + { + "genre": "Fantasy", + "location": "San Francisco", + "movie_name": "Hellboy", + "price": "22", + "show_type": "imax", + "street_address": "835 Market Street", + "theater_name": "Century San Francisco Centre 9 & XD" + }, + { + "genre": "Thriller", + "location": "San Francisco", + "movie_name": "Hotel Mumbai", + "price": "10", + "show_type": "imax", + "street_address": "2340 Chestnut Street", + "theater_name": "Presidio Theatre" + } + ], + "slots": [ + { + "exclusive_end": 71, + "slot": "movie_name", + "start": 52 + }, + { + "exclusive_end": 41, + "slot": "movie_name", + "start": 30 + }, + { + "exclusive_end": 28, + "slot": "movie_name", + "start": 14 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Well, there's Captain Marvel, Body Double, or maybe Ash Is Purest White." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "regular" + ], + "slot": "show_type", + "values": [ + "regular" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "SFO" + ], + "show_type": [ + "regular" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nah. Find me something regular." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Family", + "Hellboy", + "JT LeRoy" + ], + "slot": "movie_name", + "values": [ + "Family", + "Hellboy", + "JT LeRoy" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "7" + ], + "slot": "count", + "values": [ + "7" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "San Francisco", + "show_type": "regular" + } + }, + "service_results": [ + { + "genre": "Crime", + "location": "San Francisco", + "movie_name": "Ash Is Purest White", + "price": "15", + "show_type": "regular", + "street_address": "3290 Sacramento Street", + "theater_name": "Vogue Theatre" + }, + { + "genre": "Mystery", + "location": "San Francisco", + "movie_name": "Body Double", + "price": "14", + "show_type": "regular", + "street_address": "2550 Mission Street", + "theater_name": "Alamo Drafthouse Cinema" + }, + { + "genre": "Adventure", + "location": "San Francisco", + "movie_name": "Captain Marvel", + "price": "21", + "show_type": "regular", + "street_address": "835 Market Street", + "theater_name": "Century San Francisco Centre 9 & XD" + }, + { + "genre": "Comedy", + "location": "San Francisco", + "movie_name": "Family", + "price": "12", + "show_type": "regular", + "street_address": "501 Buckingham Way", + "theater_name": "United Artists Stonestown Twin" + }, + { + "genre": "Fantasy", + "location": "San Francisco", + "movie_name": "Hellboy", + "price": "24", + "show_type": "regular", + "street_address": "2149 Chestnut Street", + "theater_name": "Marina Theatre" + }, + { + "genre": "Biographical", + "location": "San Francisco", + "movie_name": "JT LeRoy", + "price": "16", + "show_type": "regular", + "street_address": "3117 16th St", + "theater_name": "Roxie Theater" + }, + { + "genre": "Mafia", + "location": "San Francisco", + "movie_name": "Mikey and Nicky", + "price": "15", + "show_type": "regular", + "street_address": "2550 Mission Street", + "theater_name": "Alamo Drafthouse Cinema" + } + ], + "slots": [ + { + "exclusive_end": 63, + "slot": "movie_name", + "start": 57 + }, + { + "exclusive_end": 51, + "slot": "movie_name", + "start": 44 + }, + { + "exclusive_end": 42, + "slot": "movie_name", + "start": 34 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I see 7 flicks like that. You got JT LeRoy, Hellboy, and Family." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "dontcare" + ], + "slot": "genre", + "values": [ + "dontcare" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "genre": [ + "dontcare" + ], + "location": [ + "SFO" + ], + "show_type": [ + "regular" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Keep going. I'm flexible." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Mikey and Nicky", + "Ramen Shop", + "Say Anything" + ], + "slot": "movie_name", + "values": [ + "Mikey and Nicky", + "Ramen Shop", + "Say Anything" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "San Francisco", + "show_type": "regular" + } + }, + "service_results": [ + { + "genre": "Crime", + "location": "San Francisco", + "movie_name": "Ash Is Purest White", + "price": "15", + "show_type": "regular", + "street_address": "3290 Sacramento Street", + "theater_name": "Vogue Theatre" + }, + { + "genre": "Mystery", + "location": "San Francisco", + "movie_name": "Body Double", + "price": "14", + "show_type": "regular", + "street_address": "2550 Mission Street", + "theater_name": "Alamo Drafthouse Cinema" + }, + { + "genre": "Adventure", + "location": "San Francisco", + "movie_name": "Captain Marvel", + "price": "21", + "show_type": "regular", + "street_address": "835 Market Street", + "theater_name": "Century San Francisco Centre 9 & XD" + }, + { + "genre": "Comedy", + "location": "San Francisco", + "movie_name": "Family", + "price": "12", + "show_type": "regular", + "street_address": "501 Buckingham Way", + "theater_name": "United Artists Stonestown Twin" + } + ], + "slots": [ + { + "exclusive_end": 41, + "slot": "movie_name", + "start": 26 + }, + { + "exclusive_end": 53, + "slot": "movie_name", + "start": 43 + }, + { + "exclusive_end": 70, + "slot": "movie_name", + "start": 58 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok. How do these 4 sound? Mikey and Nicky, Ramen Shop, or Say Anything." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + }, + { + "act": "SELECT", + "canonical_values": [ + "Say Anything" + ], + "slot": "movie_name", + "values": [ + "Say Anything" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 25, + "slot": "movie_name", + "start": 13 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "dontcare" + ], + "location": [ + "SFO" + ], + "movie_name": [ + "Say Anything" + ], + "show_type": [ + "regular" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Lets go with Say Anything." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "show_date", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When do you want to check it out?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "show_date", + "values": [ + "March 1st" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 12, + "slot": "show_date", + "start": 3 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "dontcare" + ], + "location": [ + "SFO" + ], + "movie_name": [ + "Say Anything" + ], + "show_date": [ + "March 1st" + ], + "show_type": [ + "regular" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "On March 1st." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "19:00" + ], + "slot": "show_time", + "values": [ + "7 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Alamo Drafthouse Cinema" + ], + "slot": "theater_name", + "values": [ + "Alamo Drafthouse Cinema" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "San Francisco", + "movie_name": "Say Anything", + "show_date": "2019-03-01", + "show_type": "regular" + } + }, + "service_results": [ + { + "genre": "Romance", + "location": "San Francisco", + "movie_name": "Say Anything", + "price": "23", + "show_date": "2019-03-01", + "show_time": "19:00", + "show_type": "regular", + "street_address": "2550 Mission Street", + "theater_name": "Alamo Drafthouse Cinema" + } + ], + "slots": [ + { + "exclusive_end": 14, + "slot": "show_time", + "start": 10 + }, + { + "exclusive_end": 49, + "slot": "theater_name", + "start": 26 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's a 7 pm showing at Alamo Drafthouse Cinema." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "dontcare" + ], + "location": [ + "SFO" + ], + "movie_name": [ + "Say Anything" + ], + "show_date": [ + "March 1st" + ], + "show_type": [ + "regular" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Any other times." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "San Francisco", + "movie_name": "Say Anything", + "show_date": "2019-03-01", + "show_type": "regular" + } + }, + "service_results": [], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "No, nothing. Anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "genre": [ + "dontcare" + ], + "location": [ + "SFO" + ], + "movie_name": [ + "Say Anything" + ], + "show_date": [ + "March 1st" + ], + "show_type": [ + "regular" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You're welcome. Take care." + } + ] + }, + { + "dialogue_id": "12_00076", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I am meeting up with a friend and we want to watch a good movie. Do you have any suggestions?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "location", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What movie theaters are in your area?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Brentwood" + ], + "slot": "location", + "values": [ + "Brentwood" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 17, + "slot": "location", + "start": 8 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Brentwood" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am in Brentwood, there are a few theaters. What movies are around here?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Breakthrough", + "Captain Marvel", + "Dumbo" + ], + "slot": "movie_name", + "values": [ + "Breakthrough", + "Captain Marvel", + "Dumbo" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "Brentwood" + } + }, + "service_results": [ + { + "genre": "Biographical", + "location": "Brentwood", + "movie_name": "Breakthrough", + "price": "18", + "show_type": "regular", + "street_address": "2525 Sand Creek Road", + "theater_name": "AMC Brentwood 14" + }, + { + "genre": "Adventure", + "location": "Brentwood", + "movie_name": "Captain Marvel", + "price": "12", + "show_type": "3d", + "street_address": "2525 Sand Creek Road", + "theater_name": "AMC Brentwood 14" + }, + { + "genre": "Fantasy", + "location": "Brentwood", + "movie_name": "Dumbo", + "price": "17", + "show_type": "3d", + "street_address": "641 1st Street", + "theater_name": "CineLux Delta Cinema Saver" + }, + { + "genre": "Fantasy", + "location": "Brentwood", + "movie_name": "Hellboy", + "price": "14", + "show_type": "3d", + "street_address": "2525 Sand Creek Road", + "theater_name": "AMC Brentwood 14" + }, + { + "genre": "Comedy", + "location": "Brentwood", + "movie_name": "Little", + "price": "25", + "show_type": "regular", + "street_address": "2525 Sand Creek Road", + "theater_name": "AMC Brentwood 14" + }, + { + "genre": "Comedy", + "location": "Brentwood", + "movie_name": "Long Shot", + "price": "6", + "show_type": "3d", + "street_address": "2525 Sand Creek Road", + "theater_name": "AMC Brentwood 14" + }, + { + "genre": "Comedy", + "location": "Brentwood", + "movie_name": "Missing Link", + "price": "6", + "show_type": "3d", + "street_address": "2525 Sand Creek Road", + "theater_name": "AMC Brentwood 14" + }, + { + "genre": "Thriller", + "location": "Brentwood", + "movie_name": "Pet Sematary", + "price": "13", + "show_type": "3d", + "street_address": "2525 Sand Creek Road", + "theater_name": "AMC Brentwood 14" + }, + { + "genre": "Adventure", + "location": "Brentwood", + "movie_name": "Shazam!", + "price": "18", + "show_type": "imax", + "street_address": "641 1st Street", + "theater_name": "CineLux Delta Cinema Saver" + }, + { + "genre": "Horror", + "location": "Brentwood", + "movie_name": "The Curse of La Llorona", + "price": "19", + "show_type": "3d", + "street_address": "2525 Sand Creek Road", + "theater_name": "AMC Brentwood 14" + } + ], + "slots": [ + { + "exclusive_end": 53, + "slot": "movie_name", + "start": 41 + }, + { + "exclusive_end": 69, + "slot": "movie_name", + "start": 55 + }, + { + "exclusive_end": 78, + "slot": "movie_name", + "start": 73 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Popular movies showing in Brentwood are: Breakthrough, Captain Marvel or Dumbo. How do those sound?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "imax" + ], + "slot": "show_type", + "values": [ + "imax" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Brentwood" + ], + "show_type": [ + "imax" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I don't like those options. Show me imax shows." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Shazam!" + ], + "slot": "movie_name", + "values": [ + "Shazam!" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "Brentwood", + "show_type": "imax" + } + }, + "service_results": [ + { + "genre": "Fantasy", + "location": "Brentwood", + "movie_name": "Dumbo", + "price": "8", + "show_type": "imax", + "street_address": "2525 Sand Creek Road", + "theater_name": "AMC Brentwood 14" + } + ], + "slots": [ + { + "exclusive_end": 51, + "slot": "movie_name", + "start": 44 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is 1 imax show in the area. How about Shazam!?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [ + "Shazam!" + ], + "slot": "movie_name", + "values": [ + "Shazam!" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 7, + "slot": "movie_name", + "start": 0 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Brentwood" + ], + "movie_name": [ + "Shazam!" + ], + "show_type": [ + "imax" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Shazam! sounds good, the trailer looked cool." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyMovieTickets" + ], + "slot": "intent", + "values": [ + "BuyMovieTickets" + ] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want to buy tickets to Shazam!?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Brentwood" + ], + "movie_name": [ + "Shazam!" + ], + "show_type": [ + "imax" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No I don't want to buy them now. What are the showtimes at theaters?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "show_date", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When and where do you want to see it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "show_date", + "values": [ + "March 2nd" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 88, + "slot": "show_date", + "start": 79 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Brentwood" + ], + "movie_name": [ + "Shazam!" + ], + "show_date": [ + "March 2nd" + ], + "show_type": [ + "imax" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "CineLux Delta Cinema Saver is the closest theater I think. I want to see it on March 2nd." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "16:00" + ], + "slot": "show_time", + "values": [ + "4 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "CineLux Delta Cinema Saver" + ], + "slot": "theater_name", + "values": [ + "CineLux Delta Cinema Saver" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "Brentwood", + "movie_name": "Shazam!", + "show_date": "2019-03-02", + "show_type": "imax" + } + }, + "service_results": [ + { + "genre": "Adventure", + "location": "Brentwood", + "movie_name": "Shazam!", + "price": "18", + "show_date": "2019-03-02", + "show_time": "16:00", + "show_type": "imax", + "street_address": "641 1st Street", + "theater_name": "CineLux Delta Cinema Saver" + }, + { + "genre": "Adventure", + "location": "Brentwood", + "movie_name": "Shazam!", + "price": "13", + "show_date": "2019-03-02", + "show_time": "18:00", + "show_type": "imax", + "street_address": "2525 Sand Creek Road", + "theater_name": "AMC Brentwood 14" + } + ], + "slots": [ + { + "exclusive_end": 27, + "slot": "show_time", + "start": 23 + }, + { + "exclusive_end": 57, + "slot": "theater_name", + "start": 31 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a showtime at 4 pm at CineLux Delta Cinema Saver. How does that sound?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Brentwood" + ], + "movie_name": [ + "Shazam!" + ], + "show_date": [ + "March 2nd" + ], + "show_time": [ + "4 pm" + ], + "show_type": [ + "imax" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds great!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_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": "Movies_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "location": [ + "Brentwood" + ], + "movie_name": [ + "Shazam!" + ], + "show_date": [ + "March 2nd" + ], + "show_time": [ + "4 pm" + ], + "show_type": [ + "imax" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No that is all I needed. Thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Anytime. Have a nice day." + } + ] + }, + { + "dialogue_id": "12_00077", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Petaluma" + ], + "slot": "location", + "values": [ + "Petaluma" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 80, + "slot": "location", + "start": 72 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Petaluma" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to find a movie to watch, Can you search for the movies shown in Petaluma?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Captain Marvel", + "Little", + "Missing Link" + ], + "slot": "movie_name", + "values": [ + "Captain Marvel", + "Little", + "Missing link" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "5" + ], + "slot": "count", + "values": [ + "5" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "Petaluma" + } + }, + "service_results": [ + { + "genre": "Adventure", + "location": "Petaluma", + "movie_name": "Captain Marvel", + "price": "24", + "show_type": "imax", + "street_address": "200 C Street", + "theater_name": "Boulevard 14 Cinema" + }, + { + "genre": "Comedy", + "location": "Petaluma", + "movie_name": "Little", + "price": "19", + "show_type": "imax", + "street_address": "200 C Street", + "theater_name": "Boulevard 14 Cinema" + }, + { + "genre": "Comedy", + "location": "Petaluma", + "movie_name": "Missing Link", + "price": "12", + "show_type": "3d", + "street_address": "200 C Street", + "theater_name": "Boulevard 14 Cinema" + }, + { + "genre": "Adventure", + "location": "Petaluma", + "movie_name": "Shazam!", + "price": "25", + "show_type": "3d", + "street_address": "200 C Street", + "theater_name": "Boulevard 14 Cinema" + }, + { + "genre": "Horror", + "location": "Petaluma", + "movie_name": "The Curse of La Llorona", + "price": "21", + "show_type": "3d", + "street_address": "200 C Street", + "theater_name": "Boulevard 14 Cinema" + } + ], + "slots": [ + { + "exclusive_end": 42, + "slot": "movie_name", + "start": 28 + }, + { + "exclusive_end": 50, + "slot": "movie_name", + "start": 44 + }, + { + "exclusive_end": 67, + "slot": "movie_name", + "start": 55 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 5 movies. How about Captain Marvel, Little, or Missing link?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Petaluma" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Please find some other movies." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Shazam!", + "The Curse of La Llorona" + ], + "slot": "movie_name", + "values": [ + "Shazam!", + "The Curse of La Llorona" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 17, + "slot": "movie_name", + "start": 10 + }, + { + "exclusive_end": 44, + "slot": "movie_name", + "start": 21 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "How about Shazam! or The Curse of La Llorona" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [ + "Shazam!" + ], + "slot": "movie_name", + "values": [ + "Shazam!" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 7, + "slot": "movie_name", + "start": 0 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Petaluma" + ], + "movie_name": [ + "Shazam!" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Shazam! is perfect." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyMovieTickets" + ], + "slot": "intent", + "values": [ + "BuyMovieTickets" + ] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to buy tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3d" + ], + "slot": "show_type", + "values": [ + "3d" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Petaluma" + ], + "movie_name": [ + "Shazam!" + ], + "show_type": [ + "3d" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I don't want to purchase now. What time can I watch it? I want to watch a 3d show." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "show_date", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What date do you want to watch it on?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "show_date", + "values": [ + "March 4th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Boulevard 14 Cinema" + ], + "slot": "theater_name", + "values": [ + "Boulevard Cinema" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 31, + "slot": "show_date", + "start": 22 + }, + { + "exclusive_end": 68, + "slot": "theater_name", + "start": 52 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Petaluma" + ], + "movie_name": [ + "Shazam!" + ], + "show_date": [ + "March 4th" + ], + "show_type": [ + "3d" + ], + "theater_name": [ + "Boulevard Cinema" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to watch is on March 4th. I want to watch at Boulevard Cinema" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "20:30" + ], + "slot": "show_time", + "values": [ + "8:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Boulevard 14 Cinema" + ], + "slot": "theater_name", + "values": [ + "Boulevard 14 Cinema" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "Petaluma", + "movie_name": "Shazam!", + "show_date": "2019-03-04", + "show_type": "3d", + "theater_name": "Boulevard 14 Cinema" + } + }, + "service_results": [ + { + "genre": "Adventure", + "location": "Petaluma", + "movie_name": "Shazam!", + "price": "25", + "show_date": "2019-03-04", + "show_time": "20:30", + "show_type": "3d", + "street_address": "200 C Street", + "theater_name": "Boulevard 14 Cinema" + } + ], + "slots": [ + { + "exclusive_end": 27, + "slot": "show_time", + "start": 20 + }, + { + "exclusive_end": 50, + "slot": "theater_name", + "start": 31 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's one show at 8:30 pm in Boulevard 14 Cinema." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Petaluma" + ], + "movie_name": [ + "Shazam!" + ], + "show_date": [ + "March 4th" + ], + "show_time": [ + "8:30 pm" + ], + "show_type": [ + "3d" + ], + "theater_name": [ + "Boulevard 14 Cinema", + "Boulevard Cinema" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good. That is all I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "12_00078", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Livermore" + ], + "slot": "location", + "values": [ + "Livermore" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "imax" + ], + "slot": "show_type", + "values": [ + "imax" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 44, + "slot": "location", + "start": 35 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Livermore" + ], + "show_type": [ + "imax" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need to find a movie to watch in Livermore. I'd like to see an imax show." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Breakthrough", + "Captain Marvel", + "Missing Link" + ], + "slot": "movie_name", + "values": [ + "Breakthrough", + "Captain Marvel", + "Missing Link" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "Livermore", + "show_type": "imax" + } + }, + "service_results": [ + { + "genre": "Biographical", + "location": "Livermore", + "movie_name": "Breakthrough", + "price": "9", + "show_type": "imax", + "street_address": "2490 First Street", + "theater_name": "Livermore 13 Cinema" + }, + { + "genre": "Adventure", + "location": "Livermore", + "movie_name": "Captain Marvel", + "price": "10", + "show_type": "imax", + "street_address": "2490 First Street", + "theater_name": "Livermore 13 Cinema" + }, + { + "genre": "Comedy", + "location": "Livermore", + "movie_name": "Missing Link", + "price": "24", + "show_type": "imax", + "street_address": "2490 First Street", + "theater_name": "Livermore 13 Cinema" + }, + { + "genre": "Adventure", + "location": "Livermore", + "movie_name": "Shazam!", + "price": "24", + "show_type": "imax", + "street_address": "2490 First Street", + "theater_name": "Livermore 13 Cinema" + } + ], + "slots": [ + { + "exclusive_end": 29, + "slot": "movie_name", + "start": 17 + }, + { + "exclusive_end": 45, + "slot": "movie_name", + "start": 31 + }, + { + "exclusive_end": 62, + "slot": "movie_name", + "start": 50 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Some options are Breakthrough, Captain Marvel and Missing Link." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Livermore" + ], + "show_type": [ + "imax" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Please go with another option." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Shazam!" + ], + "slot": "movie_name", + "values": [ + "Shazam!" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 7, + "slot": "movie_name", + "start": 0 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Shazam! is an option." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "regular" + ], + "slot": "show_type", + "values": [ + "regular" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Livermore" + ], + "show_type": [ + "regular" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Look for something else. Something regular." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Viva Las Vegas" + ], + "slot": "movie_name", + "values": [ + "Viva Las Vegas" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "Livermore", + "show_type": "regular" + } + }, + "service_results": [ + { + "genre": "Romance", + "location": "Livermore", + "movie_name": "Viva Las Vegas", + "price": "10", + "show_type": "regular", + "street_address": "1722 First Street", + "theater_name": "Vine Cinema & Alehouse" + } + ], + "slots": [ + { + "exclusive_end": 14, + "slot": "movie_name", + "start": 0 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Viva Las Vegas is 1 option." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [ + "Viva Las Vegas" + ], + "slot": "movie_name", + "values": [ + "Viva Las Vegas" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 23, + "slot": "movie_name", + "start": 9 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Livermore" + ], + "movie_name": [ + "Viva Las Vegas" + ], + "show_type": [ + "regular" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll see Viva Las Vegas." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyMovieTickets" + ], + "slot": "intent", + "values": [ + "BuyMovieTickets" + ] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Want a ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Vine Cinema & Alehouse" + ], + "slot": "theater_name", + "values": [ + "Vine Cinema" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 48, + "slot": "theater_name", + "start": 37 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Livermore" + ], + "movie_name": [ + "Viva Las Vegas" + ], + "show_type": [ + "regular" + ], + "theater_name": [ + "Vine Cinema" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Not right now. When is it showing at Vine Cinema?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "show_date", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "On which date?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "show_date", + "values": [ + "2nd of this month" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 43, + "slot": "show_date", + "start": 26 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Livermore" + ], + "movie_name": [ + "Viva Las Vegas" + ], + "show_date": [ + "2nd of this month" + ], + "show_type": [ + "regular" + ], + "theater_name": [ + "Vine Cinema" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to see it on the 2nd of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "19:00" + ], + "slot": "show_time", + "values": [ + "7 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Vine Cinema & Alehouse" + ], + "slot": "theater_name", + "values": [ + "Vine Cinema & Alehouse" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "Livermore", + "movie_name": "Viva Las Vegas", + "show_date": "2019-03-02", + "show_type": "regular", + "theater_name": "Vine Cinema & Alehouse" + } + }, + "service_results": [ + { + "genre": "Romance", + "location": "Livermore", + "movie_name": "Viva Las Vegas", + "price": "10", + "show_date": "2019-03-02", + "show_time": "19:00", + "show_type": "regular", + "street_address": "1722 First Street", + "theater_name": "Vine Cinema & Alehouse" + } + ], + "slots": [ + { + "exclusive_end": 60, + "slot": "show_time", + "start": 56 + }, + { + "exclusive_end": 52, + "slot": "theater_name", + "start": 30 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I see an option for a show at Vine Cinema & Alehouse at 7 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Livermore" + ], + "movie_name": [ + "Viva Las Vegas" + ], + "show_date": [ + "2nd of this month" + ], + "show_time": [ + "7 pm" + ], + "show_type": [ + "regular" + ], + "theater_name": [ + "Vine Cinema", + "Vine Cinema & Alehouse" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Talk to you later." + } + ] + }, + { + "dialogue_id": "12_00079", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Bruno" + ], + "slot": "location", + "values": [ + "San Bruno" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 66, + "slot": "location", + "start": 57 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "San Bruno" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to discover a film to watch. Can you search for San Bruno shown films." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Breakthrough", + "Captain Marvel", + "Dumbo" + ], + "slot": "movie_name", + "values": [ + "Breakthrough", + "Captain Marvel", + "Dumbo" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "8" + ], + "slot": "count", + "values": [ + "8" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "San Bruno" + } + }, + "service_results": [ + { + "genre": "Biographical", + "location": "San Bruno", + "movie_name": "Breakthrough", + "price": "19", + "show_type": "imax", + "street_address": "1188 El Camino Real 4th Floor", + "theater_name": "Century at Tanforan & XD" + }, + { + "genre": "Adventure", + "location": "San Bruno", + "movie_name": "Captain Marvel", + "price": "7", + "show_type": "regular", + "street_address": "1188 El Camino Real 4th Floor", + "theater_name": "Century at Tanforan & XD" + }, + { + "genre": "Fantasy", + "location": "San Bruno", + "movie_name": "Dumbo", + "price": "19", + "show_type": "3d", + "street_address": "1188 El Camino Real 4th Floor", + "theater_name": "Century at Tanforan & XD" + }, + { + "genre": "Animation", + "location": "San Bruno", + "movie_name": "How to Train Your Dragon: The Hidden World", + "price": "9", + "show_type": "3d", + "street_address": "1188 El Camino Real 4th Floor", + "theater_name": "Century at Tanforan & XD" + }, + { + "genre": "Comedy", + "location": "San Bruno", + "movie_name": "Little", + "price": "19", + "show_type": "regular", + "street_address": "1188 El Camino Real 4th Floor", + "theater_name": "Century at Tanforan & XD" + }, + { + "genre": "Comedy", + "location": "San Bruno", + "movie_name": "Missing Link", + "price": "8", + "show_type": "imax", + "street_address": "1188 El Camino Real 4th Floor", + "theater_name": "Century at Tanforan & XD" + }, + { + "genre": "Adventure", + "location": "San Bruno", + "movie_name": "Shazam!", + "price": "25", + "show_type": "regular", + "street_address": "1188 El Camino Real 4th Floor", + "theater_name": "Century at Tanforan & XD" + }, + { + "genre": "Musical", + "location": "San Bruno", + "movie_name": "Teen Spirit", + "price": "18", + "show_type": "imax", + "street_address": "1188 El Camino Real 4th Floor", + "theater_name": "Century at Tanforan & XD" + } + ], + "slots": [ + { + "exclusive_end": 69, + "slot": "movie_name", + "start": 57 + }, + { + "exclusive_end": 46, + "slot": "movie_name", + "start": 32 + }, + { + "exclusive_end": 55, + "slot": "movie_name", + "start": 50 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I discovered 8 films. How about Captain Marvel or Dumbo, Breakthrough?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [ + "Captain Marvel" + ], + "slot": "movie_name", + "values": [ + "Captain Marvel" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 30, + "slot": "movie_name", + "start": 16 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "San Bruno" + ], + "movie_name": [ + "Captain Marvel" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "It is ideal for Captain Marvel." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyMovieTickets" + ], + "slot": "intent", + "values": [ + "BuyMovieTickets" + ] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You want to purchase tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "location": [ + "San Bruno" + ], + "movie_name": [ + "Captain Marvel" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I don't want to buy now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can I do anything else to assist you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "dontcare" + ], + "slot": "theater_name", + "values": [ + "dontcare" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "San Bruno" + ], + "movie_name": [ + "Captain Marvel" + ], + "theater_name": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "How long can I watch it? Every theater is okay." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "show_date", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What date would you like to see it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "show_date", + "values": [ + "2nd of March" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 37, + "slot": "show_date", + "start": 25 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "San Bruno" + ], + "movie_name": [ + "Captain Marvel" + ], + "show_date": [ + "2nd of March" + ], + "theater_name": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm waiting to see it on 2nd of March ." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "22:30" + ], + "slot": "show_time", + "values": [ + "10:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Century at Tanforan & XD" + ], + "slot": "theater_name", + "values": [ + "Century at Tanforan & XD" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "San Bruno", + "movie_name": "Captain Marvel", + "show_date": "2019-03-02" + } + }, + "service_results": [ + { + "genre": "Adventure", + "location": "San Bruno", + "movie_name": "Captain Marvel", + "price": "7", + "show_date": "2019-03-02", + "show_time": "22:30", + "show_type": "regular", + "street_address": "1188 El Camino Real 4th Floor", + "theater_name": "Century at Tanforan & XD" + } + ], + "slots": [ + { + "exclusive_end": 60, + "slot": "show_time", + "start": 52 + }, + { + "exclusive_end": 88, + "slot": "theater_name", + "start": 64 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I discovered 1 movie show times. will be showing at 10:30 pm in Century at Tanforan & XD ." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "San Bruno" + ], + "movie_name": [ + "Captain Marvel" + ], + "show_date": [ + "2nd of March" + ], + "show_time": [ + "10:30 pm" + ], + "theater_name": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds fine. That's everything I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice day." + } + ] + }, + { + "dialogue_id": "12_00080", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Hi, there! Can you help me find a movie?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "location", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Absolutely! Where are you located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Walnut Creek" + ], + "slot": "location", + "values": [ + "Walnut Creek" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 22, + "slot": "location", + "start": 10 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Walnut Creek" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I live in Walnut Creek." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Captain Marvel", + "Little", + "Missing Link" + ], + "slot": "movie_name", + "values": [ + "Captain Marvel", + "Little", + "Missing Link" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "Walnut Creek" + } + }, + "service_results": [ + { + "genre": "Adventure", + "location": "Walnut Creek", + "movie_name": "Captain Marvel", + "price": "7", + "show_type": "regular", + "street_address": "1201 Locust Street", + "theater_name": "Century Walnut Creek 14 & XD" + }, + { + "genre": "Comedy", + "location": "Walnut Creek", + "movie_name": "Little", + "price": "23", + "show_type": "regular", + "street_address": "1201 Locust Street", + "theater_name": "Century Walnut Creek 14 & XD" + }, + { + "genre": "Comedy", + "location": "Walnut Creek", + "movie_name": "Missing Link", + "price": "17", + "show_type": "imax", + "street_address": "1201 Locust Street", + "theater_name": "Century Walnut Creek 14 & XD" + }, + { + "genre": "Adventure", + "location": "Walnut Creek", + "movie_name": "Shazam!", + "price": "16", + "show_type": "imax", + "street_address": "1201 Locust Street", + "theater_name": "Century Walnut Creek 14 & XD" + }, + { + "genre": "Horror", + "location": "Walnut Creek", + "movie_name": "The Curse of La Llorona", + "price": "24", + "show_type": "3d", + "street_address": "1201 Locust Street", + "theater_name": "Century Walnut Creek 14 & XD" + } + ], + "slots": [ + { + "exclusive_end": 49, + "slot": "movie_name", + "start": 35 + }, + { + "exclusive_end": 57, + "slot": "movie_name", + "start": 51 + }, + { + "exclusive_end": 74, + "slot": "movie_name", + "start": 62 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Great! The most popular movies are Captain Marvel, Little and Missing Link. Do any of those movies interest you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [ + "Captain Marvel" + ], + "slot": "movie_name", + "values": [ + "Captain Marvel" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 34, + "slot": "movie_name", + "start": 20 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Walnut Creek" + ], + "movie_name": [ + "Captain Marvel" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would love to see Captain Marvel!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyMovieTickets" + ], + "slot": "intent", + "values": [ + "BuyMovieTickets" + ] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, perfect! Would you like me to purchase tickets for you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "show_date", + "values": [ + "March 2nd" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 57, + "slot": "show_date", + "start": 48 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Walnut Creek" + ], + "movie_name": [ + "Captain Marvel" + ], + "show_date": [ + "March 2nd" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Not right now? I just want to know showtimes on March 2nd." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "22:30" + ], + "slot": "show_time", + "values": [ + "10:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Century Walnut Creek 14 & XD" + ], + "slot": "theater_name", + "values": [ + "Century Walnut Creek 14 & XD" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "Walnut Creek", + "movie_name": "Captain Marvel", + "show_date": "2019-03-02" + } + }, + "service_results": [ + { + "genre": "Adventure", + "location": "Walnut Creek", + "movie_name": "Captain Marvel", + "price": "7", + "show_date": "2019-03-02", + "show_time": "22:30", + "show_type": "regular", + "street_address": "1201 Locust Street", + "theater_name": "Century Walnut Creek 14 & XD" + } + ], + "slots": [ + { + "exclusive_end": 66, + "slot": "show_time", + "start": 58 + }, + { + "exclusive_end": 98, + "slot": "theater_name", + "start": 70 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's 1 showtime for the movie in Walnut Creek. It's at 10:30 pm at Century Walnut Creek 14 & XD." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Walnut Creek" + ], + "movie_name": [ + "Captain Marvel" + ], + "show_date": [ + "March 2nd" + ], + "show_time": [ + "10:30 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's great! Thanks for your help!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You're welcome! Have a good day!" + } + ] + }, + { + "dialogue_id": "12_00081", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Century 20 Oakridge & XD" + ], + "slot": "theater_name", + "values": [ + "Century Oakridge" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Comedy" + ], + "slot": "genre", + "values": [ + "comedy" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 62, + "slot": "theater_name", + "start": 46 + }, + { + "exclusive_end": 27, + "slot": "genre", + "start": 21 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "genre": [ + "comedy" + ], + "theater_name": [ + "Century Oakridge" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Hi. I want to find a comedy movie to watch at Century Oakridge. Can you help me with that?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "location", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I can! What is your location?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Jose" + ], + "slot": "location", + "values": [ + "San Jose" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 15, + "slot": "location", + "start": 7 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "genre": [ + "comedy" + ], + "location": [ + "San Jose" + ], + "theater_name": [ + "Century Oakridge" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm in San Jose." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Little" + ], + "slot": "movie_name", + "values": [ + "Little" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "genre": "Comedy", + "location": "San Jose", + "theater_name": "Century 20 Oakridge & XD" + } + }, + "service_results": [ + { + "genre": "Comedy", + "location": "San Jose", + "movie_name": "Little", + "price": "23", + "show_type": "3d", + "street_address": "925 Blossom Hill Road Suite 2000", + "theater_name": "Century 20 Oakridge & XD" + } + ], + "slots": [ + { + "exclusive_end": 55, + "slot": "movie_name", + "start": 49 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, great. I found 1 comedy movie. It's called Little." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [ + "Little" + ], + "slot": "movie_name", + "values": [ + "Little" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 6, + "slot": "movie_name", + "start": 0 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "genre": [ + "comedy" + ], + "location": [ + "San Jose" + ], + "movie_name": [ + "Little" + ], + "theater_name": [ + "Century Oakridge" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Little sounds perfect." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyMovieTickets" + ], + "slot": "intent", + "values": [ + "BuyMovieTickets" + ] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like me to reserve tickets for you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3d" + ], + "slot": "show_type", + "values": [ + "3d" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "show_date", + "values": [ + "next Tuesday" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 116, + "slot": "show_date", + "start": 104 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "comedy" + ], + "location": [ + "San Jose" + ], + "movie_name": [ + "Little" + ], + "show_date": [ + "next Tuesday" + ], + "show_type": [ + "3d" + ], + "theater_name": [ + "Century Oakridge" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I don't want to purchase tickets now. But can you tell me when I can see it? I want to see it in 3d next Tuesday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "21:30" + ], + "slot": "show_time", + "values": [ + "9:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Century 20 Oakridge & XD" + ], + "slot": "theater_name", + "values": [ + "Century 20 Oakridge & XD" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "San Jose", + "movie_name": "Little", + "show_date": "2019-03-05", + "show_type": "3d", + "theater_name": "Century 20 Oakridge & XD" + } + }, + "service_results": [ + { + "genre": "Comedy", + "location": "San Jose", + "movie_name": "Little", + "price": "23", + "show_date": "2019-03-05", + "show_time": "21:30", + "show_type": "3d", + "street_address": "925 Blossom Hill Road Suite 2000", + "theater_name": "Century 20 Oakridge & XD" + } + ], + "slots": [ + { + "exclusive_end": 48, + "slot": "show_time", + "start": 41 + }, + { + "exclusive_end": 76, + "slot": "theater_name", + "start": 52 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's 1 showtime on that date. It's at 9:30 pm at Century 20 Oakridge & XD." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "comedy" + ], + "location": [ + "San Jose" + ], + "movie_name": [ + "Little" + ], + "show_date": [ + "next Tuesday" + ], + "show_time": [ + "9:30 pm" + ], + "show_type": [ + "3d" + ], + "theater_name": [ + "Century 20 Oakridge & XD", + "Century Oakridge" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Perfect." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_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": "Movies_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "genre": [ + "comedy" + ], + "location": [ + "San Jose" + ], + "movie_name": [ + "Little" + ], + "show_date": [ + "next Tuesday" + ], + "show_time": [ + "9:30 pm" + ], + "show_type": [ + "3d" + ], + "theater_name": [ + "Century 20 Oakridge & XD", + "Century Oakridge" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thank you!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, great. I hope you have a good day!" + } + ] + }, + { + "dialogue_id": "12_00082", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Jose" + ], + "slot": "location", + "values": [ + "San Jose" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 35, + "slot": "location", + "start": 27 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "San Jose" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What movies are showing in San Jose? I really want to go see a movie." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "A Madea Family Funeral", + "After", + "Breakthrough" + ], + "slot": "movie_name", + "values": [ + "A Madea Family Funeral", + "After", + "Breakthrough" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "10" + ], + "slot": "count", + "values": [ + "10" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "San Jose" + } + }, + "service_results": [ + { + "genre": "Comedy", + "location": "San Jose", + "movie_name": "A Madea Family Funeral", + "price": "10", + "show_type": "regular", + "street_address": "3630 Hillcap Avenue", + "theater_name": "West Wind Capitol Drive-In" + }, + { + "genre": "Romance", + "location": "San Jose", + "movie_name": "After", + "price": "22", + "show_type": "imax", + "street_address": "925 Blossom Hill Road Suite 2000", + "theater_name": "Century 20 Oakridge & XD" + }, + { + "genre": "Biographical", + "location": "San Jose", + "movie_name": "Breakthrough", + "price": "14", + "show_type": "3d", + "street_address": "2306 Almaden Road", + "theater_name": "CineLux Almaden Cinema" + }, + { + "genre": "Adventure", + "location": "San Jose", + "movie_name": "Captain Marvel", + "price": "12", + "show_type": "regular", + "street_address": "2190 Eastridge Loop", + "theater_name": "AMC Eastridge 15" + }, + { + "genre": "Drama", + "location": "San Jose", + "movie_name": "Dogman", + "price": "15", + "show_type": "regular", + "street_address": "288 South 2nd Street", + "theater_name": "3 Below Theaters And Lounge" + }, + { + "genre": "Fantasy", + "location": "San Jose", + "movie_name": "Dumbo", + "price": "13", + "show_type": "imax", + "street_address": "3088 Olsen Drive", + "theater_name": "Cinemark USA" + }, + { + "genre": "Fantasy", + "location": "San Jose", + "movie_name": "Hellboy", + "price": "17", + "show_type": "imax", + "street_address": "2306 Almaden Road", + "theater_name": "CineLux Almaden Cinema" + }, + { + "genre": "Animation", + "location": "San Jose", + "movie_name": "How to Train Your Dragon: The Hidden World", + "price": "15", + "show_type": "3d", + "street_address": "2190 Eastridge Loop", + "theater_name": "AMC Eastridge 15" + }, + { + "genre": "Comedy", + "location": "San Jose", + "movie_name": "Little", + "price": "20", + "show_type": "3d", + "street_address": "2306 Almaden Road", + "theater_name": "CineLux Almaden Cinema" + }, + { + "genre": "Comedy", + "location": "San Jose", + "movie_name": "Long Shot", + "price": "22", + "show_type": "imax", + "street_address": "2190 Eastridge Loop", + "theater_name": "AMC Eastridge 15" + } + ], + "slots": [ + { + "exclusive_end": 80, + "slot": "movie_name", + "start": 58 + }, + { + "exclusive_end": 87, + "slot": "movie_name", + "start": 82 + }, + { + "exclusive_end": 105, + "slot": "movie_name", + "start": 93 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 10 movies currently showing. The top movies are A Madea Family Funeral, After, and Breakthrough." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "San Jose" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm not sure I would like any of those. What else is showing?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Captain Marvel", + "Dogman", + "Dumbo" + ], + "slot": "movie_name", + "values": [ + "Captain Marvel", + "Dogman", + "Dumbo" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 51, + "slot": "movie_name", + "start": 37 + }, + { + "exclusive_end": 59, + "slot": "movie_name", + "start": 53 + }, + { + "exclusive_end": 70, + "slot": "movie_name", + "start": 65 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Other movies showing in San Jose are Captain Marvel, Dogman, and Dumbo." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "imax" + ], + "slot": "show_type", + "values": [ + "imax" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "San Jose" + ], + "show_type": [ + "imax" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nah, those aren't what I'm looking for. What imax shows are out?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Hellboy", + "Long Shot", + "Mary Magdalene" + ], + "slot": "movie_name", + "values": [ + "Hellboy", + "Long Shot", + "Mary Magdalene" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "San Jose", + "show_type": "imax" + } + }, + "service_results": [ + { + "genre": "Romance", + "location": "San Jose", + "movie_name": "After", + "price": "22", + "show_type": "imax", + "street_address": "925 Blossom Hill Road Suite 2000", + "theater_name": "Century 20 Oakridge & XD" + }, + { + "genre": "Adventure", + "location": "San Jose", + "movie_name": "Captain Marvel", + "price": "11", + "show_type": "imax", + "street_address": "700 El Paseo de Saratoga", + "theater_name": "AMC Saratoga 14" + }, + { + "genre": "Fantasy", + "location": "San Jose", + "movie_name": "Dumbo", + "price": "13", + "show_type": "imax", + "street_address": "3088 Olsen Drive", + "theater_name": "Cinemark USA" + }, + { + "genre": "Fantasy", + "location": "San Jose", + "movie_name": "Hellboy", + "price": "17", + "show_type": "imax", + "street_address": "2306 Almaden Road", + "theater_name": "CineLux Almaden Cinema" + } + ], + "slots": [ + { + "exclusive_end": 67, + "slot": "movie_name", + "start": 60 + }, + { + "exclusive_end": 78, + "slot": "movie_name", + "start": 69 + }, + { + "exclusive_end": 98, + "slot": "movie_name", + "start": 84 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 4 shows that are shown in imax theaters. Some are Hellboy, Long Shot, and Mary Magdalene. Would you like to see any of those?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + }, + { + "act": "SELECT", + "canonical_values": [ + "Long Shot" + ], + "slot": "movie_name", + "values": [ + "Long Shot" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 14, + "slot": "movie_name", + "start": 5 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "San Jose" + ], + "movie_name": [ + "Long Shot" + ], + "show_type": [ + "imax" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, Long Shot would actually be perfect. I forgot that was out. What time is it showing?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "show_date", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I can find the time for you. What date are planning to go?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "show_date", + "values": [ + "9th of March" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 53, + "slot": "show_date", + "start": 41 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "San Jose" + ], + "movie_name": [ + "Long Shot" + ], + "show_date": [ + "9th of March" + ], + "show_type": [ + "imax" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Oh, sorry. I would like to see it on the 9th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "22:00" + ], + "slot": "show_time", + "values": [ + "10 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "AMC Eastridge 15" + ], + "slot": "theater_name", + "values": [ + "AMC Eastridge 15" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "San Jose", + "movie_name": "Long Shot", + "show_date": "2019-03-09", + "show_type": "imax" + } + }, + "service_results": [ + { + "genre": "Comedy", + "location": "San Jose", + "movie_name": "Long Shot", + "price": "22", + "show_date": "2019-03-09", + "show_time": "22:00", + "show_type": "imax", + "street_address": "2190 Eastridge Loop", + "theater_name": "AMC Eastridge 15" + } + ], + "slots": [ + { + "exclusive_end": 86, + "slot": "show_time", + "start": 81 + }, + { + "exclusive_end": 69, + "slot": "theater_name", + "start": 53 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Alright, the movie is showing 1 time that day at the AMC Eastridge 15 theater at 10 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "San Jose" + ], + "movie_name": [ + "Long Shot" + ], + "show_date": [ + "9th of March" + ], + "show_time": [ + "10 pm" + ], + "show_type": [ + "imax" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That will work for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyMovieTickets" + ], + "slot": "intent", + "values": [ + "BuyMovieTickets" + ] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to reserve tickets now?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "location": [ + "San Jose" + ], + "movie_name": [ + "Long Shot" + ], + "show_date": [ + "9th of March" + ], + "show_time": [ + "10 pm" + ], + "show_type": [ + "imax" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I will have to get the tickets later. I might have to do something with my brother that day." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you need anything else today?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "location": [ + "San Jose" + ], + "movie_name": [ + "Long Shot" + ], + "show_date": [ + "9th of March" + ], + "show_time": [ + "10 pm" + ], + "show_type": [ + "imax" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that's all I need. Thanks for your help!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "No problem, enjoy the rest of your day." + } + ] + }, + { + "dialogue_id": "12_00083", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I am looking for a movie that I can enjoy tonight." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "location", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you at?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Union City" + ], + "slot": "location", + "values": [ + "Union City" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 17, + "slot": "location", + "start": 7 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Union City" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm in Union City, can you suggest any movies there?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "After", + "Breakthrough", + "Captain Marvel" + ], + "slot": "movie_name", + "values": [ + "After", + "Breakthrough", + "Captain Marvel" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "Union City" + } + }, + "service_results": [ + { + "genre": "Romance", + "location": "Union City", + "movie_name": "After", + "price": "18", + "show_type": "3d", + "street_address": "32100 Union Landing Boulevard", + "theater_name": "Century 25 Union Landing & XD" + }, + { + "genre": "Biographical", + "location": "Union City", + "movie_name": "Breakthrough", + "price": "17", + "show_type": "3d", + "street_address": "32100 Union Landing Boulevard", + "theater_name": "Century 25 Union Landing & XD" + }, + { + "genre": "Adventure", + "location": "Union City", + "movie_name": "Captain Marvel", + "price": "12", + "show_type": "imax", + "street_address": "32100 Union Landing Boulevard", + "theater_name": "Century 25 Union Landing & XD" + }, + { + "genre": "Fantasy", + "location": "Union City", + "movie_name": "Dumbo", + "price": "9", + "show_type": "regular", + "street_address": "32100 Union Landing Boulevard", + "theater_name": "Century 25 Union Landing & XD" + }, + { + "genre": "Fantasy", + "location": "Union City", + "movie_name": "Hellboy", + "price": "23", + "show_type": "3d", + "street_address": "32100 Union Landing Boulevard", + "theater_name": "Century 25 Union Landing & XD" + }, + { + "genre": "Thriller", + "location": "Union City", + "movie_name": "Hotel Mumbai", + "price": "8", + "show_type": "regular", + "street_address": "32100 Union Landing Boulevard", + "theater_name": "Century 25 Union Landing & XD" + }, + { + "genre": "Comedy", + "location": "Union City", + "movie_name": "Little", + "price": "10", + "show_type": "regular", + "street_address": "32100 Union Landing Boulevard", + "theater_name": "Century 25 Union Landing & XD" + }, + { + "genre": "Comedy", + "location": "Union City", + "movie_name": "Missing Link", + "price": "13", + "show_type": "3d", + "street_address": "32100 Union Landing Boulevard", + "theater_name": "Century 25 Union Landing & XD" + }, + { + "genre": "Thriller", + "location": "Union City", + "movie_name": "Pet Sematary", + "price": "10", + "show_type": "3d", + "street_address": "32100 Union Landing Boulevard", + "theater_name": "Century 25 Union Landing & XD" + }, + { + "genre": "Adventure", + "location": "Union City", + "movie_name": "Shazam!", + "price": "15", + "show_type": "imax", + "street_address": "32100 Union Landing Boulevard", + "theater_name": "Century 25 Union Landing & XD" + } + ], + "slots": [ + { + "exclusive_end": 18, + "slot": "movie_name", + "start": 13 + }, + { + "exclusive_end": 32, + "slot": "movie_name", + "start": 20 + }, + { + "exclusive_end": 50, + "slot": "movie_name", + "start": 36 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I heard that After, Breakthrough or Captain Marvel are good!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Union City" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm not really into those, do you know any other good ones?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Dumbo", + "Hellboy", + "Hotel Mumbai" + ], + "slot": "movie_name", + "values": [ + "Dumbo", + "Hellboy", + "Hotel Mumbai" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 14, + "slot": "movie_name", + "start": 9 + }, + { + "exclusive_end": 23, + "slot": "movie_name", + "start": 16 + }, + { + "exclusive_end": 40, + "slot": "movie_name", + "start": 28 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is Dumbo, Hellboy, or Hotel Mumbai, they are all new." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Union City" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Those don't sound like my type of movies either, do you know of any others?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Little", + "Missing Link", + "Pet Sematary" + ], + "slot": "movie_name", + "values": [ + "Little", + "Missing Link", + "Pet Sematary" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 35, + "slot": "movie_name", + "start": 29 + }, + { + "exclusive_end": 49, + "slot": "movie_name", + "start": 37 + }, + { + "exclusive_end": 65, + "slot": "movie_name", + "start": 53 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "If you like horror, there is Little, Missing Link or Pet Sematary." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [ + "Little" + ], + "slot": "movie_name", + "values": [ + "Little" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 6, + "slot": "movie_name", + "start": 0 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Union City" + ], + "movie_name": [ + "Little" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Little sounds like a good movie, I've seen the previews." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyMovieTickets" + ], + "slot": "intent", + "values": [ + "BuyMovieTickets" + ] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want to go ahead and purchase the tickets now?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Union City" + ], + "movie_name": [ + "Little" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Not right now, do you know what times it is available?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "show_date", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When do you want to see it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "regular" + ], + "slot": "show_type", + "values": [ + "regular" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "show_date", + "values": [ + "the 5th" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 44, + "slot": "show_date", + "start": 37 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Union City" + ], + "movie_name": [ + "Little" + ], + "show_date": [ + "the 5th" + ], + "show_type": [ + "regular" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to watch a regular showing on the 5th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "22:30" + ], + "slot": "show_time", + "values": [ + "10:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Century 25 Union Landing & XD" + ], + "slot": "theater_name", + "values": [ + "Century 25 Union Landing & XD" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "Union City", + "movie_name": "Little", + "show_date": "2019-03-05", + "show_type": "regular" + } + }, + "service_results": [ + { + "genre": "Comedy", + "location": "Union City", + "movie_name": "Little", + "price": "10", + "show_date": "2019-03-05", + "show_time": "22:30", + "show_type": "regular", + "street_address": "32100 Union Landing Boulevard", + "theater_name": "Century 25 Union Landing & XD" + } + ], + "slots": [ + { + "exclusive_end": 27, + "slot": "show_time", + "start": 19 + }, + { + "exclusive_end": 60, + "slot": "theater_name", + "start": 31 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a show at 10:30 pm in Century 25 Union Landing & XD." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Union City" + ], + "movie_name": [ + "Little" + ], + "show_date": [ + "the 5th" + ], + "show_time": [ + "10:30 pm" + ], + "show_type": [ + "regular" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you. Sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Anything else I can do to help you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "location": [ + "Union City" + ], + "movie_name": [ + "Little" + ], + "show_date": [ + "the 5th" + ], + "show_time": [ + "10:30 pm" + ], + "show_type": [ + "regular" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nope, you've been great, thanks for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Anytime. Have a good day!" + } + ] + }, + { + "dialogue_id": "12_00084", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I want to watch a movie." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "location", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Morgan Hill" + ], + "slot": "location", + "values": [ + "Morgan Hill" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 43, + "slot": "location", + "start": 32 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Morgan Hill" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you show me movies shown in Morgan Hill." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Breakthrough", + "Captain Marvel", + "Dumbo" + ], + "slot": "movie_name", + "values": [ + "Breakthrough", + "Captain Marvel", + "Dumbo" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "6" + ], + "slot": "count", + "values": [ + "6" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "Morgan Hill" + } + }, + "service_results": [ + { + "genre": "Biographical", + "location": "Morgan Hill", + "movie_name": "Breakthrough", + "price": "23", + "show_type": "regular", + "street_address": "750 Tennant Station", + "theater_name": "CineLux Tennant Station Stadium 11" + }, + { + "genre": "Adventure", + "location": "Morgan Hill", + "movie_name": "Captain Marvel", + "price": "9", + "show_type": "regular", + "street_address": "750 Tennant Station", + "theater_name": "CineLux Tennant Station Stadium 11" + }, + { + "genre": "Fantasy", + "location": "Morgan Hill", + "movie_name": "Dumbo", + "price": "13", + "show_type": "regular", + "street_address": "750 Tennant Station", + "theater_name": "CineLux Tennant Station Stadium 11" + }, + { + "genre": "Fantasy", + "location": "Morgan Hill", + "movie_name": "Hellboy", + "price": "17", + "show_type": "imax", + "street_address": "750 Tennant Station", + "theater_name": "CineLux Tennant Station Stadium 11" + }, + { + "genre": "Thriller", + "location": "Morgan Hill", + "movie_name": "Pet Sematary", + "price": "15", + "show_type": "imax", + "street_address": "750 Tennant Station", + "theater_name": "CineLux Tennant Station Stadium 11" + }, + { + "genre": "Adventure", + "location": "Morgan Hill", + "movie_name": "Shazam!", + "price": "6", + "show_type": "regular", + "street_address": "750 Tennant Station", + "theater_name": "CineLux Tennant Station Stadium 11" + } + ], + "slots": [ + { + "exclusive_end": 54, + "slot": "movie_name", + "start": 42 + }, + { + "exclusive_end": 70, + "slot": "movie_name", + "start": 56 + }, + { + "exclusive_end": 79, + "slot": "movie_name", + "start": 74 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have 6 for you. What do you think about Breakthrough, Captain Marvel or Dumbo." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [ + "Breakthrough" + ], + "slot": "movie_name", + "values": [ + "Breakthrough" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 12, + "slot": "movie_name", + "start": 0 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Morgan Hill" + ], + "movie_name": [ + "Breakthrough" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Breakthrough sounds awesome." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyMovieTickets" + ], + "slot": "intent", + "values": [ + "BuyMovieTickets" + ] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to buy tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "show_date", + "values": [ + "Sunday this week" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 42, + "slot": "show_date", + "start": 26 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Morgan Hill" + ], + "movie_name": [ + "Breakthrough" + ], + "show_date": [ + "Sunday this week" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I want to watch it on Sunday this week. What times is it showing?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "22:00" + ], + "slot": "show_time", + "values": [ + "10 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "CineLux Tennant Station Stadium 11" + ], + "slot": "theater_name", + "values": [ + "Cinelux Tennant Station Stadium 11" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "Morgan Hill", + "movie_name": "Breakthrough", + "show_date": "2019-03-03" + } + }, + "service_results": [ + { + "genre": "Biographical", + "location": "Morgan Hill", + "movie_name": "Breakthrough", + "price": "23", + "show_date": "2019-03-03", + "show_time": "22:00", + "show_type": "regular", + "street_address": "750 Tennant Station", + "theater_name": "CineLux Tennant Station Stadium 11" + } + ], + "slots": [ + { + "exclusive_end": 29, + "slot": "show_time", + "start": 24 + }, + { + "exclusive_end": 67, + "slot": "theater_name", + "start": 33 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is one showing at 10 pm in Cinelux Tennant Station Stadium 11." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "price", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [ + "price" + ], + "slot_values": { + "location": [ + "Morgan Hill" + ], + "movie_name": [ + "Breakthrough" + ], + "show_date": [ + "Sunday this week" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is the cost of the ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "23" + ], + "slot": "price", + "values": [ + "23" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 6, + "slot": "price", + "start": 4 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Its 23 dollars per person." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "genre", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "street_address", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [ + "genre", + "street_address" + ], + "slot_values": { + "location": [ + "Morgan Hill" + ], + "movie_name": [ + "Breakthrough" + ], + "show_date": [ + "Sunday this week" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What type of movie is it? Where is the theater located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Biographical" + ], + "slot": "genre", + "values": [ + "Biographical" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "750 Tennant Station" + ], + "slot": "street_address", + "values": [ + "750 Tennant Station" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 20, + "slot": "genre", + "start": 8 + }, + { + "exclusive_end": 67, + "slot": "street_address", + "start": 48 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It is a Biographical movie. The theater's as is 750 Tennant Station" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Morgan Hill" + ], + "movie_name": [ + "Breakthrough" + ], + "show_date": [ + "Sunday this week" + ], + "show_time": [ + "10 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is their anything else I can do for you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "location": [ + "Morgan Hill" + ], + "movie_name": [ + "Breakthrough" + ], + "show_date": [ + "Sunday this week" + ], + "show_time": [ + "10 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No. Thank you for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "12_00085", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Morgan Hill" + ], + "slot": "location", + "values": [ + "Morgan Hill" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 38, + "slot": "location", + "start": 27 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Morgan Hill" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to watch a movie in Morgan Hill." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Breakthrough", + "Captain Marvel", + "Dumbo" + ], + "slot": "movie_name", + "values": [ + "Breakthrough", + "Captain Marvel", + "Dumbo" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "6" + ], + "slot": "count", + "values": [ + "6" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "Morgan Hill" + } + }, + "service_results": [ + { + "genre": "Biographical", + "location": "Morgan Hill", + "movie_name": "Breakthrough", + "price": "23", + "show_type": "regular", + "street_address": "750 Tennant Station", + "theater_name": "CineLux Tennant Station Stadium 11" + }, + { + "genre": "Adventure", + "location": "Morgan Hill", + "movie_name": "Captain Marvel", + "price": "9", + "show_type": "regular", + "street_address": "750 Tennant Station", + "theater_name": "CineLux Tennant Station Stadium 11" + }, + { + "genre": "Fantasy", + "location": "Morgan Hill", + "movie_name": "Dumbo", + "price": "13", + "show_type": "regular", + "street_address": "750 Tennant Station", + "theater_name": "CineLux Tennant Station Stadium 11" + }, + { + "genre": "Fantasy", + "location": "Morgan Hill", + "movie_name": "Hellboy", + "price": "17", + "show_type": "imax", + "street_address": "750 Tennant Station", + "theater_name": "CineLux Tennant Station Stadium 11" + }, + { + "genre": "Thriller", + "location": "Morgan Hill", + "movie_name": "Pet Sematary", + "price": "15", + "show_type": "imax", + "street_address": "750 Tennant Station", + "theater_name": "CineLux Tennant Station Stadium 11" + }, + { + "genre": "Adventure", + "location": "Morgan Hill", + "movie_name": "Shazam!", + "price": "6", + "show_type": "regular", + "street_address": "750 Tennant Station", + "theater_name": "CineLux Tennant Station Stadium 11" + } + ], + "slots": [ + { + "exclusive_end": 50, + "slot": "movie_name", + "start": 38 + }, + { + "exclusive_end": 66, + "slot": "movie_name", + "start": 52 + }, + { + "exclusive_end": 75, + "slot": "movie_name", + "start": 70 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure. I've found 6 movies. What about Breakthrough, Captain Marvel or Dumbo?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Fantasy" + ], + "slot": "genre", + "values": [ + "fantasy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Campbell" + ], + "slot": "location", + "values": [ + "Campbell" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 25, + "slot": "genre", + "start": 18 + }, + { + "exclusive_end": 64, + "slot": "location", + "start": 56 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "genre": [ + "fantasy" + ], + "location": [ + "Campbell" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No thanks. I like fantasy movies. Can you now search in Campbell?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Hellboy" + ], + "slot": "movie_name", + "values": [ + "Hellboy" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "genre": "Fantasy", + "location": "Campbell" + } + }, + "service_results": [ + { + "genre": "Fantasy", + "location": "Campbell", + "movie_name": "Dumbo", + "price": "14", + "show_type": "imax", + "street_address": "1875 South Bascom Avenue", + "theater_name": "Pruneyard Dine-In Cinemas" + } + ], + "slots": [ + { + "exclusive_end": 32, + "slot": "movie_name", + "start": 25 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I've found 1 movie. It's Hellboy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + }, + { + "act": "SELECT", + "canonical_values": [ + "Hellboy" + ], + "slot": "movie_name", + "values": [ + "Hellboy" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 12, + "slot": "movie_name", + "start": 5 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "fantasy" + ], + "location": [ + "Campbell" + ], + "movie_name": [ + "Hellboy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, Hellboy is good. What time?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "show_date", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What date do you want to see it on?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "show_date", + "values": [ + "the 2nd" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 10, + "slot": "show_date", + "start": 3 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "fantasy" + ], + "location": [ + "Campbell" + ], + "movie_name": [ + "Hellboy" + ], + "show_date": [ + "the 2nd" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "On the 2nd." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "15:30" + ], + "slot": "show_time", + "values": [ + "3:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Pruneyard Dine-In Cinemas" + ], + "slot": "theater_name", + "values": [ + "Pruneyard Dine-In Cinemas" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "Campbell", + "movie_name": "Hellboy", + "show_date": "2019-03-02" + } + }, + "service_results": [ + { + "genre": "Fantasy", + "location": "Campbell", + "movie_name": "Hellboy", + "price": "13", + "show_date": "2019-03-02", + "show_time": "15:30", + "show_type": "imax", + "street_address": "1875 South Bascom Avenue", + "theater_name": "Pruneyard Dine-In Cinemas" + } + ], + "slots": [ + { + "exclusive_end": 31, + "slot": "show_time", + "start": 24 + }, + { + "exclusive_end": 60, + "slot": "theater_name", + "start": 35 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I've found 1 showing at 3:30 pm at Pruneyard Dine-In Cinemas." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "fantasy" + ], + "location": [ + "Campbell" + ], + "movie_name": [ + "Hellboy" + ], + "show_date": [ + "the 2nd" + ], + "show_time": [ + "3:30 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's great, thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "12_00086", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3d" + ], + "slot": "show_type", + "values": [ + "3d" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "show_type": [ + "3d" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Im looking to watch a movie that is in 3d." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "location", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Boulevard 14 Cinema" + ], + "slot": "theater_name", + "values": [ + "Boulevard Cinema" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Petaluma" + ], + "slot": "location", + "values": [ + "Petaluma" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Comedy" + ], + "slot": "genre", + "values": [ + "comedy" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 45, + "slot": "theater_name", + "start": 29 + }, + { + "exclusive_end": 95, + "slot": "location", + "start": 87 + }, + { + "exclusive_end": 111, + "slot": "genre", + "start": 105 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "genre": [ + "comedy" + ], + "location": [ + "Petaluma" + ], + "show_type": [ + "3d" + ], + "theater_name": [ + "Boulevard Cinema" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to watch the movie at Boulevard Cinema. Can you find movies that are showing in Petaluma? I enjoy comedy movies." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Missing Link" + ], + "slot": "movie_name", + "values": [ + "Missing Link" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "genre": "Comedy", + "location": "Petaluma", + "show_type": "3d", + "theater_name": "Boulevard 14 Cinema" + } + }, + "service_results": [ + { + "genre": "Comedy", + "location": "Petaluma", + "movie_name": "Missing Link", + "price": "12", + "show_type": "3d", + "street_address": "200 C Street", + "theater_name": "Boulevard 14 Cinema" + } + ], + "slots": [ + { + "exclusive_end": 55, + "slot": "movie_name", + "start": 43 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 movie. Would you like to see the Missing Link?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + }, + { + "act": "SELECT", + "canonical_values": [ + "Missing Link" + ], + "slot": "movie_name", + "values": [ + "Missing Link" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 16, + "slot": "movie_name", + "start": 4 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "comedy" + ], + "location": [ + "Petaluma" + ], + "movie_name": [ + "Missing Link" + ], + "show_type": [ + "3d" + ], + "theater_name": [ + "Boulevard Cinema" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "The Missing Link is perfect. What times are available for me to watch it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "show_date", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What date would you like to watch the movie on?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "show_date", + "values": [ + "the 4th" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 42, + "slot": "show_date", + "start": 35 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "comedy" + ], + "location": [ + "Petaluma" + ], + "movie_name": [ + "Missing Link" + ], + "show_date": [ + "the 4th" + ], + "show_type": [ + "3d" + ], + "theater_name": [ + "Boulevard Cinema" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to watch the movie on the 4th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "11:30" + ], + "slot": "show_time", + "values": [ + "11:30 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Boulevard 14 Cinema" + ], + "slot": "theater_name", + "values": [ + "Boulevard 14 Cinema" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "Petaluma", + "movie_name": "Missing Link", + "show_date": "2019-03-04", + "show_type": "3d", + "theater_name": "Boulevard 14 Cinema" + } + }, + "service_results": [ + { + "genre": "Comedy", + "location": "Petaluma", + "movie_name": "Missing Link", + "price": "12", + "show_date": "2019-03-04", + "show_time": "11:30", + "show_type": "3d", + "street_address": "200 C Street", + "theater_name": "Boulevard 14 Cinema" + } + ], + "slots": [ + { + "exclusive_end": 107, + "slot": "show_time", + "start": 99 + }, + { + "exclusive_end": 95, + "slot": "theater_name", + "start": 76 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I was able to find 1 showtime for the movie. There is one show available at Boulevard 14 Cinema at 11:30 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "comedy" + ], + "location": [ + "Petaluma" + ], + "movie_name": [ + "Missing Link" + ], + "show_date": [ + "the 4th" + ], + "show_time": [ + "11:30 am" + ], + "show_type": [ + "3d" + ], + "theater_name": [ + "Boulevard 14 Cinema", + "Boulevard Cinema" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyMovieTickets" + ], + "slot": "intent", + "values": [ + "BuyMovieTickets" + ] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to purchase tickets for this movie?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "genre": [ + "comedy" + ], + "location": [ + "Petaluma" + ], + "movie_name": [ + "Missing Link" + ], + "show_date": [ + "the 4th" + ], + "show_time": [ + "11:30 am" + ], + "show_type": [ + "3d" + ], + "theater_name": [ + "Boulevard 14 Cinema", + "Boulevard Cinema" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No I don't want to purchase tickets right now. That is all that I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Thank you. Have a great day" + } + ] + }, + { + "dialogue_id": "12_00087", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "dontcare" + ], + "slot": "show_type", + "values": [ + "dontcare" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "show_type": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Hey, I want to go see a movie. Any theater is cool for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "location", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What is your current location?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Santa Rosa" + ], + "slot": "location", + "values": [ + "Santa Rosa" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 18, + "slot": "location", + "start": 8 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Santa Rosa" + ], + "show_type": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am in Santa Rosa and want the closest theater. What movies are there now?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "After", + "Dumbo", + "Hellboy" + ], + "slot": "movie_name", + "values": [ + "After", + "Dumbo", + "Hellboy" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "Santa Rosa" + } + }, + "service_results": [ + { + "genre": "Romance", + "location": "Santa Rosa", + "movie_name": "After", + "price": "9", + "show_type": "regular", + "street_address": "85 Santa Rosa Avenue", + "theater_name": "Roxy Stadium 14" + }, + { + "genre": "Fantasy", + "location": "Santa Rosa", + "movie_name": "Dumbo", + "price": "9", + "show_type": "3d", + "street_address": "409 Aviation Boulevard", + "theater_name": "Airport Stadium 12" + }, + { + "genre": "Fantasy", + "location": "Santa Rosa", + "movie_name": "Hellboy", + "price": "17", + "show_type": "regular", + "street_address": "620 3rd Street", + "theater_name": "3rd Street Cinema" + }, + { + "genre": "Drama", + "location": "Santa Rosa", + "movie_name": "High Life", + "price": "15", + "show_type": "imax", + "street_address": "551 Summerfield Road", + "theater_name": "Summerfield Cinemas" + }, + { + "genre": "Animation", + "location": "Santa Rosa", + "movie_name": "How to Train Your Dragon: The Hidden World", + "price": "18", + "show_type": "3d", + "street_address": "620 3rd Street", + "theater_name": "3rd Street Cinema" + }, + { + "genre": "Comedy", + "location": "Santa Rosa", + "movie_name": "Little", + "price": "6", + "show_type": "3d", + "street_address": "409 Aviation Boulevard", + "theater_name": "Airport Stadium 12" + }, + { + "genre": "Thriller", + "location": "Santa Rosa", + "movie_name": "Pet Sematary", + "price": "9", + "show_type": "3d", + "street_address": "85 Santa Rosa Avenue", + "theater_name": "Roxy Stadium 14" + }, + { + "genre": "Horror", + "location": "Santa Rosa", + "movie_name": "The Curse of La Llorona", + "price": "9", + "show_type": "regular", + "street_address": "409 Aviation Boulevard", + "theater_name": "Airport Stadium 12" + }, + { + "genre": "Comedy", + "location": "Santa Rosa", + "movie_name": "The Upside", + "price": "9", + "show_type": "3d", + "street_address": "620 3rd Street", + "theater_name": "3rd Street Cinema" + }, + { + "genre": "Drama", + "location": "Santa Rosa", + "movie_name": "Wild Nights with Emily", + "price": "11", + "show_type": "imax", + "street_address": "551 Summerfield Road", + "theater_name": "Summerfield Cinemas" + } + ], + "slots": [ + { + "exclusive_end": 46, + "slot": "movie_name", + "start": 41 + }, + { + "exclusive_end": 53, + "slot": "movie_name", + "start": 48 + }, + { + "exclusive_end": 65, + "slot": "movie_name", + "start": 58 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your choice of movie options can be from After, Dumbo and Hellboy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Santa Rosa" + ], + "show_type": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any other movie choices?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "High Life", + "How to Train Your Dragon: The Hidden World", + "Little" + ], + "slot": "movie_name", + "values": [ + "High Life", + "How to Train Your Dragon: The Hidden World", + "Little" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 18, + "slot": "movie_name", + "start": 9 + }, + { + "exclusive_end": 62, + "slot": "movie_name", + "start": 20 + }, + { + "exclusive_end": 73, + "slot": "movie_name", + "start": 67 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is High Life, How to Train Your Dragon: The Hidden World and Little, as well." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3rd Street Cinema" + ], + "slot": "theater_name", + "values": [ + "3rd Street Cinema" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 63, + "slot": "theater_name", + "start": 46 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Santa Rosa" + ], + "show_type": [ + "dontcare" + ], + "theater_name": [ + "3rd Street Cinema" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Find some more options, please. I want to see 3rd Street Cinema." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "The Upside" + ], + "slot": "movie_name", + "values": [ + "The Upside" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "Santa Rosa", + "theater_name": "3rd Street Cinema" + } + }, + "service_results": [ + { + "genre": "Fantasy", + "location": "Santa Rosa", + "movie_name": "Hellboy", + "price": "17", + "show_type": "regular", + "street_address": "620 3rd Street", + "theater_name": "3rd Street Cinema" + }, + { + "genre": "Animation", + "location": "Santa Rosa", + "movie_name": "How to Train Your Dragon: The Hidden World", + "price": "18", + "show_type": "3d", + "street_address": "620 3rd Street", + "theater_name": "3rd Street Cinema" + }, + { + "genre": "Comedy", + "location": "Santa Rosa", + "movie_name": "The Upside", + "price": "9", + "show_type": "3d", + "street_address": "620 3rd Street", + "theater_name": "3rd Street Cinema" + } + ], + "slots": [ + { + "exclusive_end": 15, + "slot": "movie_name", + "start": 5 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Does The Upside sound good?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "show_date", + "values": [ + "today" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + }, + { + "act": "SELECT", + "canonical_values": [ + "The Upside" + ], + "slot": "movie_name", + "values": [ + "The Upside" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 15, + "slot": "movie_name", + "start": 5 + }, + { + "exclusive_end": 76, + "slot": "show_date", + "start": 71 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Santa Rosa" + ], + "movie_name": [ + "The Upside" + ], + "show_date": [ + "today" + ], + "show_type": [ + "dontcare" + ], + "theater_name": [ + "3rd Street Cinema" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, The Upside is what I want to see then. What are the showtimes for today?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "20:30" + ], + "slot": "show_time", + "values": [ + "8:30 PM" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "3rd Street Cinema" + ], + "slot": "theater_name", + "values": [ + "3rd Street Cinema" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "Santa Rosa", + "movie_name": "The Upside", + "show_date": "2019-03-01", + "theater_name": "3rd Street Cinema" + } + }, + "service_results": [ + { + "genre": "Comedy", + "location": "Santa Rosa", + "movie_name": "The Upside", + "price": "9", + "show_date": "2019-03-01", + "show_time": "20:30", + "show_type": "3d", + "street_address": "620 3rd Street", + "theater_name": "3rd Street Cinema" + } + ], + "slots": [ + { + "exclusive_end": 59, + "slot": "show_time", + "start": 52 + }, + { + "exclusive_end": 80, + "slot": "theater_name", + "start": 63 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is 1 showtime for this movie. There is one at 8:30 PM in 3rd Street Cinema," + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "street_address", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "genre", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [ + "genre", + "street_address" + ], + "slot_values": { + "location": [ + "Santa Rosa" + ], + "movie_name": [ + "The Upside" + ], + "show_date": [ + "today" + ], + "show_type": [ + "dontcare" + ], + "theater_name": [ + "3rd Street Cinema" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What's the address of the theater? What sort of movie is it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Comedy" + ], + "slot": "genre", + "values": [ + "comedy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "620 3rd Street" + ], + "slot": "street_address", + "values": [ + "620 3rd Street" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 27, + "slot": "genre", + "start": 21 + }, + { + "exclusive_end": 82, + "slot": "street_address", + "start": 68 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "This movie is in the comedy category. The address of the theater is 620 3rd Street." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Santa Rosa" + ], + "movie_name": [ + "The Upside" + ], + "show_date": [ + "today" + ], + "show_time": [ + "8:30 PM" + ], + "show_type": [ + "dontcare" + ], + "theater_name": [ + "3rd Street Cinema" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "OK, that's all the info I wanted. Thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Of course. Have a wonderful day." + } + ] + }, + { + "dialogue_id": "12_00088", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you find me a movie to watch?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "location", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "In which city?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Adventure" + ], + "slot": "genre", + "values": [ + "Adventure" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Brentwood" + ], + "slot": "location", + "values": [ + "Brentwood" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "AMC Brentwood 14" + ], + "slot": "theater_name", + "values": [ + "AMC Brentwood" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 49, + "slot": "genre", + "start": 40 + }, + { + "exclusive_end": 9, + "slot": "location", + "start": 0 + }, + { + "exclusive_end": 72, + "slot": "theater_name", + "start": 59 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "genre": [ + "Adventure" + ], + "location": [ + "Brentwood" + ], + "theater_name": [ + "AMC Brentwood" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Brentwood, please. I'd like to watch an Adventure movie at AMC Brentwood." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Captain Marvel", + "Shazam!" + ], + "slot": "movie_name", + "values": [ + "Captain Marvel", + "Shazam!" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "2" + ], + "slot": "count", + "values": [ + "2" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "genre": "Adventure", + "location": "Brentwood", + "theater_name": "AMC Brentwood 14" + } + }, + "service_results": [ + { + "genre": "Adventure", + "location": "Brentwood", + "movie_name": "Captain Marvel", + "price": "12", + "show_type": "3d", + "street_address": "2525 Sand Creek Road", + "theater_name": "AMC Brentwood 14" + }, + { + "genre": "Adventure", + "location": "Brentwood", + "movie_name": "Shazam!", + "price": "13", + "show_type": "imax", + "street_address": "2525 Sand Creek Road", + "theater_name": "AMC Brentwood 14" + } + ], + "slots": [ + { + "exclusive_end": 49, + "slot": "movie_name", + "start": 35 + }, + { + "exclusive_end": 60, + "slot": "movie_name", + "start": 53 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have 2 movies for you. How about Captain Marvel or Shazam!?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [ + "Shazam!" + ], + "slot": "movie_name", + "values": [ + "Shazam" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 6, + "slot": "movie_name", + "start": 0 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "genre": [ + "Adventure" + ], + "location": [ + "Brentwood" + ], + "movie_name": [ + "Shazam", + "Shazam!" + ], + "theater_name": [ + "AMC Brentwood" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Shazam sounds great!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyMovieTickets" + ], + "slot": "intent", + "values": [ + "BuyMovieTickets" + ] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to reserve tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "imax" + ], + "slot": "show_type", + "values": [ + "imax" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "Adventure" + ], + "location": [ + "Brentwood" + ], + "movie_name": [ + "Shazam", + "Shazam!" + ], + "show_type": [ + "imax" + ], + "theater_name": [ + "AMC Brentwood" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Not at the moment. I'd like to watch an imax show, what are the available times?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "show_date", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What date would you like?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "show_date", + "values": [ + "March 2nd" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 9, + "slot": "show_date", + "start": 0 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "Adventure" + ], + "location": [ + "Brentwood" + ], + "movie_name": [ + "Shazam", + "Shazam!" + ], + "show_date": [ + "March 2nd" + ], + "show_type": [ + "imax" + ], + "theater_name": [ + "AMC Brentwood" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "March 2nd, please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "18:00" + ], + "slot": "show_time", + "values": [ + "6 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "AMC Brentwood 14" + ], + "slot": "theater_name", + "values": [ + "AMC Brentwood 14" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "Brentwood", + "movie_name": "Shazam!", + "show_date": "2019-03-02", + "show_type": "imax", + "theater_name": "AMC Brentwood 14" + } + }, + "service_results": [ + { + "genre": "Adventure", + "location": "Brentwood", + "movie_name": "Shazam!", + "price": "13", + "show_date": "2019-03-02", + "show_time": "18:00", + "show_type": "imax", + "street_address": "2525 Sand Creek Road", + "theater_name": "AMC Brentwood 14" + } + ], + "slots": [ + { + "exclusive_end": 55, + "slot": "show_time", + "start": 51 + }, + { + "exclusive_end": 47, + "slot": "theater_name", + "start": 31 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "On that day, there's a show at AMC Brentwood 14 at 6 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "Adventure" + ], + "location": [ + "Brentwood" + ], + "movie_name": [ + "Shazam", + "Shazam!" + ], + "show_date": [ + "March 2nd" + ], + "show_time": [ + "6 pm" + ], + "show_type": [ + "imax" + ], + "theater_name": [ + "AMC Brentwood", + "AMC Brentwood 14" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds great!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_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": "Movies_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "genre": [ + "Adventure" + ], + "location": [ + "Brentwood" + ], + "movie_name": [ + "Shazam", + "Shazam!" + ], + "show_date": [ + "March 2nd" + ], + "show_time": [ + "6 pm" + ], + "show_type": [ + "imax" + ], + "theater_name": [ + "AMC Brentwood", + "AMC Brentwood 14" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "12_00089", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I would like to find a movie to watch." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "location", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What location will you be viewing from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "regular" + ], + "slot": "show_type", + "values": [ + "regular" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Century at Tanforan & XD" + ], + "slot": "theater_name", + "values": [ + "Century at Tanforan" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Bruno" + ], + "slot": "location", + "values": [ + "San Bruno" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 63, + "slot": "theater_name", + "start": 44 + }, + { + "exclusive_end": 114, + "slot": "location", + "start": 105 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "San Bruno" + ], + "show_type": [ + "regular" + ], + "theater_name": [ + "Century at Tanforan" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to watch a regular show at the Century at Tanforan. Could you make the search for movies in San Bruno?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Captain Marvel", + "Little", + "Shazam!" + ], + "slot": "movie_name", + "values": [ + "Captain Marvel", + "Little", + "Shazam!" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "San Bruno", + "show_type": "regular", + "theater_name": "Century at Tanforan & XD" + } + }, + "service_results": [ + { + "genre": "Adventure", + "location": "San Bruno", + "movie_name": "Captain Marvel", + "price": "7", + "show_type": "regular", + "street_address": "1188 El Camino Real 4th Floor", + "theater_name": "Century at Tanforan & XD" + }, + { + "genre": "Comedy", + "location": "San Bruno", + "movie_name": "Little", + "price": "19", + "show_type": "regular", + "street_address": "1188 El Camino Real 4th Floor", + "theater_name": "Century at Tanforan & XD" + }, + { + "genre": "Adventure", + "location": "San Bruno", + "movie_name": "Shazam!", + "price": "25", + "show_type": "regular", + "street_address": "1188 El Camino Real 4th Floor", + "theater_name": "Century at Tanforan & XD" + } + ], + "slots": [ + { + "exclusive_end": 50, + "slot": "movie_name", + "start": 36 + }, + { + "exclusive_end": 58, + "slot": "movie_name", + "start": 52 + }, + { + "exclusive_end": 70, + "slot": "movie_name", + "start": 63 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have found 3 movies you may like, Captain Marvel, Little and Shazam!. Which would you prefer?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + }, + { + "act": "SELECT", + "canonical_values": [ + "Little" + ], + "slot": "movie_name", + "values": [ + "Little" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 6, + "slot": "movie_name", + "start": 0 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "San Bruno" + ], + "movie_name": [ + "Little" + ], + "show_type": [ + "regular" + ], + "theater_name": [ + "Century at Tanforan" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Little is just what i'm looking for. What time is it playing?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "show_date", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What date would you like to watch it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "show_date", + "values": [ + "5th of this month" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 21, + "slot": "show_date", + "start": 4 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "San Bruno" + ], + "movie_name": [ + "Little" + ], + "show_date": [ + "5th of this month" + ], + "show_type": [ + "regular" + ], + "theater_name": [ + "Century at Tanforan" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "The 5th of this month would be perfect." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "23:00" + ], + "slot": "show_time", + "values": [ + "11 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Century at Tanforan & XD" + ], + "slot": "theater_name", + "values": [ + "Century at Tanforan & XD" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "San Bruno", + "movie_name": "Little", + "show_date": "2019-03-05", + "show_type": "regular", + "theater_name": "Century at Tanforan & XD" + } + }, + "service_results": [ + { + "genre": "Comedy", + "location": "San Bruno", + "movie_name": "Little", + "price": "19", + "show_date": "2019-03-05", + "show_time": "23:00", + "show_type": "regular", + "street_address": "1188 El Camino Real 4th Floor", + "theater_name": "Century at Tanforan & XD" + } + ], + "slots": [ + { + "exclusive_end": 27, + "slot": "show_time", + "start": 22 + }, + { + "exclusive_end": 55, + "slot": "theater_name", + "start": 31 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 showtime at 11 pm in Century at Tanforan & XD." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "price", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [ + "price" + ], + "slot_values": { + "location": [ + "San Bruno" + ], + "movie_name": [ + "Little" + ], + "show_date": [ + "5th of this month" + ], + "show_type": [ + "regular" + ], + "theater_name": [ + "Century at Tanforan", + "Century at Tanforan & XD" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "How much are the tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "19" + ], + "slot": "price", + "values": [ + "19" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 18, + "slot": "price", + "start": 16 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The tickets are 19 dollars per person." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "San Bruno" + ], + "movie_name": [ + "Little" + ], + "show_date": [ + "5th of this month" + ], + "show_time": [ + "11 pm" + ], + "show_type": [ + "regular" + ], + "theater_name": [ + "Century at Tanforan", + "Century at Tanforan & XD" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks, sounds good to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyMovieTickets" + ], + "slot": "intent", + "values": [ + "BuyMovieTickets" + ] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to buy them now?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "location": [ + "San Bruno" + ], + "movie_name": [ + "Little" + ], + "show_date": [ + "5th of this month" + ], + "show_time": [ + "11 pm" + ], + "show_type": [ + "regular" + ], + "theater_name": [ + "Century at Tanforan", + "Century at Tanforan & XD" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, i'm not interested in purchasing just yet." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_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": "Movies_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "location": [ + "San Bruno" + ], + "movie_name": [ + "Little" + ], + "show_date": [ + "5th of this month" + ], + "show_time": [ + "11 pm" + ], + "show_type": [ + "regular" + ], + "theater_name": [ + "Century at Tanforan", + "Century at Tanforan & XD" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that is all. Thanks for the help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Thank you, have a great day." + } + ] + }, + { + "dialogue_id": "12_00090", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I al looking for a movie to watch." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "location", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What is your location?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3d" + ], + "slot": "show_type", + "values": [ + "3d" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Santa Clara" + ], + "slot": "location", + "values": [ + "Santa Clara" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Thriller" + ], + "slot": "genre", + "values": [ + "suspense" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 51, + "slot": "location", + "start": 40 + }, + { + "exclusive_end": 30, + "slot": "genre", + "start": 22 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "genre": [ + "suspense" + ], + "location": [ + "Santa Clara" + ], + "show_type": [ + "3d" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am looking for a 3d suspense movie in Santa Clara." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Pet Sematary" + ], + "slot": "movie_name", + "values": [ + "Pet Sematary" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "genre": "Thriller", + "location": "Santa Clara", + "show_type": "3d" + } + }, + "service_results": [ + { + "genre": "Thriller", + "location": "Santa Clara", + "movie_name": "Pet Sematary", + "price": "11", + "show_type": "3d", + "street_address": "3111 Mission College Boulevard", + "theater_name": "AMC Mercado 20" + } + ], + "slots": [ + { + "exclusive_end": 80, + "slot": "movie_name", + "start": 68 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have found 1 that matches that description. Are you interested in Pet Sematary?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "AMC Mercado 20" + ], + "slot": "theater_name", + "values": [ + "AMC Mercado" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + }, + { + "act": "SELECT", + "canonical_values": [ + "Pet Sematary" + ], + "slot": "movie_name", + "values": [ + "Pet Sematary" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 12, + "slot": "movie_name", + "start": 0 + }, + { + "exclusive_end": 63, + "slot": "theater_name", + "start": 52 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "suspense" + ], + "location": [ + "Santa Clara" + ], + "movie_name": [ + "Pet Sematary" + ], + "show_type": [ + "3d" + ], + "theater_name": [ + "AMC Mercado" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Pet Sematary is perfect. What time is it showing at AMC Mercado?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "show_date", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which date would you like to go?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "show_date", + "values": [ + "the 1st" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 7, + "slot": "show_date", + "start": 0 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "suspense" + ], + "location": [ + "Santa Clara" + ], + "movie_name": [ + "Pet Sematary" + ], + "show_date": [ + "the 1st" + ], + "show_type": [ + "3d" + ], + "theater_name": [ + "AMC Mercado" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "the 1st please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "20:30" + ], + "slot": "show_time", + "values": [ + "8:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "AMC Mercado 20" + ], + "slot": "theater_name", + "values": [ + "AMC Mercado 20" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "Santa Clara", + "movie_name": "Pet Sematary", + "show_date": "2019-03-01", + "show_type": "3d", + "theater_name": "AMC Mercado 20" + } + }, + "service_results": [ + { + "genre": "Thriller", + "location": "Santa Clara", + "movie_name": "Pet Sematary", + "price": "11", + "show_date": "2019-03-01", + "show_time": "20:30", + "show_type": "3d", + "street_address": "3111 Mission College Boulevard", + "theater_name": "AMC Mercado 20" + } + ], + "slots": [ + { + "exclusive_end": 24, + "slot": "show_time", + "start": 17 + }, + { + "exclusive_end": 42, + "slot": "theater_name", + "start": 28 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It is showing at 8:30 pm at AMC Mercado 20." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "suspense" + ], + "location": [ + "Santa Clara" + ], + "movie_name": [ + "Pet Sematary" + ], + "show_date": [ + "the 1st" + ], + "show_time": [ + "8:30 pm" + ], + "show_type": [ + "3d" + ], + "theater_name": [ + "AMC Mercado", + "AMC Mercado 20" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good. That's all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "12_00091", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sonoma" + ], + "slot": "location", + "values": [ + "Sonoma" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 89, + "slot": "location", + "start": 83 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Sonoma" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "It's movie night! I'm trying to decide what to watch. Can you find movies shown in Sonoma?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Little", + "Long Shot", + "Pet Sematary" + ], + "slot": "movie_name", + "values": [ + "Little", + "Long Shot", + "Pet Sematary" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "Sonoma" + } + }, + "service_results": [ + { + "genre": "Comedy", + "location": "Sonoma", + "movie_name": "Little", + "price": "22", + "show_type": "regular", + "street_address": "4451", + "theater_name": "Sonoma Cinema" + }, + { + "genre": "Comedy", + "location": "Sonoma", + "movie_name": "Long Shot", + "price": "8", + "show_type": "regular", + "street_address": "4451", + "theater_name": "Sonoma Cinema" + }, + { + "genre": "Thriller", + "location": "Sonoma", + "movie_name": "Pet Sematary", + "price": "6", + "show_type": "3d", + "street_address": "4451", + "theater_name": "Sonoma Cinema" + }, + { + "genre": "Adventure", + "location": "Sonoma", + "movie_name": "Shazam!", + "price": "12", + "show_type": "3d", + "street_address": "4451", + "theater_name": "Sonoma Cinema" + } + ], + "slots": [ + { + "exclusive_end": 55, + "slot": "movie_name", + "start": 49 + }, + { + "exclusive_end": 66, + "slot": "movie_name", + "start": 57 + }, + { + "exclusive_end": 82, + "slot": "movie_name", + "start": 70 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure. I found 4 movies in Sonoma. Would you like Little, Long Shot or Pet Sematary?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Sonoma" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, not those. Please find some other titles." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Shazam!" + ], + "slot": "movie_name", + "values": [ + "Shazam!" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 29, + "slot": "movie_name", + "start": 22 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, sure. How about Shazam!?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [ + "Shazam!" + ], + "slot": "movie_name", + "values": [ + "Shazam!" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 20, + "slot": "movie_name", + "start": 13 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Sonoma" + ], + "movie_name": [ + "Shazam!" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes! I think Shazam! is just right." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyMovieTickets" + ], + "slot": "intent", + "values": [ + "BuyMovieTickets" + ] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, should I buy the tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Sonoma" + ], + "movie_name": [ + "Shazam!" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, not right now. What are the show times for this movie?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "show_date", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What date would you like to see the movie?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "show_date", + "values": [ + "March 5th" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 31, + "slot": "show_date", + "start": 22 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Sonoma" + ], + "movie_name": [ + "Shazam!" + ], + "show_date": [ + "March 5th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to see it on March 5th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "19:00" + ], + "slot": "show_time", + "values": [ + "7 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Sonoma Cinema" + ], + "slot": "theater_name", + "values": [ + "Sonoma Cinema" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "Sonoma", + "movie_name": "Shazam!", + "show_date": "2019-03-05" + } + }, + "service_results": [ + { + "genre": "Adventure", + "location": "Sonoma", + "movie_name": "Shazam!", + "price": "12", + "show_date": "2019-03-05", + "show_time": "19:00", + "show_type": "3d", + "street_address": "4451", + "theater_name": "Sonoma Cinema" + } + ], + "slots": [ + { + "exclusive_end": 32, + "slot": "show_time", + "start": 28 + }, + { + "exclusive_end": 49, + "slot": "theater_name", + "start": 36 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, I found 1 showtime at 7 pm in Sonoma Cinema." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Sonoma" + ], + "movie_name": [ + "Shazam!" + ], + "show_date": [ + "March 5th" + ], + "show_time": [ + "7 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that'll work." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay great. 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": "Movies_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "location": [ + "Sonoma" + ], + "movie_name": [ + "Shazam!" + ], + "show_date": [ + "March 5th" + ], + "show_time": [ + "7 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that's all for now. Thanks for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day!" + } + ] + }, + { + "dialogue_id": "12_00092", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Horror" + ], + "slot": "genre", + "values": [ + "scary" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 64, + "slot": "genre", + "start": 59 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "genre": [ + "scary" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for a movie to watch tonight. My favorites are scary movies." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "location", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Berkeley" + ], + "slot": "location", + "values": [ + "Berkeley" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 21, + "slot": "location", + "start": 13 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "genre": [ + "scary" + ], + "location": [ + "Berkeley" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "A theater in Berkeley would be most convenient." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "The Curse of La Llorona" + ], + "slot": "movie_name", + "values": [ + "The Curse of La Llorona" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "genre": "Horror", + "location": "Berkeley" + } + }, + "service_results": [ + { + "genre": "Horror", + "location": "Berkeley", + "movie_name": "The Curse of La Llorona", + "price": "15", + "show_type": "regular", + "street_address": "2274 Shattuck Avenue", + "theater_name": "United Artists Berkeley 7" + } + ], + "slots": [ + { + "exclusive_end": 56, + "slot": "movie_name", + "start": 33 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 you may like. How does The Curse of La Llorona sound?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [ + "The Curse of La Llorona" + ], + "slot": "movie_name", + "values": [ + "The Curse of La Llorona" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 23, + "slot": "movie_name", + "start": 0 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "genre": [ + "scary" + ], + "location": [ + "Berkeley" + ], + "movie_name": [ + "The Curse of La Llorona" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "The Curse of La Llorona sounds like a movie I'd enjoy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyMovieTickets" + ], + "slot": "intent", + "values": [ + "BuyMovieTickets" + ] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want to purchase the tickets now?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "scary" + ], + "location": [ + "Berkeley" + ], + "movie_name": [ + "The Curse of La Llorona" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I'm not ready to buy them yet. What times are available?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "show_date", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When did you plan on watching it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "show_date", + "values": [ + "today" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "United Artists Berkeley 7" + ], + "slot": "theater_name", + "values": [ + "United Artists Berkeley" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 27, + "slot": "show_date", + "start": 22 + }, + { + "exclusive_end": 64, + "slot": "theater_name", + "start": 41 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "scary" + ], + "location": [ + "Berkeley" + ], + "movie_name": [ + "The Curse of La Llorona" + ], + "show_date": [ + "today" + ], + "theater_name": [ + "United Artists Berkeley" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to go sometime today. I think the United Artists Berkeley would be the closest to where I am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "22:00" + ], + "slot": "show_time", + "values": [ + "10 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "United Artists Berkeley 7" + ], + "slot": "theater_name", + "values": [ + "United Artists Berkeley 7" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "Berkeley", + "movie_name": "The Curse of La Llorona", + "show_date": "2019-03-01", + "theater_name": "United Artists Berkeley 7" + } + }, + "service_results": [ + { + "genre": "Horror", + "location": "Berkeley", + "movie_name": "The Curse of La Llorona", + "price": "15", + "show_date": "2019-03-01", + "show_time": "22:00", + "show_type": "regular", + "street_address": "2274 Shattuck Avenue", + "theater_name": "United Artists Berkeley 7" + } + ], + "slots": [ + { + "exclusive_end": 50, + "slot": "show_time", + "start": 45 + }, + { + "exclusive_end": 25, + "slot": "theater_name", + "start": 0 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "United Artists Berkeley 7 has one showing at 10 pm tonight." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "price", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [ + "price" + ], + "slot_values": { + "genre": [ + "scary" + ], + "location": [ + "Berkeley" + ], + "movie_name": [ + "The Curse of La Llorona" + ], + "show_date": [ + "today" + ], + "theater_name": [ + "United Artists Berkeley", + "United Artists Berkeley 7" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "How much do the tickets cost?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "15" + ], + "slot": "price", + "values": [ + "15" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 12, + "slot": "price", + "start": 10 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "They cost 15 dollars per person." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "scary" + ], + "location": [ + "Berkeley" + ], + "movie_name": [ + "The Curse of La Llorona" + ], + "show_date": [ + "today" + ], + "show_time": [ + "10 pm" + ], + "theater_name": [ + "United Artists Berkeley", + "United Artists Berkeley 7" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Good. 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": "Movies_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "genre": [ + "scary" + ], + "location": [ + "Berkeley" + ], + "movie_name": [ + "The Curse of La Llorona" + ], + "show_date": [ + "today" + ], + "show_time": [ + "10 pm" + ], + "theater_name": [ + "United Artists Berkeley", + "United Artists Berkeley 7" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I appreciate your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day!" + } + ] + }, + { + "dialogue_id": "12_00093", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Comedy" + ], + "slot": "genre", + "values": [ + "funny" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "AMC Brentwood 14" + ], + "slot": "theater_name", + "values": [ + "AMC Brentwood" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 20, + "slot": "genre", + "start": 15 + }, + { + "exclusive_end": 50, + "slot": "theater_name", + "start": 37 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "genre": [ + "funny" + ], + "theater_name": [ + "AMC Brentwood" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find a funny movie for me at AMC Brentwood?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "location", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you tell me your location?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Brentwood" + ], + "slot": "location", + "values": [ + "Brentwood" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "3d" + ], + "slot": "show_type", + "values": [ + "3d" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 28, + "slot": "location", + "start": 19 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "genre": [ + "funny" + ], + "location": [ + "Brentwood" + ], + "show_type": [ + "3d" + ], + "theater_name": [ + "AMC Brentwood" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Find a 3d movie in Brentwood." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Long Shot", + "Missing Link" + ], + "slot": "movie_name", + "values": [ + "Long Shot", + "Missing Link" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "2" + ], + "slot": "count", + "values": [ + "2" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "genre": "Comedy", + "location": "Brentwood", + "show_type": "3d", + "theater_name": "AMC Brentwood 14" + } + }, + "service_results": [ + { + "genre": "Comedy", + "location": "Brentwood", + "movie_name": "Long Shot", + "price": "6", + "show_type": "3d", + "street_address": "2525 Sand Creek Road", + "theater_name": "AMC Brentwood 14" + }, + { + "genre": "Comedy", + "location": "Brentwood", + "movie_name": "Missing Link", + "price": "6", + "show_type": "3d", + "street_address": "2525 Sand Creek Road", + "theater_name": "AMC Brentwood 14" + } + ], + "slots": [ + { + "exclusive_end": 51, + "slot": "movie_name", + "start": 42 + }, + { + "exclusive_end": 67, + "slot": "movie_name", + "start": 55 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 2 movies. What do you think about Long Shot or Missing Link?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [ + "Missing Link" + ], + "slot": "movie_name", + "values": [ + "Missing Link" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 12, + "slot": "movie_name", + "start": 0 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "genre": [ + "funny" + ], + "location": [ + "Brentwood" + ], + "movie_name": [ + "Missing Link" + ], + "show_type": [ + "3d" + ], + "theater_name": [ + "AMC Brentwood" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Missing Link sounds awesome." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyMovieTickets" + ], + "slot": "intent", + "values": [ + "BuyMovieTickets" + ] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want to purchase tickets now?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "funny" + ], + "location": [ + "Brentwood" + ], + "movie_name": [ + "Missing Link" + ], + "show_type": [ + "3d" + ], + "theater_name": [ + "AMC Brentwood" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, not right now. At what time is the show?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "show_date", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What date do you want to go on?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "show_date", + "values": [ + "later today" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 24, + "slot": "show_date", + "start": 13 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "funny" + ], + "location": [ + "Brentwood" + ], + "movie_name": [ + "Missing Link" + ], + "show_date": [ + "later today" + ], + "show_type": [ + "3d" + ], + "theater_name": [ + "AMC Brentwood" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to go later today." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "16:30" + ], + "slot": "show_time", + "values": [ + "4:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "AMC Brentwood 14" + ], + "slot": "theater_name", + "values": [ + "AMC Brentwood 14" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "Brentwood", + "movie_name": "Missing Link", + "show_date": "2019-03-01", + "show_type": "3d", + "theater_name": "AMC Brentwood 14" + } + }, + "service_results": [ + { + "genre": "Comedy", + "location": "Brentwood", + "movie_name": "Missing Link", + "price": "6", + "show_date": "2019-03-01", + "show_time": "16:30", + "show_type": "3d", + "street_address": "2525 Sand Creek Road", + "theater_name": "AMC Brentwood 14" + } + ], + "slots": [ + { + "exclusive_end": 46, + "slot": "show_time", + "start": 39 + }, + { + "exclusive_end": 35, + "slot": "theater_name", + "start": 19 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a show in AMC Brentwood 14 at 4:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "show_date", + "values": [ + "March 2nd" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 59, + "slot": "show_date", + "start": 50 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "funny" + ], + "location": [ + "Brentwood" + ], + "movie_name": [ + "Missing Link" + ], + "show_date": [ + "March 2nd" + ], + "show_type": [ + "3d" + ], + "theater_name": [ + "AMC Brentwood", + "AMC Brentwood 14" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is there another show time? I want to watch it on March 2nd." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "15:30" + ], + "slot": "show_time", + "values": [ + "3:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "AMC Brentwood 14" + ], + "slot": "theater_name", + "values": [ + "AMC Brentwood 14" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "Brentwood", + "movie_name": "Missing Link", + "show_date": "2019-03-02", + "show_type": "3d", + "theater_name": "AMC Brentwood 14" + } + }, + "service_results": [ + { + "genre": "Comedy", + "location": "Brentwood", + "movie_name": "Missing Link", + "price": "6", + "show_date": "2019-03-02", + "show_time": "15:30", + "show_type": "3d", + "street_address": "2525 Sand Creek Road", + "theater_name": "AMC Brentwood 14" + } + ], + "slots": [ + { + "exclusive_end": 54, + "slot": "show_time", + "start": 47 + }, + { + "exclusive_end": 74, + "slot": "theater_name", + "start": 58 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 showtime on that date. It will be at 3:30 pm at AMC Brentwood 14." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "street_address", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [ + "street_address" + ], + "slot_values": { + "genre": [ + "funny" + ], + "location": [ + "Brentwood" + ], + "movie_name": [ + "Missing Link" + ], + "show_date": [ + "March 2nd" + ], + "show_type": [ + "3d" + ], + "theater_name": [ + "AMC Brentwood", + "AMC Brentwood 14" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where is the theater located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2525 Sand Creek Road" + ], + "slot": "street_address", + "values": [ + "2525 Sand Creek Road" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 46, + "slot": "street_address", + "start": 26 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The theater is located at 2525 Sand Creek Road." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "funny" + ], + "location": [ + "Brentwood" + ], + "movie_name": [ + "Missing Link" + ], + "show_date": [ + "March 2nd" + ], + "show_time": [ + "3:30 pm" + ], + "show_type": [ + "3d" + ], + "theater_name": [ + "AMC Brentwood", + "AMC Brentwood 14" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds amazing. I don't need any more hlep." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Enjoy your day." + } + ] + }, + { + "dialogue_id": "12_00094", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I would like to watch a movie." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "location", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Larkspur" + ], + "slot": "location", + "values": [ + "Larkspur" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 23, + "slot": "location", + "start": 15 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Larkspur" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Find movies in Larkspur" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Auntie Mame", + "Captain Marvel", + "Shine a Light" + ], + "slot": "movie_name", + "values": [ + "Auntie Mame", + "Captain Marvel", + "Shine a Light" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "Larkspur" + } + }, + "service_results": [ + { + "genre": "Comedy", + "location": "Larkspur", + "movie_name": "Auntie Mame", + "price": "7", + "show_type": "regular", + "street_address": "549 Magnolia Avenue", + "theater_name": "Lark Theater" + }, + { + "genre": "Adventure", + "location": "Larkspur", + "movie_name": "Captain Marvel", + "price": "8", + "show_type": "imax", + "street_address": "500 Larkspur Landing Circle", + "theater_name": "Century Larkspur" + }, + { + "genre": "Biographical", + "location": "Larkspur", + "movie_name": "Shine a Light", + "price": "16", + "show_type": "regular", + "street_address": "549 Magnolia Avenue", + "theater_name": "Lark Theater" + }, + { + "genre": "Horror", + "location": "Larkspur", + "movie_name": "The Curse of La Llorona", + "price": "20", + "show_type": "imax", + "street_address": "500 Larkspur Landing Circle", + "theater_name": "Century Larkspur" + }, + { + "genre": "Documentary", + "location": "Larkspur", + "movie_name": "The Invisibles", + "price": "15", + "show_type": "3d", + "street_address": "549 Magnolia Avenue", + "theater_name": "Lark Theater" + }, + { + "genre": "Drama", + "location": "Larkspur", + "movie_name": "Transit", + "price": "10", + "show_type": "3d", + "street_address": "549 Magnolia Avenue", + "theater_name": "Lark Theater" + } + ], + "slots": [ + { + "exclusive_end": 22, + "slot": "movie_name", + "start": 11 + }, + { + "exclusive_end": 38, + "slot": "movie_name", + "start": 24 + }, + { + "exclusive_end": 55, + "slot": "movie_name", + "start": 42 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "What about Auntie Mame, Captain Marvel or Shine a Light?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [ + "Shine a Light" + ], + "slot": "movie_name", + "values": [ + "Shine a Light" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 13, + "slot": "movie_name", + "start": 0 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Larkspur" + ], + "movie_name": [ + "Shine a Light" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Shine a Light sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyMovieTickets" + ], + "slot": "intent", + "values": [ + "BuyMovieTickets" + ] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "dontcare" + ], + "slot": "theater_name", + "values": [ + "dontcare" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Larkspur" + ], + "movie_name": [ + "Shine a Light" + ], + "theater_name": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Not now, what times are available and any theatre is fine." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "show_date", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What day would you like?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "show_date", + "values": [ + "1st of this month" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 17, + "slot": "show_date", + "start": 0 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Larkspur" + ], + "movie_name": [ + "Shine a Light" + ], + "show_date": [ + "1st of this month" + ], + "theater_name": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "1st of this month" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "19:30" + ], + "slot": "show_time", + "values": [ + "7:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Lark Theater" + ], + "slot": "theater_name", + "values": [ + "Lark Theater" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "Larkspur", + "movie_name": "Shine a Light", + "show_date": "2019-03-01" + } + }, + "service_results": [ + { + "genre": "Biographical", + "location": "Larkspur", + "movie_name": "Shine a Light", + "price": "16", + "show_date": "2019-03-01", + "show_time": "19:30", + "show_type": "regular", + "street_address": "549 Magnolia Avenue", + "theater_name": "Lark Theater" + } + ], + "slots": [ + { + "exclusive_end": 34, + "slot": "show_time", + "start": 27 + }, + { + "exclusive_end": 50, + "slot": "theater_name", + "start": 38 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "1 showtime is available at 7:30 pm in Lark Theater" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "price", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "genre", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [ + "genre", + "price" + ], + "slot_values": { + "location": [ + "Larkspur" + ], + "movie_name": [ + "Shine a Light" + ], + "show_date": [ + "1st of this month" + ], + "theater_name": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is the cost and type of movie." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "16" + ], + "slot": "price", + "values": [ + "16" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Biographical" + ], + "slot": "genre", + "values": [ + "biographical" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 8, + "slot": "price", + "start": 6 + }, + { + "exclusive_end": 46, + "slot": "genre", + "start": 34 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It is 16 dollars per person and a biographical movie." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Larkspur" + ], + "movie_name": [ + "Shine a Light" + ], + "show_date": [ + "1st of this month" + ], + "show_time": [ + "7:30 pm" + ], + "theater_name": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day!" + } + ] + }, + { + "dialogue_id": "12_00095", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3d" + ], + "slot": "show_type", + "values": [ + "3d" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "show_type": [ + "3d" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to find a 3d movie to watch." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "location", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where would you like to watch the movie?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Union City" + ], + "slot": "location", + "values": [ + "Union City" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Century 25 Union Landing & XD" + ], + "slot": "theater_name", + "values": [ + "Century Union Landing" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 49, + "slot": "location", + "start": 39 + }, + { + "exclusive_end": 86, + "slot": "theater_name", + "start": 65 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Union City" + ], + "show_type": [ + "3d" + ], + "theater_name": [ + "Century Union Landing" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Could you search for movies playing in Union City. Preferably at Century Union Landing." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "After", + "Breakthrough", + "Hellboy" + ], + "slot": "movie_name", + "values": [ + "After", + "Breakthrough", + "Hellboy" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "5" + ], + "slot": "count", + "values": [ + "5" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "Union City", + "show_type": "3d", + "theater_name": "Century 25 Union Landing & XD" + } + }, + "service_results": [ + { + "genre": "Romance", + "location": "Union City", + "movie_name": "After", + "price": "18", + "show_type": "3d", + "street_address": "32100 Union Landing Boulevard", + "theater_name": "Century 25 Union Landing & XD" + }, + { + "genre": "Biographical", + "location": "Union City", + "movie_name": "Breakthrough", + "price": "17", + "show_type": "3d", + "street_address": "32100 Union Landing Boulevard", + "theater_name": "Century 25 Union Landing & XD" + }, + { + "genre": "Fantasy", + "location": "Union City", + "movie_name": "Hellboy", + "price": "23", + "show_type": "3d", + "street_address": "32100 Union Landing Boulevard", + "theater_name": "Century 25 Union Landing & XD" + }, + { + "genre": "Comedy", + "location": "Union City", + "movie_name": "Missing Link", + "price": "13", + "show_type": "3d", + "street_address": "32100 Union Landing Boulevard", + "theater_name": "Century 25 Union Landing & XD" + }, + { + "genre": "Thriller", + "location": "Union City", + "movie_name": "Pet Sematary", + "price": "10", + "show_type": "3d", + "street_address": "32100 Union Landing Boulevard", + "theater_name": "Century 25 Union Landing & XD" + } + ], + "slots": [ + { + "exclusive_end": 58, + "slot": "movie_name", + "start": 53 + }, + { + "exclusive_end": 72, + "slot": "movie_name", + "start": 60 + }, + { + "exclusive_end": 84, + "slot": "movie_name", + "start": 77 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 5 movies playing there. What do you think of After, Breakthrough, or Hellboy?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Union City" + ], + "show_type": [ + "3d" + ], + "theater_name": [ + "Century Union Landing" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Could you find some other movies?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Missing Link", + "Pet Sematary" + ], + "slot": "movie_name", + "values": [ + "Missing Link", + "Pet Sematary" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 22, + "slot": "movie_name", + "start": 10 + }, + { + "exclusive_end": 38, + "slot": "movie_name", + "start": 26 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "How about Missing Link or Pet Sematary?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [ + "Pet Sematary" + ], + "slot": "movie_name", + "values": [ + "Pet Sematary" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 12, + "slot": "movie_name", + "start": 0 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Union City" + ], + "movie_name": [ + "Pet Sematary" + ], + "show_type": [ + "3d" + ], + "theater_name": [ + "Century Union Landing" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Pet Sematary sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyMovieTickets" + ], + "slot": "intent", + "values": [ + "BuyMovieTickets" + ] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like me to get tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "show_date", + "values": [ + "March 2nd" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 103, + "slot": "show_date", + "start": 94 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Union City" + ], + "movie_name": [ + "Pet Sematary" + ], + "show_date": [ + "March 2nd" + ], + "show_type": [ + "3d" + ], + "theater_name": [ + "Century Union Landing" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I don't want to buy tickets now. What times are the movies playing? I want to watch it on March 2nd." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "17:00" + ], + "slot": "show_time", + "values": [ + "5 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Century 25 Union Landing & XD" + ], + "slot": "theater_name", + "values": [ + "Century 25 Union Landing & XD" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "Union City", + "movie_name": "Pet Sematary", + "show_date": "2019-03-02", + "show_type": "3d", + "theater_name": "Century 25 Union Landing & XD" + } + }, + "service_results": [ + { + "genre": "Thriller", + "location": "Union City", + "movie_name": "Pet Sematary", + "price": "10", + "show_date": "2019-03-02", + "show_time": "17:00", + "show_type": "3d", + "street_address": "32100 Union Landing Boulevard", + "theater_name": "Century 25 Union Landing & XD" + } + ], + "slots": [ + { + "exclusive_end": 47, + "slot": "show_time", + "start": 43 + }, + { + "exclusive_end": 80, + "slot": "theater_name", + "start": 51 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 showtime for the movie. It is at 5 pm in Century 25 Union Landing & XD." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "street_address", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "price", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [ + "price", + "street_address" + ], + "slot_values": { + "location": [ + "Union City" + ], + "movie_name": [ + "Pet Sematary" + ], + "show_date": [ + "March 2nd" + ], + "show_type": [ + "3d" + ], + "theater_name": [ + "Century 25 Union Landing & XD", + "Century Union Landing" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "How much does the ticket cost and what is the address of the theater?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "10" + ], + "slot": "price", + "values": [ + "$10" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "32100 Union Landing Boulevard" + ], + "slot": "street_address", + "values": [ + "32100 Union Landing Boulevard" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 20, + "slot": "price", + "start": 17 + }, + { + "exclusive_end": 77, + "slot": "street_address", + "start": 48 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The ticket costs $10 per person. The address is 32100 Union Landing Boulevard." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Union City" + ], + "movie_name": [ + "Pet Sematary" + ], + "show_date": [ + "March 2nd" + ], + "show_time": [ + "5 pm" + ], + "show_type": [ + "3d" + ], + "theater_name": [ + "Century 25 Union Landing & XD", + "Century Union Landing" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds perfect. That's all I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "12_00096", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Campbell" + ], + "slot": "location", + "values": [ + "Campbell" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "imax" + ], + "slot": "show_type", + "values": [ + "imax" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 77, + "slot": "location", + "start": 69 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Campbell" + ], + "show_type": [ + "imax" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I haven't seen a new movie a months. Can you find me an Imax show in Campbell to watch?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Dumbo", + "Hellboy", + "The Curse of La Llorona" + ], + "slot": "movie_name", + "values": [ + "Dumbo", + "Hellboy", + "The Curse of La Llorona" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "Campbell", + "show_type": "imax" + } + }, + "service_results": [ + { + "genre": "Fantasy", + "location": "Campbell", + "movie_name": "Dumbo", + "price": "14", + "show_type": "imax", + "street_address": "1875 South Bascom Avenue", + "theater_name": "Pruneyard Dine-In Cinemas" + }, + { + "genre": "Fantasy", + "location": "Campbell", + "movie_name": "Hellboy", + "price": "13", + "show_type": "imax", + "street_address": "1875 South Bascom Avenue", + "theater_name": "Pruneyard Dine-In Cinemas" + }, + { + "genre": "Horror", + "location": "Campbell", + "movie_name": "The Curse of La Llorona", + "price": "10", + "show_type": "imax", + "street_address": "1875 South Bascom Avenue", + "theater_name": "Pruneyard Dine-In Cinemas" + } + ], + "slots": [ + { + "exclusive_end": 68, + "slot": "movie_name", + "start": 63 + }, + { + "exclusive_end": 77, + "slot": "movie_name", + "start": 70 + }, + { + "exclusive_end": 106, + "slot": "movie_name", + "start": 83 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I've found 3 movies that match your criteria. These movies are Dumbo, Hellboy, and The Curse of La Llorona." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [ + "Hellboy" + ], + "slot": "movie_name", + "values": [ + "Hellboy" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 12, + "slot": "movie_name", + "start": 5 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Campbell" + ], + "movie_name": [ + "Hellboy" + ], + "show_type": [ + "imax" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Ooh, Hellboy sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyMovieTickets" + ], + "slot": "intent", + "values": [ + "BuyMovieTickets" + ] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to purchase tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "location": [ + "Campbell" + ], + "movie_name": [ + "Hellboy" + ], + "show_type": [ + "imax" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, not now. I'm going to do it in person." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay. Would there be anything else I can assist you with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "show_date", + "values": [ + "the 2nd" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Pruneyard Dine-In Cinemas" + ], + "slot": "theater_name", + "values": [ + "Pruneyard cinemas" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 42, + "slot": "show_date", + "start": 35 + }, + { + "exclusive_end": 63, + "slot": "theater_name", + "start": 46 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Campbell" + ], + "movie_name": [ + "Hellboy" + ], + "show_date": [ + "the 2nd" + ], + "show_type": [ + "imax" + ], + "theater_name": [ + "Pruneyard cinemas" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you tell me if it's playing on the 2nd at Pruneyard cinemas?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "15:30" + ], + "slot": "show_time", + "values": [ + "3:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Pruneyard Dine-In Cinemas" + ], + "slot": "theater_name", + "values": [ + "Pruneyard Dine-In Cinemas" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "Campbell", + "movie_name": "Hellboy", + "show_date": "2019-03-02", + "show_type": "imax", + "theater_name": "Pruneyard Dine-In Cinemas" + } + }, + "service_results": [ + { + "genre": "Fantasy", + "location": "Campbell", + "movie_name": "Hellboy", + "price": "13", + "show_date": "2019-03-02", + "show_time": "15:30", + "show_type": "imax", + "street_address": "1875 South Bascom Avenue", + "theater_name": "Pruneyard Dine-In Cinemas" + } + ], + "slots": [ + { + "exclusive_end": 42, + "slot": "show_time", + "start": 35 + }, + { + "exclusive_end": 75, + "slot": "theater_name", + "start": 50 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Certainly, there is one showing at 3:30 pm at the Pruneyard Dine-In Cinemas." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "genre", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [ + "genre" + ], + "slot_values": { + "location": [ + "Campbell" + ], + "movie_name": [ + "Hellboy" + ], + "show_date": [ + "the 2nd" + ], + "show_type": [ + "imax" + ], + "theater_name": [ + "Pruneyard Dine-In Cinemas", + "Pruneyard cinemas" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What's the genre of Hellboy?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Fantasy" + ], + "slot": "genre", + "values": [ + "fantasy" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 14, + "slot": "genre", + "start": 7 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It's a fantasy movie." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "street_address", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "price", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [ + "price", + "street_address" + ], + "slot_values": { + "location": [ + "Campbell" + ], + "movie_name": [ + "Hellboy" + ], + "show_date": [ + "the 2nd" + ], + "show_type": [ + "imax" + ], + "theater_name": [ + "Pruneyard Dine-In Cinemas", + "Pruneyard cinemas" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Cool, I love fantasy. What's the address of the theater, and how much would a ticket cost?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "13" + ], + "slot": "price", + "values": [ + "$13" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "1875 South Bascom Avenue" + ], + "slot": "street_address", + "values": [ + "1875 South Bascom Avenue" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 87, + "slot": "price", + "start": 84 + }, + { + "exclusive_end": 54, + "slot": "street_address", + "start": 30 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The address of the theater is 1875 South Bascom Avenue, and the price per ticket is $13." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Campbell" + ], + "movie_name": [ + "Hellboy" + ], + "show_date": [ + "the 2nd" + ], + "show_time": [ + "3:30 pm" + ], + "show_type": [ + "imax" + ], + "theater_name": [ + "Pruneyard Dine-In Cinemas", + "Pruneyard cinemas" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Good looks. You've been a lot of help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I'm always glad to be of service. Is there anything else that I could assist you with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "location": [ + "Campbell" + ], + "movie_name": [ + "Hellboy" + ], + "show_date": [ + "the 2nd" + ], + "show_time": [ + "3:30 pm" + ], + "show_type": [ + "imax" + ], + "theater_name": [ + "Pruneyard Dine-In Cinemas", + "Pruneyard cinemas" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that will be all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Very well. Enjoy the rest of your day." + } + ] + }, + { + "dialogue_id": "12_00097", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Comedy" + ], + "slot": "genre", + "values": [ + "Comedy" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 24, + "slot": "genre", + "start": 18 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "genre": [ + "Comedy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for a Comedy to watch in a theatre today, can you help me pick one?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "location", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What city would you like to see a movie in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Oakland" + ], + "slot": "location", + "values": [ + "Oakland" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 14, + "slot": "location", + "start": 7 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "genre": [ + "Comedy" + ], + "location": [ + "Oakland" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm in Oakland right now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Dr. Strangelove", + "Gloria Bell", + "Little" + ], + "slot": "movie_name", + "values": [ + "Dr. Strangelove", + "Gloria Bell", + "Little" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "genre": "Comedy", + "location": "Oakland" + } + }, + "service_results": [ + { + "genre": "Comedy", + "location": "Oakland", + "movie_name": "Dr. Strangelove", + "price": "23", + "show_type": "regular", + "street_address": "474 24th Street", + "theater_name": "The New Parkway Theater" + }, + { + "genre": "Comedy", + "location": "Oakland", + "movie_name": "Gloria Bell", + "price": "11", + "show_type": "imax", + "street_address": "474 24th Street", + "theater_name": "The New Parkway Theater" + }, + { + "genre": "Comedy", + "location": "Oakland", + "movie_name": "Little", + "price": "16", + "show_type": "regular", + "street_address": "100 Washington Street", + "theater_name": "Regal Cinemas Jack London 9" + }, + { + "genre": "Comedy", + "location": "Oakland", + "movie_name": "Stockholm", + "price": "21", + "show_type": "regular", + "street_address": "474 24th Street", + "theater_name": "The New Parkway Theater" + } + ], + "slots": [ + { + "exclusive_end": 50, + "slot": "movie_name", + "start": 35 + }, + { + "exclusive_end": 63, + "slot": "movie_name", + "start": 52 + }, + { + "exclusive_end": 75, + "slot": "movie_name", + "start": 69 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Some of the movies I've found are: Dr. Strangelove, Gloria Bell, and Little. Do any of those sound good?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "The New Parkway Theater" + ], + "slot": "theater_name", + "values": [ + "New Parkway Theater" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "regular" + ], + "slot": "show_type", + "values": [ + "regular" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 80, + "slot": "theater_name", + "start": 61 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "genre": [ + "Comedy" + ], + "location": [ + "Oakland" + ], + "show_type": [ + "regular" + ], + "theater_name": [ + "New Parkway Theater" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Not really - can you find some others? I'd like to go to the New Parkway Theater, a regular show, nothing 3D, they make me queasy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Stockholm" + ], + "slot": "movie_name", + "values": [ + "Stockholm" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "genre": "Comedy", + "location": "Oakland", + "show_type": "regular", + "theater_name": "The New Parkway Theater" + } + }, + "service_results": [ + { + "genre": "Comedy", + "location": "Oakland", + "movie_name": "Dr. Strangelove", + "price": "23", + "show_type": "regular", + "street_address": "474 24th Street", + "theater_name": "The New Parkway Theater" + } + ], + "slots": [ + { + "exclusive_end": 48, + "slot": "movie_name", + "start": 39 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I've found 1 movie that matches - does Stockholm sound good?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + }, + { + "act": "SELECT", + "canonical_values": [ + "Stockholm" + ], + "slot": "movie_name", + "values": [ + "Stockholm" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 15, + "slot": "movie_name", + "start": 6 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "Comedy" + ], + "location": [ + "Oakland" + ], + "movie_name": [ + "Stockholm" + ], + "show_type": [ + "regular" + ], + "theater_name": [ + "New Parkway Theater" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yeah, Stockholm sounds good - what times are available?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "show_date", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What day would you like to see it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "show_date", + "values": [ + "7th of this month" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 34, + "slot": "show_date", + "start": 17 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "Comedy" + ], + "location": [ + "Oakland" + ], + "movie_name": [ + "Stockholm" + ], + "show_date": [ + "7th of this month" + ], + "show_type": [ + "regular" + ], + "theater_name": [ + "New Parkway Theater" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm thinking the 7th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "21:00" + ], + "slot": "show_time", + "values": [ + "9 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The New Parkway Theater" + ], + "slot": "theater_name", + "values": [ + "The New Parkway Theater" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "Oakland", + "movie_name": "Stockholm", + "show_date": "2019-03-07", + "show_type": "regular", + "theater_name": "The New Parkway Theater" + } + }, + "service_results": [ + { + "genre": "Comedy", + "location": "Oakland", + "movie_name": "Stockholm", + "price": "21", + "show_date": "2019-03-07", + "show_time": "21:00", + "show_type": "regular", + "street_address": "474 24th Street", + "theater_name": "The New Parkway Theater" + } + ], + "slots": [ + { + "exclusive_end": 54, + "slot": "show_time", + "start": 50 + }, + { + "exclusive_end": 82, + "slot": "theater_name", + "start": 59 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I've found 1 showtime for Stockholm on the 7th at 9 pm, at The New Parkway Theater." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "price", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [ + "price" + ], + "slot_values": { + "genre": [ + "Comedy" + ], + "location": [ + "Oakland" + ], + "movie_name": [ + "Stockholm" + ], + "show_date": [ + "7th of this month" + ], + "show_type": [ + "regular" + ], + "theater_name": [ + "New Parkway Theater", + "The New Parkway Theater" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What's the price of a ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "21" + ], + "slot": "price", + "values": [ + "$21" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 19, + "slot": "price", + "start": 16 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The tickets are $21 per person." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "street_address", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [ + "street_address" + ], + "slot_values": { + "genre": [ + "Comedy" + ], + "location": [ + "Oakland" + ], + "movie_name": [ + "Stockholm" + ], + "show_date": [ + "7th of this month" + ], + "show_type": [ + "regular" + ], + "theater_name": [ + "New Parkway Theater", + "The New Parkway Theater" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's kind of pricy. Alright, what's the address of the theater?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "474 24th Street" + ], + "slot": "street_address", + "values": [ + "474 24th Street" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 41, + "slot": "street_address", + "start": 26 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The theater is located at 474 24th Street." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "Comedy" + ], + "location": [ + "Oakland" + ], + "movie_name": [ + "Stockholm" + ], + "show_date": [ + "7th of this month" + ], + "show_time": [ + "9 pm" + ], + "show_type": [ + "regular" + ], + "theater_name": [ + "New Parkway Theater", + "The New Parkway Theater" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay, yeah, that sounds alright." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyMovieTickets" + ], + "slot": "intent", + "values": [ + "BuyMovieTickets" + ] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want to get tickets today?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "genre": [ + "Comedy" + ], + "location": [ + "Oakland" + ], + "movie_name": [ + "Stockholm" + ], + "show_date": [ + "7th of this month" + ], + "show_time": [ + "9 pm" + ], + "show_type": [ + "regular" + ], + "theater_name": [ + "New Parkway Theater", + "The New Parkway Theater" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Not right now thanks, I don't think I need anything else." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "12_00098", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Drama" + ], + "slot": "genre", + "values": [ + "drama" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 43, + "slot": "genre", + "start": 38 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "genre": [ + "drama" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to go to the movies. Find me a drama" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "location", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What city?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sebastopol" + ], + "slot": "location", + "values": [ + "Sebastopol" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 13, + "slot": "location", + "start": 3 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "genre": [ + "drama" + ], + "location": [ + "Sebastopol" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "In Sebastopol" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Hackers", + "High Life", + "Sunset" + ], + "slot": "movie_name", + "values": [ + "Hackers", + "High Life", + "Sunset" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "genre": "Drama", + "location": "Sebastopol" + } + }, + "service_results": [ + { + "genre": "Drama", + "location": "Sebastopol", + "movie_name": "Hackers", + "price": "11", + "show_type": "regular", + "street_address": "6868 McKinley Street", + "theater_name": "Rialto Cinemas" + }, + { + "genre": "Drama", + "location": "Sebastopol", + "movie_name": "High Life", + "price": "10", + "show_type": "imax", + "street_address": "6868 McKinley Street", + "theater_name": "Rialto Cinemas" + }, + { + "genre": "Drama", + "location": "Sebastopol", + "movie_name": "Sunset", + "price": "19", + "show_type": "imax", + "street_address": "6868 McKinley Street", + "theater_name": "Rialto Cinemas" + }, + { + "genre": "Drama", + "location": "Sebastopol", + "movie_name": "The Best of Enemies", + "price": "18", + "show_type": "imax", + "street_address": "6868 McKinley Street", + "theater_name": "Rialto Cinemas" + }, + { + "genre": "Drama", + "location": "Sebastopol", + "movie_name": "Wild Nights with Emily", + "price": "11", + "show_type": "3d", + "street_address": "6868 McKinley Street", + "theater_name": "Rialto Cinemas" + } + ], + "slots": [ + { + "exclusive_end": 15, + "slot": "movie_name", + "start": 8 + }, + { + "exclusive_end": 26, + "slot": "movie_name", + "start": 17 + }, + { + "exclusive_end": 38, + "slot": "movie_name", + "start": 32 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found Hackers, High Life, and Sunset for you" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "show_date", + "values": [ + "7th of this month" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + }, + { + "act": "SELECT", + "canonical_values": [ + "Hackers" + ], + "slot": "movie_name", + "values": [ + "Hackers" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 21, + "slot": "movie_name", + "start": 14 + }, + { + "exclusive_end": 46, + "slot": "show_date", + "start": 29 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "drama" + ], + "location": [ + "Sebastopol" + ], + "movie_name": [ + "Hackers" + ], + "show_date": [ + "7th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to see Hackers on the 7th of this month. What time does it play?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "19:30" + ], + "slot": "show_time", + "values": [ + "7:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Rialto Cinemas" + ], + "slot": "theater_name", + "values": [ + "Rialto Cinemas" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "Sebastopol", + "movie_name": "Hackers", + "show_date": "2019-03-07" + } + }, + "service_results": [ + { + "genre": "Drama", + "location": "Sebastopol", + "movie_name": "Hackers", + "price": "11", + "show_date": "2019-03-07", + "show_time": "19:30", + "show_type": "regular", + "street_address": "6868 McKinley Street", + "theater_name": "Rialto Cinemas" + } + ], + "slots": [ + { + "exclusive_end": 27, + "slot": "show_time", + "start": 20 + }, + { + "exclusive_end": 45, + "slot": "theater_name", + "start": 31 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's 1 showtime: 7:30 pm at Rialto Cinemas" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "price", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "street_address", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [ + "price", + "street_address" + ], + "slot_values": { + "genre": [ + "drama" + ], + "location": [ + "Sebastopol" + ], + "movie_name": [ + "Hackers" + ], + "show_date": [ + "7th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where is that? How much does it cost?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "11" + ], + "slot": "price", + "values": [ + "$11" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "6868 McKinley Street" + ], + "slot": "street_address", + "values": [ + "6868 McKinley Street" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 8, + "slot": "price", + "start": 5 + }, + { + "exclusive_end": 52, + "slot": "street_address", + "start": 32 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It's $11 per ticket. They're at 6868 McKinley Street." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "drama" + ], + "location": [ + "Sebastopol" + ], + "movie_name": [ + "Hackers" + ], + "show_date": [ + "7th of this month" + ], + "show_time": [ + "7:30 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Ok" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyMovieTickets" + ], + "slot": "intent", + "values": [ + "BuyMovieTickets" + ] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to book tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "genre": [ + "drama" + ], + "location": [ + "Sebastopol" + ], + "movie_name": [ + "Hackers" + ], + "show_date": [ + "7th of this month" + ], + "show_time": [ + "7:30 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No not now. I'm fine for now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Cheers." + } + ] + }, + { + "dialogue_id": "12_00099", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Please find me a movie at a theatre." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "location", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What area would you like?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Bruno" + ], + "slot": "location", + "values": [ + "San Bruno" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 28, + "slot": "location", + "start": 19 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "San Bruno" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like it in San Bruno." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Breakthrough", + "Captain Marvel", + "Dumbo" + ], + "slot": "movie_name", + "values": [ + "Breakthrough", + "Captain Marvel", + "Dumbo" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "San Bruno" + } + }, + "service_results": [ + { + "genre": "Biographical", + "location": "San Bruno", + "movie_name": "Breakthrough", + "price": "19", + "show_type": "imax", + "street_address": "1188 El Camino Real 4th Floor", + "theater_name": "Century at Tanforan & XD" + }, + { + "genre": "Adventure", + "location": "San Bruno", + "movie_name": "Captain Marvel", + "price": "7", + "show_type": "regular", + "street_address": "1188 El Camino Real 4th Floor", + "theater_name": "Century at Tanforan & XD" + }, + { + "genre": "Fantasy", + "location": "San Bruno", + "movie_name": "Dumbo", + "price": "19", + "show_type": "3d", + "street_address": "1188 El Camino Real 4th Floor", + "theater_name": "Century at Tanforan & XD" + }, + { + "genre": "Animation", + "location": "San Bruno", + "movie_name": "How to Train Your Dragon: The Hidden World", + "price": "9", + "show_type": "3d", + "street_address": "1188 El Camino Real 4th Floor", + "theater_name": "Century at Tanforan & XD" + }, + { + "genre": "Comedy", + "location": "San Bruno", + "movie_name": "Little", + "price": "19", + "show_type": "regular", + "street_address": "1188 El Camino Real 4th Floor", + "theater_name": "Century at Tanforan & XD" + }, + { + "genre": "Comedy", + "location": "San Bruno", + "movie_name": "Missing Link", + "price": "8", + "show_type": "imax", + "street_address": "1188 El Camino Real 4th Floor", + "theater_name": "Century at Tanforan & XD" + }, + { + "genre": "Adventure", + "location": "San Bruno", + "movie_name": "Shazam!", + "price": "25", + "show_type": "regular", + "street_address": "1188 El Camino Real 4th Floor", + "theater_name": "Century at Tanforan & XD" + }, + { + "genre": "Musical", + "location": "San Bruno", + "movie_name": "Teen Spirit", + "price": "18", + "show_type": "imax", + "street_address": "1188 El Camino Real 4th Floor", + "theater_name": "Century at Tanforan & XD" + } + ], + "slots": [ + { + "exclusive_end": 19, + "slot": "movie_name", + "start": 7 + }, + { + "exclusive_end": 35, + "slot": "movie_name", + "start": 21 + }, + { + "exclusive_end": 44, + "slot": "movie_name", + "start": 39 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have Breakthrough, Captain Marvel or Dumbo?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [ + "Captain Marvel" + ], + "slot": "movie_name", + "values": [ + "Captain Marvel" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 21, + "slot": "movie_name", + "start": 7 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "San Bruno" + ], + "movie_name": [ + "Captain Marvel" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want Captain Marvel." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyMovieTickets" + ], + "slot": "intent", + "values": [ + "BuyMovieTickets" + ] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like reserve tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "San Bruno" + ], + "movie_name": [ + "Captain Marvel" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No not yet. What are listed times?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "show_date", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What date would you like?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "show_date", + "values": [ + "This Saturday" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Century at Tanforan & XD" + ], + "slot": "theater_name", + "values": [ + "Century at Tanforan" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 13, + "slot": "show_date", + "start": 0 + }, + { + "exclusive_end": 36, + "slot": "theater_name", + "start": 17 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "San Bruno" + ], + "movie_name": [ + "Captain Marvel" + ], + "show_date": [ + "This Saturday" + ], + "theater_name": [ + "Century at Tanforan" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "This Saturday at Century at Tanforan." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "22:30" + ], + "slot": "show_time", + "values": [ + "10:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Century at Tanforan & XD" + ], + "slot": "theater_name", + "values": [ + "Century at Tanforan & XD" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "San Bruno", + "movie_name": "Captain Marvel", + "show_date": "2019-03-02", + "theater_name": "Century at Tanforan & XD" + } + }, + "service_results": [ + { + "genre": "Adventure", + "location": "San Bruno", + "movie_name": "Captain Marvel", + "price": "7", + "show_date": "2019-03-02", + "show_time": "22:30", + "show_type": "regular", + "street_address": "1188 El Camino Real 4th Floor", + "theater_name": "Century at Tanforan & XD" + } + ], + "slots": [ + { + "exclusive_end": 27, + "slot": "show_time", + "start": 19 + }, + { + "exclusive_end": 55, + "slot": "theater_name", + "start": 31 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is 1 show at 10:30 pm at Century at Tanforan & XD." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "San Bruno" + ], + "movie_name": [ + "Captain Marvel" + ], + "show_date": [ + "This Saturday" + ], + "show_time": [ + "10:30 pm" + ], + "theater_name": [ + "Century at Tanforan", + "Century at Tanforan & XD" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else today?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "location": [ + "San Bruno" + ], + "movie_name": [ + "Captain Marvel" + ], + "show_date": [ + "This Saturday" + ], + "show_time": [ + "10:30 pm" + ], + "theater_name": [ + "Century at Tanforan", + "Century at Tanforan & XD" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No that is all I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Thank you and have a nice day." + } + ] + }, + { + "dialogue_id": "12_00100", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I would like to find a movie to watch." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "location", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where do you want to watch it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Newark" + ], + "slot": "location", + "values": [ + "Newark" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 39, + "slot": "location", + "start": 33 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Newark" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Search for movies being shown in Newark." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Breakthrough", + "Captain Marvel", + "Dumbo" + ], + "slot": "movie_name", + "values": [ + "Breakthrough", + "Captain Marvel", + "Dumbo" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "9" + ], + "slot": "count", + "values": [ + "9" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "Newark" + } + }, + "service_results": [ + { + "genre": "Biographical", + "location": "Newark", + "movie_name": "Breakthrough", + "price": "24", + "show_type": "regular", + "street_address": "400 Newpark Mall", + "theater_name": "AMC NewPark 12" + }, + { + "genre": "Adventure", + "location": "Newark", + "movie_name": "Captain Marvel", + "price": "13", + "show_type": "3d", + "street_address": "400 Newpark Mall", + "theater_name": "AMC NewPark 12" + }, + { + "genre": "Fantasy", + "location": "Newark", + "movie_name": "Dumbo", + "price": "10", + "show_type": "imax", + "street_address": "400 Newpark Mall", + "theater_name": "AMC NewPark 12" + }, + { + "genre": "Fantasy", + "location": "Newark", + "movie_name": "Hellboy", + "price": "19", + "show_type": "imax", + "street_address": "400 Newpark Mall", + "theater_name": "AMC NewPark 12" + }, + { + "genre": "Comedy", + "location": "Newark", + "movie_name": "Little", + "price": "14", + "show_type": "imax", + "street_address": "400 Newpark Mall", + "theater_name": "AMC NewPark 12" + }, + { + "genre": "Comedy", + "location": "Newark", + "movie_name": "Missing Link", + "price": "17", + "show_type": "3d", + "street_address": "400 Newpark Mall", + "theater_name": "AMC NewPark 12" + }, + { + "genre": "Thriller", + "location": "Newark", + "movie_name": "Pet Sematary", + "price": "23", + "show_type": "regular", + "street_address": "400 Newpark Mall", + "theater_name": "AMC NewPark 12" + }, + { + "genre": "Adventure", + "location": "Newark", + "movie_name": "Shazam!", + "price": "18", + "show_type": "regular", + "street_address": "400 Newpark Mall", + "theater_name": "AMC NewPark 12" + }, + { + "genre": "Horror", + "location": "Newark", + "movie_name": "The Curse of La Llorona", + "price": "16", + "show_type": "imax", + "street_address": "400 Newpark Mall", + "theater_name": "AMC NewPark 12" + } + ], + "slots": [ + { + "exclusive_end": 56, + "slot": "movie_name", + "start": 44 + }, + { + "exclusive_end": 72, + "slot": "movie_name", + "start": 58 + }, + { + "exclusive_end": 81, + "slot": "movie_name", + "start": 76 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have found 9 movies. Do you want to watch Breakthrough, Captain Marvel or Dumbo?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "AMC NewPark 12" + ], + "slot": "theater_name", + "values": [ + "AMC NewPark" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 45, + "slot": "theater_name", + "start": 34 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Newark" + ], + "theater_name": [ + "AMC NewPark" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find some other movies at AMC NewPark." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Hellboy", + "Little", + "Missing Link" + ], + "slot": "movie_name", + "values": [ + "Hellboy", + "Little", + "Missing Link" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "6" + ], + "slot": "count", + "values": [ + "6" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "Newark", + "theater_name": "AMC NewPark 12" + } + }, + "service_results": [ + { + "genre": "Biographical", + "location": "Newark", + "movie_name": "Breakthrough", + "price": "24", + "show_type": "regular", + "street_address": "400 Newpark Mall", + "theater_name": "AMC NewPark 12" + }, + { + "genre": "Adventure", + "location": "Newark", + "movie_name": "Captain Marvel", + "price": "13", + "show_type": "3d", + "street_address": "400 Newpark Mall", + "theater_name": "AMC NewPark 12" + }, + { + "genre": "Fantasy", + "location": "Newark", + "movie_name": "Dumbo", + "price": "10", + "show_type": "imax", + "street_address": "400 Newpark Mall", + "theater_name": "AMC NewPark 12" + }, + { + "genre": "Fantasy", + "location": "Newark", + "movie_name": "Hellboy", + "price": "19", + "show_type": "imax", + "street_address": "400 Newpark Mall", + "theater_name": "AMC NewPark 12" + }, + { + "genre": "Comedy", + "location": "Newark", + "movie_name": "Little", + "price": "14", + "show_type": "imax", + "street_address": "400 Newpark Mall", + "theater_name": "AMC NewPark 12" + }, + { + "genre": "Comedy", + "location": "Newark", + "movie_name": "Missing Link", + "price": "17", + "show_type": "3d", + "street_address": "400 Newpark Mall", + "theater_name": "AMC NewPark 12" + } + ], + "slots": [ + { + "exclusive_end": 51, + "slot": "movie_name", + "start": 44 + }, + { + "exclusive_end": 59, + "slot": "movie_name", + "start": 53 + }, + { + "exclusive_end": 75, + "slot": "movie_name", + "start": 63 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have found 6 movies. Do you want to watch Hellboy, Little or Missing Link?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "dontcare" + ], + "slot": "show_type", + "values": [ + "dontcare" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Newark" + ], + "show_type": [ + "dontcare" + ], + "theater_name": [ + "AMC NewPark" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Find some other movies, any type of movie is fine." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Pet Sematary", + "Shazam!", + "The Curse of La Llorona" + ], + "slot": "movie_name", + "values": [ + "Pet Sematary", + "Shazam!", + "The Curse of La Llorona" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "Newark", + "theater_name": "AMC NewPark 12" + } + }, + "service_results": [ + { + "genre": "Biographical", + "location": "Newark", + "movie_name": "Breakthrough", + "price": "24", + "show_type": "regular", + "street_address": "400 Newpark Mall", + "theater_name": "AMC NewPark 12" + }, + { + "genre": "Adventure", + "location": "Newark", + "movie_name": "Captain Marvel", + "price": "13", + "show_type": "3d", + "street_address": "400 Newpark Mall", + "theater_name": "AMC NewPark 12" + }, + { + "genre": "Fantasy", + "location": "Newark", + "movie_name": "Dumbo", + "price": "10", + "show_type": "imax", + "street_address": "400 Newpark Mall", + "theater_name": "AMC NewPark 12" + } + ], + "slots": [ + { + "exclusive_end": 51, + "slot": "movie_name", + "start": 39 + }, + { + "exclusive_end": 60, + "slot": "movie_name", + "start": 53 + }, + { + "exclusive_end": 87, + "slot": "movie_name", + "start": 64 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 3 movies. Do you want to watch Pet Sematary, Shazam! or The Curse of La Llorona?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [ + "Pet Sematary" + ], + "slot": "movie_name", + "values": [ + "Pet Sematary" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 28, + "slot": "movie_name", + "start": 16 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Newark" + ], + "movie_name": [ + "Pet Sematary" + ], + "show_type": [ + "dontcare" + ], + "theater_name": [ + "AMC NewPark" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to watch Pet Sematary." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyMovieTickets" + ], + "slot": "intent", + "values": [ + "BuyMovieTickets" + ] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to purchase tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "location": [ + "Newark" + ], + "movie_name": [ + "Pet Sematary" + ], + "show_type": [ + "dontcare" + ], + "theater_name": [ + "AMC NewPark" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I don't want to but tickets right now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can I help you with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "show_date", + "values": [ + "the 2nd" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 42, + "slot": "show_date", + "start": 35 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Newark" + ], + "movie_name": [ + "Pet Sematary" + ], + "show_date": [ + "the 2nd" + ], + "show_type": [ + "dontcare" + ], + "theater_name": [ + "AMC NewPark" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What time can I watch the movie on the 2nd?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "16:00" + ], + "slot": "show_time", + "values": [ + "4 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "AMC NewPark 12" + ], + "slot": "theater_name", + "values": [ + "AMC NewPark 12" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "Newark", + "movie_name": "Pet Sematary", + "show_date": "2019-03-02", + "theater_name": "AMC NewPark 12" + } + }, + "service_results": [ + { + "genre": "Thriller", + "location": "Newark", + "movie_name": "Pet Sematary", + "price": "23", + "show_date": "2019-03-02", + "show_time": "16:00", + "show_type": "regular", + "street_address": "400 Newpark Mall", + "theater_name": "AMC NewPark 12" + } + ], + "slots": [ + { + "exclusive_end": 41, + "slot": "show_time", + "start": 37 + }, + { + "exclusive_end": 59, + "slot": "theater_name", + "start": 45 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is 1 showtime for the movie at 4 pm at AMC NewPark 12." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Newark" + ], + "movie_name": [ + "Pet Sematary" + ], + "show_date": [ + "the 2nd" + ], + "show_time": [ + "4 pm" + ], + "show_type": [ + "dontcare" + ], + "theater_name": [ + "AMC NewPark", + "AMC NewPark 12" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_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": "Movies_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "location": [ + "Newark" + ], + "movie_name": [ + "Pet Sematary" + ], + "show_date": [ + "the 2nd" + ], + "show_time": [ + "4 pm" + ], + "show_type": [ + "dontcare" + ], + "theater_name": [ + "AMC NewPark", + "AMC NewPark 12" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thanks for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "12_00101", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Century 20 Daly City & XD" + ], + "slot": "theater_name", + "values": [ + "Century Daly City" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 58, + "slot": "theater_name", + "start": 41 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "theater_name": [ + "Century Daly City" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "My friend and I want to watch a movie at Century Daly City" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "location", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Daly City" + ], + "slot": "location", + "values": [ + "Daly City" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Adventure" + ], + "slot": "genre", + "values": [ + "Adventure" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 17, + "slot": "location", + "start": 8 + }, + { + "exclusive_end": 42, + "slot": "genre", + "start": 33 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "genre": [ + "Adventure" + ], + "location": [ + "Daly City" + ], + "theater_name": [ + "Century Daly City" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am in Daly City - can you find Adventure movies for us?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Shazam!" + ], + "slot": "movie_name", + "values": [ + "Shazam!" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "genre": "Adventure", + "location": "Daly City", + "theater_name": "Century 20 Daly City & XD" + } + }, + "service_results": [ + { + "genre": "Adventure", + "location": "Daly City", + "movie_name": "Shazam!", + "price": "22", + "show_type": "regular", + "street_address": "1901 Junipero Serra Boulevard", + "theater_name": "Century 20 Daly City & XD" + } + ], + "slots": [ + { + "exclusive_end": 50, + "slot": "movie_name", + "start": 43 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have found 1 movie, what about the movie Shazam!?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "show_date", + "values": [ + "4th of March" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + }, + { + "act": "SELECT", + "canonical_values": [ + "Shazam!" + ], + "slot": "movie_name", + "values": [ + "Shazam!" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 7, + "slot": "movie_name", + "start": 0 + }, + { + "exclusive_end": 65, + "slot": "show_date", + "start": 53 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "Adventure" + ], + "location": [ + "Daly City" + ], + "movie_name": [ + "Shazam!" + ], + "show_date": [ + "4th of March" + ], + "theater_name": [ + "Century Daly City" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Shazam! sounds good! What times are available on the 4th of March?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "22:30" + ], + "slot": "show_time", + "values": [ + "10:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Century 20 Daly City & XD" + ], + "slot": "theater_name", + "values": [ + "Century 20 Daly City & XD" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "Daly City", + "movie_name": "Shazam!", + "show_date": "2019-03-04", + "theater_name": "Century 20 Daly City & XD" + } + }, + "service_results": [ + { + "genre": "Adventure", + "location": "Daly City", + "movie_name": "Shazam!", + "price": "22", + "show_date": "2019-03-04", + "show_time": "22:30", + "show_type": "regular", + "street_address": "1901 Junipero Serra Boulevard", + "theater_name": "Century 20 Daly City & XD" + } + ], + "slots": [ + { + "exclusive_end": 30, + "slot": "show_time", + "start": 22 + }, + { + "exclusive_end": 59, + "slot": "theater_name", + "start": 34 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's 1 showtime at 10:30 pm in Century 20 Daly City & XD" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "Adventure" + ], + "location": [ + "Daly City" + ], + "movie_name": [ + "Shazam!" + ], + "show_date": [ + "4th of March" + ], + "show_time": [ + "10:30 pm" + ], + "theater_name": [ + "Century 20 Daly City & XD", + "Century Daly City" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyMovieTickets" + ], + "slot": "intent", + "values": [ + "BuyMovieTickets" + ] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want to get some tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "genre": [ + "Adventure" + ], + "location": [ + "Daly City" + ], + "movie_name": [ + "Shazam!" + ], + "show_date": [ + "4th of March" + ], + "show_time": [ + "10:30 pm" + ], + "theater_name": [ + "Century 20 Daly City & XD", + "Century Daly City" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Not at the moment" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Great, have an awesome day" + } + ] + }, + { + "dialogue_id": "12_00102", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I ant to find a movie to watch." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "location", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What is you location?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "imax" + ], + "slot": "show_type", + "values": [ + "imax" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Fremont" + ], + "slot": "location", + "values": [ + "Fremont" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Century at Pacific Commons & XD" + ], + "slot": "theater_name", + "values": [ + "Century at Pacific Commons" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 49, + "slot": "location", + "start": 42 + }, + { + "exclusive_end": 99, + "slot": "theater_name", + "start": 73 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Fremont" + ], + "show_type": [ + "imax" + ], + "theater_name": [ + "Century at Pacific Commons" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to watch a imax show for movies in Fremont.And I want to watch at Century at Pacific Commons." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "How to Train Your Dragon: The Hidden World", + "Little", + "Pet Sematary" + ], + "slot": "movie_name", + "values": [ + "How to Train Your Dragon: The hidden World", + "Little", + "Pet Sematary" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "Fremont", + "show_type": "imax", + "theater_name": "Century at Pacific Commons & XD" + } + }, + "service_results": [ + { + "genre": "Animation", + "location": "Fremont", + "movie_name": "How to Train Your Dragon: The Hidden World", + "price": "20", + "show_type": "imax", + "street_address": "43917 Pacific Commons Boulevard", + "theater_name": "Century at Pacific Commons & XD" + }, + { + "genre": "Comedy", + "location": "Fremont", + "movie_name": "Little", + "price": "7", + "show_type": "imax", + "street_address": "43917 Pacific Commons Boulevard", + "theater_name": "Century at Pacific Commons & XD" + }, + { + "genre": "Thriller", + "location": "Fremont", + "movie_name": "Pet Sematary", + "price": "7", + "show_type": "imax", + "street_address": "43917 Pacific Commons Boulevard", + "theater_name": "Century at Pacific Commons & XD" + }, + { + "genre": "Adventure", + "location": "Fremont", + "movie_name": "Shazam!", + "price": "21", + "show_type": "imax", + "street_address": "43917 Pacific Commons Boulevard", + "theater_name": "Century at Pacific Commons & XD" + } + ], + "slots": [ + { + "exclusive_end": 42, + "slot": "movie_name", + "start": 0 + }, + { + "exclusive_end": 50, + "slot": "movie_name", + "start": 44 + }, + { + "exclusive_end": 66, + "slot": "movie_name", + "start": 54 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "How to Train Your Dragon: The hidden World, Little or Pet Sematary?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Adventure" + ], + "slot": "genre", + "values": [ + "adventure" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 16, + "slot": "genre", + "start": 7 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "genre": [ + "adventure" + ], + "location": [ + "Fremont" + ], + "show_type": [ + "imax" + ], + "theater_name": [ + "Century at Pacific Commons" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like adventure movies.Please find some other movies." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Shazam!" + ], + "slot": "movie_name", + "values": [ + "Shazam!" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "genre": "Adventure", + "location": "Fremont", + "show_type": "imax", + "theater_name": "Century at Pacific Commons & XD" + } + }, + "service_results": [ + { + "genre": "Adventure", + "location": "Fremont", + "movie_name": "Shazam!", + "price": "21", + "show_type": "imax", + "street_address": "43917 Pacific Commons Boulevard", + "theater_name": "Century at Pacific Commons & XD" + } + ], + "slots": [ + { + "exclusive_end": 17, + "slot": "movie_name", + "start": 10 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "How about Shazam!?I found 1 movie." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "show_date", + "values": [ + "Friday next week" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + }, + { + "act": "SELECT", + "canonical_values": [ + "Shazam!" + ], + "slot": "movie_name", + "values": [ + "Shazam!" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 7, + "slot": "movie_name", + "start": 0 + }, + { + "exclusive_end": 57, + "slot": "show_date", + "start": 41 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "adventure" + ], + "location": [ + "Fremont" + ], + "movie_name": [ + "Shazam!" + ], + "show_date": [ + "Friday next week" + ], + "show_type": [ + "imax" + ], + "theater_name": [ + "Century at Pacific Commons" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Shazam! is perfect.I want to watch it on Friday next week . What time can I watch it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "22:30" + ], + "slot": "show_time", + "values": [ + "10:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Century at Pacific Commons & XD" + ], + "slot": "theater_name", + "values": [ + "Century at Pacific Commons & XD" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "Fremont", + "movie_name": "Shazam!", + "show_date": "2019-03-08", + "show_type": "imax", + "theater_name": "Century at Pacific Commons & XD" + } + }, + "service_results": [ + { + "genre": "Adventure", + "location": "Fremont", + "movie_name": "Shazam!", + "price": "21", + "show_date": "2019-03-08", + "show_time": "22:30", + "show_type": "imax", + "street_address": "43917 Pacific Commons Boulevard", + "theater_name": "Century at Pacific Commons & XD" + } + ], + "slots": [ + { + "exclusive_end": 25, + "slot": "show_time", + "start": 17 + }, + { + "exclusive_end": 60, + "slot": "theater_name", + "start": 29 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's one show 10:30 pm in Century at Pacific Commons & XD." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "adventure" + ], + "location": [ + "Fremont" + ], + "movie_name": [ + "Shazam!" + ], + "show_date": [ + "Friday next week" + ], + "show_time": [ + "10:30 pm" + ], + "show_type": [ + "imax" + ], + "theater_name": [ + "Century at Pacific Commons", + "Century at Pacific Commons & XD" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good.That is I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "12_00103", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I want to watch a movie" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "location", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you located" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Vallejo" + ], + "slot": "location", + "values": [ + "Vallejo" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 15, + "slot": "location", + "start": 8 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Vallejo" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am in Vallejo" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "After", + "Breakthrough", + "Captain Marvel" + ], + "slot": "movie_name", + "values": [ + "After", + "Breakthrough", + "Captain Marvel" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "Vallejo" + } + }, + "service_results": [ + { + "genre": "Romance", + "location": "Vallejo", + "movie_name": "After", + "price": "13", + "show_type": "regular", + "street_address": "109 Plaza Dr. Gateway Plaza Center", + "theater_name": "Century Vallejo 14" + }, + { + "genre": "Biographical", + "location": "Vallejo", + "movie_name": "Breakthrough", + "price": "19", + "show_type": "3d", + "street_address": "109 Plaza Dr. Gateway Plaza Center", + "theater_name": "Century Vallejo 14" + }, + { + "genre": "Adventure", + "location": "Vallejo", + "movie_name": "Captain Marvel", + "price": "23", + "show_type": "3d", + "street_address": "109 Plaza Dr. Gateway Plaza Center", + "theater_name": "Century Vallejo 14" + }, + { + "genre": "Fantasy", + "location": "Vallejo", + "movie_name": "Dumbo", + "price": "19", + "show_type": "imax", + "street_address": "109 Plaza Dr. Gateway Plaza Center", + "theater_name": "Century Vallejo 14" + }, + { + "genre": "Fantasy", + "location": "Vallejo", + "movie_name": "Hellboy", + "price": "25", + "show_type": "imax", + "street_address": "109 Plaza Dr. Gateway Plaza Center", + "theater_name": "Century Vallejo 14" + }, + { + "genre": "Adventure", + "location": "Vallejo", + "movie_name": "Shazam!", + "price": "7", + "show_type": "regular", + "street_address": "109 Plaza Dr. Gateway Plaza Center", + "theater_name": "Century Vallejo 14" + } + ], + "slots": [ + { + "exclusive_end": 27, + "slot": "movie_name", + "start": 22 + }, + { + "exclusive_end": 41, + "slot": "movie_name", + "start": 29 + }, + { + "exclusive_end": 59, + "slot": "movie_name", + "start": 45 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Are you interested in After, Breakthrough or Captain Marvel" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "dontcare" + ], + "slot": "theater_name", + "values": [ + "dontcare" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + }, + { + "act": "SELECT", + "canonical_values": [ + "Captain Marvel" + ], + "slot": "movie_name", + "values": [ + "Captain Marvel" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 30, + "slot": "movie_name", + "start": 16 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Vallejo" + ], + "movie_name": [ + "Captain Marvel" + ], + "theater_name": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to watch Captain Marvel. What time do they have available" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "show_date", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When would you like to watch it" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "show_date", + "values": [ + "March 2nd" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 28, + "slot": "show_date", + "start": 19 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Vallejo" + ], + "movie_name": [ + "Captain Marvel" + ], + "show_date": [ + "March 2nd" + ], + "theater_name": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to watch on March 2nd" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "22:30" + ], + "slot": "show_time", + "values": [ + "10:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Century Vallejo 14" + ], + "slot": "theater_name", + "values": [ + "Century Vallejo 14" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "Vallejo", + "movie_name": "Captain Marvel", + "show_date": "2019-03-02" + } + }, + "service_results": [ + { + "genre": "Adventure", + "location": "Vallejo", + "movie_name": "Captain Marvel", + "price": "23", + "show_date": "2019-03-02", + "show_time": "22:30", + "show_type": "3d", + "street_address": "109 Plaza Dr. Gateway Plaza Center", + "theater_name": "Century Vallejo 14" + } + ], + "slots": [ + { + "exclusive_end": 31, + "slot": "show_time", + "start": 23 + }, + { + "exclusive_end": 53, + "slot": "theater_name", + "start": 35 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 showtimes at 10:30 pm in Century Vallejo 14" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Vallejo" + ], + "movie_name": [ + "Captain Marvel" + ], + "show_date": [ + "March 2nd" + ], + "show_time": [ + "10:30 pm" + ], + "theater_name": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That works" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyMovieTickets" + ], + "slot": "intent", + "values": [ + "BuyMovieTickets" + ] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to purchase a ticket" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "location": [ + "Vallejo" + ], + "movie_name": [ + "Captain Marvel" + ], + "show_date": [ + "March 2nd" + ], + "show_time": [ + "10:30 pm" + ], + "theater_name": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No not right now" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "have a nice day" + } + ] + }, + { + "dialogue_id": "12_00104", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'm bored, I think I want to watch something. Can you find me a good movie?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "location", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you located right now?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Oakland" + ], + "slot": "location", + "values": [ + "Oakland" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 14, + "slot": "location", + "start": 7 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Oakland" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm on Oakland. Can you show me movies from here?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Breakthrough", + "Dr. Strangelove", + "Fighting with My Family" + ], + "slot": "movie_name", + "values": [ + "Breakthrough", + "Dr. Strangelove", + "Fighting with my Family" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "Oakland" + } + }, + "service_results": [ + { + "genre": "Biographical", + "location": "Oakland", + "movie_name": "Breakthrough", + "price": "16", + "show_type": "regular", + "street_address": "100 Washington Street", + "theater_name": "Regal Cinemas Jack London 9" + }, + { + "genre": "Comedy", + "location": "Oakland", + "movie_name": "Dr. Strangelove", + "price": "23", + "show_type": "regular", + "street_address": "474 24th Street", + "theater_name": "The New Parkway Theater" + }, + { + "genre": "Sports", + "location": "Oakland", + "movie_name": "Fighting with My Family", + "price": "16", + "show_type": "3d", + "street_address": "474 24th Street", + "theater_name": "The New Parkway Theater" + }, + { + "genre": "Comedy", + "location": "Oakland", + "movie_name": "Gloria Bell", + "price": "11", + "show_type": "imax", + "street_address": "474 24th Street", + "theater_name": "The New Parkway Theater" + }, + { + "genre": "Animation", + "location": "Oakland", + "movie_name": "How to Train Your Dragon: The Hidden World", + "price": "8", + "show_type": "regular", + "street_address": "474 24th Street", + "theater_name": "The New Parkway Theater" + }, + { + "genre": "Comedy", + "location": "Oakland", + "movie_name": "Little", + "price": "16", + "show_type": "regular", + "street_address": "100 Washington Street", + "theater_name": "Regal Cinemas Jack London 9" + }, + { + "genre": "Drama", + "location": "Oakland", + "movie_name": "Red Joan", + "price": "10", + "show_type": "imax", + "street_address": "5133", + "theater_name": "Landmark's Piedmont Theatre" + }, + { + "genre": "Adventure", + "location": "Oakland", + "movie_name": "Shazam!", + "price": "13", + "show_type": "3d", + "street_address": "3200 Grand Avenue", + "theater_name": "Grand Lake Theatre" + }, + { + "genre": "Comedy", + "location": "Oakland", + "movie_name": "Stockholm", + "price": "21", + "show_type": "regular", + "street_address": "474 24th Street", + "theater_name": "The New Parkway Theater" + }, + { + "genre": "Drama", + "location": "Oakland", + "movie_name": "The Best of Enemies", + "price": "5", + "show_type": "3d", + "street_address": "100 Washington Street", + "theater_name": "Regal Cinemas Jack London 9" + } + ], + "slots": [ + { + "exclusive_end": 44, + "slot": "movie_name", + "start": 32 + }, + { + "exclusive_end": 61, + "slot": "movie_name", + "start": 46 + }, + { + "exclusive_end": 88, + "slot": "movie_name", + "start": 65 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure. Do you like one of these: Breakthrough, Dr. Strangelove or Fighting with my Family?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "regular" + ], + "slot": "show_type", + "values": [ + "regular" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Oakland" + ], + "show_type": [ + "regular" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I changed my mind. Can you show me regular shows?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "How to Train Your Dragon: The Hidden World", + "Little", + "Stockholm" + ], + "slot": "movie_name", + "values": [ + "How to Train Your Dragon: The Hidden World", + "Little", + "Stockholm" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "Oakland", + "show_type": "regular" + } + }, + "service_results": [ + { + "genre": "Biographical", + "location": "Oakland", + "movie_name": "Breakthrough", + "price": "16", + "show_type": "regular", + "street_address": "100 Washington Street", + "theater_name": "Regal Cinemas Jack London 9" + }, + { + "genre": "Comedy", + "location": "Oakland", + "movie_name": "Dr. Strangelove", + "price": "23", + "show_type": "regular", + "street_address": "474 24th Street", + "theater_name": "The New Parkway Theater" + }, + { + "genre": "Animation", + "location": "Oakland", + "movie_name": "How to Train Your Dragon: The Hidden World", + "price": "8", + "show_type": "regular", + "street_address": "474 24th Street", + "theater_name": "The New Parkway Theater" + }, + { + "genre": "Comedy", + "location": "Oakland", + "movie_name": "Little", + "price": "16", + "show_type": "regular", + "street_address": "100 Washington Street", + "theater_name": "Regal Cinemas Jack London 9" + }, + { + "genre": "Comedy", + "location": "Oakland", + "movie_name": "Stockholm", + "price": "21", + "show_type": "regular", + "street_address": "474 24th Street", + "theater_name": "The New Parkway Theater" + } + ], + "slots": [ + { + "exclusive_end": 74, + "slot": "movie_name", + "start": 32 + }, + { + "exclusive_end": 82, + "slot": "movie_name", + "start": 76 + }, + { + "exclusive_end": 95, + "slot": "movie_name", + "start": 86 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure. Do you like one of these: How to Train Your Dragon: The Hidden World, Little or Stockholm?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [ + "Little" + ], + "slot": "movie_name", + "values": [ + "Little" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 15, + "slot": "movie_name", + "start": 9 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Oakland" + ], + "movie_name": [ + "Little" + ], + "show_type": [ + "regular" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I choose Little." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyMovieTickets" + ], + "slot": "intent", + "values": [ + "BuyMovieTickets" + ] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want to buy tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "show_date", + "values": [ + "March 1st" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 53, + "slot": "show_date", + "start": 44 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Oakland" + ], + "movie_name": [ + "Little" + ], + "show_date": [ + "March 1st" + ], + "show_type": [ + "regular" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "It's not necessary to buy now. What time on March 1st can I watch it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "22:00" + ], + "slot": "show_time", + "values": [ + "10 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Regal Cinemas Jack London 9" + ], + "slot": "theater_name", + "values": [ + "Regal Cinemas Jack London 9" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "Oakland", + "movie_name": "Little", + "show_date": "2019-03-01", + "show_type": "regular" + } + }, + "service_results": [ + { + "genre": "Comedy", + "location": "Oakland", + "movie_name": "Little", + "price": "16", + "show_date": "2019-03-01", + "show_time": "22:00", + "show_type": "regular", + "street_address": "100 Washington Street", + "theater_name": "Regal Cinemas Jack London 9" + } + ], + "slots": [ + { + "exclusive_end": 33, + "slot": "show_time", + "start": 28 + }, + { + "exclusive_end": 64, + "slot": "theater_name", + "start": 37 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "You have 1 option. It is at 10 pm in Regal Cinemas Jack London 9." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "genre", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "street_address", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [ + "genre", + "street_address" + ], + "slot_values": { + "location": [ + "Oakland" + ], + "movie_name": [ + "Little" + ], + "show_date": [ + "March 1st" + ], + "show_type": [ + "regular" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I have never seen that movie, what kind is it? What about the address?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "100 Washington Street" + ], + "slot": "street_address", + "values": [ + "100 Washington Street" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Comedy" + ], + "slot": "genre", + "values": [ + "comedy" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 51, + "slot": "street_address", + "start": 30 + }, + { + "exclusive_end": 74, + "slot": "genre", + "start": 68 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The address of the theatre is 100 Washington Street. The movie is a comedy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Oakland" + ], + "movie_name": [ + "Little" + ], + "show_date": [ + "March 1st" + ], + "show_time": [ + "10 pm" + ], + "show_type": [ + "regular" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Perfect! It is just something that I'm needing." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I'm happy to have helped you. Have a great day!" + } + ] + }, + { + "dialogue_id": "12_00105", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I would like to see a movie." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "location", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What city are you located in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Emeryville" + ], + "slot": "location", + "values": [ + "Emeryville" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 37, + "slot": "location", + "start": 27 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Emeryville" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Please look for a movie in Emeryville." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Dumbo", + "Family", + "Little" + ], + "slot": "movie_name", + "values": [ + "Dumbo", + "Family", + "Little" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "7" + ], + "slot": "count", + "values": [ + "7" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "Emeryville" + } + }, + "service_results": [ + { + "genre": "Fantasy", + "location": "Emeryville", + "movie_name": "Dumbo", + "price": "25", + "show_type": "regular", + "street_address": "5614 Bay Street Suite 220", + "theater_name": "AMC Bay Street 16" + }, + { + "genre": "Comedy", + "location": "Emeryville", + "movie_name": "Family", + "price": "21", + "show_type": "regular", + "street_address": "5614 Bay Street Suite 220", + "theater_name": "AMC Bay Street 16" + }, + { + "genre": "Comedy", + "location": "Emeryville", + "movie_name": "Little", + "price": "22", + "show_type": "imax", + "street_address": "5614 Bay Street Suite 220", + "theater_name": "AMC Bay Street 16" + }, + { + "genre": "Comedy", + "location": "Emeryville", + "movie_name": "Missing Link", + "price": "15", + "show_type": "imax", + "street_address": "5614 Bay Street Suite 220", + "theater_name": "AMC Bay Street 16" + }, + { + "genre": "Thriller", + "location": "Emeryville", + "movie_name": "Pet Sematary", + "price": "22", + "show_type": "3d", + "street_address": "5614 Bay Street Suite 220", + "theater_name": "AMC Bay Street 16" + }, + { + "genre": "Adventure", + "location": "Emeryville", + "movie_name": "Shazam!", + "price": "7", + "show_type": "imax", + "street_address": "5614 Bay Street Suite 220", + "theater_name": "AMC Bay Street 16" + }, + { + "genre": "Musical", + "location": "Emeryville", + "movie_name": "Teen Spirit", + "price": "12", + "show_type": "imax", + "street_address": "5614 Bay Street Suite 220", + "theater_name": "AMC Bay Street 16" + } + ], + "slots": [ + { + "exclusive_end": 38, + "slot": "movie_name", + "start": 33 + }, + { + "exclusive_end": 46, + "slot": "movie_name", + "start": 40 + }, + { + "exclusive_end": 57, + "slot": "movie_name", + "start": 51 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 7 movies playing. Does Dumbo, Family, or Little sounds good?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Emeryville" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, please look for something else." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Missing Link", + "Pet Sematary", + "Shazam!" + ], + "slot": "movie_name", + "values": [ + "Missing Link", + "Pet Sematary", + "Shazam!" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 37, + "slot": "movie_name", + "start": 25 + }, + { + "exclusive_end": 51, + "slot": "movie_name", + "start": 39 + }, + { + "exclusive_end": 63, + "slot": "movie_name", + "start": 56 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Other movies playing are Missing Link, Pet Sematary and Shazam!. Do you like any of those?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Emeryville" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to see something else." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Teen Spirit" + ], + "slot": "movie_name", + "values": [ + "Teen Spirit" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 33, + "slot": "movie_name", + "start": 22 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to see Teen Spirit?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "imax" + ], + "slot": "show_type", + "values": [ + "imax" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + }, + { + "act": "SELECT", + "canonical_values": [ + "Teen Spirit" + ], + "slot": "movie_name", + "values": [ + "Teen Spirit" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 16, + "slot": "movie_name", + "start": 5 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Emeryville" + ], + "movie_name": [ + "Teen Spirit" + ], + "show_type": [ + "imax" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, Teen Spirit would be great. What time is an imax showing playing?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "show_date", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which day do you want to see it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "show_date", + "values": [ + "1st of this month" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 48, + "slot": "show_date", + "start": 31 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Emeryville" + ], + "movie_name": [ + "Teen Spirit" + ], + "show_date": [ + "1st of this month" + ], + "show_type": [ + "imax" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to see the movie on the 1st of this month please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "22:00" + ], + "slot": "show_time", + "values": [ + "10 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "AMC Bay Street 16" + ], + "slot": "theater_name", + "values": [ + "AMC Bay Street 16" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "Emeryville", + "movie_name": "Teen Spirit", + "show_date": "2019-03-01", + "show_type": "imax" + } + }, + "service_results": [ + { + "genre": "Musical", + "location": "Emeryville", + "movie_name": "Teen Spirit", + "price": "12", + "show_date": "2019-03-01", + "show_time": "22:00", + "show_type": "imax", + "street_address": "5614 Bay Street Suite 220", + "theater_name": "AMC Bay Street 16" + } + ], + "slots": [ + { + "exclusive_end": 64, + "slot": "show_time", + "start": 59 + }, + { + "exclusive_end": 47, + "slot": "theater_name", + "start": 30 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok, there is 1 showing at the AMC Bay Street 16 theater at 10 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "price", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "genre", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [ + "genre", + "price" + ], + "slot_values": { + "location": [ + "Emeryville" + ], + "movie_name": [ + "Teen Spirit" + ], + "show_date": [ + "1st of this month" + ], + "show_type": [ + "imax" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What type of movie is it and what is the price of a ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "12" + ], + "slot": "price", + "values": [ + "$12" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Musical" + ], + "slot": "genre", + "values": [ + "musical" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 42, + "slot": "price", + "start": 39 + }, + { + "exclusive_end": 22, + "slot": "genre", + "start": 15 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The movie is a musical and tickets are $12 each." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Emeryville" + ], + "movie_name": [ + "Teen Spirit" + ], + "show_date": [ + "1st of this month" + ], + "show_time": [ + "10 pm" + ], + "show_type": [ + "imax" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great! That's all for now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok, have a nice day." + } + ] + }, + { + "dialogue_id": "12_00106", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I want to watch a movie." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "location", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "location", + "values": [ + "San Francisco" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 13, + "slot": "location", + "start": 0 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "San Francisco" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "San Francisco." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Ash Is Purest White", + "Body Double", + "Captain Marvel" + ], + "slot": "movie_name", + "values": [ + "Ash Is Purest White", + "Body Double", + "Captain Marvel" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "San Francisco" + } + }, + "service_results": [ + { + "genre": "Crime", + "location": "San Francisco", + "movie_name": "Ash Is Purest White", + "price": "14", + "show_type": "imax", + "street_address": "1 Embarcadero Center", + "theater_name": "Landmark's Embarcadero Center Cinema" + }, + { + "genre": "Mystery", + "location": "San Francisco", + "movie_name": "Body Double", + "price": "14", + "show_type": "regular", + "street_address": "2550 Mission Street", + "theater_name": "Alamo Drafthouse Cinema" + }, + { + "genre": "Adventure", + "location": "San Francisco", + "movie_name": "Captain Marvel", + "price": "21", + "show_type": "regular", + "street_address": "835 Market Street", + "theater_name": "Century San Francisco Centre 9 & XD" + }, + { + "genre": "Mystery", + "location": "San Francisco", + "movie_name": "Citizen Kane", + "price": "20", + "show_type": "3d", + "street_address": "3290 Sacramento Street", + "theater_name": "Vogue Theatre" + }, + { + "genre": "Drama", + "location": "San Francisco", + "movie_name": "Dogman", + "price": "18", + "show_type": "3d", + "street_address": "601 Van Ness Avenue", + "theater_name": "Landmark's Opera Plaza Cinema" + }, + { + "genre": "Fantasy", + "location": "San Francisco", + "movie_name": "Dumbo", + "price": "15", + "show_type": "imax", + "street_address": "135 4th Street Suite 3000", + "theater_name": "AMC Metreon 16" + }, + { + "genre": "Comedy", + "location": "San Francisco", + "movie_name": "Family", + "price": "12", + "show_type": "regular", + "street_address": "501 Buckingham Way", + "theater_name": "United Artists Stonestown Twin" + }, + { + "genre": "Comedy", + "location": "San Francisco", + "movie_name": "Gloria Bell", + "price": "16", + "show_type": "imax", + "street_address": "601 Van Ness Avenue", + "theater_name": "Landmark's Opera Plaza Cinema" + }, + { + "genre": "Fantasy", + "location": "San Francisco", + "movie_name": "Hellboy", + "price": "22", + "show_type": "imax", + "street_address": "835 Market Street", + "theater_name": "Century San Francisco Centre 9 & XD" + }, + { + "genre": "Thriller", + "location": "San Francisco", + "movie_name": "Hotel Mumbai", + "price": "10", + "show_type": "imax", + "street_address": "2340 Chestnut Street", + "theater_name": "Presidio Theatre" + } + ], + "slots": [ + { + "exclusive_end": 28, + "slot": "movie_name", + "start": 9 + }, + { + "exclusive_end": 41, + "slot": "movie_name", + "start": 30 + }, + { + "exclusive_end": 60, + "slot": "movie_name", + "start": 46 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "How does Ash Is Purest White, Body Double, or Captain Marvel sound?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [ + "Body Double" + ], + "slot": "movie_name", + "values": [ + "Body Double" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 11, + "slot": "movie_name", + "start": 0 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "San Francisco" + ], + "movie_name": [ + "Body Double" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Body Double sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyMovieTickets" + ], + "slot": "intent", + "values": [ + "BuyMovieTickets" + ] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want to buy tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "location": [ + "San Francisco" + ], + "movie_name": [ + "Body Double" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, not right now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Anything else I can help you with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "San Francisco" + ], + "movie_name": [ + "Body Double" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What are the show times for it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "show_date", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What day?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-15" + ], + "slot": "show_date", + "values": [ + "the 15th" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 11, + "slot": "show_date", + "start": 3 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "San Francisco" + ], + "movie_name": [ + "Body Double" + ], + "show_date": [ + "the 15th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "On the 15th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "21:30" + ], + "slot": "show_time", + "values": [ + "9:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Alamo Drafthouse Cinema" + ], + "slot": "theater_name", + "values": [ + "Alamo Drafthouse Cinema" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "San Francisco", + "movie_name": "Body Double", + "show_date": "2019-03-15" + } + }, + "service_results": [ + { + "genre": "Mystery", + "location": "San Francisco", + "movie_name": "Body Double", + "price": "14", + "show_date": "2019-03-15", + "show_time": "21:30", + "show_type": "regular", + "street_address": "2550 Mission Street", + "theater_name": "Alamo Drafthouse Cinema" + } + ], + "slots": [ + { + "exclusive_end": 17, + "slot": "show_time", + "start": 10 + }, + { + "exclusive_end": 52, + "slot": "theater_name", + "start": 29 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's a 9:30 pm showing at Alamo Drafthouse Cinema." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "San Francisco" + ], + "movie_name": [ + "Body Double" + ], + "show_date": [ + "the 15th" + ], + "show_time": [ + "9:30 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good. That's all I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "12_00107", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Walnut Creek" + ], + "slot": "location", + "values": [ + "Walnut Creek" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 87, + "slot": "location", + "start": 75 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Walnut Creek" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "My friend and I are looking to watch a movie later. Can you find movies in Walnut Creek?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Captain Marvel", + "Little", + "Missing Link" + ], + "slot": "movie_name", + "values": [ + "Captain Marvel", + "Little", + "Missing Link" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "5" + ], + "slot": "count", + "values": [ + "5" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "Walnut Creek" + } + }, + "service_results": [ + { + "genre": "Adventure", + "location": "Walnut Creek", + "movie_name": "Captain Marvel", + "price": "7", + "show_type": "regular", + "street_address": "1201 Locust Street", + "theater_name": "Century Walnut Creek 14 & XD" + }, + { + "genre": "Comedy", + "location": "Walnut Creek", + "movie_name": "Little", + "price": "23", + "show_type": "regular", + "street_address": "1201 Locust Street", + "theater_name": "Century Walnut Creek 14 & XD" + }, + { + "genre": "Comedy", + "location": "Walnut Creek", + "movie_name": "Missing Link", + "price": "17", + "show_type": "imax", + "street_address": "1201 Locust Street", + "theater_name": "Century Walnut Creek 14 & XD" + }, + { + "genre": "Adventure", + "location": "Walnut Creek", + "movie_name": "Shazam!", + "price": "16", + "show_type": "imax", + "street_address": "1201 Locust Street", + "theater_name": "Century Walnut Creek 14 & XD" + }, + { + "genre": "Horror", + "location": "Walnut Creek", + "movie_name": "The Curse of La Llorona", + "price": "24", + "show_type": "3d", + "street_address": "1201 Locust Street", + "theater_name": "Century Walnut Creek 14 & XD" + } + ], + "slots": [ + { + "exclusive_end": 71, + "slot": "movie_name", + "start": 57 + }, + { + "exclusive_end": 79, + "slot": "movie_name", + "start": 73 + }, + { + "exclusive_end": 95, + "slot": "movie_name", + "start": 83 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 5 movies being shown. How would you feel about Captain Marvel, Little or Missing Link?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "show_date", + "values": [ + "Tuesday next week" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + }, + { + "act": "SELECT", + "canonical_values": [ + "Little" + ], + "slot": "movie_name", + "values": [ + "Little" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 27, + "slot": "movie_name", + "start": 21 + }, + { + "exclusive_end": 79, + "slot": "show_date", + "start": 62 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Walnut Creek" + ], + "movie_name": [ + "Little" + ], + "show_date": [ + "Tuesday next week" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "We would like to see Little. Is there any times available for Tuesday next week?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "22:00" + ], + "slot": "show_time", + "values": [ + "10 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Century Walnut Creek 14 & XD" + ], + "slot": "theater_name", + "values": [ + "Century Walnut Creek 14 & XD" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "Walnut Creek", + "movie_name": "Little", + "show_date": "2019-03-05" + } + }, + "service_results": [ + { + "genre": "Comedy", + "location": "Walnut Creek", + "movie_name": "Little", + "price": "23", + "show_date": "2019-03-05", + "show_time": "22:00", + "show_type": "regular", + "street_address": "1201 Locust Street", + "theater_name": "Century Walnut Creek 14 & XD" + } + ], + "slots": [ + { + "exclusive_end": 28, + "slot": "show_time", + "start": 23 + }, + { + "exclusive_end": 60, + "slot": "theater_name", + "start": 32 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is 1 showtime at 10 pm in Century Walnut Creek 14 & XD." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Walnut Creek" + ], + "movie_name": [ + "Little" + ], + "show_date": [ + "Tuesday next week" + ], + "show_time": [ + "10 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You're welcome, have a good day." + } + ] + }, + { + "dialogue_id": "12_00108", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Hey! I wish to go to the movies this weekend? Can you find me some good one to watch?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "location", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you have a location preference?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Santa Rosa" + ], + "slot": "location", + "values": [ + "Santa Rosa" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 54, + "slot": "location", + "start": 44 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Santa Rosa" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Please can you look for some good movies in Santa Rosa of Sonoma County?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "After", + "Dumbo", + "Hellboy" + ], + "slot": "movie_name", + "values": [ + "After", + "Dumbo", + "Hellboy" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "Santa Rosa" + } + }, + "service_results": [ + { + "genre": "Romance", + "location": "Santa Rosa", + "movie_name": "After", + "price": "9", + "show_type": "regular", + "street_address": "85 Santa Rosa Avenue", + "theater_name": "Roxy Stadium 14" + }, + { + "genre": "Fantasy", + "location": "Santa Rosa", + "movie_name": "Dumbo", + "price": "9", + "show_type": "3d", + "street_address": "409 Aviation Boulevard", + "theater_name": "Airport Stadium 12" + }, + { + "genre": "Fantasy", + "location": "Santa Rosa", + "movie_name": "Hellboy", + "price": "17", + "show_type": "regular", + "street_address": "620 3rd Street", + "theater_name": "3rd Street Cinema" + }, + { + "genre": "Drama", + "location": "Santa Rosa", + "movie_name": "High Life", + "price": "15", + "show_type": "imax", + "street_address": "551 Summerfield Road", + "theater_name": "Summerfield Cinemas" + }, + { + "genre": "Animation", + "location": "Santa Rosa", + "movie_name": "How to Train Your Dragon: The Hidden World", + "price": "18", + "show_type": "3d", + "street_address": "620 3rd Street", + "theater_name": "3rd Street Cinema" + }, + { + "genre": "Comedy", + "location": "Santa Rosa", + "movie_name": "Little", + "price": "6", + "show_type": "3d", + "street_address": "409 Aviation Boulevard", + "theater_name": "Airport Stadium 12" + }, + { + "genre": "Thriller", + "location": "Santa Rosa", + "movie_name": "Pet Sematary", + "price": "9", + "show_type": "3d", + "street_address": "85 Santa Rosa Avenue", + "theater_name": "Roxy Stadium 14" + }, + { + "genre": "Horror", + "location": "Santa Rosa", + "movie_name": "The Curse of La Llorona", + "price": "9", + "show_type": "regular", + "street_address": "409 Aviation Boulevard", + "theater_name": "Airport Stadium 12" + }, + { + "genre": "Comedy", + "location": "Santa Rosa", + "movie_name": "The Upside", + "price": "9", + "show_type": "3d", + "street_address": "620 3rd Street", + "theater_name": "3rd Street Cinema" + }, + { + "genre": "Drama", + "location": "Santa Rosa", + "movie_name": "Wild Nights with Emily", + "price": "11", + "show_type": "imax", + "street_address": "551 Summerfield Road", + "theater_name": "Summerfield Cinemas" + } + ], + "slots": [ + { + "exclusive_end": 90, + "slot": "movie_name", + "start": 85 + }, + { + "exclusive_end": 97, + "slot": "movie_name", + "start": 92 + }, + { + "exclusive_end": 108, + "slot": "movie_name", + "start": 101 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you look for debut movies? Any genre preference do you have? Do you wish to watch After, Dumbo or Hellboy?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Oakland" + ], + "slot": "location", + "values": [ + "Oakland" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 145, + "slot": "location", + "start": 138 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Oakland" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Not exactly for the debut movies but might for the latest one. Please can you suggest some other movies? If you can find the one shown in Oakland, that would be perfect." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Breakthrough", + "Dr. Strangelove", + "Fighting with My Family" + ], + "slot": "movie_name", + "values": [ + "Breakthrough", + "Dr. Strangelove", + "Fighting with my Family" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "10" + ], + "slot": "count", + "values": [ + "10" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "Oakland" + } + }, + "service_results": [ + { + "genre": "Biographical", + "location": "Oakland", + "movie_name": "Breakthrough", + "price": "16", + "show_type": "regular", + "street_address": "100 Washington Street", + "theater_name": "Regal Cinemas Jack London 9" + }, + { + "genre": "Comedy", + "location": "Oakland", + "movie_name": "Dr. Strangelove", + "price": "23", + "show_type": "regular", + "street_address": "474 24th Street", + "theater_name": "The New Parkway Theater" + }, + { + "genre": "Sports", + "location": "Oakland", + "movie_name": "Fighting with My Family", + "price": "16", + "show_type": "3d", + "street_address": "474 24th Street", + "theater_name": "The New Parkway Theater" + }, + { + "genre": "Comedy", + "location": "Oakland", + "movie_name": "Gloria Bell", + "price": "11", + "show_type": "imax", + "street_address": "474 24th Street", + "theater_name": "The New Parkway Theater" + }, + { + "genre": "Animation", + "location": "Oakland", + "movie_name": "How to Train Your Dragon: The Hidden World", + "price": "8", + "show_type": "regular", + "street_address": "474 24th Street", + "theater_name": "The New Parkway Theater" + }, + { + "genre": "Comedy", + "location": "Oakland", + "movie_name": "Little", + "price": "16", + "show_type": "regular", + "street_address": "100 Washington Street", + "theater_name": "Regal Cinemas Jack London 9" + }, + { + "genre": "Drama", + "location": "Oakland", + "movie_name": "Red Joan", + "price": "10", + "show_type": "imax", + "street_address": "5133", + "theater_name": "Landmark's Piedmont Theatre" + }, + { + "genre": "Adventure", + "location": "Oakland", + "movie_name": "Shazam!", + "price": "13", + "show_type": "3d", + "street_address": "3200 Grand Avenue", + "theater_name": "Grand Lake Theatre" + }, + { + "genre": "Comedy", + "location": "Oakland", + "movie_name": "Stockholm", + "price": "21", + "show_type": "regular", + "street_address": "474 24th Street", + "theater_name": "The New Parkway Theater" + }, + { + "genre": "Drama", + "location": "Oakland", + "movie_name": "The Best of Enemies", + "price": "5", + "show_type": "3d", + "street_address": "100 Washington Street", + "theater_name": "Regal Cinemas Jack London 9" + } + ], + "slots": [ + { + "exclusive_end": 116, + "slot": "movie_name", + "start": 104 + }, + { + "exclusive_end": 133, + "slot": "movie_name", + "start": 118 + }, + { + "exclusive_end": 160, + "slot": "movie_name", + "start": 137 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please give me a moment.... Hey! I can find 10 movies of your taste. What do you think about the movies Breakthrough, Dr. Strangelove or Fighting with my Family?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Comedy" + ], + "slot": "genre", + "values": [ + "Funny" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "imax" + ], + "slot": "show_type", + "values": [ + "imax" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 33, + "slot": "genre", + "start": 28 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "genre": [ + "Funny" + ], + "location": [ + "Oakland" + ], + "show_type": [ + "imax" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nope, I would like to watch Funny movies especially a imax show. Please can you find any such movies?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Gloria Bell" + ], + "slot": "movie_name", + "values": [ + "Gloria Bell" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "genre": "Comedy", + "location": "Oakland", + "show_type": "imax" + } + }, + "service_results": [ + { + "genre": "Comedy", + "location": "Oakland", + "movie_name": "Gloria Bell", + "price": "11", + "show_type": "imax", + "street_address": "474 24th Street", + "theater_name": "The New Parkway Theater" + } + ], + "slots": [ + { + "exclusive_end": 50, + "slot": "movie_name", + "start": 39 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure... Here you go! There is 1 movie, Gloria Bell? How about this movie?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + }, + { + "act": "SELECT", + "canonical_values": [ + "Gloria Bell" + ], + "slot": "movie_name", + "values": [ + "Gloria Bell" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 15, + "slot": "movie_name", + "start": 4 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "Funny" + ], + "location": [ + "Oakland" + ], + "movie_name": [ + "Gloria Bell" + ], + "show_type": [ + "imax" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "The Gloria Bell, the where she thrusts herself in an unexpected romance filled with joys of love, right? Perfect! At what time is the show?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "show_date", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "On what day you wish to watch it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "show_date", + "values": [ + "March 9th" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 32, + "slot": "show_date", + "start": 23 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "Funny" + ], + "location": [ + "Oakland" + ], + "movie_name": [ + "Gloria Bell" + ], + "show_date": [ + "March 9th" + ], + "show_type": [ + "imax" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be available on March 9th. That day would work." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "16:00" + ], + "slot": "show_time", + "values": [ + "4 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The New Parkway Theater" + ], + "slot": "theater_name", + "values": [ + "The New Parkway Theater" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "Oakland", + "movie_name": "Gloria Bell", + "show_date": "2019-03-09", + "show_type": "imax" + } + }, + "service_results": [ + { + "genre": "Comedy", + "location": "Oakland", + "movie_name": "Gloria Bell", + "price": "11", + "show_date": "2019-03-09", + "show_time": "16:00", + "show_type": "imax", + "street_address": "474 24th Street", + "theater_name": "The New Parkway Theater" + } + ], + "slots": [ + { + "exclusive_end": 48, + "slot": "show_time", + "start": 44 + }, + { + "exclusive_end": 75, + "slot": "theater_name", + "start": 52 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Yup! They have the shows at 10 am, 1 pm and 4 pm in The New Parkway Theater. Which one you wish to choose?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "Funny" + ], + "location": [ + "Oakland" + ], + "movie_name": [ + "Gloria Bell" + ], + "show_date": [ + "March 9th" + ], + "show_time": [ + "4 pm" + ], + "show_type": [ + "imax" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Please choose 4 pm. That sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyMovieTickets" + ], + "slot": "intent", + "values": [ + "BuyMovieTickets" + ] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "How many people are planning for the movie? Would you like to purchase the tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "genre": [ + "Funny" + ], + "location": [ + "Oakland" + ], + "movie_name": [ + "Gloria Bell" + ], + "show_date": [ + "March 9th" + ], + "show_time": [ + "4 pm" + ], + "show_type": [ + "imax" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nope, I don't need it right now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_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": "Movies_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "genre": [ + "Funny" + ], + "location": [ + "Oakland" + ], + "movie_name": [ + "Gloria Bell" + ], + "show_date": [ + "March 9th" + ], + "show_time": [ + "4 pm" + ], + "show_type": [ + "imax" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nope, thanks much." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice day." + } + ] + }, + { + "dialogue_id": "12_00109", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I feel, I need to watch a movie now to relax, can you help me in this?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "location", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Pleasant Hill" + ], + "slot": "location", + "values": [ + "Pleasant Hill" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 16, + "slot": "location", + "start": 3 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Pleasant Hill" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "in Pleasant Hill, Is there any nice movie you can find here?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "After", + "Hotel Mumbai", + "Little" + ], + "slot": "movie_name", + "values": [ + "After", + "Hotel Mumbai", + "Little" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "5" + ], + "slot": "count", + "values": [ + "5" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "Pleasant Hill" + } + }, + "service_results": [ + { + "genre": "Romance", + "location": "Pleasant Hill", + "movie_name": "After", + "price": "19", + "show_type": "regular", + "street_address": "125 Crescent Drive", + "theater_name": "Century 16 Downtown" + }, + { + "genre": "Thriller", + "location": "Pleasant Hill", + "movie_name": "Hotel Mumbai", + "price": "7", + "show_type": "3d", + "street_address": "125 Crescent Drive", + "theater_name": "Century 16 Downtown" + }, + { + "genre": "Comedy", + "location": "Pleasant Hill", + "movie_name": "Little", + "price": "8", + "show_type": "3d", + "street_address": "125 Crescent Drive", + "theater_name": "Century 16 Downtown" + }, + { + "genre": "Thriller", + "location": "Pleasant Hill", + "movie_name": "Pet Sematary", + "price": "25", + "show_type": "regular", + "street_address": "125 Crescent Drive", + "theater_name": "Century 16 Downtown" + }, + { + "genre": "Horror", + "location": "Pleasant Hill", + "movie_name": "The Curse of La Llorona", + "price": "15", + "show_type": "regular", + "street_address": "125 Crescent Drive", + "theater_name": "Century 16 Downtown" + } + ], + "slots": [ + { + "exclusive_end": 68, + "slot": "movie_name", + "start": 63 + }, + { + "exclusive_end": 82, + "slot": "movie_name", + "start": 70 + }, + { + "exclusive_end": 92, + "slot": "movie_name", + "start": 86 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Yes, found 5. Can you tell me which is best suit to you among, After, Hotel Mumbai or Little?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [ + "Little" + ], + "slot": "movie_name", + "values": [ + "Little" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 13, + "slot": "movie_name", + "start": 7 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Pleasant Hill" + ], + "movie_name": [ + "Little" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "may be Little, I think which is perfect." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyMovieTickets" + ], + "slot": "intent", + "values": [ + "BuyMovieTickets" + ] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Shall I buy tickets to this movie?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "location": [ + "Pleasant Hill" + ], + "movie_name": [ + "Little" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, not now" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Any more help you need?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "show_date", + "values": [ + "2nd of this month" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 81, + "slot": "show_date", + "start": 64 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Pleasant Hill" + ], + "movie_name": [ + "Little" + ], + "show_date": [ + "2nd of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, I need to clarify, at what time, I can watch this movie on 2nd of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "21:30" + ], + "slot": "show_time", + "values": [ + "9:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Century 16 Downtown" + ], + "slot": "theater_name", + "values": [ + "Century 16 Downtown" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "Pleasant Hill", + "movie_name": "Little", + "show_date": "2019-03-02" + } + }, + "service_results": [ + { + "genre": "Comedy", + "location": "Pleasant Hill", + "movie_name": "Little", + "price": "8", + "show_date": "2019-03-02", + "show_time": "21:30", + "show_type": "3d", + "street_address": "125 Crescent Drive", + "theater_name": "Century 16 Downtown" + } + ], + "slots": [ + { + "exclusive_end": 36, + "slot": "show_time", + "start": 29 + }, + { + "exclusive_end": 59, + "slot": "theater_name", + "start": 40 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Yes, you can watch 1 show at 9:30 pm in Century 16 Downtown." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "price", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "street_address", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [ + "price", + "street_address" + ], + "slot_values": { + "location": [ + "Pleasant Hill" + ], + "movie_name": [ + "Little" + ], + "show_date": [ + "2nd of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Let me know the address of the theater along with ticket cost." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "8" + ], + "slot": "price", + "values": [ + "$8" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "125 Crescent Drive" + ], + "slot": "street_address", + "values": [ + "125 Crescent drive" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 22, + "slot": "price", + "start": 20 + }, + { + "exclusive_end": 71, + "slot": "street_address", + "start": 53 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "ticket cost will be $8 per people and the address is 125 Crescent drive. Is that okay?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Pleasant Hill" + ], + "movie_name": [ + "Little" + ], + "show_date": [ + "2nd of this month" + ], + "show_time": [ + "9:30 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that is Okay, that's all, thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "12_00110", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I would like to find a movie to watch." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "location", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay. What's your location?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Brentwood" + ], + "slot": "location", + "values": [ + "Brentwood" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 16, + "slot": "location", + "start": 7 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Brentwood" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm in Brentwood" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Breakthrough", + "Captain Marvel", + "Dumbo" + ], + "slot": "movie_name", + "values": [ + "Breakthrough", + "Captain Marvel", + "Dumbo" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "10" + ], + "slot": "count", + "values": [ + "10" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "Brentwood" + } + }, + "service_results": [ + { + "genre": "Biographical", + "location": "Brentwood", + "movie_name": "Breakthrough", + "price": "18", + "show_type": "regular", + "street_address": "2525 Sand Creek Road", + "theater_name": "AMC Brentwood 14" + }, + { + "genre": "Adventure", + "location": "Brentwood", + "movie_name": "Captain Marvel", + "price": "12", + "show_type": "3d", + "street_address": "2525 Sand Creek Road", + "theater_name": "AMC Brentwood 14" + }, + { + "genre": "Fantasy", + "location": "Brentwood", + "movie_name": "Dumbo", + "price": "17", + "show_type": "3d", + "street_address": "641 1st Street", + "theater_name": "CineLux Delta Cinema Saver" + }, + { + "genre": "Fantasy", + "location": "Brentwood", + "movie_name": "Hellboy", + "price": "14", + "show_type": "3d", + "street_address": "2525 Sand Creek Road", + "theater_name": "AMC Brentwood 14" + }, + { + "genre": "Comedy", + "location": "Brentwood", + "movie_name": "Little", + "price": "25", + "show_type": "regular", + "street_address": "2525 Sand Creek Road", + "theater_name": "AMC Brentwood 14" + }, + { + "genre": "Comedy", + "location": "Brentwood", + "movie_name": "Long Shot", + "price": "6", + "show_type": "3d", + "street_address": "2525 Sand Creek Road", + "theater_name": "AMC Brentwood 14" + }, + { + "genre": "Comedy", + "location": "Brentwood", + "movie_name": "Missing Link", + "price": "6", + "show_type": "3d", + "street_address": "2525 Sand Creek Road", + "theater_name": "AMC Brentwood 14" + }, + { + "genre": "Thriller", + "location": "Brentwood", + "movie_name": "Pet Sematary", + "price": "13", + "show_type": "3d", + "street_address": "2525 Sand Creek Road", + "theater_name": "AMC Brentwood 14" + }, + { + "genre": "Adventure", + "location": "Brentwood", + "movie_name": "Shazam!", + "price": "18", + "show_type": "imax", + "street_address": "641 1st Street", + "theater_name": "CineLux Delta Cinema Saver" + }, + { + "genre": "Horror", + "location": "Brentwood", + "movie_name": "The Curse of La Llorona", + "price": "19", + "show_type": "3d", + "street_address": "2525 Sand Creek Road", + "theater_name": "AMC Brentwood 14" + } + ], + "slots": [ + { + "exclusive_end": 50, + "slot": "movie_name", + "start": 38 + }, + { + "exclusive_end": 66, + "slot": "movie_name", + "start": 52 + }, + { + "exclusive_end": 75, + "slot": "movie_name", + "start": 70 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 10 movies for you. What about Breakthrough, Captain Marvel or Dumbo?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Brentwood" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay. I would like to see some other choices." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Hellboy", + "Little", + "Long Shot" + ], + "slot": "movie_name", + "values": [ + "Hellboy", + "Little", + "Long Shot" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 20, + "slot": "movie_name", + "start": 13 + }, + { + "exclusive_end": 28, + "slot": "movie_name", + "start": 22 + }, + { + "exclusive_end": 43, + "slot": "movie_name", + "start": 34 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I also found Hellboy, Little, and Long Shot." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3d" + ], + "slot": "show_type", + "values": [ + "3d" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + }, + { + "act": "SELECT", + "canonical_values": [ + "Long Shot" + ], + "slot": "movie_name", + "values": [ + "Long Shot" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 9, + "slot": "movie_name", + "start": 0 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Brentwood" + ], + "movie_name": [ + "Long Shot" + ], + "show_type": [ + "3d" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Long Shot sounds perfect. What are the show times? I would like to watch a 3d show." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "show_date", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What date do you prefer?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "show_date", + "values": [ + "1st of March" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 25, + "slot": "show_date", + "start": 13 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Brentwood" + ], + "movie_name": [ + "Long Shot" + ], + "show_date": [ + "1st of March" + ], + "show_type": [ + "3d" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I prefer the 1st of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "19:00" + ], + "slot": "show_time", + "values": [ + "7 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "AMC Brentwood 14" + ], + "slot": "theater_name", + "values": [ + "AMC Brentwood 14" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "Brentwood", + "movie_name": "Long Shot", + "show_date": "2019-03-01", + "show_type": "3d" + } + }, + "service_results": [ + { + "genre": "Comedy", + "location": "Brentwood", + "movie_name": "Long Shot", + "price": "6", + "show_date": "2019-03-01", + "show_time": "19:00", + "show_type": "3d", + "street_address": "2525 Sand Creek Road", + "theater_name": "AMC Brentwood 14" + } + ], + "slots": [ + { + "exclusive_end": 22, + "slot": "show_time", + "start": 18 + }, + { + "exclusive_end": 42, + "slot": "theater_name", + "start": 26 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's 1 show at 7 pm at AMC Brentwood 14." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "genre", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "price", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [ + "genre", + "price" + ], + "slot_values": { + "location": [ + "Brentwood" + ], + "movie_name": [ + "Long Shot" + ], + "show_date": [ + "1st of March" + ], + "show_type": [ + "3d" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is the genre of this movie. How much is the ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "6" + ], + "slot": "price", + "values": [ + "6" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Comedy" + ], + "slot": "genre", + "values": [ + "Comedy" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 13, + "slot": "price", + "start": 12 + }, + { + "exclusive_end": 47, + "slot": "genre", + "start": 41 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Tickets are 6 dollars per person. It's a Comedy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Brentwood" + ], + "movie_name": [ + "Long Shot" + ], + "show_date": [ + "1st of March" + ], + "show_time": [ + "7 pm" + ], + "show_type": [ + "3d" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Terrific. That's all I need for now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "My pleasure! Have a good day." + } + ] + }, + { + "dialogue_id": "12_00111", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Morgan Hill" + ], + "slot": "location", + "values": [ + "Morgan Hill" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 86, + "slot": "location", + "start": 75 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Morgan Hill" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am looking for a movie to watch. Can you find movies that are showing in Morgan Hill?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Breakthrough", + "Captain Marvel", + "Dumbo" + ], + "slot": "movie_name", + "values": [ + "Breakthrough", + "Captain Marvel", + "Dumbo" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "6" + ], + "slot": "count", + "values": [ + "6" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "Morgan Hill" + } + }, + "service_results": [ + { + "genre": "Biographical", + "location": "Morgan Hill", + "movie_name": "Breakthrough", + "price": "23", + "show_type": "regular", + "street_address": "750 Tennant Station", + "theater_name": "CineLux Tennant Station Stadium 11" + }, + { + "genre": "Adventure", + "location": "Morgan Hill", + "movie_name": "Captain Marvel", + "price": "9", + "show_type": "regular", + "street_address": "750 Tennant Station", + "theater_name": "CineLux Tennant Station Stadium 11" + }, + { + "genre": "Fantasy", + "location": "Morgan Hill", + "movie_name": "Dumbo", + "price": "13", + "show_type": "regular", + "street_address": "750 Tennant Station", + "theater_name": "CineLux Tennant Station Stadium 11" + }, + { + "genre": "Fantasy", + "location": "Morgan Hill", + "movie_name": "Hellboy", + "price": "17", + "show_type": "imax", + "street_address": "750 Tennant Station", + "theater_name": "CineLux Tennant Station Stadium 11" + }, + { + "genre": "Thriller", + "location": "Morgan Hill", + "movie_name": "Pet Sematary", + "price": "15", + "show_type": "imax", + "street_address": "750 Tennant Station", + "theater_name": "CineLux Tennant Station Stadium 11" + }, + { + "genre": "Adventure", + "location": "Morgan Hill", + "movie_name": "Shazam!", + "price": "6", + "show_type": "regular", + "street_address": "750 Tennant Station", + "theater_name": "CineLux Tennant Station Stadium 11" + } + ], + "slots": [ + { + "exclusive_end": 58, + "slot": "movie_name", + "start": 46 + }, + { + "exclusive_end": 74, + "slot": "movie_name", + "start": 60 + }, + { + "exclusive_end": 84, + "slot": "movie_name", + "start": 79 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have located 6 movies. What do you think of Breakthrough, Captain Marvel, or Dumbo?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Emeryville" + ], + "slot": "location", + "values": [ + "Emeryville" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "imax" + ], + "slot": "show_type", + "values": [ + "imax" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 82, + "slot": "location", + "start": 72 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Emeryville" + ], + "show_type": [ + "imax" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Please look for other movies. Are you able to do a search for movies in Emeryville? I would like to see something in IMax." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Little", + "Missing Link", + "Shazam!" + ], + "slot": "movie_name", + "values": [ + "Little", + "Missing Link", + "Shazam!" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "Emeryville", + "show_type": "imax" + } + }, + "service_results": [ + { + "genre": "Comedy", + "location": "Emeryville", + "movie_name": "Little", + "price": "22", + "show_type": "imax", + "street_address": "5614 Bay Street Suite 220", + "theater_name": "AMC Bay Street 16" + }, + { + "genre": "Comedy", + "location": "Emeryville", + "movie_name": "Missing Link", + "price": "15", + "show_type": "imax", + "street_address": "5614 Bay Street Suite 220", + "theater_name": "AMC Bay Street 16" + }, + { + "genre": "Adventure", + "location": "Emeryville", + "movie_name": "Shazam!", + "price": "7", + "show_type": "imax", + "street_address": "5614 Bay Street Suite 220", + "theater_name": "AMC Bay Street 16" + }, + { + "genre": "Musical", + "location": "Emeryville", + "movie_name": "Teen Spirit", + "price": "12", + "show_type": "imax", + "street_address": "5614 Bay Street Suite 220", + "theater_name": "AMC Bay Street 16" + } + ], + "slots": [ + { + "exclusive_end": 52, + "slot": "movie_name", + "start": 46 + }, + { + "exclusive_end": 66, + "slot": "movie_name", + "start": 54 + }, + { + "exclusive_end": 78, + "slot": "movie_name", + "start": 71 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have located 4 movies. What do you think of Little, Missing Link, or Shazam!?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Emeryville" + ], + "show_type": [ + "imax" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find other movies?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Teen Spirit" + ], + "slot": "movie_name", + "values": [ + "Teen Spirit" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 32, + "slot": "movie_name", + "start": 21 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "What do you think of Teen Spirit?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "AMC Bay Street 16" + ], + "slot": "theater_name", + "values": [ + "AMC Bay Street" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + }, + { + "act": "SELECT", + "canonical_values": [ + "Teen Spirit" + ], + "slot": "movie_name", + "values": [ + "Teen Spirit" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 11, + "slot": "movie_name", + "start": 0 + }, + { + "exclusive_end": 107, + "slot": "theater_name", + "start": 93 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Emeryville" + ], + "movie_name": [ + "Teen Spirit" + ], + "show_type": [ + "imax" + ], + "theater_name": [ + "AMC Bay Street" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Teen Spirit will be perfect. What time will I be able to watch it? I would like to see it at AMC Bay Street?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "show_date", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which date would you like to see it on?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "show_date", + "values": [ + "today" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 28, + "slot": "show_date", + "start": 23 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Emeryville" + ], + "movie_name": [ + "Teen Spirit" + ], + "show_date": [ + "today" + ], + "show_type": [ + "imax" + ], + "theater_name": [ + "AMC Bay Street" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to see it today?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "22:00" + ], + "slot": "show_time", + "values": [ + "10 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "AMC Bay Street 16" + ], + "slot": "theater_name", + "values": [ + "AMC Bay Street 16" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "Emeryville", + "movie_name": "Teen Spirit", + "show_date": "2019-03-01", + "show_type": "imax", + "theater_name": "AMC Bay Street 16" + } + }, + "service_results": [ + { + "genre": "Musical", + "location": "Emeryville", + "movie_name": "Teen Spirit", + "price": "12", + "show_date": "2019-03-01", + "show_time": "22:00", + "show_type": "imax", + "street_address": "5614 Bay Street Suite 220", + "theater_name": "AMC Bay Street 16" + } + ], + "slots": [ + { + "exclusive_end": 27, + "slot": "show_time", + "start": 22 + }, + { + "exclusive_end": 48, + "slot": "theater_name", + "start": 31 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a showing at 10 pm at AMC Bay Street 16." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Emeryville" + ], + "movie_name": [ + "Teen Spirit" + ], + "show_date": [ + "today" + ], + "show_time": [ + "10 pm" + ], + "show_type": [ + "imax" + ], + "theater_name": [ + "AMC Bay Street", + "AMC Bay Street 16" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds fine." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyMovieTickets" + ], + "slot": "intent", + "values": [ + "BuyMovieTickets" + ] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want to buy tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "location": [ + "Emeryville" + ], + "movie_name": [ + "Teen Spirit" + ], + "show_date": [ + "today" + ], + "show_time": [ + "10 pm" + ], + "show_type": [ + "imax" + ], + "theater_name": [ + "AMC Bay Street", + "AMC Bay Street 16" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I'm not ready to buy right now. That was all I wanted." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice day." + } + ] + }, + { + "dialogue_id": "12_00112", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'd like to watch a movie." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "location", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sebastopol" + ], + "slot": "location", + "values": [ + "Sebastopol" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 32, + "slot": "location", + "start": 22 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Sebastopol" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you search around Sebastopol?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Hackers", + "High Life", + "Sunset" + ], + "slot": "movie_name", + "values": [ + "Hackers", + "High Life", + "Sunset" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "Sebastopol" + } + }, + "service_results": [ + { + "genre": "Drama", + "location": "Sebastopol", + "movie_name": "Hackers", + "price": "11", + "show_type": "regular", + "street_address": "6868 McKinley Street", + "theater_name": "Rialto Cinemas" + }, + { + "genre": "Drama", + "location": "Sebastopol", + "movie_name": "High Life", + "price": "10", + "show_type": "imax", + "street_address": "6868 McKinley Street", + "theater_name": "Rialto Cinemas" + }, + { + "genre": "Drama", + "location": "Sebastopol", + "movie_name": "Sunset", + "price": "19", + "show_type": "imax", + "street_address": "6868 McKinley Street", + "theater_name": "Rialto Cinemas" + }, + { + "genre": "Drama", + "location": "Sebastopol", + "movie_name": "The Best of Enemies", + "price": "18", + "show_type": "imax", + "street_address": "6868 McKinley Street", + "theater_name": "Rialto Cinemas" + }, + { + "genre": "Drama", + "location": "Sebastopol", + "movie_name": "Wild Nights with Emily", + "price": "11", + "show_type": "3d", + "street_address": "6868 McKinley Street", + "theater_name": "Rialto Cinemas" + } + ], + "slots": [ + { + "exclusive_end": 16, + "slot": "movie_name", + "start": 9 + }, + { + "exclusive_end": 27, + "slot": "movie_name", + "start": 18 + }, + { + "exclusive_end": 37, + "slot": "movie_name", + "start": 31 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "How does Hackers, High Life or Sunset sound?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Union City" + ], + "slot": "location", + "values": [ + "Union City" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "dontcare" + ], + "slot": "theater_name", + "values": [ + "dontcare" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 62, + "slot": "location", + "start": 52 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Union City" + ], + "theater_name": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can I have some more options? And can you search in Union City?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "After", + "Breakthrough", + "Captain Marvel" + ], + "slot": "movie_name", + "values": [ + "After", + "Breakthrough", + "Captain Marvel" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "Union City" + } + }, + "service_results": [ + { + "genre": "Romance", + "location": "Union City", + "movie_name": "After", + "price": "18", + "show_type": "3d", + "street_address": "32100 Union Landing Boulevard", + "theater_name": "Century 25 Union Landing & XD" + }, + { + "genre": "Biographical", + "location": "Union City", + "movie_name": "Breakthrough", + "price": "17", + "show_type": "3d", + "street_address": "32100 Union Landing Boulevard", + "theater_name": "Century 25 Union Landing & XD" + }, + { + "genre": "Adventure", + "location": "Union City", + "movie_name": "Captain Marvel", + "price": "12", + "show_type": "imax", + "street_address": "32100 Union Landing Boulevard", + "theater_name": "Century 25 Union Landing & XD" + }, + { + "genre": "Fantasy", + "location": "Union City", + "movie_name": "Dumbo", + "price": "9", + "show_type": "regular", + "street_address": "32100 Union Landing Boulevard", + "theater_name": "Century 25 Union Landing & XD" + }, + { + "genre": "Fantasy", + "location": "Union City", + "movie_name": "Hellboy", + "price": "23", + "show_type": "3d", + "street_address": "32100 Union Landing Boulevard", + "theater_name": "Century 25 Union Landing & XD" + }, + { + "genre": "Thriller", + "location": "Union City", + "movie_name": "Hotel Mumbai", + "price": "8", + "show_type": "regular", + "street_address": "32100 Union Landing Boulevard", + "theater_name": "Century 25 Union Landing & XD" + }, + { + "genre": "Comedy", + "location": "Union City", + "movie_name": "Little", + "price": "10", + "show_type": "regular", + "street_address": "32100 Union Landing Boulevard", + "theater_name": "Century 25 Union Landing & XD" + }, + { + "genre": "Comedy", + "location": "Union City", + "movie_name": "Missing Link", + "price": "13", + "show_type": "3d", + "street_address": "32100 Union Landing Boulevard", + "theater_name": "Century 25 Union Landing & XD" + }, + { + "genre": "Thriller", + "location": "Union City", + "movie_name": "Pet Sematary", + "price": "10", + "show_type": "3d", + "street_address": "32100 Union Landing Boulevard", + "theater_name": "Century 25 Union Landing & XD" + }, + { + "genre": "Adventure", + "location": "Union City", + "movie_name": "Shazam!", + "price": "15", + "show_type": "imax", + "street_address": "32100 Union Landing Boulevard", + "theater_name": "Century 25 Union Landing & XD" + } + ], + "slots": [ + { + "exclusive_end": 15, + "slot": "movie_name", + "start": 10 + }, + { + "exclusive_end": 29, + "slot": "movie_name", + "start": 17 + }, + { + "exclusive_end": 47, + "slot": "movie_name", + "start": 33 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "How about After, Breakthrough or Captain Marvel?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Union City" + ], + "theater_name": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No. Can I have some more?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Dumbo", + "Hellboy", + "Hotel Mumbai" + ], + "slot": "movie_name", + "values": [ + "Dumbo", + "Hellboy", + "Hotel Mumbai" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 16, + "slot": "movie_name", + "start": 11 + }, + { + "exclusive_end": 25, + "slot": "movie_name", + "start": 18 + }, + { + "exclusive_end": 41, + "slot": "movie_name", + "start": 29 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "What about Dumbo, Hellboy or Hotel Mumbai?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + }, + { + "act": "SELECT", + "canonical_values": [ + "Hellboy" + ], + "slot": "movie_name", + "values": [ + "Hellboy" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 7, + "slot": "movie_name", + "start": 0 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Union City" + ], + "movie_name": [ + "Hellboy" + ], + "theater_name": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Hellboy is good. What time?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "show_date", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can I get a date?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "show_date", + "values": [ + "9th of March" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 12, + "slot": "show_date", + "start": 0 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Union City" + ], + "movie_name": [ + "Hellboy" + ], + "show_date": [ + "9th of March" + ], + "theater_name": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "9th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "21:00" + ], + "slot": "show_time", + "values": [ + "9 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Century 25 Union Landing & XD" + ], + "slot": "theater_name", + "values": [ + "Century 25 Union Landing & XD" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "Union City", + "movie_name": "Hellboy", + "show_date": "2019-03-09" + } + }, + "service_results": [ + { + "genre": "Fantasy", + "location": "Union City", + "movie_name": "Hellboy", + "price": "23", + "show_date": "2019-03-09", + "show_time": "21:00", + "show_type": "3d", + "street_address": "32100 Union Landing Boulevard", + "theater_name": "Century 25 Union Landing & XD" + } + ], + "slots": [ + { + "exclusive_end": 43, + "slot": "show_time", + "start": 39 + }, + { + "exclusive_end": 76, + "slot": "theater_name", + "start": 47 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I've got 1 showtime. There's a show at 9 pm in Century 25 Union Landing & XD." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Union City" + ], + "movie_name": [ + "Hellboy" + ], + "show_date": [ + "9th of March" + ], + "show_time": [ + "9 pm" + ], + "theater_name": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's great. Thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "12_00113", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I feel like watching a movie." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "location", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure. What city are you in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Berkeley" + ], + "slot": "location", + "values": [ + "Berkeley" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 15, + "slot": "location", + "start": 7 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Berkeley" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm in Berkeley. Any good movies here?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Captain Marvel", + "Dumbo", + "Hellboy" + ], + "slot": "movie_name", + "values": [ + "Captain Marvel", + "Dumbo", + "Hellboy" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "Berkeley" + } + }, + "service_results": [ + { + "genre": "Adventure", + "location": "Berkeley", + "movie_name": "Captain Marvel", + "price": "12", + "show_type": "imax", + "street_address": "2274 Shattuck Avenue", + "theater_name": "United Artists Berkeley 7" + }, + { + "genre": "Fantasy", + "location": "Berkeley", + "movie_name": "Dumbo", + "price": "20", + "show_type": "imax", + "street_address": "2230 Shattuck Avenue", + "theater_name": "Landmark's Shattuck Cinemas" + }, + { + "genre": "Fantasy", + "location": "Berkeley", + "movie_name": "Hellboy", + "price": "17", + "show_type": "3d", + "street_address": "2274 Shattuck Avenue", + "theater_name": "United Artists Berkeley 7" + }, + { + "genre": "Thriller", + "location": "Berkeley", + "movie_name": "Hotel Mumbai", + "price": "6", + "show_type": "3d", + "street_address": "Shattuck Avenue", + "theater_name": "Landmark's California Theatre" + }, + { + "genre": "Drama", + "location": "Berkeley", + "movie_name": "Little Woods", + "price": "21", + "show_type": "3d", + "street_address": "2230 Shattuck Avenue", + "theater_name": "Landmark's Shattuck Cinemas" + }, + { + "genre": "Horror", + "location": "Berkeley", + "movie_name": "The Curse of La Llorona", + "price": "15", + "show_type": "regular", + "street_address": "2274 Shattuck Avenue", + "theater_name": "United Artists Berkeley 7" + }, + { + "genre": "Drama", + "location": "Berkeley", + "movie_name": "Transit", + "price": "23", + "show_type": "3d", + "street_address": "2230 Shattuck Avenue", + "theater_name": "Landmark's Shattuck Cinemas" + } + ], + "slots": [ + { + "exclusive_end": 23, + "slot": "movie_name", + "start": 9 + }, + { + "exclusive_end": 30, + "slot": "movie_name", + "start": 25 + }, + { + "exclusive_end": 43, + "slot": "movie_name", + "start": 36 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is Captain Marvel, Dumbo, and Hellboy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [ + "Captain Marvel" + ], + "slot": "movie_name", + "values": [ + "Captain Marvel" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 14, + "slot": "movie_name", + "start": 0 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Berkeley" + ], + "movie_name": [ + "Captain Marvel" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Captain Marvel sounds great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyMovieTickets" + ], + "slot": "intent", + "values": [ + "BuyMovieTickets" + ] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want me to purchase the tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Berkeley" + ], + "movie_name": [ + "Captain Marvel" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nah, not right now. What time is Captain Marvel playing?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "show_date", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which day would you like to see it on?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "show_date", + "values": [ + "today" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 24, + "slot": "show_date", + "start": 19 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Berkeley" + ], + "movie_name": [ + "Captain Marvel" + ], + "show_date": [ + "today" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to go today." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "22:00" + ], + "slot": "show_time", + "values": [ + "10 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "United Artists Berkeley 7" + ], + "slot": "theater_name", + "values": [ + "United Artists Berkeley 7" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "Berkeley", + "movie_name": "Captain Marvel", + "show_date": "2019-03-01" + } + }, + "service_results": [ + { + "genre": "Adventure", + "location": "Berkeley", + "movie_name": "Captain Marvel", + "price": "12", + "show_date": "2019-03-01", + "show_time": "22:00", + "show_type": "imax", + "street_address": "2274 Shattuck Avenue", + "theater_name": "United Artists Berkeley 7" + } + ], + "slots": [ + { + "exclusive_end": 58, + "slot": "show_time", + "start": 53 + }, + { + "exclusive_end": 87, + "slot": "theater_name", + "start": 62 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Captain Marvel is showing just 1 time today. It's at 10 pm at United Artists Berkeley 7." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Berkeley" + ], + "movie_name": [ + "Captain Marvel" + ], + "show_date": [ + "today" + ], + "show_time": [ + "10 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That is perfect." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_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": "Movies_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "location": [ + "Berkeley" + ], + "movie_name": [ + "Captain Marvel" + ], + "show_date": [ + "today" + ], + "show_time": [ + "10 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that's all. Thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice day." + } + ] + }, + { + "dialogue_id": "12_00114", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Century Rowland Plaza" + ], + "slot": "theater_name", + "values": [ + "Century Rowland Plaza" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 48, + "slot": "theater_name", + "start": 27 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "theater_name": [ + "Century Rowland Plaza" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to see a movie at Century Rowland Plaza." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "location", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Alright, where is your location?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "imax" + ], + "slot": "show_type", + "values": [ + "imax" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Novato" + ], + "slot": "location", + "values": [ + "Novato" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 39, + "slot": "location", + "start": 33 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Novato" + ], + "show_type": [ + "imax" + ], + "theater_name": [ + "Century Rowland Plaza" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to see an imax movie in Novato." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Captain Marvel" + ], + "slot": "movie_name", + "values": [ + "Captain Marvel" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "Novato", + "show_type": "imax", + "theater_name": "Century Rowland Plaza" + } + }, + "service_results": [ + { + "genre": "Adventure", + "location": "Novato", + "movie_name": "Captain Marvel", + "price": "9", + "show_type": "imax", + "street_address": "44 Rowland Way", + "theater_name": "Century Rowland Plaza" + } + ], + "slots": [ + { + "exclusive_end": 45, + "slot": "movie_name", + "start": 31 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 such movie, how aout Captain Marvel?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + }, + { + "act": "SELECT", + "canonical_values": [ + "Captain Marvel" + ], + "slot": "movie_name", + "values": [ + "Captain Marvel" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 14, + "slot": "movie_name", + "start": 0 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Novato" + ], + "movie_name": [ + "Captain Marvel" + ], + "show_type": [ + "imax" + ], + "theater_name": [ + "Century Rowland Plaza" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Captain Marvel works great. What time is the showing?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "show_date", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What date are you looking for?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "show_date", + "values": [ + "March 1st" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 31, + "slot": "show_date", + "start": 22 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Novato" + ], + "movie_name": [ + "Captain Marvel" + ], + "show_date": [ + "March 1st" + ], + "show_type": [ + "imax" + ], + "theater_name": [ + "Century Rowland Plaza" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to see it on March 1st." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "22:00" + ], + "slot": "show_time", + "values": [ + "10 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Century Rowland Plaza" + ], + "slot": "theater_name", + "values": [ + "Century Rowland Plaza" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "Novato", + "movie_name": "Captain Marvel", + "show_date": "2019-03-01", + "show_type": "imax", + "theater_name": "Century Rowland Plaza" + } + }, + "service_results": [ + { + "genre": "Adventure", + "location": "Novato", + "movie_name": "Captain Marvel", + "price": "9", + "show_date": "2019-03-01", + "show_time": "22:00", + "show_type": "imax", + "street_address": "44 Rowland Way", + "theater_name": "Century Rowland Plaza" + } + ], + "slots": [ + { + "exclusive_end": 16, + "slot": "show_time", + "start": 11 + }, + { + "exclusive_end": 41, + "slot": "theater_name", + "start": 20 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a 10 pm in Century Rowland Plaza." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "street_address", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "price", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [ + "price", + "street_address" + ], + "slot_values": { + "location": [ + "Novato" + ], + "movie_name": [ + "Captain Marvel" + ], + "show_date": [ + "March 1st" + ], + "show_type": [ + "imax" + ], + "theater_name": [ + "Century Rowland Plaza" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What's the address of the theatre and how much is the ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "9" + ], + "slot": "price", + "values": [ + "$9" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "44 Rowland Way" + ], + "slot": "street_address", + "values": [ + "44 Rowland Way" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 45, + "slot": "price", + "start": 43 + }, + { + "exclusive_end": 29, + "slot": "street_address", + "start": 15 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The address is 44 Rowland Way. Tickets are $9 per person." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Novato" + ], + "movie_name": [ + "Captain Marvel" + ], + "show_date": [ + "March 1st" + ], + "show_time": [ + "10 pm" + ], + "show_type": [ + "imax" + ], + "theater_name": [ + "Century Rowland Plaza" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Perfect, that's what I was looking for." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice day!" + } + ] + }, + { + "dialogue_id": "12_00115", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I want to find a movie to watch" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "location", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you prefer a certain location?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Brentwood" + ], + "slot": "location", + "values": [ + "Brentwood" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 27, + "slot": "location", + "start": 18 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Brentwood" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you search in Brentwood." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Breakthrough", + "Captain Marvel", + "Dumbo" + ], + "slot": "movie_name", + "values": [ + "Breakthrough", + "Captain Marvel", + "Dumbo" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "Brentwood" + } + }, + "service_results": [ + { + "genre": "Biographical", + "location": "Brentwood", + "movie_name": "Breakthrough", + "price": "18", + "show_type": "regular", + "street_address": "2525 Sand Creek Road", + "theater_name": "AMC Brentwood 14" + }, + { + "genre": "Adventure", + "location": "Brentwood", + "movie_name": "Captain Marvel", + "price": "12", + "show_type": "3d", + "street_address": "2525 Sand Creek Road", + "theater_name": "AMC Brentwood 14" + }, + { + "genre": "Fantasy", + "location": "Brentwood", + "movie_name": "Dumbo", + "price": "17", + "show_type": "3d", + "street_address": "641 1st Street", + "theater_name": "CineLux Delta Cinema Saver" + }, + { + "genre": "Fantasy", + "location": "Brentwood", + "movie_name": "Hellboy", + "price": "14", + "show_type": "3d", + "street_address": "2525 Sand Creek Road", + "theater_name": "AMC Brentwood 14" + }, + { + "genre": "Comedy", + "location": "Brentwood", + "movie_name": "Little", + "price": "25", + "show_type": "regular", + "street_address": "2525 Sand Creek Road", + "theater_name": "AMC Brentwood 14" + }, + { + "genre": "Comedy", + "location": "Brentwood", + "movie_name": "Long Shot", + "price": "6", + "show_type": "3d", + "street_address": "2525 Sand Creek Road", + "theater_name": "AMC Brentwood 14" + }, + { + "genre": "Comedy", + "location": "Brentwood", + "movie_name": "Missing Link", + "price": "6", + "show_type": "3d", + "street_address": "2525 Sand Creek Road", + "theater_name": "AMC Brentwood 14" + }, + { + "genre": "Thriller", + "location": "Brentwood", + "movie_name": "Pet Sematary", + "price": "13", + "show_type": "3d", + "street_address": "2525 Sand Creek Road", + "theater_name": "AMC Brentwood 14" + }, + { + "genre": "Adventure", + "location": "Brentwood", + "movie_name": "Shazam!", + "price": "18", + "show_type": "imax", + "street_address": "641 1st Street", + "theater_name": "CineLux Delta Cinema Saver" + }, + { + "genre": "Horror", + "location": "Brentwood", + "movie_name": "The Curse of La Llorona", + "price": "19", + "show_type": "3d", + "street_address": "2525 Sand Creek Road", + "theater_name": "AMC Brentwood 14" + } + ], + "slots": [ + { + "exclusive_end": 22, + "slot": "movie_name", + "start": 10 + }, + { + "exclusive_end": 38, + "slot": "movie_name", + "start": 24 + }, + { + "exclusive_end": 47, + "slot": "movie_name", + "start": 42 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "How about Breakthrough, Captain Marvel or Dumbo?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Ramon" + ], + "slot": "location", + "values": [ + "San Ramon" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "dontcare" + ], + "slot": "theater_name", + "values": [ + "dontcare" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 42, + "slot": "location", + "start": 33 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "San Ramon" + ], + "theater_name": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Please find some other movies in San Ramon. Any theatre is fine." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Hellboy", + "Little", + "Missing Link" + ], + "slot": "movie_name", + "values": [ + "Hellboy", + "Little", + "Missing Link" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "San Ramon" + } + }, + "service_results": [ + { + "genre": "Biographical", + "location": "San Ramon", + "movie_name": "Breakthrough", + "price": "21", + "show_type": "imax", + "street_address": "1603", + "theater_name": "Regal Cinemas Crow Canyon 6" + }, + { + "genre": "Adventure", + "location": "San Ramon", + "movie_name": "Captain Marvel", + "price": "22", + "show_type": "imax", + "street_address": "1603", + "theater_name": "Regal Cinemas Crow Canyon 6" + }, + { + "genre": "Fantasy", + "location": "San Ramon", + "movie_name": "Dumbo", + "price": "15", + "show_type": "3d", + "street_address": "6000 Bollinger Canyon Road Suite 2300", + "theater_name": "THE LOT City Center" + }, + { + "genre": "Fantasy", + "location": "San Ramon", + "movie_name": "Hellboy", + "price": "24", + "show_type": "regular", + "street_address": "1603", + "theater_name": "Regal Cinemas Crow Canyon 6" + }, + { + "genre": "Comedy", + "location": "San Ramon", + "movie_name": "Little", + "price": "19", + "show_type": "imax", + "street_address": "6000 Bollinger Canyon Road Suite 2300", + "theater_name": "THE LOT City Center" + }, + { + "genre": "Comedy", + "location": "San Ramon", + "movie_name": "Missing Link", + "price": "22", + "show_type": "3d", + "street_address": "6000 Bollinger Canyon Road Suite 2300", + "theater_name": "THE LOT City Center" + }, + { + "genre": "Adventure", + "location": "San Ramon", + "movie_name": "Shazam!", + "price": "22", + "show_type": "3d", + "street_address": "1603", + "theater_name": "Regal Cinemas Crow Canyon 6" + }, + { + "genre": "Musical", + "location": "San Ramon", + "movie_name": "Teen Spirit", + "price": "18", + "show_type": "3d", + "street_address": "6000 Bollinger Canyon Road Suite 2300", + "theater_name": "THE LOT City Center" + }, + { + "genre": "Horror", + "location": "San Ramon", + "movie_name": "The Curse of La Llorona", + "price": "21", + "show_type": "3d", + "street_address": "1603", + "theater_name": "Regal Cinemas Crow Canyon 6" + } + ], + "slots": [ + { + "exclusive_end": 17, + "slot": "movie_name", + "start": 10 + }, + { + "exclusive_end": 25, + "slot": "movie_name", + "start": 19 + }, + { + "exclusive_end": 41, + "slot": "movie_name", + "start": 29 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "How about Hellboy, Little or Missing Link?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3d" + ], + "slot": "show_type", + "values": [ + "3d" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "San Ramon" + ], + "show_type": [ + "3d" + ], + "theater_name": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to watch 3d show, pls find other movies" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Shazam!", + "Teen Spirit", + "The Curse of La Llorona" + ], + "slot": "movie_name", + "values": [ + "Shazam!", + "Teen Spirit", + "The Curse of La Llorona" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "San Ramon", + "show_type": "3d" + } + }, + "service_results": [ + { + "genre": "Fantasy", + "location": "San Ramon", + "movie_name": "Dumbo", + "price": "15", + "show_type": "3d", + "street_address": "6000 Bollinger Canyon Road Suite 2300", + "theater_name": "THE LOT City Center" + }, + { + "genre": "Fantasy", + "location": "San Ramon", + "movie_name": "Hellboy", + "price": "24", + "show_type": "3d", + "street_address": "6000 Bollinger Canyon Road Suite 2300", + "theater_name": "THE LOT City Center" + }, + { + "genre": "Comedy", + "location": "San Ramon", + "movie_name": "Missing Link", + "price": "22", + "show_type": "3d", + "street_address": "6000 Bollinger Canyon Road Suite 2300", + "theater_name": "THE LOT City Center" + } + ], + "slots": [ + { + "exclusive_end": 35, + "slot": "movie_name", + "start": 28 + }, + { + "exclusive_end": 48, + "slot": "movie_name", + "start": 37 + }, + { + "exclusive_end": 75, + "slot": "movie_name", + "start": 52 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 3 movies. How about Shazam!, Teen Spirit or The Curse of La Llorona?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [ + "Teen Spirit" + ], + "slot": "movie_name", + "values": [ + "Teen Spirit" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 11, + "slot": "movie_name", + "start": 0 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "San Ramon" + ], + "movie_name": [ + "Teen Spirit" + ], + "show_type": [ + "3d" + ], + "theater_name": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Teen Spirit is perfect." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyMovieTickets" + ], + "slot": "intent", + "values": [ + "BuyMovieTickets" + ] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to purchase the tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "show_date", + "values": [ + "2nd of March" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 35, + "slot": "show_date", + "start": 23 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "San Ramon" + ], + "movie_name": [ + "Teen Spirit" + ], + "show_date": [ + "2nd of March" + ], + "show_type": [ + "3d" + ], + "theater_name": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No. I want to watch on 2nd of March. What time can i watch?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "17:00" + ], + "slot": "show_time", + "values": [ + "5 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "THE LOT City Center" + ], + "slot": "theater_name", + "values": [ + "THE LOT City Center" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "San Ramon", + "movie_name": "Teen Spirit", + "show_date": "2019-03-02", + "show_type": "3d" + } + }, + "service_results": [ + { + "genre": "Musical", + "location": "San Ramon", + "movie_name": "Teen Spirit", + "price": "18", + "show_date": "2019-03-02", + "show_time": "17:00", + "show_type": "3d", + "street_address": "6000 Bollinger Canyon Road Suite 2300", + "theater_name": "THE LOT City Center" + } + ], + "slots": [ + { + "exclusive_end": 22, + "slot": "show_time", + "start": 18 + }, + { + "exclusive_end": 45, + "slot": "theater_name", + "start": 26 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 show at 5 pm in THE LOT City Center." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "San Ramon" + ], + "movie_name": [ + "Teen Spirit" + ], + "show_date": [ + "2nd of March" + ], + "show_time": [ + "5 pm" + ], + "show_type": [ + "3d" + ], + "theater_name": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes. Good" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_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": "Movies_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "location": [ + "San Ramon" + ], + "movie_name": [ + "Teen Spirit" + ], + "show_date": [ + "2nd of March" + ], + "show_time": [ + "5 pm" + ], + "show_type": [ + "3d" + ], + "theater_name": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No. Thanks a lot" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day" + } + ] + }, + { + "dialogue_id": "12_00116", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "CineLux Tennant Station Stadium 11" + ], + "slot": "theater_name", + "values": [ + "CineLux Tennant Station" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 59, + "slot": "theater_name", + "start": 36 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "theater_name": [ + "CineLux Tennant Station" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find me a movie to watch at CineLux Tennant Station" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "location", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Morgan Hill" + ], + "slot": "location", + "values": [ + "Morgan Hill" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 30, + "slot": "location", + "start": 19 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Morgan Hill" + ], + "theater_name": [ + "CineLux Tennant Station" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Look for movies in Morgan Hill" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Breakthrough", + "Captain Marvel", + "Dumbo" + ], + "slot": "movie_name", + "values": [ + "Breakthrough", + "Captain Marvel", + "Dumbo" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "6" + ], + "slot": "count", + "values": [ + "6" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "Morgan Hill", + "theater_name": "CineLux Tennant Station Stadium 11" + } + }, + "service_results": [ + { + "genre": "Biographical", + "location": "Morgan Hill", + "movie_name": "Breakthrough", + "price": "23", + "show_type": "regular", + "street_address": "750 Tennant Station", + "theater_name": "CineLux Tennant Station Stadium 11" + }, + { + "genre": "Adventure", + "location": "Morgan Hill", + "movie_name": "Captain Marvel", + "price": "9", + "show_type": "regular", + "street_address": "750 Tennant Station", + "theater_name": "CineLux Tennant Station Stadium 11" + }, + { + "genre": "Fantasy", + "location": "Morgan Hill", + "movie_name": "Dumbo", + "price": "13", + "show_type": "regular", + "street_address": "750 Tennant Station", + "theater_name": "CineLux Tennant Station Stadium 11" + }, + { + "genre": "Fantasy", + "location": "Morgan Hill", + "movie_name": "Hellboy", + "price": "17", + "show_type": "imax", + "street_address": "750 Tennant Station", + "theater_name": "CineLux Tennant Station Stadium 11" + }, + { + "genre": "Thriller", + "location": "Morgan Hill", + "movie_name": "Pet Sematary", + "price": "15", + "show_type": "imax", + "street_address": "750 Tennant Station", + "theater_name": "CineLux Tennant Station Stadium 11" + }, + { + "genre": "Adventure", + "location": "Morgan Hill", + "movie_name": "Shazam!", + "price": "6", + "show_type": "regular", + "street_address": "750 Tennant Station", + "theater_name": "CineLux Tennant Station Stadium 11" + } + ], + "slots": [ + { + "exclusive_end": 71, + "slot": "movie_name", + "start": 59 + }, + { + "exclusive_end": 53, + "slot": "movie_name", + "start": 39 + }, + { + "exclusive_end": 37, + "slot": "movie_name", + "start": 32 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 6 movies there. There's Dumbo, Captain Marvel, and Breakthrough to name a few." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "regular" + ], + "slot": "show_type", + "values": [ + "regular" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + }, + { + "act": "SELECT", + "canonical_values": [ + "Captain Marvel" + ], + "slot": "movie_name", + "values": [ + "Captain Marvel" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 14, + "slot": "movie_name", + "start": 0 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Morgan Hill" + ], + "movie_name": [ + "Captain Marvel" + ], + "show_type": [ + "regular" + ], + "theater_name": [ + "CineLux Tennant Station" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Captain Marvel sounds perf. What Time can I watch? I want a regular show time" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "show_date", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What date though?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "show_date", + "values": [ + "march 7th" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 12, + "slot": "show_date", + "start": 3 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Morgan Hill" + ], + "movie_name": [ + "Captain Marvel" + ], + "show_date": [ + "march 7th" + ], + "show_type": [ + "regular" + ], + "theater_name": [ + "CineLux Tennant Station" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "On march 7th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "20:30" + ], + "slot": "show_time", + "values": [ + "8:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "CineLux Tennant Station Stadium 11" + ], + "slot": "theater_name", + "values": [ + "CineLux Tennant Station Stadium 11" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "Morgan Hill", + "movie_name": "Captain Marvel", + "show_date": "2019-03-07", + "show_type": "regular", + "theater_name": "CineLux Tennant Station Stadium 11" + } + }, + "service_results": [ + { + "genre": "Adventure", + "location": "Morgan Hill", + "movie_name": "Captain Marvel", + "price": "9", + "show_date": "2019-03-07", + "show_time": "20:30", + "show_type": "regular", + "street_address": "750 Tennant Station", + "theater_name": "CineLux Tennant Station Stadium 11" + } + ], + "slots": [ + { + "exclusive_end": 17, + "slot": "show_time", + "start": 10 + }, + { + "exclusive_end": 64, + "slot": "theater_name", + "start": 30 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's 1 8:30 pm showtime at CineLux Tennant Station Stadium 11." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "price", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [ + "price" + ], + "slot_values": { + "location": [ + "Morgan Hill" + ], + "movie_name": [ + "Captain Marvel" + ], + "show_date": [ + "march 7th" + ], + "show_type": [ + "regular" + ], + "theater_name": [ + "CineLux Tennant Station", + "CineLux Tennant Station Stadium 11" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "How much is it gonna cost?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "9" + ], + "slot": "price", + "values": [ + "9" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 6, + "slot": "price", + "start": 5 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It's 9 bucks per person." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Morgan Hill" + ], + "movie_name": [ + "Captain Marvel" + ], + "show_date": [ + "march 7th" + ], + "show_time": [ + "8:30 pm" + ], + "show_type": [ + "regular" + ], + "theater_name": [ + "CineLux Tennant Station", + "CineLux Tennant Station Stadium 11" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's good then, that's all I need" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Thanks have a good one" + } + ] + }, + { + "dialogue_id": "12_00117", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3d" + ], + "slot": "show_type", + "values": [ + "3d" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "show_type": [ + "3d" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to a show. Can you help me find a 3d movie near me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "location", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure! Where are you located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Cloverdale" + ], + "slot": "location", + "values": [ + "Cloverdale" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 17, + "slot": "location", + "start": 7 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Cloverdale" + ], + "show_type": [ + "3d" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm in Cloverdale." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Hellboy" + ], + "slot": "movie_name", + "values": [ + "Hellboy" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "Cloverdale", + "show_type": "3d" + } + }, + "service_results": [ + { + "genre": "Fantasy", + "location": "Cloverdale", + "movie_name": "Hellboy", + "price": "19", + "show_type": "3d", + "street_address": "121 East 1st Street", + "theater_name": "The Clover Theater" + } + ], + "slots": [ + { + "exclusive_end": 16, + "slot": "movie_name", + "start": 9 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "How does Hellboy sound?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [ + "Hellboy" + ], + "slot": "movie_name", + "values": [ + "Hellboy" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 41, + "slot": "movie_name", + "start": 34 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Cloverdale" + ], + "movie_name": [ + "Hellboy" + ], + "show_type": [ + "3d" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Perfect, I've been meaning to see Hellboy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyMovieTickets" + ], + "slot": "intent", + "values": [ + "BuyMovieTickets" + ] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want to purchase your tickets now or another time?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Cloverdale" + ], + "movie_name": [ + "Hellboy" + ], + "show_type": [ + "3d" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Another time, please. What are the times available for it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "show_date", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "On what day do you want to watch it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "show_date", + "values": [ + "the 2nd" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 29, + "slot": "show_date", + "start": 22 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Cloverdale" + ], + "movie_name": [ + "Hellboy" + ], + "show_date": [ + "the 2nd" + ], + "show_type": [ + "3d" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to see it on the 2nd." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "20:00" + ], + "slot": "show_time", + "values": [ + "8 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Clover Theater" + ], + "slot": "theater_name", + "values": [ + "The Clover Theater" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "Cloverdale", + "movie_name": "Hellboy", + "show_date": "2019-03-02", + "show_type": "3d" + } + }, + "service_results": [ + { + "genre": "Fantasy", + "location": "Cloverdale", + "movie_name": "Hellboy", + "price": "19", + "show_date": "2019-03-02", + "show_time": "20:00", + "show_type": "3d", + "street_address": "121 East 1st Street", + "theater_name": "The Clover Theater" + } + ], + "slots": [ + { + "exclusive_end": 32, + "slot": "show_time", + "start": 28 + }, + { + "exclusive_end": 54, + "slot": "theater_name", + "start": 36 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, I found 1 showtime at 8 pm in The Clover Theater." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Cloverdale" + ], + "movie_name": [ + "Hellboy" + ], + "show_date": [ + "the 2nd" + ], + "show_time": [ + "8 pm" + ], + "show_type": [ + "3d" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds perfect!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Great. 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": "Movies_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "location": [ + "Cloverdale" + ], + "movie_name": [ + "Hellboy" + ], + "show_date": [ + "the 2nd" + ], + "show_time": [ + "8 pm" + ], + "show_type": [ + "3d" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that's all. Thank you for your help!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your welcome! Have a good day." + } + ] + }, + { + "dialogue_id": "12_00118", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Jose" + ], + "slot": "location", + "values": [ + "San Jose" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 58, + "slot": "location", + "start": 50 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "San Jose" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I feel like watching a movie. What's available in San Jose?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "A Madea Family Funeral", + "After", + "Breakthrough" + ], + "slot": "movie_name", + "values": [ + "A Madea Family Funeral", + "After", + "Breakthrough" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "San Jose" + } + }, + "service_results": [ + { + "genre": "Comedy", + "location": "San Jose", + "movie_name": "A Madea Family Funeral", + "price": "10", + "show_type": "regular", + "street_address": "3630 Hillcap Avenue", + "theater_name": "West Wind Capitol Drive-In" + }, + { + "genre": "Romance", + "location": "San Jose", + "movie_name": "After", + "price": "22", + "show_type": "imax", + "street_address": "925 Blossom Hill Road Suite 2000", + "theater_name": "Century 20 Oakridge & XD" + }, + { + "genre": "Biographical", + "location": "San Jose", + "movie_name": "Breakthrough", + "price": "14", + "show_type": "3d", + "street_address": "2306 Almaden Road", + "theater_name": "CineLux Almaden Cinema" + }, + { + "genre": "Adventure", + "location": "San Jose", + "movie_name": "Captain Marvel", + "price": "12", + "show_type": "regular", + "street_address": "2190 Eastridge Loop", + "theater_name": "AMC Eastridge 15" + }, + { + "genre": "Drama", + "location": "San Jose", + "movie_name": "Dogman", + "price": "15", + "show_type": "regular", + "street_address": "288 South 2nd Street", + "theater_name": "3 Below Theaters And Lounge" + }, + { + "genre": "Fantasy", + "location": "San Jose", + "movie_name": "Dumbo", + "price": "13", + "show_type": "imax", + "street_address": "3088 Olsen Drive", + "theater_name": "Cinemark USA" + }, + { + "genre": "Fantasy", + "location": "San Jose", + "movie_name": "Hellboy", + "price": "17", + "show_type": "imax", + "street_address": "2306 Almaden Road", + "theater_name": "CineLux Almaden Cinema" + }, + { + "genre": "Animation", + "location": "San Jose", + "movie_name": "How to Train Your Dragon: The Hidden World", + "price": "15", + "show_type": "3d", + "street_address": "2190 Eastridge Loop", + "theater_name": "AMC Eastridge 15" + }, + { + "genre": "Comedy", + "location": "San Jose", + "movie_name": "Little", + "price": "20", + "show_type": "3d", + "street_address": "2306 Almaden Road", + "theater_name": "CineLux Almaden Cinema" + }, + { + "genre": "Comedy", + "location": "San Jose", + "movie_name": "Long Shot", + "price": "22", + "show_type": "imax", + "street_address": "2190 Eastridge Loop", + "theater_name": "AMC Eastridge 15" + } + ], + "slots": [ + { + "exclusive_end": 43, + "slot": "movie_name", + "start": 21 + }, + { + "exclusive_end": 50, + "slot": "movie_name", + "start": 45 + }, + { + "exclusive_end": 67, + "slot": "movie_name", + "start": 55 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's sessions for A Madea Family Funeral, After and Breakthrough." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "CineLux Almaden Cinema" + ], + "slot": "theater_name", + "values": [ + "CineLux Almaden" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 59, + "slot": "theater_name", + "start": 44 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "San Jose" + ], + "theater_name": [ + "CineLux Almaden" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you search for other ones? Something at CineLux Almaden." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Dumbo", + "Hellboy", + "Little" + ], + "slot": "movie_name", + "values": [ + "Dumbo", + "Hellboy", + "Little" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "San Jose", + "theater_name": "CineLux Almaden Cinema" + } + }, + "service_results": [ + { + "genre": "Biographical", + "location": "San Jose", + "movie_name": "Breakthrough", + "price": "14", + "show_type": "3d", + "street_address": "2306 Almaden Road", + "theater_name": "CineLux Almaden Cinema" + }, + { + "genre": "Fantasy", + "location": "San Jose", + "movie_name": "Dumbo", + "price": "5", + "show_type": "regular", + "street_address": "2306 Almaden Road", + "theater_name": "CineLux Almaden Cinema" + }, + { + "genre": "Fantasy", + "location": "San Jose", + "movie_name": "Hellboy", + "price": "17", + "show_type": "imax", + "street_address": "2306 Almaden Road", + "theater_name": "CineLux Almaden Cinema" + }, + { + "genre": "Comedy", + "location": "San Jose", + "movie_name": "Little", + "price": "20", + "show_type": "3d", + "street_address": "2306 Almaden Road", + "theater_name": "CineLux Almaden Cinema" + }, + { + "genre": "Adventure", + "location": "San Jose", + "movie_name": "Shazam!", + "price": "19", + "show_type": "3d", + "street_address": "2306 Almaden Road", + "theater_name": "CineLux Almaden Cinema" + }, + { + "genre": "Horror", + "location": "San Jose", + "movie_name": "The Curse of La Llorona", + "price": "16", + "show_type": "3d", + "street_address": "2306 Almaden Road", + "theater_name": "CineLux Almaden Cinema" + } + ], + "slots": [ + { + "exclusive_end": 5, + "slot": "movie_name", + "start": 0 + }, + { + "exclusive_end": 14, + "slot": "movie_name", + "start": 7 + }, + { + "exclusive_end": 25, + "slot": "movie_name", + "start": 19 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Dumbo, Hellboy and Little are also available." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "San Jose" + ], + "theater_name": [ + "CineLux Almaden" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Please search for other ones." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Shazam!", + "The Curse of La Llorona" + ], + "slot": "movie_name", + "values": [ + "Shazam!", + "The Curse of La Llorona" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 20, + "slot": "movie_name", + "start": 13 + }, + { + "exclusive_end": 48, + "slot": "movie_name", + "start": 25 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's also Shazam! and The Curse of La Llorona." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "show_date", + "values": [ + "March 5th" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + }, + { + "act": "SELECT", + "canonical_values": [ + "The Curse of La Llorona" + ], + "slot": "movie_name", + "values": [ + "The Curse of La Llorona" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 23, + "slot": "movie_name", + "start": 0 + }, + { + "exclusive_end": 72, + "slot": "show_date", + "start": 63 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "San Jose" + ], + "movie_name": [ + "The Curse of La Llorona" + ], + "show_date": [ + "March 5th" + ], + "theater_name": [ + "CineLux Almaden" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "The Curse of La Llorona is great. What time is it available in March 5th?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "22:30" + ], + "slot": "show_time", + "values": [ + "10:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "CineLux Almaden Cinema" + ], + "slot": "theater_name", + "values": [ + "CineLux Almaden Cinema" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "San Jose", + "movie_name": "The Curse of La Llorona", + "show_date": "2019-03-05", + "theater_name": "CineLux Almaden Cinema" + } + }, + "service_results": [ + { + "genre": "Horror", + "location": "San Jose", + "movie_name": "The Curse of La Llorona", + "price": "16", + "show_date": "2019-03-05", + "show_time": "22:30", + "show_type": "3d", + "street_address": "2306 Almaden Road", + "theater_name": "CineLux Almaden Cinema" + } + ], + "slots": [ + { + "exclusive_end": 29, + "slot": "show_time", + "start": 21 + }, + { + "exclusive_end": 55, + "slot": "theater_name", + "start": 33 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 session at 10:30 pm in CineLux Almaden Cinema." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "street_address", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "price", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [ + "price", + "street_address" + ], + "slot_values": { + "location": [ + "San Jose" + ], + "movie_name": [ + "The Curse of La Llorona" + ], + "show_date": [ + "March 5th" + ], + "theater_name": [ + "CineLux Almaden", + "CineLux Almaden Cinema" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What's their address and how much is the ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "16" + ], + "slot": "price", + "values": [ + "$16" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2306 Almaden Road" + ], + "slot": "street_address", + "values": [ + "2306 Almaden Road" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 3, + "slot": "price", + "start": 0 + }, + { + "exclusive_end": 50, + "slot": "street_address", + "start": 33 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "$16 per person. Their address is 2306 Almaden Road." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "San Jose" + ], + "movie_name": [ + "The Curse of La Llorona" + ], + "show_date": [ + "March 5th" + ], + "show_time": [ + "10:30 pm" + ], + "theater_name": [ + "CineLux Almaden", + "CineLux Almaden Cinema" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Awesome. That's all I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "12_00119", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Biographical" + ], + "slot": "genre", + "values": [ + "Non-fiction" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "imax" + ], + "slot": "show_type", + "values": [ + "imax" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 188, + "slot": "genre", + "start": 177 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "genre": [ + "Non-fiction" + ], + "show_type": [ + "imax" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "This week, I have a lot to do and meeting to attend. I think I'll deserve some time to relax and watch a movie, something I could really use your help choosing. I want to see a Non-fiction movie that I can watch on imax. You have any ideas for me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "location", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I'm sure we can find a something for you. What part of the city do you want?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Bruno" + ], + "slot": "location", + "values": [ + "San Bruno" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 52, + "slot": "location", + "start": 43 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "genre": [ + "Non-fiction" + ], + "location": [ + "San Bruno" + ], + "show_type": [ + "imax" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Please recommend a movie that's showing in San Bruno." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Breakthrough" + ], + "slot": "movie_name", + "values": [ + "Breakthrough" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "genre": "Biographical", + "location": "San Bruno", + "show_type": "imax" + } + }, + "service_results": [ + { + "genre": "Biographical", + "location": "San Bruno", + "movie_name": "Breakthrough", + "price": "19", + "show_type": "imax", + "street_address": "1188 El Camino Real 4th Floor", + "theater_name": "Century at Tanforan & XD" + } + ], + "slots": [ + { + "exclusive_end": 42, + "slot": "movie_name", + "start": 30 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay. There is 1 movie titled Breakthrough. Does that interest you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [ + "Breakthrough" + ], + "slot": "movie_name", + "values": [ + "Breakthrough" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 12, + "slot": "movie_name", + "start": 0 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "genre": [ + "Non-fiction" + ], + "location": [ + "San Bruno" + ], + "movie_name": [ + "Breakthrough" + ], + "show_type": [ + "imax" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Breakthrough, huh? That's very fitting." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyMovieTickets" + ], + "slot": "intent", + "values": [ + "BuyMovieTickets" + ] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Shall I purchase tickets for you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "genre": [ + "Non-fiction" + ], + "location": [ + "San Bruno" + ], + "movie_name": [ + "Breakthrough" + ], + "show_type": [ + "imax" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thanks. Let's wait on purchasing tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "All right. Would you like any other assistance?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "Non-fiction" + ], + "location": [ + "San Bruno" + ], + "movie_name": [ + "Breakthrough" + ], + "show_type": [ + "imax" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Oh, yes. What time does the movie start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "show_date", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "On what date do you want to see the movie at imax." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "show_date", + "values": [ + "8th of March" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 40, + "slot": "show_date", + "start": 28 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "Non-fiction" + ], + "location": [ + "San Bruno" + ], + "movie_name": [ + "Breakthrough" + ], + "show_date": [ + "8th of March" + ], + "show_type": [ + "imax" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Please set the date for the 8th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "21:30" + ], + "slot": "show_time", + "values": [ + "9:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Century at Tanforan & XD" + ], + "slot": "theater_name", + "values": [ + "Century at Tanforan & XD" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "San Bruno", + "movie_name": "Breakthrough", + "show_date": "2019-03-08", + "show_type": "imax" + } + }, + "service_results": [ + { + "genre": "Biographical", + "location": "San Bruno", + "movie_name": "Breakthrough", + "price": "19", + "show_date": "2019-03-08", + "show_time": "21:30", + "show_type": "imax", + "street_address": "1188 El Camino Real 4th Floor", + "theater_name": "Century at Tanforan & XD" + } + ], + "slots": [ + { + "exclusive_end": 39, + "slot": "show_time", + "start": 32 + }, + { + "exclusive_end": 67, + "slot": "theater_name", + "start": 43 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The 1 showtime available is for 9:30 pm in Century at Tanforan & XD." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "Non-fiction" + ], + "location": [ + "San Bruno" + ], + "movie_name": [ + "Breakthrough" + ], + "show_date": [ + "8th of March" + ], + "show_time": [ + "9:30 pm" + ], + "show_type": [ + "imax" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great. I'll take that." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else you need at this time?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "genre": [ + "Non-fiction" + ], + "location": [ + "San Bruno" + ], + "movie_name": [ + "Breakthrough" + ], + "show_date": [ + "8th of March" + ], + "show_time": [ + "9:30 pm" + ], + "show_type": [ + "imax" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I guess that's all I need for now. Thanks mucho." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "My pleasure. Enjoy your day." + } + ] + }, + { + "dialogue_id": "12_00120", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Im looking for a movie." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "location", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Ramon" + ], + "slot": "location", + "values": [ + "San Ramon" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 34, + "slot": "location", + "start": 25 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "San Ramon" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to find movies in San Ramon." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Breakthrough", + "Captain Marvel", + "Dumbo" + ], + "slot": "movie_name", + "values": [ + "Breakthrough", + "Captain Marvel", + "Dumbo" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "San Ramon" + } + }, + "service_results": [ + { + "genre": "Biographical", + "location": "San Ramon", + "movie_name": "Breakthrough", + "price": "21", + "show_type": "imax", + "street_address": "1603", + "theater_name": "Regal Cinemas Crow Canyon 6" + }, + { + "genre": "Adventure", + "location": "San Ramon", + "movie_name": "Captain Marvel", + "price": "22", + "show_type": "imax", + "street_address": "1603", + "theater_name": "Regal Cinemas Crow Canyon 6" + }, + { + "genre": "Fantasy", + "location": "San Ramon", + "movie_name": "Dumbo", + "price": "15", + "show_type": "3d", + "street_address": "6000 Bollinger Canyon Road Suite 2300", + "theater_name": "THE LOT City Center" + }, + { + "genre": "Fantasy", + "location": "San Ramon", + "movie_name": "Hellboy", + "price": "24", + "show_type": "regular", + "street_address": "1603", + "theater_name": "Regal Cinemas Crow Canyon 6" + }, + { + "genre": "Comedy", + "location": "San Ramon", + "movie_name": "Little", + "price": "19", + "show_type": "imax", + "street_address": "6000 Bollinger Canyon Road Suite 2300", + "theater_name": "THE LOT City Center" + }, + { + "genre": "Comedy", + "location": "San Ramon", + "movie_name": "Missing Link", + "price": "22", + "show_type": "3d", + "street_address": "6000 Bollinger Canyon Road Suite 2300", + "theater_name": "THE LOT City Center" + }, + { + "genre": "Adventure", + "location": "San Ramon", + "movie_name": "Shazam!", + "price": "22", + "show_type": "3d", + "street_address": "1603", + "theater_name": "Regal Cinemas Crow Canyon 6" + }, + { + "genre": "Musical", + "location": "San Ramon", + "movie_name": "Teen Spirit", + "price": "18", + "show_type": "3d", + "street_address": "6000 Bollinger Canyon Road Suite 2300", + "theater_name": "THE LOT City Center" + }, + { + "genre": "Horror", + "location": "San Ramon", + "movie_name": "The Curse of La Llorona", + "price": "21", + "show_type": "3d", + "street_address": "1603", + "theater_name": "Regal Cinemas Crow Canyon 6" + } + ], + "slots": [ + { + "exclusive_end": 19, + "slot": "movie_name", + "start": 7 + }, + { + "exclusive_end": 35, + "slot": "movie_name", + "start": 21 + }, + { + "exclusive_end": 45, + "slot": "movie_name", + "start": 40 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have Breakthrough, Captain Marvel, or Dumbo." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "San Ramon" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is there anything else/" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Hellboy", + "Little", + "Missing Link" + ], + "slot": "movie_name", + "values": [ + "Hellboy", + "Little", + "Missing Link" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 14, + "slot": "movie_name", + "start": 7 + }, + { + "exclusive_end": 22, + "slot": "movie_name", + "start": 16 + }, + { + "exclusive_end": 40, + "slot": "movie_name", + "start": 28 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have Hellboy, Little, and Missing Link." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "San Ramon" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Please find something else." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Shazam!", + "Teen Spirit", + "The Curse of La Llorona" + ], + "slot": "movie_name", + "values": [ + "Shazam!", + "Teen Spirit", + "The Curse of La Llorona" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 17, + "slot": "movie_name", + "start": 10 + }, + { + "exclusive_end": 30, + "slot": "movie_name", + "start": 19 + }, + { + "exclusive_end": 59, + "slot": "movie_name", + "start": 36 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok, Heres Shazam!, Teen Spirit, and The Curse of La Llorona" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + }, + { + "act": "SELECT", + "canonical_values": [ + "The Curse of La Llorona" + ], + "slot": "movie_name", + "values": [ + "The Curse of La Llorona" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 23, + "slot": "movie_name", + "start": 0 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "San Ramon" + ], + "movie_name": [ + "The Curse of La Llorona" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "The Curse of La Llorona sounds good. When can i see it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "show_date", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When would you like to see it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "show_date", + "values": [ + "Saturday this week" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 38, + "slot": "show_date", + "start": 20 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "San Ramon" + ], + "movie_name": [ + "The Curse of La Llorona" + ], + "show_date": [ + "Saturday this week" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to see it on Saturday this week." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "16:30" + ], + "slot": "show_time", + "values": [ + "4:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "THE LOT City Center" + ], + "slot": "theater_name", + "values": [ + "THE LOT city center" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "2" + ], + "slot": "count", + "values": [ + "2" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "San Ramon", + "movie_name": "The Curse of La Llorona", + "show_date": "2019-03-02" + } + }, + "service_results": [ + { + "genre": "Horror", + "location": "San Ramon", + "movie_name": "The Curse of La Llorona", + "price": "11", + "show_date": "2019-03-02", + "show_time": "16:30", + "show_type": "3d", + "street_address": "6000 Bollinger Canyon Road Suite 2300", + "theater_name": "THE LOT City Center" + }, + { + "genre": "Horror", + "location": "San Ramon", + "movie_name": "The Curse of La Llorona", + "price": "21", + "show_date": "2019-03-02", + "show_time": "21:30", + "show_type": "3d", + "street_address": "1603", + "theater_name": "Regal Cinemas Crow Canyon 6" + } + ], + "slots": [ + { + "exclusive_end": 44, + "slot": "show_time", + "start": 37 + }, + { + "exclusive_end": 67, + "slot": "theater_name", + "start": 48 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have 2 times for the movie. One at 4:30 pm at THE LOT city center" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "street_address", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [ + "street_address" + ], + "slot_values": { + "location": [ + "San Ramon" + ], + "movie_name": [ + "The Curse of La Llorona" + ], + "show_date": [ + "Saturday this week" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Whats the address?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "6000 Bollinger Canyon Road Suite 2300" + ], + "slot": "street_address", + "values": [ + "6000 Bollinger Canyon Road Suite 2300" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 52, + "slot": "street_address", + "start": 15 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Its located at 6000 Bollinger Canyon Road Suite 2300" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "San Ramon" + ], + "movie_name": [ + "The Curse of La Llorona" + ], + "show_date": [ + "Saturday this week" + ], + "show_time": [ + "4:30 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Awesome, Thats what i need" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good one" + } + ] + }, + { + "dialogue_id": "12_00121", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "CineLux Tennant Station Stadium 11" + ], + "slot": "theater_name", + "values": [ + "Cinelux Tennant Station" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 46, + "slot": "theater_name", + "start": 23 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "theater_name": [ + "Cinelux Tennant Station" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What's the address for Cinelux Tennant Station?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "location", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What's your address?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Morgan Hill" + ], + "slot": "location", + "values": [ + "Morgan Hill" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 51, + "slot": "location", + "start": 40 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Morgan Hill" + ], + "theater_name": [ + "Cinelux Tennant Station" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Do you know which movies are showing in Morgan Hill?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Breakthrough", + "Captain Marvel", + "Dumbo" + ], + "slot": "movie_name", + "values": [ + "Breakthrough", + "Captain Marvel", + "Dumbo" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "Morgan Hill", + "theater_name": "CineLux Tennant Station Stadium 11" + } + }, + "service_results": [ + { + "genre": "Biographical", + "location": "Morgan Hill", + "movie_name": "Breakthrough", + "price": "23", + "show_type": "regular", + "street_address": "750 Tennant Station", + "theater_name": "CineLux Tennant Station Stadium 11" + }, + { + "genre": "Adventure", + "location": "Morgan Hill", + "movie_name": "Captain Marvel", + "price": "9", + "show_type": "regular", + "street_address": "750 Tennant Station", + "theater_name": "CineLux Tennant Station Stadium 11" + }, + { + "genre": "Fantasy", + "location": "Morgan Hill", + "movie_name": "Dumbo", + "price": "13", + "show_type": "regular", + "street_address": "750 Tennant Station", + "theater_name": "CineLux Tennant Station Stadium 11" + }, + { + "genre": "Fantasy", + "location": "Morgan Hill", + "movie_name": "Hellboy", + "price": "17", + "show_type": "imax", + "street_address": "750 Tennant Station", + "theater_name": "CineLux Tennant Station Stadium 11" + }, + { + "genre": "Thriller", + "location": "Morgan Hill", + "movie_name": "Pet Sematary", + "price": "15", + "show_type": "imax", + "street_address": "750 Tennant Station", + "theater_name": "CineLux Tennant Station Stadium 11" + }, + { + "genre": "Adventure", + "location": "Morgan Hill", + "movie_name": "Shazam!", + "price": "6", + "show_type": "regular", + "street_address": "750 Tennant Station", + "theater_name": "CineLux Tennant Station Stadium 11" + } + ], + "slots": [ + { + "exclusive_end": 26, + "slot": "movie_name", + "start": 14 + }, + { + "exclusive_end": 42, + "slot": "movie_name", + "start": 28 + }, + { + "exclusive_end": 52, + "slot": "movie_name", + "start": 47 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It is showing Breakthrough, Captain Marvel And Dumbo." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Morgan Hill" + ], + "theater_name": [ + "Cinelux Tennant Station" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any other movies option?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Hellboy", + "Pet Sematary", + "Shazam!" + ], + "slot": "movie_name", + "values": [ + "Hellboy", + "Pet Sematary", + "Shazam!" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 29, + "slot": "movie_name", + "start": 22 + }, + { + "exclusive_end": 43, + "slot": "movie_name", + "start": 31 + }, + { + "exclusive_end": 55, + "slot": "movie_name", + "start": 48 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "They are also showing Hellboy, Pet Sematary and Shazam!." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [ + "Hellboy" + ], + "slot": "movie_name", + "values": [ + "Hellboy" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 29, + "slot": "movie_name", + "start": 22 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Morgan Hill" + ], + "movie_name": [ + "Hellboy" + ], + "theater_name": [ + "Cinelux Tennant Station" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to watch Hellboy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can I help you with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "imax" + ], + "slot": "show_type", + "values": [ + "imax" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Morgan Hill" + ], + "movie_name": [ + "Hellboy" + ], + "show_type": [ + "imax" + ], + "theater_name": [ + "Cinelux Tennant Station" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is there a imax show nearby?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "show_date", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When would you like to watch it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "show_date", + "values": [ + "March 2nd" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 9, + "slot": "show_date", + "start": 0 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Morgan Hill" + ], + "movie_name": [ + "Hellboy" + ], + "show_date": [ + "March 2nd" + ], + "show_type": [ + "imax" + ], + "theater_name": [ + "Cinelux Tennant Station" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "March 2nd is perfect for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "17:30" + ], + "slot": "show_time", + "values": [ + "5:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "CineLux Tennant Station Stadium 11" + ], + "slot": "theater_name", + "values": [ + "Cinelux Tennant Station Stadium 11" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "Morgan Hill", + "movie_name": "Hellboy", + "show_date": "2019-03-02", + "show_type": "imax", + "theater_name": "CineLux Tennant Station Stadium 11" + } + }, + "service_results": [ + { + "genre": "Fantasy", + "location": "Morgan Hill", + "movie_name": "Hellboy", + "price": "17", + "show_date": "2019-03-02", + "show_time": "17:30", + "show_type": "imax", + "street_address": "750 Tennant Station", + "theater_name": "CineLux Tennant Station Stadium 11" + } + ], + "slots": [ + { + "exclusive_end": 28, + "slot": "show_time", + "start": 21 + }, + { + "exclusive_end": 66, + "slot": "theater_name", + "start": 32 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's a session at 5:30 pm in Cinelux Tennant Station Stadium 11." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Morgan Hill" + ], + "movie_name": [ + "Hellboy" + ], + "show_date": [ + "March 2nd" + ], + "show_time": [ + "5:30 pm" + ], + "show_type": [ + "imax" + ], + "theater_name": [ + "Cinelux Tennant Station", + "Cinelux Tennant Station Stadium 11" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you for your help. Have a nice day." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "It was my pleasure. Have a nice day." + } + ] + }, + { + "dialogue_id": "12_00122", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "location", + "values": [ + "San Francisco" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 40, + "slot": "location", + "start": 27 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "San Francisco" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to watch a movie in San Francisco." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Ash Is Purest White", + "Body Double", + "Captain Marvel" + ], + "slot": "movie_name", + "values": [ + "Ash Is Purest White", + "Body Double", + "Captain Marvel" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "San Francisco" + } + }, + "service_results": [ + { + "genre": "Crime", + "location": "San Francisco", + "movie_name": "Ash Is Purest White", + "price": "14", + "show_type": "imax", + "street_address": "1 Embarcadero Center", + "theater_name": "Landmark's Embarcadero Center Cinema" + }, + { + "genre": "Mystery", + "location": "San Francisco", + "movie_name": "Body Double", + "price": "14", + "show_type": "regular", + "street_address": "2550 Mission Street", + "theater_name": "Alamo Drafthouse Cinema" + }, + { + "genre": "Adventure", + "location": "San Francisco", + "movie_name": "Captain Marvel", + "price": "21", + "show_type": "regular", + "street_address": "835 Market Street", + "theater_name": "Century San Francisco Centre 9 & XD" + }, + { + "genre": "Mystery", + "location": "San Francisco", + "movie_name": "Citizen Kane", + "price": "20", + "show_type": "3d", + "street_address": "3290 Sacramento Street", + "theater_name": "Vogue Theatre" + }, + { + "genre": "Drama", + "location": "San Francisco", + "movie_name": "Dogman", + "price": "18", + "show_type": "3d", + "street_address": "601 Van Ness Avenue", + "theater_name": "Landmark's Opera Plaza Cinema" + }, + { + "genre": "Fantasy", + "location": "San Francisco", + "movie_name": "Dumbo", + "price": "15", + "show_type": "imax", + "street_address": "135 4th Street Suite 3000", + "theater_name": "AMC Metreon 16" + }, + { + "genre": "Comedy", + "location": "San Francisco", + "movie_name": "Family", + "price": "12", + "show_type": "regular", + "street_address": "501 Buckingham Way", + "theater_name": "United Artists Stonestown Twin" + }, + { + "genre": "Comedy", + "location": "San Francisco", + "movie_name": "Gloria Bell", + "price": "16", + "show_type": "imax", + "street_address": "601 Van Ness Avenue", + "theater_name": "Landmark's Opera Plaza Cinema" + }, + { + "genre": "Fantasy", + "location": "San Francisco", + "movie_name": "Hellboy", + "price": "22", + "show_type": "imax", + "street_address": "835 Market Street", + "theater_name": "Century San Francisco Centre 9 & XD" + }, + { + "genre": "Thriller", + "location": "San Francisco", + "movie_name": "Hotel Mumbai", + "price": "10", + "show_type": "imax", + "street_address": "2340 Chestnut Street", + "theater_name": "Presidio Theatre" + } + ], + "slots": [ + { + "exclusive_end": 29, + "slot": "movie_name", + "start": 10 + }, + { + "exclusive_end": 42, + "slot": "movie_name", + "start": 31 + }, + { + "exclusive_end": 60, + "slot": "movie_name", + "start": 46 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "How about Ash Is Purest White, Body Double or Captain Marvel?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Comedy" + ], + "slot": "genre", + "values": [ + "comic" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "United Artists Stonestown Twin" + ], + "slot": "theater_name", + "values": [ + "United Artists Stonestown Twin" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 15, + "slot": "genre", + "start": 10 + }, + { + "exclusive_end": 73, + "slot": "theater_name", + "start": 43 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "genre": [ + "comic" + ], + "location": [ + "San Francisco" + ], + "theater_name": [ + "United Artists Stonestown Twin" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Find some comic movies. I want to watch at United Artists Stonestown Twin." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Family" + ], + "slot": "movie_name", + "values": [ + "Family" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "genre": "Comedy", + "location": "San Francisco", + "theater_name": "United Artists Stonestown Twin" + } + }, + "service_results": [ + { + "genre": "Comedy", + "location": "San Francisco", + "movie_name": "Family", + "price": "12", + "show_type": "regular", + "street_address": "501 Buckingham Way", + "theater_name": "United Artists Stonestown Twin" + } + ], + "slots": [ + { + "exclusive_end": 16, + "slot": "movie_name", + "start": 10 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "How about Family?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + }, + { + "act": "SELECT", + "canonical_values": [ + "Family" + ], + "slot": "movie_name", + "values": [ + "Family" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 6, + "slot": "movie_name", + "start": 0 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "comic" + ], + "location": [ + "San Francisco" + ], + "movie_name": [ + "Family" + ], + "theater_name": [ + "United Artists Stonestown Twin" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Family is Perfect. When is the show?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "show_date", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What date do you want to watch it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "show_date", + "values": [ + "tomorrow" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 24, + "slot": "show_date", + "start": 16 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "comic" + ], + "location": [ + "San Francisco" + ], + "movie_name": [ + "Family" + ], + "show_date": [ + "tomorrow" + ], + "theater_name": [ + "United Artists Stonestown Twin" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to watch tomorrow." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "19:00" + ], + "slot": "show_time", + "values": [ + "7 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "United Artists Stonestown Twin" + ], + "slot": "theater_name", + "values": [ + "United Artists Stonestown Twin" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "San Francisco", + "movie_name": "Family", + "show_date": "2019-03-02", + "theater_name": "United Artists Stonestown Twin" + } + }, + "service_results": [ + { + "genre": "Comedy", + "location": "San Francisco", + "movie_name": "Family", + "price": "12", + "show_date": "2019-03-02", + "show_time": "19:00", + "show_type": "regular", + "street_address": "501 Buckingham Way", + "theater_name": "United Artists Stonestown Twin" + } + ], + "slots": [ + { + "exclusive_end": 56, + "slot": "show_time", + "start": 52 + }, + { + "exclusive_end": 48, + "slot": "theater_name", + "start": 18 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "i Found 1 show in United Artists Stonestown Twin at 7 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "price", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "street_address", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [ + "price", + "street_address" + ], + "slot_values": { + "genre": [ + "comic" + ], + "location": [ + "San Francisco" + ], + "movie_name": [ + "Family" + ], + "show_date": [ + "tomorrow" + ], + "theater_name": [ + "United Artists Stonestown Twin" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "How much is the ticket and what is the address?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "12" + ], + "slot": "price", + "values": [ + "$12" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "501 Buckingham Way" + ], + "slot": "street_address", + "values": [ + "501 Buckingham Way" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 16, + "slot": "price", + "start": 13 + }, + { + "exclusive_end": 58, + "slot": "street_address", + "start": 40 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The Price is $12 per person. Address is 501 Buckingham Way." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "comic" + ], + "location": [ + "San Francisco" + ], + "movie_name": [ + "Family" + ], + "show_date": [ + "tomorrow" + ], + "show_time": [ + "7 pm" + ], + "theater_name": [ + "United Artists Stonestown Twin" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yeah. Sounds good. Thank you" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice day." + } + ] + }, + { + "dialogue_id": "12_00123", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I am looking for a movie." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "location", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "location", + "values": [ + "SFO" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 28, + "slot": "location", + "start": 25 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "SFO" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Look for movies shown in SFO." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Ash Is Purest White", + "Body Double", + "Captain Marvel" + ], + "slot": "movie_name", + "values": [ + "Ash Is Purest White", + "Body Double", + "Captain Marvel" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "10" + ], + "slot": "count", + "values": [ + "10" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "San Francisco" + } + }, + "service_results": [ + { + "genre": "Crime", + "location": "San Francisco", + "movie_name": "Ash Is Purest White", + "price": "14", + "show_type": "imax", + "street_address": "1 Embarcadero Center", + "theater_name": "Landmark's Embarcadero Center Cinema" + }, + { + "genre": "Mystery", + "location": "San Francisco", + "movie_name": "Body Double", + "price": "14", + "show_type": "regular", + "street_address": "2550 Mission Street", + "theater_name": "Alamo Drafthouse Cinema" + }, + { + "genre": "Adventure", + "location": "San Francisco", + "movie_name": "Captain Marvel", + "price": "21", + "show_type": "regular", + "street_address": "835 Market Street", + "theater_name": "Century San Francisco Centre 9 & XD" + }, + { + "genre": "Mystery", + "location": "San Francisco", + "movie_name": "Citizen Kane", + "price": "20", + "show_type": "3d", + "street_address": "3290 Sacramento Street", + "theater_name": "Vogue Theatre" + }, + { + "genre": "Drama", + "location": "San Francisco", + "movie_name": "Dogman", + "price": "18", + "show_type": "3d", + "street_address": "601 Van Ness Avenue", + "theater_name": "Landmark's Opera Plaza Cinema" + }, + { + "genre": "Fantasy", + "location": "San Francisco", + "movie_name": "Dumbo", + "price": "15", + "show_type": "imax", + "street_address": "135 4th Street Suite 3000", + "theater_name": "AMC Metreon 16" + }, + { + "genre": "Comedy", + "location": "San Francisco", + "movie_name": "Family", + "price": "12", + "show_type": "regular", + "street_address": "501 Buckingham Way", + "theater_name": "United Artists Stonestown Twin" + }, + { + "genre": "Comedy", + "location": "San Francisco", + "movie_name": "Gloria Bell", + "price": "16", + "show_type": "imax", + "street_address": "601 Van Ness Avenue", + "theater_name": "Landmark's Opera Plaza Cinema" + }, + { + "genre": "Fantasy", + "location": "San Francisco", + "movie_name": "Hellboy", + "price": "22", + "show_type": "imax", + "street_address": "835 Market Street", + "theater_name": "Century San Francisco Centre 9 & XD" + }, + { + "genre": "Thriller", + "location": "San Francisco", + "movie_name": "Hotel Mumbai", + "price": "10", + "show_type": "imax", + "street_address": "2340 Chestnut Street", + "theater_name": "Presidio Theatre" + } + ], + "slots": [ + { + "exclusive_end": 73, + "slot": "movie_name", + "start": 54 + }, + { + "exclusive_end": 86, + "slot": "movie_name", + "start": 75 + }, + { + "exclusive_end": 104, + "slot": "movie_name", + "start": 90 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found a total of 10 movies, would you like to watch Ash Is Purest White, Body Double or Captain Marvel?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [ + "Ash Is Purest White" + ], + "slot": "movie_name", + "values": [ + "Ash Is Purest White" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 35, + "slot": "movie_name", + "start": 16 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "SFO" + ], + "movie_name": [ + "Ash Is Purest White" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to watch Ash Is Purest White?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyMovieTickets" + ], + "slot": "intent", + "values": [ + "BuyMovieTickets" + ] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Are you looking to buy tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "SFO" + ], + "movie_name": [ + "Ash Is Purest White" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No. What time is it showing?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "show_date", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When are you looking to go?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "show_date", + "values": [ + "2nd of this month" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Landmark's Embarcadero Center Cinema" + ], + "slot": "theater_name", + "values": [ + "Embarcadero Center Cinema" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 72, + "slot": "show_date", + "start": 55 + }, + { + "exclusive_end": 47, + "slot": "theater_name", + "start": 22 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "SFO" + ], + "movie_name": [ + "Ash Is Purest White" + ], + "show_date": [ + "2nd of this month" + ], + "theater_name": [ + "Embarcadero Center Cinema" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to watch it at Embarcadero Center Cinema on the 2nd of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "21:00" + ], + "slot": "show_time", + "values": [ + "9 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Landmark's Embarcadero Center Cinema" + ], + "slot": "theater_name", + "values": [ + "Landmark's Embarcadero Center Cinema" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "San Francisco", + "movie_name": "Ash Is Purest White", + "show_date": "2019-03-02", + "theater_name": "Landmark's Embarcadero Center Cinema" + } + }, + "service_results": [ + { + "genre": "Crime", + "location": "San Francisco", + "movie_name": "Ash Is Purest White", + "price": "14", + "show_date": "2019-03-02", + "show_time": "21:00", + "show_type": "imax", + "street_address": "1 Embarcadero Center", + "theater_name": "Landmark's Embarcadero Center Cinema" + } + ], + "slots": [ + { + "exclusive_end": 66, + "slot": "show_time", + "start": 62 + }, + { + "exclusive_end": 58, + "slot": "theater_name", + "start": 22 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have one showing at Landmark's Embarcadero Center Cinema at 9 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "genre", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "price", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [ + "genre", + "price" + ], + "slot_values": { + "location": [ + "SFO" + ], + "movie_name": [ + "Ash Is Purest White" + ], + "show_date": [ + "2nd of this month" + ], + "theater_name": [ + "Embarcadero Center Cinema", + "Landmark's Embarcadero Center Cinema" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "How much is the ticket? What is the genere?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "14" + ], + "slot": "price", + "values": [ + "$14" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Crime" + ], + "slot": "genre", + "values": [ + "crime" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 30, + "slot": "price", + "start": 27 + }, + { + "exclusive_end": 11, + "slot": "genre", + "start": 6 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Its a crime movie and cost $14." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "SFO" + ], + "movie_name": [ + "Ash Is Purest White" + ], + "show_date": [ + "2nd of this month" + ], + "show_time": [ + "9 pm" + ], + "theater_name": [ + "Embarcadero Center Cinema", + "Landmark's Embarcadero Center Cinema" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice day." + } + ] + }, + { + "dialogue_id": "12_00124", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3d" + ], + "slot": "show_type", + "values": [ + "3d" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "show_type": [ + "3d" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "A fun movie is on the agenda for our upcoming family night out. It's kind of a big deal because we're still celebrating graduation, and we want to see a movie that's 3d, lighthearted and rated for all ages. What's your take on a movie recommendation, please?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "location", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I can help you with that. In what area do you want to see a movie?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Ramon" + ], + "slot": "location", + "values": [ + "San Ramon" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "dontcare" + ], + "slot": "genre", + "values": [ + "dontcare" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 31, + "slot": "location", + "start": 22 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "genre": [ + "dontcare" + ], + "location": [ + "San Ramon" + ], + "show_type": [ + "3d" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "How about a search in San Ramon. Any kind of movie is fine, just as long as it's fun." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Dumbo", + "Hellboy", + "Missing Link" + ], + "slot": "movie_name", + "values": [ + "Dumbo", + "Hellboy", + "Missing Link" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "San Ramon", + "show_type": "3d" + } + }, + "service_results": [ + { + "genre": "Fantasy", + "location": "San Ramon", + "movie_name": "Dumbo", + "price": "15", + "show_type": "3d", + "street_address": "6000 Bollinger Canyon Road Suite 2300", + "theater_name": "THE LOT City Center" + }, + { + "genre": "Fantasy", + "location": "San Ramon", + "movie_name": "Hellboy", + "price": "24", + "show_type": "3d", + "street_address": "6000 Bollinger Canyon Road Suite 2300", + "theater_name": "THE LOT City Center" + }, + { + "genre": "Comedy", + "location": "San Ramon", + "movie_name": "Missing Link", + "price": "22", + "show_type": "3d", + "street_address": "6000 Bollinger Canyon Road Suite 2300", + "theater_name": "THE LOT City Center" + }, + { + "genre": "Adventure", + "location": "San Ramon", + "movie_name": "Shazam!", + "price": "22", + "show_type": "3d", + "street_address": "1603", + "theater_name": "Regal Cinemas Crow Canyon 6" + }, + { + "genre": "Musical", + "location": "San Ramon", + "movie_name": "Teen Spirit", + "price": "18", + "show_type": "3d", + "street_address": "6000 Bollinger Canyon Road Suite 2300", + "theater_name": "THE LOT City Center" + }, + { + "genre": "Horror", + "location": "San Ramon", + "movie_name": "The Curse of La Llorona", + "price": "21", + "show_type": "3d", + "street_address": "1603", + "theater_name": "Regal Cinemas Crow Canyon 6" + } + ], + "slots": [ + { + "exclusive_end": 69, + "slot": "movie_name", + "start": 64 + }, + { + "exclusive_end": 88, + "slot": "movie_name", + "start": 81 + }, + { + "exclusive_end": 114, + "slot": "movie_name", + "start": 102 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Three movies come up for your consideration. There is the title Dumbo, the title Hellboy or the title Missing Link? Do you like to see either of those movies?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + }, + { + "act": "SELECT", + "canonical_values": [ + "Dumbo" + ], + "slot": "movie_name", + "values": [ + "Dumbo" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 18, + "slot": "movie_name", + "start": 13 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "dontcare" + ], + "location": [ + "San Ramon" + ], + "movie_name": [ + "Dumbo" + ], + "show_type": [ + "3d" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll go with Dumbo. That's a perfect choice. What time does that movie start, please?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "show_date", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What date shall I check for you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "show_date", + "values": [ + "the 5th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "THE LOT City Center" + ], + "slot": "theater_name", + "values": [ + "THE LOT City Center" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 48, + "slot": "show_date", + "start": 41 + }, + { + "exclusive_end": 71, + "slot": "theater_name", + "start": 52 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "dontcare" + ], + "location": [ + "San Ramon" + ], + "movie_name": [ + "Dumbo" + ], + "show_date": [ + "the 5th" + ], + "show_type": [ + "3d" + ], + "theater_name": [ + "THE LOT City Center" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay, I expect we'll go see the movie on the 5th at THE LOT City Center." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "11:00" + ], + "slot": "show_time", + "values": [ + "11 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "THE LOT City Center" + ], + "slot": "theater_name", + "values": [ + "THE LOT City Center" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "San Ramon", + "movie_name": "Dumbo", + "show_date": "2019-03-05", + "show_type": "3d", + "theater_name": "THE LOT City Center" + } + }, + "service_results": [ + { + "genre": "Fantasy", + "location": "San Ramon", + "movie_name": "Dumbo", + "price": "15", + "show_date": "2019-03-05", + "show_time": "11:00", + "show_type": "3d", + "street_address": "6000 Bollinger Canyon Road Suite 2300", + "theater_name": "THE LOT City Center" + } + ], + "slots": [ + { + "exclusive_end": 40, + "slot": "show_time", + "start": 35 + }, + { + "exclusive_end": 63, + "slot": "theater_name", + "start": 44 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is 1 showtime for the movie, 11 am at THE LOT City Center." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "street_address", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [ + "street_address" + ], + "slot_values": { + "genre": [ + "dontcare" + ], + "location": [ + "San Ramon" + ], + "movie_name": [ + "Dumbo" + ], + "show_date": [ + "the 5th" + ], + "show_type": [ + "3d" + ], + "theater_name": [ + "THE LOT City Center" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Beautiful. Now, what address do you have for the theater?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "6000 Bollinger Canyon Road Suite 2300" + ], + "slot": "street_address", + "values": [ + "6000 Bollinger Canyon Road Suite 2300" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 63, + "slot": "street_address", + "start": 26 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The theater is located at 6000 Bollinger Canyon Road Suite 2300." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "dontcare" + ], + "location": [ + "San Ramon" + ], + "movie_name": [ + "Dumbo" + ], + "show_date": [ + "the 5th" + ], + "show_time": [ + "11 am" + ], + "show_type": [ + "3d" + ], + "theater_name": [ + "THE LOT City Center" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Fantastic." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyMovieTickets" + ], + "slot": "intent", + "values": [ + "BuyMovieTickets" + ] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Shall I get tickets for the movie?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "genre": [ + "dontcare" + ], + "location": [ + "San Ramon" + ], + "movie_name": [ + "Dumbo" + ], + "show_date": [ + "the 5th" + ], + "show_time": [ + "11 am" + ], + "show_type": [ + "3d" + ], + "theater_name": [ + "THE LOT City Center" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I'm not ready to get the tickets yet. You've helped me with what I need for now. Thanks so much." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Done for now. Enjoy your day." + } + ] + }, + { + "dialogue_id": "12_00125", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I am planning to watch a movie. Can you help me find some?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "location", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "May I know your location?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Union City" + ], + "slot": "location", + "values": [ + "Union City" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 33, + "slot": "location", + "start": 23 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Union City" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want movies shown in Union City." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "After", + "Breakthrough", + "Captain Marvel" + ], + "slot": "movie_name", + "values": [ + "After", + "Breakthrough", + "Captain Marvel" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "Union City" + } + }, + "service_results": [ + { + "genre": "Romance", + "location": "Union City", + "movie_name": "After", + "price": "18", + "show_type": "3d", + "street_address": "32100 Union Landing Boulevard", + "theater_name": "Century 25 Union Landing & XD" + }, + { + "genre": "Biographical", + "location": "Union City", + "movie_name": "Breakthrough", + "price": "17", + "show_type": "3d", + "street_address": "32100 Union Landing Boulevard", + "theater_name": "Century 25 Union Landing & XD" + }, + { + "genre": "Adventure", + "location": "Union City", + "movie_name": "Captain Marvel", + "price": "12", + "show_type": "imax", + "street_address": "32100 Union Landing Boulevard", + "theater_name": "Century 25 Union Landing & XD" + }, + { + "genre": "Fantasy", + "location": "Union City", + "movie_name": "Dumbo", + "price": "9", + "show_type": "regular", + "street_address": "32100 Union Landing Boulevard", + "theater_name": "Century 25 Union Landing & XD" + }, + { + "genre": "Fantasy", + "location": "Union City", + "movie_name": "Hellboy", + "price": "23", + "show_type": "3d", + "street_address": "32100 Union Landing Boulevard", + "theater_name": "Century 25 Union Landing & XD" + }, + { + "genre": "Thriller", + "location": "Union City", + "movie_name": "Hotel Mumbai", + "price": "8", + "show_type": "regular", + "street_address": "32100 Union Landing Boulevard", + "theater_name": "Century 25 Union Landing & XD" + }, + { + "genre": "Comedy", + "location": "Union City", + "movie_name": "Little", + "price": "10", + "show_type": "regular", + "street_address": "32100 Union Landing Boulevard", + "theater_name": "Century 25 Union Landing & XD" + }, + { + "genre": "Comedy", + "location": "Union City", + "movie_name": "Missing Link", + "price": "13", + "show_type": "3d", + "street_address": "32100 Union Landing Boulevard", + "theater_name": "Century 25 Union Landing & XD" + }, + { + "genre": "Thriller", + "location": "Union City", + "movie_name": "Pet Sematary", + "price": "10", + "show_type": "3d", + "street_address": "32100 Union Landing Boulevard", + "theater_name": "Century 25 Union Landing & XD" + }, + { + "genre": "Adventure", + "location": "Union City", + "movie_name": "Shazam!", + "price": "15", + "show_type": "imax", + "street_address": "32100 Union Landing Boulevard", + "theater_name": "Century 25 Union Landing & XD" + } + ], + "slots": [ + { + "exclusive_end": 16, + "slot": "movie_name", + "start": 11 + }, + { + "exclusive_end": 30, + "slot": "movie_name", + "start": 18 + }, + { + "exclusive_end": 48, + "slot": "movie_name", + "start": 34 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "What about After, Breakthrough or Captain Marvel?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Union City" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you still find some other movies?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Dumbo", + "Hellboy", + "Hotel Mumbai" + ], + "slot": "movie_name", + "values": [ + "Dumbo", + "Hellboy", + "Hotel Mumbai" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 16, + "slot": "movie_name", + "start": 11 + }, + { + "exclusive_end": 25, + "slot": "movie_name", + "start": 18 + }, + { + "exclusive_end": 41, + "slot": "movie_name", + "start": 29 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "What about Dumbo, Hellboy or Hotel Mumbai?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + }, + { + "act": "SELECT", + "canonical_values": [ + "Dumbo" + ], + "slot": "movie_name", + "values": [ + "Dumbo" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 5, + "slot": "movie_name", + "start": 0 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Union City" + ], + "movie_name": [ + "Dumbo" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Dumbo is a good one. What time is that available to watch?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "show_date", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When do you want to watch it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "show_date", + "values": [ + "tomorrow" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Century 25 Union Landing & XD" + ], + "slot": "theater_name", + "values": [ + "Century Union Landing" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "dontcare" + ], + "slot": "show_type", + "values": [ + "dontcare" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 17, + "slot": "show_date", + "start": 9 + }, + { + "exclusive_end": 42, + "slot": "theater_name", + "start": 21 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Union City" + ], + "movie_name": [ + "Dumbo" + ], + "show_date": [ + "tomorrow" + ], + "show_type": [ + "dontcare" + ], + "theater_name": [ + "Century Union Landing" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I prefer tomorrow at Century Union Landing. Whatever type of show is absolutely fine." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "17:00" + ], + "slot": "show_time", + "values": [ + "5 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Century 25 Union Landing & XD" + ], + "slot": "theater_name", + "values": [ + "Century 25 Union Landing & XD" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "Union City", + "movie_name": "Dumbo", + "show_date": "2019-03-02", + "theater_name": "Century 25 Union Landing & XD" + } + }, + "service_results": [ + { + "genre": "Fantasy", + "location": "Union City", + "movie_name": "Dumbo", + "price": "9", + "show_date": "2019-03-02", + "show_time": "17:00", + "show_type": "regular", + "street_address": "32100 Union Landing Boulevard", + "theater_name": "Century 25 Union Landing & XD" + } + ], + "slots": [ + { + "exclusive_end": 30, + "slot": "show_time", + "start": 26 + }, + { + "exclusive_end": 63, + "slot": "theater_name", + "start": 34 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's available show at 5 pm in Century 25 Union Landing & XD." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "street_address", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "genre", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [ + "genre", + "street_address" + ], + "slot_values": { + "location": [ + "Union City" + ], + "movie_name": [ + "Dumbo" + ], + "show_date": [ + "tomorrow" + ], + "show_type": [ + "dontcare" + ], + "theater_name": [ + "Century 25 Union Landing & XD", + "Century Union Landing" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "May I know the address of the theater and the kind of movie it is?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Fantasy" + ], + "slot": "genre", + "values": [ + "fantasy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "32100 Union Landing Boulevard" + ], + "slot": "street_address", + "values": [ + "32100 Union Landing BOulevard" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 74, + "slot": "genre", + "start": 67 + }, + { + "exclusive_end": 55, + "slot": "street_address", + "start": 26 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The theater is located at 32100 Union Landing BOulevard and it's a fantasy movie." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Union City" + ], + "movie_name": [ + "Dumbo" + ], + "show_date": [ + "tomorrow" + ], + "show_type": [ + "dontcare" + ], + "theater_name": [ + "Century 25 Union Landing & XD", + "Century Union Landing" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is there any other time for the availability of that movie?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "Union City", + "movie_name": "Dumbo", + "show_date": "2019-03-02", + "theater_name": "Century 25 Union Landing & XD" + } + }, + "service_results": [], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "No other time available for this movie. Do you still need any other help from me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "location": [ + "Union City" + ], + "movie_name": [ + "Dumbo" + ], + "show_date": [ + "tomorrow" + ], + "show_type": [ + "dontcare" + ], + "theater_name": [ + "Century 25 Union Landing & XD", + "Century Union Landing" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I've got all I want. Thanks a lot." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Enjoy your day." + } + ] + }, + { + "dialogue_id": "12_00126", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I am looking for movie tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "location", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What area do you want to search in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "location", + "values": [ + "SFO" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 24, + "slot": "location", + "start": 21 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "SFO" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Search for movies in SFO please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Ash Is Purest White", + "Body Double", + "Captain Marvel" + ], + "slot": "movie_name", + "values": [ + "Ash Is Purest White", + "Body Double", + "Captain Marvel" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "San Francisco" + } + }, + "service_results": [ + { + "genre": "Crime", + "location": "San Francisco", + "movie_name": "Ash Is Purest White", + "price": "14", + "show_type": "imax", + "street_address": "1 Embarcadero Center", + "theater_name": "Landmark's Embarcadero Center Cinema" + }, + { + "genre": "Mystery", + "location": "San Francisco", + "movie_name": "Body Double", + "price": "14", + "show_type": "regular", + "street_address": "2550 Mission Street", + "theater_name": "Alamo Drafthouse Cinema" + }, + { + "genre": "Adventure", + "location": "San Francisco", + "movie_name": "Captain Marvel", + "price": "21", + "show_type": "regular", + "street_address": "835 Market Street", + "theater_name": "Century San Francisco Centre 9 & XD" + }, + { + "genre": "Mystery", + "location": "San Francisco", + "movie_name": "Citizen Kane", + "price": "20", + "show_type": "3d", + "street_address": "3290 Sacramento Street", + "theater_name": "Vogue Theatre" + }, + { + "genre": "Drama", + "location": "San Francisco", + "movie_name": "Dogman", + "price": "18", + "show_type": "3d", + "street_address": "601 Van Ness Avenue", + "theater_name": "Landmark's Opera Plaza Cinema" + }, + { + "genre": "Fantasy", + "location": "San Francisco", + "movie_name": "Dumbo", + "price": "15", + "show_type": "imax", + "street_address": "135 4th Street Suite 3000", + "theater_name": "AMC Metreon 16" + }, + { + "genre": "Comedy", + "location": "San Francisco", + "movie_name": "Family", + "price": "12", + "show_type": "regular", + "street_address": "501 Buckingham Way", + "theater_name": "United Artists Stonestown Twin" + }, + { + "genre": "Comedy", + "location": "San Francisco", + "movie_name": "Gloria Bell", + "price": "16", + "show_type": "imax", + "street_address": "601 Van Ness Avenue", + "theater_name": "Landmark's Opera Plaza Cinema" + }, + { + "genre": "Fantasy", + "location": "San Francisco", + "movie_name": "Hellboy", + "price": "22", + "show_type": "imax", + "street_address": "835 Market Street", + "theater_name": "Century San Francisco Centre 9 & XD" + }, + { + "genre": "Thriller", + "location": "San Francisco", + "movie_name": "Hotel Mumbai", + "price": "10", + "show_type": "imax", + "street_address": "2340 Chestnut Street", + "theater_name": "Presidio Theatre" + } + ], + "slots": [ + { + "exclusive_end": 38, + "slot": "movie_name", + "start": 19 + }, + { + "exclusive_end": 51, + "slot": "movie_name", + "start": 40 + }, + { + "exclusive_end": 71, + "slot": "movie_name", + "start": 57 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found the movies Ash Is Purest White, Body Double, and Captain Marvel." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "War" + ], + "slot": "genre", + "values": [ + "War" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 46, + "slot": "genre", + "start": 43 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "genre": [ + "War" + ], + "location": [ + "SFO" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find some other movies? I like the War genre." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "The Aftermath" + ], + "slot": "movie_name", + "values": [ + "The Aftermath" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "genre": "War", + "location": "San Francisco" + } + }, + "service_results": [ + { + "genre": "War", + "location": "San Francisco", + "movie_name": "The Aftermath", + "price": "13", + "show_type": "imax", + "street_address": "501 Buckingham Way", + "theater_name": "United Artists Stonestown Twin" + } + ], + "slots": [ + { + "exclusive_end": 34, + "slot": "movie_name", + "start": 21 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "What about the movie The Aftermath?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "imax" + ], + "slot": "show_type", + "values": [ + "imax" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + }, + { + "act": "SELECT", + "canonical_values": [ + "The Aftermath" + ], + "slot": "movie_name", + "values": [ + "Aftermath" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 9, + "slot": "movie_name", + "start": 0 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "War" + ], + "location": [ + "SFO" + ], + "movie_name": [ + "Aftermath", + "The Aftermath" + ], + "show_type": [ + "imax" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Aftermath sounds great! What are the showtimes for IMAX showings?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "show_date", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What date do you want to see the movie?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "show_date", + "values": [ + "the 1st" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 27, + "slot": "show_date", + "start": 20 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "War" + ], + "location": [ + "SFO" + ], + "movie_name": [ + "Aftermath", + "The Aftermath" + ], + "show_date": [ + "the 1st" + ], + "show_type": [ + "imax" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to see it on the 1st." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "19:00" + ], + "slot": "show_time", + "values": [ + "7 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "United Artists Stonestown Twin" + ], + "slot": "theater_name", + "values": [ + "United Artists Stonestown Twin" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "San Francisco", + "movie_name": "The Aftermath", + "show_date": "2019-03-01", + "show_type": "imax" + } + }, + "service_results": [ + { + "genre": "War", + "location": "San Francisco", + "movie_name": "The Aftermath", + "price": "13", + "show_date": "2019-03-01", + "show_time": "19:00", + "show_type": "imax", + "street_address": "501 Buckingham Way", + "theater_name": "United Artists Stonestown Twin" + } + ], + "slots": [ + { + "exclusive_end": 26, + "slot": "show_time", + "start": 22 + }, + { + "exclusive_end": 64, + "slot": "theater_name", + "start": 34 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 showtime at 7 pm at the United Artists Stonestown Twin." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "price", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "street_address", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [ + "price", + "street_address" + ], + "slot_values": { + "genre": [ + "War" + ], + "location": [ + "SFO" + ], + "movie_name": [ + "Aftermath", + "The Aftermath" + ], + "show_date": [ + "the 1st" + ], + "show_type": [ + "imax" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "How much does it cost and what is the address of the theatre?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "13" + ], + "slot": "price", + "values": [ + "$13" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "501 Buckingham Way" + ], + "slot": "street_address", + "values": [ + "501 Buckingham Way" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 16, + "slot": "price", + "start": 13 + }, + { + "exclusive_end": 54, + "slot": "street_address", + "start": 36 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The price is $13 and the address is 501 Buckingham Way." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "genre": [ + "War" + ], + "location": [ + "SFO" + ], + "movie_name": [ + "Aftermath", + "The Aftermath" + ], + "show_date": [ + "the 1st" + ], + "show_time": [ + "7 pm" + ], + "show_type": [ + "imax" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyMovieTickets" + ], + "slot": "intent", + "values": [ + "BuyMovieTickets" + ] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like me to purchase the tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "genre": [ + "War" + ], + "location": [ + "SFO" + ], + "movie_name": [ + "Aftermath", + "The Aftermath" + ], + "show_date": [ + "the 1st" + ], + "show_time": [ + "7 pm" + ], + "show_type": [ + "imax" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, not right now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_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": "Movies_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "genre": [ + "War" + ], + "location": [ + "SFO" + ], + "movie_name": [ + "Aftermath", + "The Aftermath" + ], + "show_date": [ + "the 1st" + ], + "show_time": [ + "7 pm" + ], + "show_type": [ + "imax" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "12_00127", + "services": [ + "Movies_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindMovies" + ], + "slot": "intent", + "values": [ + "FindMovies" + ] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'd like to find a movie to watch." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "location", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Oakland" + ], + "slot": "location", + "values": [ + "Oakland" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 38, + "slot": "location", + "start": 31 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Oakland" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you help me find movies in Oakland?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Breakthrough", + "Dr. Strangelove", + "Fighting with My Family" + ], + "slot": "movie_name", + "values": [ + "Breakthrough", + "Dr. Strangelove", + "Fighting with My Family" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "FindMovies", + "parameters": { + "location": "Oakland" + } + }, + "service_results": [ + { + "genre": "Biographical", + "location": "Oakland", + "movie_name": "Breakthrough", + "price": "16", + "show_type": "regular", + "street_address": "100 Washington Street", + "theater_name": "Regal Cinemas Jack London 9" + }, + { + "genre": "Comedy", + "location": "Oakland", + "movie_name": "Dr. Strangelove", + "price": "23", + "show_type": "regular", + "street_address": "474 24th Street", + "theater_name": "The New Parkway Theater" + }, + { + "genre": "Sports", + "location": "Oakland", + "movie_name": "Fighting with My Family", + "price": "16", + "show_type": "3d", + "street_address": "474 24th Street", + "theater_name": "The New Parkway Theater" + }, + { + "genre": "Comedy", + "location": "Oakland", + "movie_name": "Gloria Bell", + "price": "11", + "show_type": "imax", + "street_address": "474 24th Street", + "theater_name": "The New Parkway Theater" + }, + { + "genre": "Animation", + "location": "Oakland", + "movie_name": "How to Train Your Dragon: The Hidden World", + "price": "8", + "show_type": "regular", + "street_address": "474 24th Street", + "theater_name": "The New Parkway Theater" + }, + { + "genre": "Comedy", + "location": "Oakland", + "movie_name": "Little", + "price": "16", + "show_type": "regular", + "street_address": "100 Washington Street", + "theater_name": "Regal Cinemas Jack London 9" + }, + { + "genre": "Drama", + "location": "Oakland", + "movie_name": "Red Joan", + "price": "10", + "show_type": "imax", + "street_address": "5133", + "theater_name": "Landmark's Piedmont Theatre" + }, + { + "genre": "Adventure", + "location": "Oakland", + "movie_name": "Shazam!", + "price": "13", + "show_type": "3d", + "street_address": "3200 Grand Avenue", + "theater_name": "Grand Lake Theatre" + }, + { + "genre": "Comedy", + "location": "Oakland", + "movie_name": "Stockholm", + "price": "21", + "show_type": "regular", + "street_address": "474 24th Street", + "theater_name": "The New Parkway Theater" + }, + { + "genre": "Drama", + "location": "Oakland", + "movie_name": "The Best of Enemies", + "price": "5", + "show_type": "3d", + "street_address": "100 Washington Street", + "theater_name": "Regal Cinemas Jack London 9" + } + ], + "slots": [ + { + "exclusive_end": 36, + "slot": "movie_name", + "start": 24 + }, + { + "exclusive_end": 53, + "slot": "movie_name", + "start": 38 + }, + { + "exclusive_end": 81, + "slot": "movie_name", + "start": 58 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "What do you think about Breakthrough, Dr. Strangelove, or Fighting with My Family?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [ + "Dr. Strangelove" + ], + "slot": "movie_name", + "values": [ + "Dr. Strangelove" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 15, + "slot": "movie_name", + "start": 0 + } + ], + "state": { + "active_intent": "FindMovies", + "requested_slots": [], + "slot_values": { + "location": [ + "Oakland" + ], + "movie_name": [ + "Dr. Strangelove" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Dr. Strangelove sounds great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyMovieTickets" + ], + "slot": "intent", + "values": [ + "BuyMovieTickets" + ] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Did you want to buy tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetTimesForMovie" + ], + "slot": "intent", + "values": [ + "GetTimesForMovie" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Oakland" + ], + "movie_name": [ + "Dr. Strangelove" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Not right now, but when are the showtimes?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "show_date", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which day did you want to see it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "The New Parkway Theater" + ], + "slot": "theater_name", + "values": [ + "New Parkway Theater" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "show_date", + "values": [ + "10th of March" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 41, + "slot": "theater_name", + "start": 22 + }, + { + "exclusive_end": 62, + "slot": "show_date", + "start": 49 + } + ], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Oakland" + ], + "movie_name": [ + "Dr. Strangelove" + ], + "show_date": [ + "10th of March" + ], + "theater_name": [ + "New Parkway Theater" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to see it at New Parkway Theater on the 10th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "22:30" + ], + "slot": "show_time", + "values": [ + "10:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The New Parkway Theater" + ], + "slot": "theater_name", + "values": [ + "The New Parkway Theater" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Movies_1", + "service_call": { + "method": "GetTimesForMovie", + "parameters": { + "location": "Oakland", + "movie_name": "Dr. Strangelove", + "show_date": "2019-03-10", + "theater_name": "The New Parkway Theater" + } + }, + "service_results": [ + { + "genre": "Comedy", + "location": "Oakland", + "movie_name": "Dr. Strangelove", + "price": "23", + "show_date": "2019-03-10", + "show_time": "22:30", + "show_type": "regular", + "street_address": "474 24th Street", + "theater_name": "The New Parkway Theater" + } + ], + "slots": [ + { + "exclusive_end": 58, + "slot": "show_time", + "start": 50 + }, + { + "exclusive_end": 45, + "slot": "theater_name", + "start": 22 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 showtime at The New Parkway Theater for 10:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "genre", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [ + "genre" + ], + "slot_values": { + "location": [ + "Oakland" + ], + "movie_name": [ + "Dr. Strangelove" + ], + "show_date": [ + "10th of March" + ], + "theater_name": [ + "New Parkway Theater", + "The New Parkway Theater" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What genre of movie is it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Comedy" + ], + "slot": "genre", + "values": [ + "Comedy" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 13, + "slot": "genre", + "start": 7 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It's a Comedy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "street_address", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [ + "street_address" + ], + "slot_values": { + "location": [ + "Oakland" + ], + "movie_name": [ + "Dr. Strangelove" + ], + "show_date": [ + "10th of March" + ], + "theater_name": [ + "New Parkway Theater", + "The New Parkway Theater" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where is the theater located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "474 24th Street" + ], + "slot": "street_address", + "values": [ + "474 24th Street" + ] + } + ], + "service": "Movies_1", + "slots": [ + { + "exclusive_end": 23, + "slot": "street_address", + "start": 8 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It's at 474 24th Street." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "GetTimesForMovie", + "requested_slots": [], + "slot_values": { + "location": [ + "Oakland" + ], + "movie_name": [ + "Dr. Strangelove" + ], + "show_date": [ + "10th of March" + ], + "show_time": [ + "10:30 pm" + ], + "theater_name": [ + "New Parkway Theater", + "The New Parkway Theater" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Awesome, sounds great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Did you need help with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "location": [ + "Oakland" + ], + "movie_name": [ + "Dr. Strangelove" + ], + "show_date": [ + "10th of March" + ], + "show_time": [ + "10:30 pm" + ], + "theater_name": [ + "New Parkway Theater", + "The New Parkway Theater" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Movies_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice day." + } + ] + } +]