diff --git "a/datasets/schema_guided/dialogues_011.json" "b/datasets/schema_guided/dialogues_011.json" new file mode 100644--- /dev/null +++ "b/datasets/schema_guided/dialogues_011.json" @@ -0,0 +1,84781 @@ +[ + { + "dialogue_id": "11_00000", + "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 an event." + }, + { + "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, and do you have a city preference?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "NY" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "event_type", + "values": [ + "Music" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 34, + "slot": "city", + "start": 32 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "NY" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for music events in NY." + }, + { + "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": 46, + "slot": "event_name", + "start": 28 + }, + { + "exclusive_end": 56, + "slot": "venue", + "start": 50 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 10 events. How does Amber RUn Brooklyn at Warsaw sound?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "March 4th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Rock" + ], + "slot": "category", + "values": [ + "rock" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 28, + "slot": "date", + "start": 19 + }, + { + "exclusive_end": 41, + "slot": "category", + "start": 37 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "rock" + ], + "city": [ + "NY" + ], + "date": [ + "March 4th" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Do you have any on March 4th? I like rock events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Low" + ], + "slot": "event_name", + "values": [ + "Low" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Murmrr" + ], + "slot": "venue", + "values": [ + "Murmrr" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Rock", + "city": "New York", + "date": "2019-03-04", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "Rock", + "city": "New York", + "date": "2019-03-04", + "event_name": "Low", + "event_type": "Music", + "time": "17:30", + "venue": "Murmrr", + "venue_address": "17 Eastern Parkway, Brooklyn" + }, + { + "category": "Rock", + "city": "New York", + "date": "2019-03-04", + "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-04", + "event_name": "Thee Oh Sees", + "event_type": "Music", + "time": "17:30", + "venue": "Warsaw", + "venue_address": "261 Driggs Avenue, Brooklyn" + }, + { + "category": "Rock", + "city": "New York", + "date": "2019-03-04", + "event_name": "Vertical Horizon", + "event_type": "Music", + "time": "18:30", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + } + ], + "slots": [ + { + "exclusive_end": 32, + "slot": "event_name", + "start": 29 + }, + { + "exclusive_end": 46, + "slot": "venue", + "start": 40 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 4 events. What about Low at the 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" + ], + "date": [ + "March 4th" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does it start, and where is the venue located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17:30" + ], + "slot": "time", + "values": [ + "5:30 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "17 Eastern Parkway, Brooklyn" + ], + "slot": "venue_address", + "values": [ + "17 eastern parkway, brooklyn" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 27, + "slot": "time", + "start": 20 + }, + { + "exclusive_end": 81, + "slot": "venue_address", + "start": 53 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event starts at 5:30 pm, the venue is located at 17 eastern parkway, brooklyn." + }, + { + "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" + ], + "date": [ + "March 4th" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Could you find me something else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "The Paper Kites" + ], + "slot": "event_name", + "values": [ + "The Paper Kites" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Murmrr" + ], + "slot": "venue", + "values": [ + "Murmrr" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 28, + "slot": "event_name", + "start": 13 + }, + { + "exclusive_end": 54, + "slot": "venue", + "start": 48 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event is The Paper Kites, it is alos at the Murmrr." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "rock" + ], + "city": [ + "NY" + ], + "date": [ + "March 4th" + ], + "event_name": [ + "The Paper Kites" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Could you help me with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "category": [ + "rock" + ], + "city": [ + "NY" + ], + "date": [ + "March 4th" + ], + "event_name": [ + "The Paper Kites" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I\"m interested in finding dates for events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next monday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Paper Kites" + ], + "slot": "event_name", + "values": [ + "The Paper Kites" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Murmrr" + ], + "slot": "venue", + "values": [ + "Murmrr" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "New York", + "event_name": "The Paper Kites" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-04", + "event_name": "The Paper Kites", + "time": "17:30", + "venue": "Murmrr", + "venue_address": "17 Eastern Parkway, Brooklyn" + } + ], + "slots": [ + { + "exclusive_end": 55, + "slot": "date", + "start": 44 + }, + { + "exclusive_end": 85, + "slot": "event_name", + "start": 70 + }, + { + "exclusive_end": 100, + "slot": "venue", + "start": 94 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found the event on 1 day. The event is on next monday, the event is The Paper Kites, at the Murmrr." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "category": [ + "rock" + ], + "city": [ + "NY" + ], + "date": [ + "March 4th", + "next monday" + ], + "event_name": [ + "The Paper Kites" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where is the venue located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17 Eastern Parkway, Brooklyn" + ], + "slot": "venue_address", + "values": [ + "17 eastern parkway, brooklyn" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 50, + "slot": "venue_address", + "start": 22 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The venue is found at 17 eastern parkway, brooklyn." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time" + ], + "slot_values": { + "category": [ + "rock" + ], + "city": [ + "NY" + ], + "date": [ + "March 4th", + "next monday" + ], + "event_name": [ + "The Paper Kites" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "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": 20, + "slot": "time", + "start": 13 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It starts at 5:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "category": [ + "rock" + ], + "city": [ + "NY" + ], + "date": [ + "March 4th", + "next monday" + ], + "event_name": [ + "The Paper Kites" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "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": "Do you want me to buy you tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "category": [ + "rock" + ], + "city": [ + "NY" + ], + "date": [ + "March 4th", + "next monday" + ], + "event_name": [ + "The Paper Kites" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes please, I'd like 4 tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "The Paper Kites" + ], + "slot": "event_name", + "values": [ + "The Paper Kites" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next monday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 68, + "slot": "event_name", + "start": 53 + }, + { + "exclusive_end": 80, + "slot": "date", + "start": 69 + }, + { + "exclusive_end": 92, + "slot": "city", + "start": 84 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "please confirm the following: You want 4 tickets for The Paper Kites next monday in New York?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "category": [ + "rock" + ], + "city": [ + "NY", + "New York" + ], + "date": [ + "March 4th", + "next monday" + ], + "event_name": [ + "The Paper Kites" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that works for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "New York", + "date": "2019-03-04", + "event_name": "The Paper Kites", + "number_of_tickets": "4" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-04", + "event_name": "The Paper Kites", + "number_of_tickets": "4", + "time": "17:30", + "venue": "Murmrr", + "venue_address": "17 Eastern Parkway, Brooklyn" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your reservation has been made." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "category": [ + "rock" + ], + "city": [ + "NY", + "New York" + ], + "date": [ + "March 4th", + "next monday" + ], + "event_name": [ + "The Paper Kites" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you for all your help, that's all I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice day." + } + ] + }, + { + "dialogue_id": "11_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": "Help me find some events I could go to" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where do you want to look?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Toronto" + ], + "slot": "city", + "values": [ + "Toronto" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 30, + "slot": "city", + "start": 23 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Toronto" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Look for events in the Toronto area" + }, + { + "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, sports, or some other kind of event?" + }, + { + "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": [ + "Toronto" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to attend a concert." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Mac Demarco" + ], + "slot": "event_name", + "values": [ + "Mac Demarco" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Woodbine Park" + ], + "slot": "venue", + "values": [ + "Woodbine Park" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Toronto", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "Blues", + "city": "Toronto", + "date": "2019-03-12", + "event_name": "Mac Demarco", + "event_type": "Music", + "time": "17:30", + "venue": "Woodbine Park", + "venue_address": "1695 Queen Street East" + } + ], + "slots": [ + { + "exclusive_end": 52, + "slot": "event_name", + "start": 41 + }, + { + "exclusive_end": 32, + "slot": "venue", + "start": 19 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 event at Woodbine Park, it's a Mac Demarco concert" + }, + { + "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": [ + "Toronto" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where is the event going to be? And at what time?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17:30" + ], + "slot": "time", + "values": [ + "5:30 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "1695 Queen Street East" + ], + "slot": "venue_address", + "values": [ + "1695 QUeen Street East" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 56, + "slot": "time", + "start": 49 + }, + { + "exclusive_end": 30, + "slot": "venue_address", + "start": 8 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It's at 1695 QUeen Street East and will start at 5:30 pm" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Toronto" + ], + "event_name": [ + "Mac Demarco" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great, help me find more dates for this" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Mac Demarco" + ], + "slot": "event_name", + "values": [ + "Mac Demarco" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Woodbine Park" + ], + "slot": "venue", + "values": [ + "Woodbine Park" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Toronto", + "event_name": "Mac Demarco" + } + }, + "service_results": [ + { + "city": "Toronto", + "date": "2019-03-04", + "event_name": "Mac Demarco", + "time": "17:00", + "venue": "Woodbine Park", + "venue_address": "1695 Queen Street East" + }, + { + "city": "Toronto", + "date": "2019-03-12", + "event_name": "Mac Demarco", + "time": "17:30", + "venue": "Woodbine Park", + "venue_address": "1695 Queen Street East" + }, + { + "city": "Toronto", + "date": "2019-03-14", + "event_name": "Mac Demarco", + "time": "17:30", + "venue": "Woodbine Park", + "venue_address": "1695 Queen Street East" + } + ], + "slots": [ + { + "exclusive_end": 44, + "slot": "date", + "start": 33 + }, + { + "exclusive_end": 60, + "slot": "event_name", + "start": 49 + }, + { + "exclusive_end": 82, + "slot": "venue", + "start": 69 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 3 more days, there's one next Monday for Mac Demarco also at Woodbine Park" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Toronto" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Mac Demarco" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great, book me some tickets" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_of_tickets", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "How many do you need?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Toronto" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Mac Demarco" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I only need one" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Mac Demarco" + ], + "slot": "event_name", + "values": [ + "Mac Demarco" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Toronto" + ], + "slot": "city", + "values": [ + "Toronto" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 27, + "slot": "event_name", + "start": 16 + }, + { + "exclusive_end": 39, + "slot": "date", + "start": 28 + }, + { + "exclusive_end": 50, + "slot": "city", + "start": 43 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "So 1 tickert to Mac Demarco next Monday in Toronto" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Toronto" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Mac Demarco" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that works for me" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Toronto", + "date": "2019-03-04", + "event_name": "Mac Demarco", + "number_of_tickets": "1" + } + }, + "service_results": [ + { + "city": "Toronto", + "date": "2019-03-04", + "event_name": "Mac Demarco", + "number_of_tickets": "1", + "time": "17:00", + "venue": "Woodbine Park", + "venue_address": "1695 Queen Street East" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok your reservation is booked" + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Toronto" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Mac Demarco" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great, that's all thank you so much." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Enjoy the concert!" + } + ] + }, + { + "dialogue_id": "11_00002", + "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 events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there a preference for the city I should look for events in?" + }, + { + "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": [ + "Philadelphia" + ], + "slot": "city", + "values": [ + "Philly" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 50, + "slot": "category", + "start": 43 + }, + { + "exclusive_end": 60, + "slot": "city", + "start": 54 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "hip hop" + ], + "city": [ + "Philly" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am looking for a music event, preferably hip hop in Philly." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Blueface" + ], + "slot": "event_name", + "values": [ + "Blueface" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Fillmore Philadelphia" + ], + "slot": "venue", + "values": [ + "The Fillmore Philadelphia" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "2" + ], + "slot": "count", + "values": [ + "2" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Hip Hop", + "city": "Philadelphia", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "Hip Hop", + "city": "Philadelphia", + "date": "2019-03-08", + "event_name": "Blueface", + "event_type": "Music", + "time": "17:00", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + }, + { + "category": "Hip Hop", + "city": "Philadelphia", + "date": "2019-03-02", + "event_name": "Nav With Killy", + "event_type": "Music", + "time": "18:30", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + } + ], + "slots": [ + { + "exclusive_end": 71, + "slot": "event_name", + "start": 63 + }, + { + "exclusive_end": 108, + "slot": "venue", + "start": 83 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 2 events that you might be interested in. The event is Blueface and its at The Fillmore Philadelphia." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "hip hop" + ], + "city": [ + "Philly" + ], + "event_name": [ + "Blueface" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that sounds good to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want to purchase the tickets for this event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "category": [ + "hip hop" + ], + "city": [ + "Philly" + ], + "event_name": [ + "Blueface" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Maybe later on. I am interested more so in finding dates for events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Blueface" + ], + "slot": "event_name", + "values": [ + "Blueface" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Fillmore Philadelphia" + ], + "slot": "venue", + "values": [ + "The Fillmore Philadelphia" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "7" + ], + "slot": "count", + "values": [ + "7" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Philadelphia", + "event_name": "Blueface" + } + }, + "service_results": [ + { + "city": "Philadelphia", + "date": "2019-03-01", + "event_name": "Blueface", + "time": "17:00", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + }, + { + "city": "Philadelphia", + "date": "2019-03-04", + "event_name": "Blueface", + "time": "17:30", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + }, + { + "city": "Philadelphia", + "date": "2019-03-06", + "event_name": "Blueface", + "time": "17:00", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + }, + { + "city": "Philadelphia", + "date": "2019-03-07", + "event_name": "Blueface", + "time": "17:00", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + }, + { + "city": "Philadelphia", + "date": "2019-03-08", + "event_name": "Blueface", + "time": "17:00", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + }, + { + "city": "Philadelphia", + "date": "2019-03-10", + "event_name": "Blueface", + "time": "19:30", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + }, + { + "city": "Philadelphia", + "date": "2019-03-12", + "event_name": "Blueface", + "time": "18:00", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + } + ], + "slots": [ + { + "exclusive_end": 51, + "slot": "date", + "start": 46 + }, + { + "exclusive_end": 67, + "slot": "event_name", + "start": 59 + }, + { + "exclusive_end": 96, + "slot": "venue", + "start": 71 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found the event on 7 days. This event is on today. It is Blueface at The Fillmore Philadelphia." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "category": [ + "hip hop" + ], + "city": [ + "Philly" + ], + "date": [ + "today" + ], + "event_name": [ + "Blueface" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That works with me. I want to buy 1 ticket for the event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Blueface" + ], + "slot": "event_name", + "values": [ + "blueface" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "city", + "values": [ + "Philadelphia" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 59, + "slot": "event_name", + "start": 51 + }, + { + "exclusive_end": 99, + "slot": "date", + "start": 94 + }, + { + "exclusive_end": 119, + "slot": "city", + "start": 107 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following details: The event is blueface, 1 ticket, the event is happening today and in Philadelphia." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "category": [ + "hip hop" + ], + "city": [ + "Philadelphia", + "Philly" + ], + "date": [ + "today" + ], + "event_name": [ + "Blueface", + "blueface" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Actually, I want 3 tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Blueface" + ], + "slot": "event_name", + "values": [ + "blueface" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 59, + "slot": "event_name", + "start": 51 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following details: The event is blueface, 3 tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "category": [ + "hip hop" + ], + "city": [ + "Philadelphia", + "Philly" + ], + "date": [ + "today" + ], + "event_name": [ + "Blueface", + "blueface" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that sounds good to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Philadelphia", + "date": "2019-03-01", + "event_name": "Blueface", + "number_of_tickets": "3" + } + }, + "service_results": [ + { + "city": "Philadelphia", + "date": "2019-03-01", + "event_name": "Blueface", + "number_of_tickets": "3", + "time": "17:00", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your reservation has been made." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "category": [ + "hip hop" + ], + "city": [ + "Philadelphia", + "Philly" + ], + "date": [ + "today" + ], + "event_name": [ + "Blueface", + "blueface" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks a lot for your help!" + }, + { + "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": [ + "hip hop" + ], + "city": [ + "Philadelphia", + "Philly" + ], + "date": [ + "today" + ], + "event_name": [ + "Blueface", + "blueface" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nope that it. Thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "No problem, have a great day." + } + ] + }, + { + "dialogue_id": "11_00003", + "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 just moved to town and need some help finding local 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 are you in? What kind of events are you looking for?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "city", + "values": [ + "LA" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "event_type", + "values": [ + "Music" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 55, + "slot": "city", + "start": 53 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "LA" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking to see if there's any kind of Concert in LA." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Bill Callahan" + ], + "slot": "event_name", + "values": [ + "Bill Callahan" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Lodge Room" + ], + "slot": "venue", + "values": [ + "Lodge Room" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Los Angeles", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "Country", + "city": "Los Angeles", + "date": "2019-03-14", + "event_name": "Bill Callahan", + "event_type": "Music", + "time": "19:30", + "venue": "Lodge Room", + "venue_address": "104 N. Ave 56, 2nd Floor" + }, + { + "category": "Pop", + "city": "Los Angeles", + "date": "2019-03-01", + "event_name": "Girl In Red", + "event_type": "Music", + "time": "19:00", + "venue": "The Teragram Ballroom", + "venue_address": "1234 West 7th Street" + }, + { + "category": "Rock", + "city": "Los Angeles", + "date": "2019-03-10", + "event_name": "Gloryhammer", + "event_type": "Music", + "time": "18:00", + "venue": "1720(tm)", + "venue_address": "1720 East 16th Street" + }, + { + "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-01", + "event_name": "Jordan Rakei", + "event_type": "Music", + "time": "17:00", + "venue": "Regent Theater DTLA", + "venue_address": "448 South Main Street" + }, + { + "category": "Electronica", + "city": "Los Angeles", + "date": "2019-03-05", + "event_name": "Kishi Bashi", + "event_type": "Music", + "time": "17:00", + "venue": "Masonic Lodge at Hollywood Forever", + "venue_address": "5970 Santa Monica Boulevard" + }, + { + "category": "Electronica", + "city": "Los Angeles", + "date": "2019-03-13", + "event_name": "Lights", + "event_type": "Music", + "time": "18:30", + "venue": "The Teragram Ballroom", + "venue_address": "1234 West 7th Street" + }, + { + "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": "Hip Hop", + "city": "Los Angeles", + "date": "2019-03-13", + "event_name": "Spose", + "event_type": "Music", + "time": "17:00", + "venue": "1720(tm)", + "venue_address": "1720 East 16th Street" + }, + { + "category": "Rock", + "city": "Los Angeles", + "date": "2019-03-05", + "event_name": "Starset", + "event_type": "Music", + "time": "19:00", + "venue": "Regent Theater DTLA", + "venue_address": "448 South Main Street" + } + ], + "slots": [ + { + "exclusive_end": 21, + "slot": "event_name", + "start": 8 + }, + { + "exclusive_end": 39, + "slot": "venue", + "start": 29 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found Bill Callahan at the Lodge Room." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "LA" + ], + "event_name": [ + "Bill Callahan" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good. What day is it on?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-08" + ], + "slot": "date", + "values": [ + "next Friday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Bill Callahan" + ], + "slot": "event_name", + "values": [ + "Bill Callahan" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Lodge Room" + ], + "slot": "venue", + "values": [ + "Lodge Room" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Los Angeles", + "event_name": "Bill Callahan" + } + }, + "service_results": [ + { + "city": "Los Angeles", + "date": "2019-03-08", + "event_name": "Bill Callahan", + "time": "19:00", + "venue": "Lodge Room", + "venue_address": "104 N. Ave 56, 2nd Floor" + }, + { + "city": "Los Angeles", + "date": "2019-03-10", + "event_name": "Bill Callahan", + "time": "18:30", + "venue": "Lodge Room", + "venue_address": "104 N. Ave 56, 2nd Floor" + }, + { + "city": "Los Angeles", + "date": "2019-03-14", + "event_name": "Bill Callahan", + "time": "19:30", + "venue": "Lodge Room", + "venue_address": "104 N. Ave 56, 2nd Floor" + } + ], + "slots": [ + { + "exclusive_end": 51, + "slot": "date", + "start": 40 + }, + { + "exclusive_end": 13, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 39, + "slot": "venue", + "start": 29 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Bill Callahan will be at the Lodge Room next Friday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "LA" + ], + "event_name": [ + "Bill Callahan" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What's the start time and address?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "19:00" + ], + "slot": "time", + "values": [ + "7 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "104 N. Ave 56, 2nd Floor" + ], + "slot": "venue_address", + "values": [ + "104 N. Ave 56, 2nd Floor" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 22, + "slot": "time", + "start": 18 + }, + { + "exclusive_end": 67, + "slot": "venue_address", + "start": 43 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Concert starts at 7 pm, and the address is 104 N. Ave 56, 2nd Floor." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "LA" + ], + "date": [ + "next Friday" + ], + "event_name": [ + "Bill Callahan" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good. Can we get 2 tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Bill Callahan" + ], + "slot": "event_name", + "values": [ + "Bill Callahan" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "date", + "values": [ + "next Friday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "city", + "values": [ + "Los Angeles" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 43, + "slot": "event_name", + "start": 30 + }, + { + "exclusive_end": 74, + "slot": "date", + "start": 63 + }, + { + "exclusive_end": 58, + "slot": "city", + "start": 47 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: 2 tickets for Bill Callahan in Los Angeles for next Friday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "LA", + "Los Angeles" + ], + "date": [ + "next Friday" + ], + "event_name": [ + "Bill Callahan" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Wait, let's just do 1 ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "date", + "values": [ + "next Friday" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 40, + "slot": "date", + "start": 29 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: 1 ticket for next Friday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "LA", + "Los Angeles" + ], + "date": [ + "next Friday" + ], + "event_name": [ + "Bill Callahan" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That works." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Los Angeles", + "date": "2019-03-08", + "event_name": "Bill Callahan", + "number_of_tickets": "1" + } + }, + "service_results": [ + { + "city": "Los Angeles", + "date": "2019-03-08", + "event_name": "Bill Callahan", + "number_of_tickets": "1", + "time": "19:00", + "venue": "Lodge Room", + "venue_address": "104 N. Ave 56, 2nd Floor" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket has been purchased." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "LA", + "Los Angeles" + ], + "date": [ + "next Friday" + ], + "event_name": [ + "Bill Callahan" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks, that's all I needed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "11_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'm looking for something to do." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_type", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What type of event are you interested in, and in what city?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "event_type", + "values": [ + "Sports" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "NY" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 45, + "slot": "city", + "start": 43 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "NY" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to find games taking place in NY." + }, + { + "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": { + "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": 24, + "slot": "event_name", + "start": 10 + }, + { + "exclusive_end": 38, + "slot": "venue", + "start": 28 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "How about Mets vs Braves at Citi Field?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Baseball" + ], + "slot": "category", + "values": [ + "baseball" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "dontcare" + ], + "slot": "date", + "values": [ + "dontcare" + ] + }, + { + "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": [ + "NY" + ], + "date": [ + "dontcare" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like baseball events, but I would like a different game. I don't have any particular date preference." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Mets Vs Cubs" + ], + "slot": "event_name", + "values": [ + "Mets vs Cubs" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Citi Field" + ], + "slot": "venue", + "values": [ + "Citi Field" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "9" + ], + "slot": "count", + "values": [ + "9" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Baseball", + "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" + } + ], + "slots": [ + { + "exclusive_end": 60, + "slot": "event_name", + "start": 48 + }, + { + "exclusive_end": 74, + "slot": "venue", + "start": 64 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have 9 possible games you may like. How about Mets vs Cubs at Citi Field?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "time" + ], + "slot_values": { + "category": [ + "baseball" + ], + "city": [ + "NY" + ], + "date": [ + "dontcare" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does that event take place?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "18:00" + ], + "slot": "time", + "values": [ + "6 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 17, + "slot": "time", + "start": 13 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It 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": [ + "baseball" + ], + "city": [ + "NY" + ], + "date": [ + "dontcare" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where is Citi Field located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "123-01 Roosevelt Avenue" + ], + "slot": "venue_address", + "values": [ + "123-01 Roosevelt Avenue" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 45, + "slot": "venue_address", + "start": 22 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The street address is 123-01 Roosevelt Avenue." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "category": [ + "baseball" + ], + "city": [ + "NY" + ], + "date": [ + "dontcare" + ], + "event_name": [ + "Mets vs Cubs" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good for me. What dates does that event take place?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Mets Vs Cubs" + ], + "slot": "event_name", + "values": [ + "Mets vs Cubs" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Citi Field" + ], + "slot": "venue", + "values": [ + "Citi Field" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "New York", + "event_name": "Mets Vs Cubs" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-01", + "event_name": "Mets Vs Cubs", + "time": "18:00", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + }, + { + "city": "New York", + "date": "2019-03-06", + "event_name": "Mets Vs Cubs", + "time": "19:00", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + }, + { + "city": "New York", + "date": "2019-03-08", + "event_name": "Mets Vs Cubs", + "time": "18:00", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + } + ], + "slots": [ + { + "exclusive_end": 93, + "slot": "date", + "start": 88 + }, + { + "exclusive_end": 53, + "slot": "event_name", + "start": 41 + }, + { + "exclusive_end": 67, + "slot": "venue", + "start": 57 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 3 possible dates you can go to Mets vs Cubs at Citi Field. The first event is today." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "category": [ + "baseball" + ], + "city": [ + "NY" + ], + "date": [ + "dontcare" + ], + "event_name": [ + "Mets vs Cubs" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What about the other dates?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Mets Vs Cubs" + ], + "slot": "event_name", + "values": [ + "Mets vs Cubs" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Citi Field" + ], + "slot": "venue", + "values": [ + "Citi Field" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 60, + "slot": "date", + "start": 46 + }, + { + "exclusive_end": 14, + "slot": "event_name", + "start": 2 + }, + { + "exclusive_end": 74, + "slot": "venue", + "start": 64 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "A Mets vs Cubs game will also be taking place next Wednesday at Citi Field." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "category": [ + "baseball" + ], + "city": [ + "NY" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Mets vs Cubs" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That one sounds good. I would like to buy two tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Mets Vs Cubs" + ], + "slot": "event_name", + "values": [ + "Mets vs Cubs" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 57, + "slot": "event_name", + "start": 45 + }, + { + "exclusive_end": 72, + "slot": "date", + "start": 58 + }, + { + "exclusive_end": 84, + "slot": "city", + "start": 76 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: you are buying 2 tickets for Mets vs Cubs next Wednesday in New York." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "category": [ + "baseball" + ], + "city": [ + "NY", + "New York" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Mets vs Cubs" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, sorry, please make that one ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 65, + "slot": "city", + "start": 57 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: you are buying 1 ticket for that game in New York." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "category": [ + "baseball" + ], + "city": [ + "NY", + "New York" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Mets vs Cubs" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "New York", + "date": "2019-03-06", + "event_name": "Mets Vs Cubs", + "number_of_tickets": "1" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-06", + "event_name": "Mets Vs Cubs", + "number_of_tickets": "1", + "time": "19:00", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your purchase is now complete." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "category": [ + "baseball" + ], + "city": [ + "NY", + "New York" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Mets vs Cubs" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else I can do for you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "baseball" + ], + "city": [ + "NY", + "New York" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Mets vs Cubs" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that's all. Thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Enjoy the game!" + } + ] + }, + { + "dialogue_id": "11_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 need to find some events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you have any particular cities in mind for me to look in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "NYC" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 28, + "slot": "city", + "start": 25 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "NYC" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to find events in NYC." + }, + { + "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, sports, whatever you like." + }, + { + "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 want to find music events." + }, + { + "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": 50, + "slot": "event_name", + "start": 32 + }, + { + "exclusive_end": 60, + "slot": "venue", + "start": 54 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 10 music events. One is Amber Run Brooklyn at Warsaw." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "NYC" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you possibly find any other events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Americo" + ], + "slot": "event_name", + "values": [ + "Americo" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "La Boom" + ], + "slot": "venue", + "values": [ + "La Boom" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 15, + "slot": "event_name", + "start": 8 + }, + { + "exclusive_end": 26, + "slot": "venue", + "start": 19 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found Americo at La Boom instead." + }, + { + "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": [ + "NYC" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What kind of event is Americo and where is the venue?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "56-15 Northern Boulevard, Woodside" + ], + "slot": "venue_address", + "values": [ + "56-15 Northern Boulevard, Woodside" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "International" + ], + "slot": "category", + "values": [ + "international" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 82, + "slot": "venue_address", + "start": 48 + }, + { + "exclusive_end": 21, + "slot": "category", + "start": 8 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It's an international event and the venue is at 56-15 Northern Boulevard, Woodside." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "NYC" + ], + "event_name": [ + "Americo" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good, I want to know the dates for the event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "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": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "New York", + "event_name": "Americo" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-01", + "event_name": "Americo", + "time": "18:30", + "venue": "La Boom", + "venue_address": "56-15 Northern Boulevard, Woodside" + }, + { + "city": "New York", + "date": "2019-03-02", + "event_name": "Americo", + "time": "18:30", + "venue": "La Boom", + "venue_address": "56-15 Northern Boulevard, Woodside" + }, + { + "city": "New York", + "date": "2019-03-06", + "event_name": "Americo", + "time": "18:30", + "venue": "La Boom", + "venue_address": "56-15 Northern Boulevard, Woodside" + }, + { + "city": "New York", + "date": "2019-03-13", + "event_name": "Americo", + "time": "19:30", + "venue": "La Boom", + "venue_address": "56-15 Northern Boulevard, Woodside" + } + ], + "slots": [ + { + "exclusive_end": 52, + "slot": "date", + "start": 47 + }, + { + "exclusive_end": 7, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 18, + "slot": "venue", + "start": 11 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Americo at La Boom is on for 4 days, including today." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "NYC" + ], + "event_name": [ + "Americo" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where is the venue again?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "56-15 Northern Boulevard, Woodside" + ], + "slot": "venue_address", + "values": [ + "56-15 Northern Boulevard, Woodside" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 42, + "slot": "venue_address", + "start": 8 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It's at 56-15 Northern Boulevard, Woodside." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "NYC" + ], + "event_name": [ + "Americo" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What about the ones on other days?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Americo" + ], + "slot": "event_name", + "values": [ + "Americo" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "La Boom" + ], + "slot": "venue", + "values": [ + "La Boom" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 43, + "slot": "date", + "start": 35 + }, + { + "exclusive_end": 7, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 34, + "slot": "venue", + "start": 27 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Americo is also playing at La Boom tomorrow." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "NYC" + ], + "event_name": [ + "Americo" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Any other dates?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Americo" + ], + "slot": "event_name", + "values": [ + "Americo" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "La Boom" + ], + "slot": "venue", + "values": [ + "La Boom" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 54, + "slot": "date", + "start": 40 + }, + { + "exclusive_end": 7, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 18, + "slot": "venue", + "start": 11 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Americo at La Boom will also take place next Wednesday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "NYC" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Americo" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay, that sounds like it will be good for me. I'd like to buy two tickets, please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Americo" + ], + "slot": "event_name", + "values": [ + "Americo" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 42, + "slot": "event_name", + "start": 35 + }, + { + "exclusive_end": 57, + "slot": "date", + "start": 43 + }, + { + "exclusive_end": 69, + "slot": "city", + "start": 61 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, can you confirm 2 tickets to Americo next Wednesday in New York." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "time" + ], + "slot_values": { + "city": [ + "NYC", + "New York" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Americo" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yep, that's great. What time does it start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "18:30" + ], + "slot": "time", + "values": [ + "6:30 pm" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "New York", + "date": "2019-03-06", + "event_name": "Americo", + "number_of_tickets": "2" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-06", + "event_name": "Americo", + "number_of_tickets": "2", + "time": "18:30", + "venue": "La Boom", + "venue_address": "56-15 Northern Boulevard, Woodside" + } + ], + "slots": [ + { + "exclusive_end": 60, + "slot": "time", + "start": 53 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The reservation has been completed. It will start at 6:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "NYC", + "New York" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Americo" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks so much for helping, that's it for today." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day." + } + ] + }, + { + "dialogue_id": "11_00006", + "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'd like to look for a concert." + }, + { + "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": [ + "New York" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "event_type", + "values": [ + "Sports" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 33, + "slot": "city", + "start": 25 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Look for Games events in New York" + }, + { + "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": 72, + "slot": "event_name", + "start": 58 + }, + { + "exclusive_end": 86, + "slot": "venue", + "start": 76 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 10 events that meet that criteria. One of them is Mets Vs Braves at Citi Field." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "event_name": [ + "Mets Vs Braves" + ], + "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": "Should I buy tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "event_name": [ + "Mets Vs Braves" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Maybe later, I am trying to find dates for events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "Next Monday" + ] + }, + { + "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": [ + "5" + ], + "slot": "count", + "values": [ + "5" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "New York", + "event_name": "Mets Vs Braves" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-04", + "event_name": "Mets Vs Braves", + "time": "19:00", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + }, + { + "city": "New York", + "date": "2019-03-09", + "event_name": "Mets Vs Braves", + "time": "17:00", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + }, + { + "city": "New York", + "date": "2019-03-11", + "event_name": "Mets Vs Braves", + "time": "17:00", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + }, + { + "city": "New York", + "date": "2019-03-12", + "event_name": "Mets Vs Braves", + "time": "19:00", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + }, + { + "city": "New York", + "date": "2019-03-14", + "event_name": "Mets Vs Braves", + "time": "18:00", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + } + ], + "slots": [ + { + "exclusive_end": 79, + "slot": "date", + "start": 68 + }, + { + "exclusive_end": 122, + "slot": "event_name", + "start": 108 + }, + { + "exclusive_end": 93, + "slot": "venue", + "start": 83 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found this event on 5 different days. The one I'm referring to is Next Monday at Citi Field, and is still Mets Vs Braves." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time" + ], + "slot_values": { + "city": [ + "New York" + ], + "event_name": [ + "Mets Vs Braves" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does it start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "19:00" + ], + "slot": "time", + "values": [ + "7 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 4, + "slot": "time", + "start": 0 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "7 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "date": [ + "Next Monday" + ], + "event_name": [ + "Mets Vs Braves" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good. Please buy 4 tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Mets Vs Braves" + ], + "slot": "event_name", + "values": [ + "Mets Vs Braves" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 63, + "slot": "event_name", + "start": 49 + }, + { + "exclusive_end": 46, + "slot": "date", + "start": 35 + }, + { + "exclusive_end": 75, + "slot": "city", + "start": 67 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "You'd like me to buy 4 tickets for next Monday's Mets Vs Braves in New York?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "New York" + ], + "date": [ + "Next Monday", + "next Monday" + ], + "event_name": [ + "Mets Vs Braves" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes. When does it start, and what is the address?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "19:00" + ], + "slot": "time", + "values": [ + "7 PM" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "123-01 Roosevelt Avenue" + ], + "slot": "venue_address", + "values": [ + "123-01 Roosevelt Avenue" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "New York", + "date": "2019-03-04", + "event_name": "Mets Vs Braves", + "number_of_tickets": "4" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-04", + "event_name": "Mets Vs Braves", + "number_of_tickets": "4", + "time": "19:00", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + } + ], + "slots": [ + { + "exclusive_end": 17, + "slot": "time", + "start": 13 + }, + { + "exclusive_end": 44, + "slot": "venue_address", + "start": 21 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It starts at 7 PM at 123-01 Roosevelt Avenue. Your reservations have been made." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "date": [ + "Next Monday", + "next Monday" + ], + "event_name": [ + "Mets Vs Braves" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you, that'll be all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "11_00007", + "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": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which is your preferred city?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "city", + "values": [ + "Philly" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 34, + "slot": "city", + "start": 28 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Philly" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I wish to see the events at Philly." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_type", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which is your most preferred event?" + }, + { + "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": [ + "Philly" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I wish to see Concert." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Blueface" + ], + "slot": "event_name", + "values": [ + "Blueface" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Fillmore Philadelphia" + ], + "slot": "venue", + "values": [ + "The Fillmore Philadelphia" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Philadelphia", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "Hip Hop", + "city": "Philadelphia", + "date": "2019-03-08", + "event_name": "Blueface", + "event_type": "Music", + "time": "17:00", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + }, + { + "category": "Pop", + "city": "Philadelphia", + "date": "2019-03-13", + "event_name": "Conan Gray", + "event_type": "Music", + "time": "19:00", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + }, + { + "category": "Rock", + "city": "Philadelphia", + "date": "2019-03-11", + "event_name": "Don Broco", + "event_type": "Music", + "time": "18:30", + "venue": "The Foundry", + "venue_address": "29 East Allen Street 2nd Floor" + }, + { + "category": "Pop", + "city": "Philadelphia", + "date": "2019-03-07", + "event_name": "Girl In Red", + "event_type": "Music", + "time": "18:00", + "venue": "The Foundry", + "venue_address": "29 East Allen Street 2nd Floor" + }, + { + "category": "Rock", + "city": "Philadelphia", + "date": "2019-03-12", + "event_name": "Hot Water Music", + "event_type": "Music", + "time": "18:30", + "venue": "Underground Arts", + "venue_address": "1200 Callowhill Street" + }, + { + "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" + }, + { + "category": "Electronica", + "city": "Philadelphia", + "date": "2019-03-06", + "event_name": "Lights", + "event_type": "Music", + "time": "17:30", + "venue": "The Foundry", + "venue_address": "29 East Allen Street 2nd Floor" + }, + { + "category": "Hip Hop", + "city": "Philadelphia", + "date": "2019-03-02", + "event_name": "Nav With Killy", + "event_type": "Music", + "time": "18:30", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + }, + { + "category": "Rock", + "city": "Philadelphia", + "date": "2019-03-03", + "event_name": "Northlane", + "event_type": "Music", + "time": "17:00", + "venue": "The Foundry", + "venue_address": "29 East Allen Street 2nd Floor" + }, + { + "category": "Rock", + "city": "Philadelphia", + "date": "2019-03-13", + "event_name": "The Lemonheads", + "event_type": "Music", + "time": "19:00", + "venue": "The Foundry", + "venue_address": "29 East Allen Street 2nd Floor" + } + ], + "slots": [ + { + "exclusive_end": 18, + "slot": "event_name", + "start": 10 + }, + { + "exclusive_end": 47, + "slot": "venue", + "start": 22 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event Blueface at The Fillmore Philadelphia." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Philly" + ], + "event_name": [ + "Blueface" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "It is good for me. May I know the dates for events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "Today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Blueface" + ], + "slot": "event_name", + "values": [ + "Blueface" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Fillmore Philadelphia" + ], + "slot": "venue", + "values": [ + "The Fillmore Philadelphia" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "7" + ], + "slot": "count", + "values": [ + "7" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Philadelphia", + "event_name": "Blueface" + } + }, + "service_results": [ + { + "city": "Philadelphia", + "date": "2019-03-01", + "event_name": "Blueface", + "time": "17:00", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + }, + { + "city": "Philadelphia", + "date": "2019-03-04", + "event_name": "Blueface", + "time": "17:30", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + }, + { + "city": "Philadelphia", + "date": "2019-03-06", + "event_name": "Blueface", + "time": "17:00", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + }, + { + "city": "Philadelphia", + "date": "2019-03-07", + "event_name": "Blueface", + "time": "17:00", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + }, + { + "city": "Philadelphia", + "date": "2019-03-08", + "event_name": "Blueface", + "time": "17:00", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + }, + { + "city": "Philadelphia", + "date": "2019-03-10", + "event_name": "Blueface", + "time": "19:30", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + }, + { + "city": "Philadelphia", + "date": "2019-03-12", + "event_name": "Blueface", + "time": "18:00", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + } + ], + "slots": [ + { + "exclusive_end": 43, + "slot": "date", + "start": 38 + }, + { + "exclusive_end": 62, + "slot": "event_name", + "start": 54 + }, + { + "exclusive_end": 99, + "slot": "venue", + "start": 74 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I searched and found event on 7 days. Today the event Blueface will be at The Fillmore Philadelphia." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time" + ], + "slot_values": { + "city": [ + "Philly" + ], + "event_name": [ + "Blueface" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is the starting time of the event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17:00" + ], + "slot": "time", + "values": [ + "5 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 29, + "slot": "time", + "start": 25 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It will start exactly at 5 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Philly" + ], + "date": [ + "Today" + ], + "event_name": [ + "Blueface" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "It is looking good for me. I wish to book tickets for an event. I need 3 tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Blueface" + ], + "slot": "event_name", + "values": [ + "Blueface" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "Today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "city", + "values": [ + "Philadelphia" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 75, + "slot": "event_name", + "start": 67 + }, + { + "exclusive_end": 25, + "slot": "date", + "start": 20 + }, + { + "exclusive_end": 112, + "slot": "city", + "start": 100 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Kindly ensure that, Today 3 tickets have been booked for the event Blueface will be at The Fillmore Philadelphia." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia", + "Philly" + ], + "date": [ + "Today" + ], + "event_name": [ + "Blueface" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes. It is good for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Philadelphia", + "date": "2019-03-01", + "event_name": "Blueface", + "number_of_tickets": "3" + } + }, + "service_results": [ + { + "city": "Philadelphia", + "date": "2019-03-01", + "event_name": "Blueface", + "number_of_tickets": "3", + "time": "17:00", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your booking has been done successfully." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia", + "Philly" + ], + "date": [ + "Today" + ], + "event_name": [ + "Blueface" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you so much for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Shall I do anything 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": { + "city": [ + "Philadelphia", + "Philly" + ], + "date": [ + "Today" + ], + "event_name": [ + "Blueface" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nope. Thank you so much for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a fantastic day." + } + ] + }, + { + "dialogue_id": "11_00008", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "date", + "values": [ + "11th of this month" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 47, + "slot": "date", + "start": 29 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "date": [ + "11th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I wish to find for events on 11th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "Music", + "Sports" + ], + "slot": "event_type", + "values": [ + "Music", + "Sports" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which will be your most preferred event like Music or Sports or any other things?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "event_type", + "values": [ + "Music" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "date": [ + "11th of this month" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like Music and I am searching for it." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "In which city should I search in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "city", + "values": [ + "Philadelphia" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 29, + "slot": "city", + "start": 17 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "date": [ + "11th of this month" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Search events in Philadelphia." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Don Broco" + ], + "slot": "event_name", + "values": [ + "Don Broco" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Foundry" + ], + "slot": "venue", + "values": [ + "The Foundry" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "6" + ], + "slot": "count", + "values": [ + "6" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Philadelphia", + "date": "2019-03-11", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "Rock", + "city": "Philadelphia", + "date": "2019-03-11", + "event_name": "Don Broco", + "event_type": "Music", + "time": "18:30", + "venue": "The Foundry", + "venue_address": "29 East Allen Street 2nd Floor" + }, + { + "category": "Pop", + "city": "Philadelphia", + "date": "2019-03-11", + "event_name": "Girl In Red", + "event_type": "Music", + "time": "19:30", + "venue": "The Foundry", + "venue_address": "29 East Allen Street 2nd Floor" + }, + { + "category": "Rock", + "city": "Philadelphia", + "date": "2019-03-11", + "event_name": "Hot Water Music", + "event_type": "Music", + "time": "19:30", + "venue": "Underground Arts", + "venue_address": "1200 Callowhill Street" + }, + { + "category": "Jazz", + "city": "Philadelphia", + "date": "2019-03-11", + "event_name": "Lauv", + "event_type": "Music", + "time": "18:30", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + }, + { + "category": "Hip Hop", + "city": "Philadelphia", + "date": "2019-03-11", + "event_name": "Nav With Killy", + "event_type": "Music", + "time": "17:30", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + }, + { + "category": "Pop", + "city": "Philadelphia", + "date": "2019-03-11", + "event_name": "Toto", + "event_type": "Music", + "time": "17:00", + "venue": "The Met Philadelphia", + "venue_address": "858 North Broad Street" + } + ], + "slots": [ + { + "exclusive_end": 49, + "slot": "event_name", + "start": 40 + }, + { + "exclusive_end": 74, + "slot": "venue", + "start": 63 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I searched and found 6 events. It is at Don Broco and it is at The Foundry." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "date": [ + "11th of this month" + ], + "event_name": [ + "Don Broco" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That is very good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Shall I book tickets for this event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "date": [ + "11th of this month" + ], + "event_name": [ + "Don Broco" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "We will book it later. I wish to know the dates for events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-11" + ], + "slot": "date", + "values": [ + "March 11th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Don Broco" + ], + "slot": "event_name", + "values": [ + "Don Broco" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Foundry" + ], + "slot": "venue", + "values": [ + "The Foundry" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Philadelphia", + "event_name": "Don Broco" + } + }, + "service_results": [ + { + "city": "Philadelphia", + "date": "2019-03-11", + "event_name": "Don Broco", + "time": "18:30", + "venue": "The Foundry", + "venue_address": "29 East Allen Street 2nd Floor" + } + ], + "slots": [ + { + "exclusive_end": 61, + "slot": "date", + "start": 51 + }, + { + "exclusive_end": 72, + "slot": "event_name", + "start": 63 + }, + { + "exclusive_end": 115, + "slot": "venue", + "start": 104 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I searched and found event on 1 day. It will be on March 11th. Don Broco is the event name and it is at The Foundry." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "date": [ + "11th of this month", + "March 11th" + ], + "event_name": [ + "Don Broco" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "It is great. I wish to book tickets to that event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_of_tickets", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "How many tickets are you looking for?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "date": [ + "11th of this month", + "March 11th" + ], + "event_name": [ + "Don Broco" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need three tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Don Broco" + ], + "slot": "event_name", + "values": [ + "DOn Broco" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "date", + "values": [ + "March 11th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "city", + "values": [ + "Philadelphia" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 60, + "slot": "event_name", + "start": 51 + }, + { + "exclusive_end": 80, + "slot": "date", + "start": 70 + }, + { + "exclusive_end": 96, + "slot": "city", + "start": 84 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Kindly ensure that, 3 tickets have been booked for DOn Broco event on March 11th at Philadelphia." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "date": [ + "11th of this month", + "March 11th" + ], + "event_name": [ + "DOn Broco", + "Don Broco" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sorry, I need 1 ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "city", + "values": [ + "Philadelphia" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 67, + "slot": "city", + "start": 55 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Ensure that, 1 ticket has been booked for the event at Philadelphia." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "date": [ + "11th of this month", + "March 11th" + ], + "event_name": [ + "DOn Broco", + "Don Broco" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes. It is good for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Philadelphia", + "date": "2019-03-11", + "event_name": "Don Broco", + "number_of_tickets": "1" + } + }, + "service_results": [ + { + "city": "Philadelphia", + "date": "2019-03-11", + "event_name": "Don Broco", + "number_of_tickets": "1", + "time": "18:30", + "venue": "The Foundry", + "venue_address": "29 East Allen Street 2nd Floor" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your booking has been confirmed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "date": [ + "11th of this month", + "March 11th" + ], + "event_name": [ + "DOn Broco", + "Don Broco" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you so much for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you need any other help from me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "date": [ + "11th of this month", + "March 11th" + ], + "event_name": [ + "DOn Broco", + "Don Broco" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nope. Thank you so much for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a fantastic day." + } + ] + }, + { + "dialogue_id": "11_00009", + "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": "Hi, I'd like to find some events." + }, + { + "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 are you into? It could be music, sports, whatever you like." + }, + { + "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": "I want to find a concert." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What city would you like me to search for concerts?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York City" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 37, + "slot": "city", + "start": 24 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "New York City" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to find shows 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": 26, + "slot": "event_name", + "start": 8 + }, + { + "exclusive_end": 36, + "slot": "venue", + "start": 30 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found Amber Run Brooklyn at Warsaw." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Rock" + ], + "slot": "category", + "values": [ + "rock" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "dontcare" + ], + "slot": "date", + "values": [ + "dontcare" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 42, + "slot": "category", + "start": 38 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "rock" + ], + "city": [ + "New York City" + ], + "date": [ + "dontcare" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Could you please keep looking? I like rock shows, and I don't have a preference for date." + }, + { + "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", + "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": 27, + "slot": "event_name", + "start": 10 + }, + { + "exclusive_end": 51, + "slot": "venue", + "start": 31 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "How about Chemical Brothers at Forest Hills Stadium?" + }, + { + "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": [ + "rock" + ], + "city": [ + "New York City" + ], + "date": [ + "dontcare" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where is the concert address and what time does it start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1 Tennis Place, Forest Hills" + ], + "slot": "venue_address", + "values": [ + "1 Tennis Place, Forest Hills" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "19:00" + ], + "slot": "time", + "values": [ + "7 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 44, + "slot": "venue_address", + "start": 16 + }, + { + "exclusive_end": 67, + "slot": "time", + "start": 63 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The venue is on 1 Tennis Place, Forest Hills, and it 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": [ + "rock" + ], + "city": [ + "New York City" + ], + "date": [ + "dontcare" + ], + "event_name": [ + "Chemical Brothers" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds perfect 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 purchase tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "rock" + ], + "city": [ + "New York City" + ], + "date": [ + "dontcare" + ], + "event_name": [ + "Chemical Brothers" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Not right now, thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can I help with anything more for you today?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "category": [ + "rock" + ], + "city": [ + "New York City" + ], + "date": [ + "dontcare" + ], + "event_name": [ + "Chemical Brothers" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need to find the dates for the event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "next Wednesday" + ] + }, + { + "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", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "New York", + "event_name": "Chemical Brothers" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-06", + "event_name": "Chemical Brothers", + "time": "19:00", + "venue": "Forest Hills Stadium", + "venue_address": "1 Tennis Place, Forest Hills" + }, + { + "city": "New York", + "date": "2019-03-10", + "event_name": "Chemical Brothers", + "time": "19:00", + "venue": "Forest Hills Stadium", + "venue_address": "1 Tennis Place, Forest Hills" + }, + { + "city": "New York", + "date": "2019-03-11", + "event_name": "Chemical Brothers", + "time": "19:00", + "venue": "Forest Hills Stadium", + "venue_address": "1 Tennis Place, Forest Hills" + }, + { + "city": "New York", + "date": "2019-03-12", + "event_name": "Chemical Brothers", + "time": "17:00", + "venue": "Forest Hills Stadium", + "venue_address": "1 Tennis Place, Forest Hills" + }, + { + "city": "New York", + "date": "2019-03-13", + "event_name": "Chemical Brothers", + "time": "18:30", + "venue": "Forest Hills Stadium", + "venue_address": "1 Tennis Place, Forest Hills" + } + ], + "slots": [ + { + "exclusive_end": 72, + "slot": "date", + "start": 58 + }, + { + "exclusive_end": 17, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 41, + "slot": "venue", + "start": 21 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Chemical Brothers at Forest Hills Stadium will take place next Wednesday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "category": [ + "rock" + ], + "city": [ + "New York City" + ], + "date": [ + "dontcare" + ], + "event_name": [ + "Chemical Brothers" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is the event happening any other days?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-10" + ], + "slot": "date", + "values": [ + "March 10th" + ] + }, + { + "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": 73, + "slot": "date", + "start": 63 + }, + { + "exclusive_end": 17, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 41, + "slot": "venue", + "start": 21 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Chemical Brothers at Forest Hills Stadium will also take place March 10th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "category": [ + "rock" + ], + "city": [ + "New York City" + ], + "date": [ + "March 10th" + ], + "event_name": [ + "Chemical Brothers" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That works for me, I'd like to get 1 ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Chemical Brothers" + ], + "slot": "event_name", + "values": [ + "Chemical Brothers" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "date", + "values": [ + "March 10th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 78, + "slot": "event_name", + "start": 61 + }, + { + "exclusive_end": 92, + "slot": "date", + "start": 82 + }, + { + "exclusive_end": 104, + "slot": "city", + "start": 96 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, please confirm for me that you are getting 1 ticket to Chemical Brothers on March 10th in New York." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "category": [ + "rock" + ], + "city": [ + "New York", + "New York City" + ], + "date": [ + "March 10th" + ], + "event_name": [ + "Chemical Brothers" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, just remembered I need to get three tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Chemical Brothers" + ], + "slot": "event_name", + "values": [ + "Chemical Brothers" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 48, + "slot": "event_name", + "start": 31 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, confirming 3 tickets for Chemical Brothers." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "category": [ + "rock" + ], + "city": [ + "New York", + "New York City" + ], + "date": [ + "March 10th" + ], + "event_name": [ + "Chemical Brothers" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yeah, that's what I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "New York", + "date": "2019-03-10", + "event_name": "Chemical Brothers", + "number_of_tickets": "3" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-10", + "event_name": "Chemical Brothers", + "number_of_tickets": "3", + "time": "19:00", + "venue": "Forest Hills Stadium", + "venue_address": "1 Tennis Place, Forest Hills" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "The reservation has been successful." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "category": [ + "rock" + ], + "city": [ + "New York", + "New York City" + ], + "date": [ + "March 10th" + ], + "event_name": [ + "Chemical Brothers" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks for your help, I don't need anything more." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good rest of the day." + } + ] + }, + { + "dialogue_id": "11_00010", + "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 look for events, maybe a good match to attend!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Any cities you want me to look in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Football" + ], + "slot": "category", + "values": [ + "Football" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "city", + "values": [ + "Philadelphia" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 50, + "slot": "category", + "start": 42 + }, + { + "exclusive_end": 26, + "slot": "city", + "start": 14 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Football" + ], + "city": [ + "Philadelphia" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Let's look in Philadelphia, and let's try Football games!" + }, + { + "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": 28, + "slot": "event_name", + "start": 11 + }, + { + "exclusive_end": 60, + "slot": "venue", + "start": 37 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's an Eagles Vs Cowboys game at Lincoln Financial Field if you want to go?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Football" + ], + "city": [ + "Philadelphia" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Find me other events please" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Owls Vs Bison" + ], + "slot": "event_name", + "values": [ + "Owls Vs Bison" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Lincoln Financial Field" + ], + "slot": "venue", + "values": [ + "Lincoln Financial Field" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 28, + "slot": "event_name", + "start": 15 + }, + { + "exclusive_end": 65, + "slot": "venue", + "start": 42 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "What about the Owls Vs Bison game also 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": [ + "Philadelphia" + ], + "event_name": [ + "Owls Vs Bison" + ], + "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": "Do you want me to book you tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "category": [ + "Football" + ], + "city": [ + "Philadelphia" + ], + "event_name": [ + "Owls Vs Bison" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Not right now, lets find more event dates." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Owls Vs Bison" + ], + "slot": "event_name", + "values": [ + "Owls Vs Bison" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Lincoln Financial Field" + ], + "slot": "venue", + "values": [ + "Lincoln Financial Field" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Philadelphia", + "event_name": "Owls Vs Bison" + } + }, + "service_results": [ + { + "city": "Philadelphia", + "date": "2019-03-04", + "event_name": "Owls Vs Bison", + "time": "18:00", + "venue": "Lincoln Financial Field", + "venue_address": "1 Lincoln Financial Field Way" + }, + { + "city": "Philadelphia", + "date": "2019-03-07", + "event_name": "Owls Vs Bison", + "time": "18:00", + "venue": "Lincoln Financial Field", + "venue_address": "1 Lincoln Financial Field Way" + }, + { + "city": "Philadelphia", + "date": "2019-03-09", + "event_name": "Owls Vs Bison", + "time": "18:00", + "venue": "Lincoln Financial Field", + "venue_address": "1 Lincoln Financial Field Way" + }, + { + "city": "Philadelphia", + "date": "2019-03-12", + "event_name": "Owls Vs Bison", + "time": "19:30", + "venue": "Lincoln Financial Field", + "venue_address": "1 Lincoln Financial Field Way" + } + ], + "slots": [ + { + "exclusive_end": 45, + "slot": "date", + "start": 34 + }, + { + "exclusive_end": 67, + "slot": "event_name", + "start": 54 + }, + { + "exclusive_end": 99, + "slot": "venue", + "start": 76 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 4 days, and there's one next Monday for the Owls Vs Bison game at Lincoln Financial Field" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "category": [ + "Football" + ], + "city": [ + "Philadelphia" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Owls Vs Bison" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Cool, get me 1 ticket to that" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Owls Vs Bison" + ], + "slot": "event_name", + "values": [ + "Owls Vs Bison" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "city", + "values": [ + "Philadelphia" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 48, + "slot": "event_name", + "start": 35 + }, + { + "exclusive_end": 27, + "slot": "date", + "start": 16 + }, + { + "exclusive_end": 69, + "slot": "city", + "start": 57 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "So 1 ticket for next Monday to the Owls Vs Bison game in Philadelphia" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "category": [ + "Football" + ], + "city": [ + "Philadelphia" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Owls Vs Bison" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that's good" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Philadelphia", + "date": "2019-03-04", + "event_name": "Owls Vs Bison", + "number_of_tickets": "1" + } + }, + "service_results": [ + { + "city": "Philadelphia", + "date": "2019-03-04", + "event_name": "Owls Vs Bison", + "number_of_tickets": "1", + "time": "18:00", + "venue": "Lincoln Financial Field", + "venue_address": "1 Lincoln Financial Field Way" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your reservation is booked now" + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "category": [ + "Football" + ], + "city": [ + "Philadelphia" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Owls Vs Bison" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks so much for your help" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can I do anything else for you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Football" + ], + "city": [ + "Philadelphia" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Owls Vs Bison" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, not at the moment, thanks again!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "No problem, take it easy" + } + ] + }, + { + "dialogue_id": "11_00011", + "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 find events for Match" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there any city preference ?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Baseball" + ], + "slot": "category", + "values": [ + "Baseball" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 15, + "slot": "category", + "start": 7 + }, + { + "exclusive_end": 34, + "slot": "city", + "start": 26 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Baseball" + ], + "city": [ + "New York" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like Baseball events in New York." + }, + { + "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": { + "category": "Baseball", + "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": 62, + "slot": "event_name", + "start": 48 + }, + { + "exclusive_end": 76, + "slot": "venue", + "start": 66 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 10 events which suits you. The event is Mets Vs Braves at Citi 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": [ + "New York" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "can you search me some other events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Mets Vs Cubs" + ], + "slot": "event_name", + "values": [ + "Mets Vs Cubs" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Citi Field" + ], + "slot": "venue", + "values": [ + "Citi Field" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 25, + "slot": "event_name", + "start": 13 + }, + { + "exclusive_end": 39, + "slot": "venue", + "start": 29 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event is Mets Vs Cubs at Citi Field" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "category": [ + "Baseball" + ], + "city": [ + "New York" + ], + "event_name": [ + "Mets Vs Cubs" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thats so perfect for me. I like to find dates for the event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Mets Vs Cubs" + ], + "slot": "event_name", + "values": [ + "Mets Vs Cubs" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Citi Field" + ], + "slot": "venue", + "values": [ + "Citi Field" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "New York", + "event_name": "Mets Vs Cubs" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-01", + "event_name": "Mets Vs Cubs", + "time": "18:00", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + }, + { + "city": "New York", + "date": "2019-03-06", + "event_name": "Mets Vs Cubs", + "time": "19:00", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + }, + { + "city": "New York", + "date": "2019-03-08", + "event_name": "Mets Vs Cubs", + "time": "18:00", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + } + ], + "slots": [ + { + "exclusive_end": 21, + "slot": "date", + "start": 16 + }, + { + "exclusive_end": 68, + "slot": "event_name", + "start": 56 + }, + { + "exclusive_end": 36, + "slot": "venue", + "start": 26 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event is on today, at Citi Field. The event name is Mets Vs Cubs." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "category": [ + "Baseball" + ], + "city": [ + "New York" + ], + "date": [ + "today" + ], + "event_name": [ + "Mets Vs Cubs" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thats great. I would like to buy tickets for 3 people for the event" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Mets Vs Cubs" + ], + "slot": "event_name", + "values": [ + "Mets Vs Cubs" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 47, + "slot": "event_name", + "start": 35 + }, + { + "exclusive_end": 70, + "slot": "date", + "start": 65 + }, + { + "exclusive_end": 82, + "slot": "city", + "start": 74 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm this : The event is Mets Vs Cubs for 3 tickets on today in New York." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "category": [ + "Baseball" + ], + "city": [ + "New York" + ], + "date": [ + "today" + ], + "event_name": [ + "Mets Vs Cubs" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No I want it for four tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 46, + "slot": "city", + "start": 38 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm this : The event is in New York and the number of tickets is 4" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "category": [ + "Baseball" + ], + "city": [ + "New York" + ], + "date": [ + "today" + ], + "event_name": [ + "Mets Vs Cubs" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes thats perfect for me. Where is it located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "123-01 Roosevelt Avenue" + ], + "slot": "venue_address", + "values": [ + "123-01 Roosevelt Avenue" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "New York", + "date": "2019-03-01", + "event_name": "Mets Vs Cubs", + "number_of_tickets": "4" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-01", + "event_name": "Mets Vs Cubs", + "number_of_tickets": "4", + "time": "18:00", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + } + ], + "slots": [ + { + "exclusive_end": 39, + "slot": "venue_address", + "start": 16 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The venue is at 123-01 Roosevelt Avenue. Your booking is successful" + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "category": [ + "Baseball" + ], + "city": [ + "New York" + ], + "date": [ + "today" + ], + "event_name": [ + "Mets Vs Cubs" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks a lot for the help. Thats all for now" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day" + } + ] + }, + { + "dialogue_id": "11_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": "Can you help me search for some upcoming 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": "So it will be my pleasure. Would this be a music or sports event you are interested in attending? Do you have a preferred city you would like for me to look up events for you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "event_type", + "values": [ + "Music" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 66, + "slot": "city", + "start": 58 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, can you see what music events they have coming up in New York?" + }, + { + "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": 110, + "slot": "event_name", + "start": 92 + }, + { + "exclusive_end": 126, + "slot": "venue", + "start": 120 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have found 10 events that match your preference. Would you be interested in attending the Amber Run Brooklyn event in Warsaw?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "event_name": [ + "Amber Run Brooklyn" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, 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 for me to make your ticket reservation?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "event_name": [ + "Amber Run Brooklyn" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, not right now. I am only interested in event dates right now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "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": "GetEventDates", + "parameters": { + "city": "New York", + "event_name": "Amber Run Brooklyn" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-02", + "event_name": "Amber Run Brooklyn", + "time": "17:00", + "venue": "Warsaw", + "venue_address": "261 Driggs Avenue, Brooklyn" + }, + { + "city": "New York", + "date": "2019-03-04", + "event_name": "Amber Run Brooklyn", + "time": "17:00", + "venue": "Warsaw", + "venue_address": "261 Driggs Avenue, Brooklyn" + }, + { + "city": "New York", + "date": "2019-03-05", + "event_name": "Amber Run Brooklyn", + "time": "19:30", + "venue": "Warsaw", + "venue_address": "261 Driggs Avenue, Brooklyn" + }, + { + "city": "New York", + "date": "2019-03-08", + "event_name": "Amber Run Brooklyn", + "time": "17:00", + "venue": "Warsaw", + "venue_address": "261 Driggs Avenue, Brooklyn" + }, + { + "city": "New York", + "date": "2019-03-11", + "event_name": "Amber Run Brooklyn", + "time": "19:30", + "venue": "Warsaw", + "venue_address": "261 Driggs Avenue, Brooklyn" + }, + { + "city": "New York", + "date": "2019-03-14", + "event_name": "Amber Run Brooklyn", + "time": "19:00", + "venue": "Warsaw", + "venue_address": "261 Driggs Avenue, Brooklyn" + } + ], + "slots": [ + { + "exclusive_end": 60, + "slot": "date", + "start": 52 + }, + { + "exclusive_end": 37, + "slot": "event_name", + "start": 19 + }, + { + "exclusive_end": 47, + "slot": "venue", + "start": 41 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have a event for Amber Run Brooklyn in Warsaw for tomorrow." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time" + ], + "slot_values": { + "city": [ + "New York" + ], + "event_name": [ + "Amber Run Brooklyn" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What time does the event start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17:00" + ], + "slot": "time", + "values": [ + "5 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 29, + "slot": "time", + "start": 25 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "This event will start at 5 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Amber Run Brooklyn" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay, that sounds great to me, let's book the tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_of_tickets", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "How many tickets will you need for this event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Amber Run Brooklyn" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will need to buy 3 tickets please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Amber Run Brooklyn" + ], + "slot": "event_name", + "values": [ + "Amber Run Brooklyn" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 78, + "slot": "event_name", + "start": 60 + }, + { + "exclusive_end": 91, + "slot": "date", + "start": 83 + }, + { + "exclusive_end": 103, + "slot": "city", + "start": 95 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay can I get you to confirm, you would like 3 tickets for Amber Run Brooklyn for tomorrow in New York, correct?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Amber Run Brooklyn" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that sound about right to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "New York", + "date": "2019-03-02", + "event_name": "Amber Run Brooklyn", + "number_of_tickets": "3" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-02", + "event_name": "Amber Run Brooklyn", + "number_of_tickets": "3", + "time": "17:00", + "venue": "Warsaw", + "venue_address": "261 Driggs Avenue, Brooklyn" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Great! I have successfully reserved your tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "New York" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Amber Run Brooklyn" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can I have the address to the venue?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "261 Driggs Avenue, Brooklyn" + ], + "slot": "venue_address", + "values": [ + "261 Driggs Avenue, Brooklyn" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 46, + "slot": "venue_address", + "start": 19 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Yes the address is 261 Driggs Avenue, Brooklyn." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Amber Run Brooklyn" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great! thank you for the help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "My pleasure, will there be 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": { + "city": [ + "New York" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Amber Run Brooklyn" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that will be all for me thank you again." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You are very welcome and I hope you enjoy your event. Good Bye!" + } + ] + }, + { + "dialogue_id": "11_00013", + "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": "Search some events for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What city do you want?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "city", + "values": [ + "Los Angeles" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 42, + "slot": "city", + "start": 31 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Los Angeles" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Find me some events located in Los Angeles." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_type", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What genre of events do you like?" + }, + { + "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": [ + "Los Angeles" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like Music events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Bill Callahan" + ], + "slot": "event_name", + "values": [ + "Bill Callahan" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Lodge Room" + ], + "slot": "venue", + "values": [ + "Lodge Room" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Los Angeles", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "Country", + "city": "Los Angeles", + "date": "2019-03-14", + "event_name": "Bill Callahan", + "event_type": "Music", + "time": "19:30", + "venue": "Lodge Room", + "venue_address": "104 N. Ave 56, 2nd Floor" + }, + { + "category": "Pop", + "city": "Los Angeles", + "date": "2019-03-01", + "event_name": "Girl In Red", + "event_type": "Music", + "time": "19:00", + "venue": "The Teragram Ballroom", + "venue_address": "1234 West 7th Street" + }, + { + "category": "Rock", + "city": "Los Angeles", + "date": "2019-03-10", + "event_name": "Gloryhammer", + "event_type": "Music", + "time": "18:00", + "venue": "1720(tm)", + "venue_address": "1720 East 16th Street" + }, + { + "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-01", + "event_name": "Jordan Rakei", + "event_type": "Music", + "time": "17:00", + "venue": "Regent Theater DTLA", + "venue_address": "448 South Main Street" + }, + { + "category": "Electronica", + "city": "Los Angeles", + "date": "2019-03-05", + "event_name": "Kishi Bashi", + "event_type": "Music", + "time": "17:00", + "venue": "Masonic Lodge at Hollywood Forever", + "venue_address": "5970 Santa Monica Boulevard" + }, + { + "category": "Electronica", + "city": "Los Angeles", + "date": "2019-03-13", + "event_name": "Lights", + "event_type": "Music", + "time": "18:30", + "venue": "The Teragram Ballroom", + "venue_address": "1234 West 7th Street" + }, + { + "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": "Hip Hop", + "city": "Los Angeles", + "date": "2019-03-13", + "event_name": "Spose", + "event_type": "Music", + "time": "17:00", + "venue": "1720(tm)", + "venue_address": "1720 East 16th Street" + }, + { + "category": "Rock", + "city": "Los Angeles", + "date": "2019-03-05", + "event_name": "Starset", + "event_type": "Music", + "time": "19:00", + "venue": "Regent Theater DTLA", + "venue_address": "448 South Main Street" + } + ], + "slots": [ + { + "exclusive_end": 24, + "slot": "event_name", + "start": 11 + }, + { + "exclusive_end": 42, + "slot": "venue", + "start": 32 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "What about Bill Callahan at the Lodge Room?" + }, + { + "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": [ + "Los Angeles" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What genre is it and what is the venue's address?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "104 N. Ave 56, 2nd Floor" + ], + "slot": "venue_address", + "values": [ + "104 N. Ave 56, 2nd Floor" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Country" + ], + "slot": "category", + "values": [ + "Country" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 69, + "slot": "venue_address", + "start": 45 + }, + { + "exclusive_end": 17, + "slot": "category", + "start": 10 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "This is a Country event and their address is 104 N. Ave 56, 2nd Floor." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Los Angeles" + ], + "event_name": [ + "Bill Callahan" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That works for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want me 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": { + "city": [ + "Los Angeles" + ], + "event_name": [ + "Bill Callahan" + ], + "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": "Do you need anything more?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Los Angeles" + ], + "event_name": [ + "Bill Callahan" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Find me some dates for events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-08" + ], + "slot": "date", + "values": [ + "next Friday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Bill Callahan" + ], + "slot": "event_name", + "values": [ + "Bill Callahan" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Lodge Room" + ], + "slot": "venue", + "values": [ + "Lodge Room" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Los Angeles", + "event_name": "Bill Callahan" + } + }, + "service_results": [ + { + "city": "Los Angeles", + "date": "2019-03-08", + "event_name": "Bill Callahan", + "time": "19:00", + "venue": "Lodge Room", + "venue_address": "104 N. Ave 56, 2nd Floor" + }, + { + "city": "Los Angeles", + "date": "2019-03-10", + "event_name": "Bill Callahan", + "time": "18:30", + "venue": "Lodge Room", + "venue_address": "104 N. Ave 56, 2nd Floor" + }, + { + "city": "Los Angeles", + "date": "2019-03-14", + "event_name": "Bill Callahan", + "time": "19:30", + "venue": "Lodge Room", + "venue_address": "104 N. Ave 56, 2nd Floor" + } + ], + "slots": [ + { + "exclusive_end": 78, + "slot": "date", + "start": 67 + }, + { + "exclusive_end": 48, + "slot": "event_name", + "start": 35 + }, + { + "exclusive_end": 66, + "slot": "venue", + "start": 56 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event is on 3 days. What about Bill Callahan at the Lodge Room next Friday?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "Los Angeles" + ], + "event_name": [ + "Bill Callahan" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is their address?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "104 N. Ave 56, 2nd Floor" + ], + "slot": "venue_address", + "values": [ + "104 N. Ave 56, 2nd Floor" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 41, + "slot": "venue_address", + "start": 17 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Their address is 104 N. Ave 56, 2nd Floor." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Los Angeles" + ], + "date": [ + "next Friday" + ], + "event_name": [ + "Bill Callahan" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That works for me. Can you get me tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_of_tickets", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "How many tickets do you want?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Los Angeles" + ], + "date": [ + "next Friday" + ], + "event_name": [ + "Bill Callahan" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I only need 1 ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Bill Callahan" + ], + "slot": "event_name", + "values": [ + "Bill Callahan" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "date", + "values": [ + "next Friday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "city", + "values": [ + "Los Angeles" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 34, + "slot": "event_name", + "start": 21 + }, + { + "exclusive_end": 46, + "slot": "date", + "start": 35 + }, + { + "exclusive_end": 61, + "slot": "city", + "start": 50 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "You want 1 ticket to Bill Callahan next Friday in Los Angeles. Is that right?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Los Angeles" + ], + "date": [ + "next Friday" + ], + "event_name": [ + "Bill Callahan" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that is correct." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Los Angeles", + "date": "2019-03-08", + "event_name": "Bill Callahan", + "number_of_tickets": "1" + } + }, + "service_results": [ + { + "city": "Los Angeles", + "date": "2019-03-08", + "event_name": "Bill Callahan", + "number_of_tickets": "1", + "time": "19:00", + "venue": "Lodge Room", + "venue_address": "104 N. Ave 56, 2nd Floor" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket is confirmed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Los Angeles" + ], + "date": [ + "next Friday" + ], + "event_name": [ + "Bill Callahan" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks a lot. That is all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "11_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'm looking for events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What city are you looking for?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "the 3rd" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "city", + "values": [ + "Seattle, WA" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 33, + "slot": "date", + "start": 26 + }, + { + "exclusive_end": 48, + "slot": "city", + "start": 37 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle, WA" + ], + "date": [ + "the 3rd" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for events on the 3rd in Seattle, WA." + }, + { + "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 are you looking for? Music, sports, etc." + }, + { + "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" + ], + "date": [ + "the 3rd" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to find a match." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Huskies Vs Warriors" + ], + "slot": "event_name", + "values": [ + "Huskies Vs Warriors" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Husky Stadium" + ], + "slot": "venue", + "values": [ + "Husky Stadium" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "8" + ], + "slot": "count", + "values": [ + "8" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Seattle", + "date": "2019-03-03", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Basketball", + "city": "Seattle", + "date": "2019-03-03", + "event_name": "Huskies Vs Warriors", + "event_type": "Sports", + "time": "19:00", + "venue": "Husky Stadium", + "venue_address": "3800 Montlake Boulevard Northeast" + }, + { + "category": "Baseball", + "city": "Seattle", + "date": "2019-03-03", + "event_name": "Mariners Vs Blue Jays", + "event_type": "Sports", + "time": "17:00", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + }, + { + "category": "Baseball", + "city": "Seattle", + "date": "2019-03-03", + "event_name": "Mariners Vs Rangers", + "event_type": "Sports", + "time": "18:00", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + }, + { + "category": "Baseball", + "city": "Seattle", + "date": "2019-03-03", + "event_name": "Mariners Vs Rays", + "event_type": "Sports", + "time": "17:30", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + }, + { + "category": "Baseball", + "city": "Seattle", + "date": "2019-03-03", + "event_name": "Seattle Vs La Angels", + "event_type": "Sports", + "time": "19:00", + "venue": "T-Mobile Park", + "venue_address": "1250 1st Avenue South" + }, + { + "category": "Basketball", + "city": "Seattle", + "date": "2019-03-03", + "event_name": "Seattle Vs Minnesota", + "event_type": "Sports", + "time": "18:30", + "venue": "Alaska Airlines Arena", + "venue_address": "3870 Montlake Boulevard Northeast" + }, + { + "category": "Soccer", + "city": "Seattle", + "date": "2019-03-03", + "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-03", + "event_name": "Sounders Vs United", + "event_type": "Sports", + "time": "19:00", + "venue": "CenturyLink Field", + "venue_address": "800 Occidental Avenue South" + } + ], + "slots": [ + { + "exclusive_end": 80, + "slot": "event_name", + "start": 61 + }, + { + "exclusive_end": 97, + "slot": "venue", + "start": 84 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 8 events that match your request. One event is the Huskies Vs Warriors at Husky Stadium." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle, WA" + ], + "date": [ + "the 3rd" + ], + "event_name": [ + "Huskies Vs Warriors" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, 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 purchase tickets to the event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle, WA" + ], + "date": [ + "the 3rd" + ], + "event_name": [ + "Huskies Vs Warriors" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, not now. I might later." + }, + { + "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": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle, WA" + ], + "date": [ + "the 3rd" + ], + "event_name": [ + "Huskies Vs Warriors" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Huskies Vs Warriors" + ], + "slot": "event_name", + "values": [ + "Huskies Vs Warriors" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Husky Stadium" + ], + "slot": "venue", + "values": [ + "Husky Stadium" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Seattle", + "event_name": "Huskies Vs Warriors" + } + }, + "service_results": [ + { + "city": "Seattle", + "date": "2019-03-03", + "event_name": "Huskies Vs Warriors", + "time": "19:00", + "venue": "Husky Stadium", + "venue_address": "3800 Montlake Boulevard Northeast" + } + ], + "slots": [ + { + "exclusive_end": 38, + "slot": "date", + "start": 20 + }, + { + "exclusive_end": 63, + "slot": "event_name", + "start": 44 + }, + { + "exclusive_end": 80, + "slot": "venue", + "start": 67 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 event the day after tomorrow. The Huskies Vs Warriors at Husky Stadium." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle, WA" + ], + "date": [ + "day after tomorrow", + "the 3rd" + ], + "event_name": [ + "Huskies Vs Warriors" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds great. Buy tickets, please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_of_tickets", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "How many tickets do you want to buy?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle, WA" + ], + "date": [ + "day after tomorrow", + "the 3rd" + ], + "event_name": [ + "Huskies Vs Warriors" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to buy 4 tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Huskies Vs Warriors" + ], + "slot": "event_name", + "values": [ + "Huskies Vs Warriors" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Seattle" + ], + "slot": "city", + "values": [ + "Seattle" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 53, + "slot": "event_name", + "start": 34 + }, + { + "exclusive_end": 87, + "slot": "date", + "start": 69 + }, + { + "exclusive_end": 64, + "slot": "city", + "start": 57 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: 4 tickets for the Huskies Vs Warriors in Seattle the day after tomorrow." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle", + "Seattle, WA" + ], + "date": [ + "day after tomorrow", + "the 3rd" + ], + "event_name": [ + "Huskies Vs Warriors" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, sounds great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Seattle", + "date": "2019-03-03", + "event_name": "Huskies Vs Warriors", + "number_of_tickets": "4" + } + }, + "service_results": [ + { + "city": "Seattle", + "date": "2019-03-03", + "event_name": "Huskies Vs Warriors", + "number_of_tickets": "4", + "time": "19:00", + "venue": "Husky Stadium", + "venue_address": "3800 Montlake Boulevard Northeast" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your reservation was booked successfully." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "Seattle", + "Seattle, WA" + ], + "date": [ + "day after tomorrow", + "the 3rd" + ], + "event_name": [ + "Huskies Vs Warriors" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where is the venue and what time does it start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "19:00" + ], + "slot": "time", + "values": [ + "7 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "3800 Montlake Boulevard Northeast" + ], + "slot": "venue_address", + "values": [ + "3800 Montlake Boulevard Northeast" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 24, + "slot": "time", + "start": 20 + }, + { + "exclusive_end": 77, + "slot": "venue_address", + "start": 44 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The match starts at 7 pm and takes place at 3800 Montlake Boulevard Northeast." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle", + "Seattle, WA" + ], + "date": [ + "day after tomorrow", + "the 3rd" + ], + "event_name": [ + "Huskies Vs Warriors" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks so much." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "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": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "Seattle", + "Seattle, WA" + ], + "date": [ + "day after tomorrow", + "the 3rd" + ], + "event_name": [ + "Huskies Vs Warriors" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that's all. Thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "11_00015", + "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 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": "Do you have a city I should search in? Is there a type of event that you prefer? You could say music or sports or something else." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "event_type", + "values": [ + "Sports" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "NY" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 36, + "slot": "city", + "start": 34 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "NY" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am looking for sports events in NY." + }, + { + "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": 91, + "slot": "venue", + "start": 81 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 10 events which should suit your taste. What about the Mets Vs Braves in Citi 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": { + "city": [ + "NY" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where is the venue located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "123-01 Roosevelt Avenue" + ], + "slot": "venue_address", + "values": [ + "123-01 Roosevelt Avenue" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 38, + "slot": "venue_address", + "start": 15 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The address is 123-01 Roosevelt Avenue." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "NY" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Would you find searching for other events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Mets Vs Cubs" + ], + "slot": "event_name", + "values": [ + "Mets Vs Cubs" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Citi Field" + ], + "slot": "venue", + "values": [ + "Citi Field" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 23, + "slot": "event_name", + "start": 11 + }, + { + "exclusive_end": 37, + "slot": "venue", + "start": 27 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "What about Mets Vs Cubs at Citi Field?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "the 2nd" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 69, + "slot": "date", + "start": 62 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "NY" + ], + "date": [ + "the 2nd" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Would you mind looking for other events? Search for events on the 2nd." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Mets Vs Dodgers" + ], + "slot": "event_name", + "values": [ + "Mets Vs Dodgers" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Citi Field" + ], + "slot": "venue", + "values": [ + "Citi Field" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "6" + ], + "slot": "count", + "values": [ + "6" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "New York", + "date": "2019-03-02", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Baseball", + "city": "New York", + "date": "2019-03-02", + "event_name": "Mets Vs Dodgers", + "event_type": "Sports", + "time": "19:00", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + }, + { + "category": "Baseball", + "city": "New York", + "date": "2019-03-02", + "event_name": "Mets Vs Rockies", + "event_type": "Sports", + "time": "17:30", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + }, + { + "category": "Baseball", + "city": "New York", + "date": "2019-03-02", + "event_name": "Nycfc Vs Sporting Kc", + "event_type": "Sports", + "time": "19:30", + "venue": "Yankee Stadium", + "venue_address": "1 East 161 Street" + }, + { + "category": "Baseball", + "city": "New York", + "date": "2019-03-02", + "event_name": "Yankees Vs Diamondbacks", + "event_type": "Sports", + "time": "17:00", + "venue": "Yankee Stadium", + "venue_address": "1 East 161 Street" + }, + { + "category": "Baseball", + "city": "New York", + "date": "2019-03-02", + "event_name": "Yankees Vs Indians", + "event_type": "Sports", + "time": "17:30", + "venue": "Yankee Stadium", + "venue_address": "1 East 161 Street" + }, + { + "category": "Baseball", + "city": "New York", + "date": "2019-03-02", + "event_name": "Yankees Vs Rangers", + "event_type": "Sports", + "time": "17:30", + "venue": "Yankee Stadium", + "venue_address": "1 East 161 Street" + } + ], + "slots": [ + { + "exclusive_end": 66, + "slot": "event_name", + "start": 51 + }, + { + "exclusive_end": 84, + "slot": "venue", + "start": 74 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have 6 events that should suit you. There is one Mets Vs Dodgers one at Citi Field." + }, + { + "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": [ + "NY" + ], + "date": [ + "the 2nd" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does the event start and what kind of category of event is it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "19:00" + ], + "slot": "time", + "values": [ + "7 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Baseball" + ], + "slot": "category", + "values": [ + "Baseball" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 24, + "slot": "time", + "start": 20 + }, + { + "exclusive_end": 44, + "slot": "category", + "start": 36 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event starts at 7 pm and it's a Baseball event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "NY" + ], + "date": [ + "the 2nd" + ], + "event_name": [ + "Mets Vs Dodgers" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "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": "Do you wish to purchase tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "NY" + ], + "date": [ + "the 2nd" + ], + "event_name": [ + "Mets Vs Dodgers" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Not at the moment. Can you find me event dates?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Mets Vs Dodgers" + ], + "slot": "event_name", + "values": [ + "Mets Vs Dodgers" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Citi Field" + ], + "slot": "venue", + "values": [ + "Citi Field" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "New York", + "event_name": "Mets Vs Dodgers" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-02", + "event_name": "Mets Vs Dodgers", + "time": "19:00", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + } + ], + "slots": [ + { + "exclusive_end": 55, + "slot": "date", + "start": 47 + }, + { + "exclusive_end": 26, + "slot": "event_name", + "start": 11 + }, + { + "exclusive_end": 46, + "slot": "venue", + "start": 36 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a Mets Vs Dodgers event at Citi Field tomorrow." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "NY" + ], + "date": [ + "the 2nd", + "tomorrow" + ], + "event_name": [ + "Mets Vs Dodgers" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Wht is the address and what time does it start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "123-01 Roosevelt Avenue" + ], + "slot": "venue_address", + "values": [ + "123-01 Roosevelt Avenue" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "19:00" + ], + "slot": "time", + "values": [ + "7 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 59, + "slot": "venue_address", + "start": 36 + }, + { + "exclusive_end": 17, + "slot": "time", + "start": 13 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It starts at 7 pm and is located at 123-01 Roosevelt Avenue." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "NY" + ], + "date": [ + "the 2nd", + "tomorrow" + ], + "event_name": [ + "Mets Vs Dodgers" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Tht sounds good, and I would like to purchase tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_of_tickets", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "How many tickets do I need to purchse?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "NY" + ], + "date": [ + "the 2nd", + "tomorrow" + ], + "event_name": [ + "Mets Vs Dodgers" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need three tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Mets Vs Dodgers" + ], + "slot": "event_name", + "values": [ + "Mets Vs Dodgers" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 54, + "slot": "event_name", + "start": 39 + }, + { + "exclusive_end": 92, + "slot": "date", + "start": 84 + }, + { + "exclusive_end": 131, + "slot": "city", + "start": 123 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm that you will go to the Mets Vs Dodgers event and need 3 tickets for tomorrow. The event will take place in New York." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "NY", + "New York" + ], + "date": [ + "the 2nd", + "tomorrow" + ], + "event_name": [ + "Mets Vs Dodgers" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, make it one ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Mets Vs Dodgers" + ], + "slot": "event_name", + "values": [ + "Mets Vs Dodgers" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 39, + "slot": "event_name", + "start": 24 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "So you want 1 ticket to Mets Vs Dodgers?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "NY", + "New York" + ], + "date": [ + "the 2nd", + "tomorrow" + ], + "event_name": [ + "Mets Vs Dodgers" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that is right." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "New York", + "date": "2019-03-02", + "event_name": "Mets Vs Dodgers", + "number_of_tickets": "1" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-02", + "event_name": "Mets Vs Dodgers", + "number_of_tickets": "1", + "time": "19:00", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I made your reservation." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "NY", + "New York" + ], + "date": [ + "the 2nd", + "tomorrow" + ], + "event_name": [ + "Mets Vs Dodgers" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you for helping me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would I be able to assist with something 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": { + "city": [ + "NY", + "New York" + ], + "date": [ + "the 2nd", + "tomorrow" + ], + "event_name": [ + "Mets Vs Dodgers" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, but thank you for helping." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a fantastic day." + } + ] + }, + { + "dialogue_id": "11_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": "I need to search for events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_type", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What kind of events do you like?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "city", + "values": [ + "Atlanta, GA" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "event_type", + "values": [ + "Sports" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 46, + "slot": "city", + "start": 35 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Atlanta, GA" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "A would like to look for events in Atlanta, GA, something like Match." + }, + { + "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": 84, + "slot": "event_name", + "start": 63 + }, + { + "exclusive_end": 109, + "slot": "venue", + "start": 88 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay. I have found 10 events that you might like. One of it is Falcons Vs Buccaneers at Mercedes-Benz Stadium." + }, + { + "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": [ + "Atlanta, GA" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Pardon me but what is the category of this event and when will it start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Football" + ], + "slot": "category", + "values": [ + "Football" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "18:00" + ], + "slot": "time", + "values": [ + "6 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 18, + "slot": "category", + "start": 10 + }, + { + "exclusive_end": 44, + "slot": "time", + "start": 40 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "This is a Football match that starts at 6 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "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": "Okay, that sounds good!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want me to 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": { + "city": [ + "Atlanta, GA" + ], + "event_name": [ + "Falcons Vs Buccaneers" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Let me think about that for a while." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you need help with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Atlanta, GA" + ], + "event_name": [ + "Falcons Vs Buccaneers" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would also like to find dates for events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "next Wednesday" + ] + }, + { + "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": "GetEventDates", + "parameters": { + "city": "Atlanta", + "event_name": "Falcons Vs Buccaneers" + } + }, + "service_results": [ + { + "city": "Atlanta", + "date": "2019-03-06", + "event_name": "Falcons Vs Buccaneers", + "time": "19:00", + "venue": "Mercedes-Benz Stadium", + "venue_address": "1 AMB Drive Northwest" + }, + { + "city": "Atlanta", + "date": "2019-03-08", + "event_name": "Falcons Vs Buccaneers", + "time": "19:30", + "venue": "Mercedes-Benz Stadium", + "venue_address": "1 AMB Drive Northwest" + }, + { + "city": "Atlanta", + "date": "2019-03-10", + "event_name": "Falcons Vs Buccaneers", + "time": "17:00", + "venue": "Mercedes-Benz Stadium", + "venue_address": "1 AMB Drive Northwest" + }, + { + "city": "Atlanta", + "date": "2019-03-11", + "event_name": "Falcons Vs Buccaneers", + "time": "18:00", + "venue": "Mercedes-Benz Stadium", + "venue_address": "1 AMB Drive Northwest" + }, + { + "city": "Atlanta", + "date": "2019-03-12", + "event_name": "Falcons Vs Buccaneers", + "time": "18:00", + "venue": "Mercedes-Benz Stadium", + "venue_address": "1 AMB Drive Northwest" + }, + { + "city": "Atlanta", + "date": "2019-03-14", + "event_name": "Falcons Vs Buccaneers", + "time": "19:00", + "venue": "Mercedes-Benz Stadium", + "venue_address": "1 AMB Drive Northwest" + } + ], + "slots": [ + { + "exclusive_end": 86, + "slot": "date", + "start": 72 + }, + { + "exclusive_end": 40, + "slot": "event_name", + "start": 19 + }, + { + "exclusive_end": 65, + "slot": "venue", + "start": 44 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The football match Falcons Vs Buccaneers at Mercedes-Benz Stadium os on next Wednesday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Atlanta, GA" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Falcons Vs Buccaneers" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Alright, please buy me four tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Falcons Vs Buccaneers" + ], + "slot": "event_name", + "values": [ + "Falcons Vs Buccaneers" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Atlanta" + ], + "slot": "city", + "values": [ + "Atlanta" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 75, + "slot": "event_name", + "start": 54 + }, + { + "exclusive_end": 118, + "slot": "date", + "start": 104 + }, + { + "exclusive_end": 86, + "slot": "city", + "start": 79 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please do confirm the following details: the event is Falcons Vs Buccaneers in Atlanta that will happen next Wednesday. I will buy 4 tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Atlanta", + "Atlanta, GA" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Falcons Vs Buccaneers" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Ye, that's right!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Atlanta", + "date": "2019-03-06", + "event_name": "Falcons Vs Buccaneers", + "number_of_tickets": "4" + } + }, + "service_results": [ + { + "city": "Atlanta", + "date": "2019-03-06", + "event_name": "Falcons Vs Buccaneers", + "number_of_tickets": "4", + "time": "19:00", + "venue": "Mercedes-Benz Stadium", + "venue_address": "1 AMB Drive Northwest" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Booking has been made." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Atlanta", + "Atlanta, GA" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Falcons Vs Buccaneers" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you so much!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you need further assistance?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "Atlanta", + "Atlanta, GA" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Falcons Vs Buccaneers" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thank you!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "11_00017", + "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 look for 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 event would you like me to search for? I can search for Music or Sports, or many other types of events. What is the city where you would like me to search?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Soccer" + ], + "slot": "category", + "values": [ + "Soccer" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Sacramento" + ], + "slot": "city", + "values": [ + "Sacramento, CA" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "event_type", + "values": [ + "Sports" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 75, + "slot": "category", + "start": 69 + }, + { + "exclusive_end": 50, + "slot": "city", + "start": 36 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Soccer" + ], + "city": [ + "Sacramento, CA" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to look for Sports events in Sacramento, CA. I would prefer a Soccer game." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Republic Vs Toros" + ], + "slot": "event_name", + "values": [ + "Republic Vs Toros" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Papa Murphy's Park" + ], + "slot": "venue", + "values": [ + "Papa Murphy's Park" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Soccer", + "city": "Sacramento", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Soccer", + "city": "Sacramento", + "date": "2019-03-13", + "event_name": "Republic Vs Toros", + "event_type": "Sports", + "time": "17:30", + "venue": "Papa Murphy's Park", + "venue_address": "1600 Exposition Boulevard" + } + ], + "slots": [ + { + "exclusive_end": 41, + "slot": "event_name", + "start": 24 + }, + { + "exclusive_end": 75, + "slot": "venue", + "start": 57 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 soccer event. Republic Vs Toros is occuring at Papa Murphy's Park." + }, + { + "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": [ + "Sacramento, CA" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What time is the game?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17:30" + ], + "slot": "time", + "values": [ + "5:30 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 26, + "slot": "time", + "start": 19 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The game begins at 5:30 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": [ + "Soccer" + ], + "city": [ + "Sacramento, CA" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where is the game?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1600 Exposition Boulevard" + ], + "slot": "venue_address", + "values": [ + "1600 Exposition Boulevard" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 82, + "slot": "venue_address", + "start": 57 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event is scheduled at Papa Murphy's Park, located at 1600 Exposition Boulevard." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "category": [ + "Soccer" + ], + "city": [ + "Sacramento, CA" + ], + "event_name": [ + "Republic Vs Toros" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay. What dates are available?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Republic Vs Toros" + ], + "slot": "event_name", + "values": [ + "Republic Vs Toros" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Papa Murphy's Park" + ], + "slot": "venue", + "values": [ + "Papa Murphy's Park" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "5" + ], + "slot": "count", + "values": [ + "5" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Sacramento", + "event_name": "Republic Vs Toros" + } + }, + "service_results": [ + { + "city": "Sacramento", + "date": "2019-03-01", + "event_name": "Republic Vs Toros", + "time": "17:30", + "venue": "Papa Murphy's Park", + "venue_address": "1600 Exposition Boulevard" + }, + { + "city": "Sacramento", + "date": "2019-03-02", + "event_name": "Republic Vs Toros", + "time": "18:30", + "venue": "Papa Murphy's Park", + "venue_address": "1600 Exposition Boulevard" + }, + { + "city": "Sacramento", + "date": "2019-03-07", + "event_name": "Republic Vs Toros", + "time": "17:00", + "venue": "Papa Murphy's Park", + "venue_address": "1600 Exposition Boulevard" + }, + { + "city": "Sacramento", + "date": "2019-03-11", + "event_name": "Republic Vs Toros", + "time": "19:30", + "venue": "Papa Murphy's Park", + "venue_address": "1600 Exposition Boulevard" + }, + { + "city": "Sacramento", + "date": "2019-03-13", + "event_name": "Republic Vs Toros", + "time": "17:30", + "venue": "Papa Murphy's Park", + "venue_address": "1600 Exposition Boulevard" + } + ], + "slots": [ + { + "exclusive_end": 67, + "slot": "date", + "start": 62 + }, + { + "exclusive_end": 55, + "slot": "event_name", + "start": 38 + }, + { + "exclusive_end": 89, + "slot": "venue", + "start": 71 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 5 of these events. There is a Republic Vs Toros event today at Papa Murphy's Park." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "category": [ + "Soccer" + ], + "city": [ + "Sacramento, CA" + ], + "date": [ + "today" + ], + "event_name": [ + "Republic Vs Toros" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay. How do I get tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_of_tickets", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "How many tickets do you want to purchase?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "category": [ + "Soccer" + ], + "city": [ + "Sacramento, CA" + ], + "date": [ + "today" + ], + "event_name": [ + "Republic Vs Toros" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Purchase 4 please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Republic Vs Toros" + ], + "slot": "event_name", + "values": [ + "Republic Vs Toros" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Sacramento" + ], + "slot": "city", + "values": [ + "Sacramento" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 66, + "slot": "event_name", + "start": 49 + }, + { + "exclusive_end": 78, + "slot": "date", + "start": 73 + }, + { + "exclusive_end": 92, + "slot": "city", + "start": 82 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay. Just to confirm, you want 4 tickets to the Republic Vs Toros event today in Sacramento. Is that correct?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "category": [ + "Soccer" + ], + "city": [ + "Sacramento", + "Sacramento, CA" + ], + "date": [ + "today" + ], + "event_name": [ + "Republic Vs Toros" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's correct." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Sacramento", + "date": "2019-03-01", + "event_name": "Republic Vs Toros", + "number_of_tickets": "4" + } + }, + "service_results": [ + { + "city": "Sacramento", + "date": "2019-03-01", + "event_name": "Republic Vs Toros", + "number_of_tickets": "4", + "time": "17:30", + "venue": "Papa Murphy's Park", + "venue_address": "1600 Exposition Boulevard" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I have made a reservation for you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "category": [ + "Soccer" + ], + "city": [ + "Sacramento", + "Sacramento, CA" + ], + "date": [ + "today" + ], + "event_name": [ + "Republic Vs Toros" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks. That's it for now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice time!" + } + ] + }, + { + "dialogue_id": "11_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 have time off work soon and want to look for 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": "Okay, let's try to narrow it down a bit. Can you tell me what city you would like the events to take place in and the type of event you would like to attend. You can say things like Music, Sports, or any other category of events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "event_type", + "values": [ + "Sports" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "date", + "values": [ + "13th of March" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Stanford" + ], + "slot": "city", + "values": [ + "Stanford" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 55, + "slot": "date", + "start": 42 + }, + { + "exclusive_end": 67, + "slot": "city", + "start": 59 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Stanford" + ], + "date": [ + "13th of March" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am looking for a Match to attend on the 13th of March in Stanford." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Cardinal Vs Wildcats" + ], + "slot": "event_name", + "values": [ + "Cardinal Vs Wildcats" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Stanford Stadium" + ], + "slot": "venue", + "values": [ + "Stanford Stadium" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Stanford", + "date": "2019-03-13", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Football", + "city": "Stanford", + "date": "2019-03-13", + "event_name": "Cardinal Vs Wildcats", + "event_type": "Sports", + "time": "19:30", + "venue": "Stanford Stadium", + "venue_address": "625 Nelson Road" + } + ], + "slots": [ + { + "exclusive_end": 51, + "slot": "event_name", + "start": 31 + }, + { + "exclusive_end": 71, + "slot": "venue", + "start": 55 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Great, I've found a match with Cardinal Vs Wildcats at Stanford Stadium." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Football" + ], + "slot": "category", + "values": [ + "Football" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "date", + "values": [ + "14th of this month" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 26, + "slot": "category", + "start": 18 + }, + { + "exclusive_end": 57, + "slot": "date", + "start": 39 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Football" + ], + "city": [ + "Stanford" + ], + "date": [ + "14th of this month" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find me a Football even on the 14th of this month?" + }, + { + "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": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Football", + "city": "Stanford", + "date": "2019-03-14", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Football", + "city": "Stanford", + "date": "2019-03-14", + "event_name": "Cardinal Vs Ducks", + "event_type": "Sports", + "time": "18:30", + "venue": "Stanford Stadium", + "venue_address": "625 Nelson Road" + } + ], + "slots": [ + { + "exclusive_end": 87, + "slot": "event_name", + "start": 70 + }, + { + "exclusive_end": 127, + "slot": "venue", + "start": 111 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is 1 game which sounds like what you're looking for between the Cardinal Vs Ducks and it is also held at Stanford Stadium." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "category": [ + "Football" + ], + "city": [ + "Stanford" + ], + "date": [ + "14th of this month" + ], + "event_name": [ + "Cardinal Vs Ducks" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great! What are the dates for that event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-14" + ], + "slot": "date", + "values": [ + "March 14th" + ] + }, + { + "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" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Stanford", + "event_name": "Cardinal Vs Ducks" + } + }, + "service_results": [ + { + "city": "Stanford", + "date": "2019-03-14", + "event_name": "Cardinal Vs Ducks", + "time": "18:30", + "venue": "Stanford Stadium", + "venue_address": "625 Nelson Road" + } + ], + "slots": [ + { + "exclusive_end": 58, + "slot": "date", + "start": 48 + }, + { + "exclusive_end": 31, + "slot": "event_name", + "start": 14 + }, + { + "exclusive_end": 78, + "slot": "venue", + "start": 62 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The game with Cardinal Vs Ducks will be held on March 14th at Stanford Stadium." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time" + ], + "slot_values": { + "category": [ + "Football" + ], + "city": [ + "Stanford" + ], + "date": [ + "14th of this month", + "March 14th" + ], + "event_name": [ + "Cardinal Vs Ducks" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What time does the game start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "18:30" + ], + "slot": "time", + "values": [ + "6:30 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 26, + "slot": "time", + "start": 19 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The game starts at 6:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "category": [ + "Football" + ], + "city": [ + "Stanford" + ], + "date": [ + "14th of this month", + "March 14th" + ], + "event_name": [ + "Cardinal Vs Ducks" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's exactly what I'm looking for. I would like tickets for that game." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_of_tickets", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "How many tickets would you like me to order for you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "category": [ + "Football" + ], + "city": [ + "Stanford" + ], + "date": [ + "14th of this month", + "March 14th" + ], + "event_name": [ + "Cardinal Vs Ducks" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will need a total of 3 tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Cardinal Vs Ducks" + ], + "slot": "event_name", + "values": [ + "Cardinal Vs Ducks" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "date", + "values": [ + "March 14th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Stanford" + ], + "slot": "city", + "values": [ + "Stanford" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 47, + "slot": "event_name", + "start": 30 + }, + { + "exclusive_end": 66, + "slot": "date", + "start": 56 + }, + { + "exclusive_end": 78, + "slot": "city", + "start": 70 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "So you need 3 tickets for the Cardinal Vs Ducks game on March 14th in Stanford. Does that sound right?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "category": [ + "Football" + ], + "city": [ + "Stanford" + ], + "date": [ + "14th of this month", + "March 14th" + ], + "event_name": [ + "Cardinal Vs Ducks" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I'm sorry, I want 2 tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "date", + "values": [ + "March 14th" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 53, + "slot": "date", + "start": 43 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, now I have 2 tickets for the game on March 14th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "category": [ + "Football" + ], + "city": [ + "Stanford" + ], + "date": [ + "14th of this month", + "March 14th" + ], + "event_name": [ + "Cardinal Vs Ducks" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that is correct." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Stanford", + "date": "2019-03-14", + "event_name": "Cardinal Vs Ducks", + "number_of_tickets": "2" + } + }, + "service_results": [ + { + "city": "Stanford", + "date": "2019-03-14", + "event_name": "Cardinal Vs Ducks", + "number_of_tickets": "2", + "time": "18:30", + "venue": "Stanford Stadium", + "venue_address": "625 Nelson Road" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I have successfully reserved your tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "category": [ + "Football" + ], + "city": [ + "Stanford" + ], + "date": [ + "14th of this month", + "March 14th" + ], + "event_name": [ + "Cardinal Vs Ducks" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you for all of your help, that will be all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day." + } + ] + }, + { + "dialogue_id": "11_00019", + "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 search for 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 have a type of event or city you prefer? You can search for Music, Sports, or anything else." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "NY" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "event_type", + "values": [ + "Music" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 25, + "slot": "city", + "start": 23 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "NY" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want music events in NY." + }, + { + "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": 53, + "slot": "venue", + "start": 47 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 10 music events in NY. One event is in Warsaw and is called Amber Run Brooklyn." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "NY" + ], + "event_name": [ + "Amber Run Brooklyn" + ], + "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": "Do you want to buy tickets for this event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "NY" + ], + "event_name": [ + "Amber Run Brooklyn" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Maybe later, I'm more interested in finding dates for events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "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": "GetEventDates", + "parameters": { + "city": "New York", + "event_name": "Amber Run Brooklyn" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-02", + "event_name": "Amber Run Brooklyn", + "time": "17:00", + "venue": "Warsaw", + "venue_address": "261 Driggs Avenue, Brooklyn" + }, + { + "city": "New York", + "date": "2019-03-04", + "event_name": "Amber Run Brooklyn", + "time": "17:00", + "venue": "Warsaw", + "venue_address": "261 Driggs Avenue, Brooklyn" + }, + { + "city": "New York", + "date": "2019-03-05", + "event_name": "Amber Run Brooklyn", + "time": "19:30", + "venue": "Warsaw", + "venue_address": "261 Driggs Avenue, Brooklyn" + }, + { + "city": "New York", + "date": "2019-03-08", + "event_name": "Amber Run Brooklyn", + "time": "17:00", + "venue": "Warsaw", + "venue_address": "261 Driggs Avenue, Brooklyn" + }, + { + "city": "New York", + "date": "2019-03-11", + "event_name": "Amber Run Brooklyn", + "time": "19:30", + "venue": "Warsaw", + "venue_address": "261 Driggs Avenue, Brooklyn" + }, + { + "city": "New York", + "date": "2019-03-14", + "event_name": "Amber Run Brooklyn", + "time": "19:00", + "venue": "Warsaw", + "venue_address": "261 Driggs Avenue, Brooklyn" + } + ], + "slots": [ + { + "exclusive_end": 22, + "slot": "date", + "start": 14 + }, + { + "exclusive_end": 65, + "slot": "event_name", + "start": 47 + }, + { + "exclusive_end": 32, + "slot": "venue", + "start": 26 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "This event is tomorrow at Warsaw and is called Amber Run Brooklyn." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "NY" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Amber Run Brooklyn" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good, I want three tickets to the event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Amber Run Brooklyn" + ], + "slot": "event_name", + "values": [ + "Amber Run Brooklyn" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 112, + "slot": "event_name", + "start": 94 + }, + { + "exclusive_end": 60, + "slot": "date", + "start": 52 + }, + { + "exclusive_end": 79, + "slot": "city", + "start": 71 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Can you confirm the details? You want 3 tickets for tomorrow's show in New York that's called Amber Run Brooklyn." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "NY", + "New York" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Amber Run Brooklyn" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yeah, that's good. What's the address for the venue, and when does the event start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17:00" + ], + "slot": "time", + "values": [ + "5 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "261 Driggs Avenue, Brooklyn" + ], + "slot": "venue_address", + "values": [ + "261 Driggs Avenue, Brooklyn" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "New York", + "date": "2019-03-02", + "event_name": "Amber Run Brooklyn", + "number_of_tickets": "3" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-02", + "event_name": "Amber Run Brooklyn", + "number_of_tickets": "3", + "time": "17:00", + "venue": "Warsaw", + "venue_address": "261 Driggs Avenue, Brooklyn" + } + ], + "slots": [ + { + "exclusive_end": 63, + "slot": "time", + "start": 59 + }, + { + "exclusive_end": 43, + "slot": "venue_address", + "start": 16 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event is at 261 Driggs Avenue, Brooklyn, and starts at 5 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "NY", + "New York" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Amber Run Brooklyn" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's for your help. That's all I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "11_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 am new to this city. Where can I find a list of events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_type", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "In which city should I look, and what types of activities should I look for?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Berkeley" + ], + "slot": "city", + "values": [ + "Berkeley" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "event_type", + "values": [ + "Music" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 56, + "slot": "city", + "start": 48 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Berkeley" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am looking for a concert list for the city of Berkeley." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Berkeley World Music Festival" + ], + "slot": "event_name", + "values": [ + "Berkeley World Music Festival" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2500 Durant Ave" + ], + "slot": "venue", + "values": [ + "2500 Durant Ave" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "7" + ], + "slot": "count", + "values": [ + "7" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Berkeley", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "International", + "city": "Berkeley", + "date": "2019-03-12", + "event_name": "Berkeley World Music Festival", + "event_type": "Music", + "time": "18:30", + "venue": "2500 Durant Ave", + "venue_address": "2500 Durant Avenue" + }, + { + "category": "Hip Hop", + "city": "Berkeley", + "date": "2019-03-11", + "event_name": "Chris Webby", + "event_type": "Music", + "time": "19:30", + "venue": "Cornerstone Craft Beer & Live Music", + "venue_address": "2367 Shattuck Avenue" + }, + { + "category": "Rock", + "city": "Berkeley", + "date": "2019-03-14", + "event_name": "Fidlar", + "event_type": "Music", + "time": "19:30", + "venue": "Cornerstone Craft Beer & Live Music", + "venue_address": "2367 Shattuck Avenue" + }, + { + "category": "Christian", + "city": "Berkeley", + "date": "2019-03-08", + "event_name": "Jonathan Mcreynolds", + "event_type": "Music", + "time": "19:30", + "venue": "Cornerstone Craft Beer & Live Music", + "venue_address": "2367 Shattuck Avenue" + }, + { + "category": "Blues", + "city": "Berkeley", + "date": "2019-03-01", + "event_name": "Nattali Rize", + "event_type": "Music", + "time": "18:30", + "venue": "Cornerstone Craft Beer & Live Music", + "venue_address": "2367 Shattuck Avenue" + }, + { + "category": "Electronica", + "city": "Berkeley", + "date": "2019-03-12", + "event_name": "Phutureprimitive", + "event_type": "Music", + "time": "19:00", + "venue": "Cornerstone Craft Beer & Live Music", + "venue_address": "2367 Shattuck Avenue" + }, + { + "category": "International", + "city": "Berkeley", + "date": "2019-03-01", + "event_name": "The Original Wailers", + "event_type": "Music", + "time": "17:30", + "venue": "Cornerstone Craft Beer & Live Music", + "venue_address": "2367 Shattuck Avenue" + } + ], + "slots": [ + { + "exclusive_end": 112, + "slot": "event_name", + "start": 83 + }, + { + "exclusive_end": 131, + "slot": "venue", + "start": 116 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 7 musical events being held soon. The one you might like the most is the Berkeley World Music Festival at 2500 Durant Ave." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Berkeley" + ], + "event_name": [ + "Berkeley World Music Festival" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds like what I'm looking for." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want to attend the concert? You will need to buy tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Berkeley" + ], + "event_name": [ + "Berkeley World Music Festival" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Not now. I want to find the dates of other events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Berkeley World Music Festival" + ], + "slot": "event_name", + "values": [ + "Berkeley World Music Festival" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2500 Durant Ave" + ], + "slot": "venue", + "values": [ + "2500 Durant Ave" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Berkeley", + "event_name": "Berkeley World Music Festival" + } + }, + "service_results": [ + { + "city": "Berkeley", + "date": "2019-03-01", + "event_name": "Berkeley World Music Festival", + "time": "19:30", + "venue": "2500 Durant Ave", + "venue_address": "2500 Durant Avenue" + }, + { + "city": "Berkeley", + "date": "2019-03-07", + "event_name": "Berkeley World Music Festival", + "time": "18:00", + "venue": "2500 Durant Ave", + "venue_address": "2500 Durant Avenue" + }, + { + "city": "Berkeley", + "date": "2019-03-11", + "event_name": "Berkeley World Music Festival", + "time": "18:00", + "venue": "2500 Durant Ave", + "venue_address": "2500 Durant Avenue" + }, + { + "city": "Berkeley", + "date": "2019-03-12", + "event_name": "Berkeley World Music Festival", + "time": "18:30", + "venue": "2500 Durant Ave", + "venue_address": "2500 Durant Avenue" + } + ], + "slots": [ + { + "exclusive_end": 71, + "slot": "date", + "start": 66 + }, + { + "exclusive_end": 112, + "slot": "event_name", + "start": 83 + }, + { + "exclusive_end": 131, + "slot": "venue", + "start": 116 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It took me 4 days to find an event you would like. It takes place today and is the Berkeley World Music Festival at 2500 Durant Ave." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Berkeley" + ], + "date": [ + "today" + ], + "event_name": [ + "Berkeley World Music Festival" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am interested in buying 2 tickets for the music festival." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Berkeley World Music Festival" + ], + "slot": "event_name", + "values": [ + "Berkeley World Music Festival" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Berkeley" + ], + "slot": "city", + "values": [ + "Berkeley" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 74, + "slot": "event_name", + "start": 45 + }, + { + "exclusive_end": 80, + "slot": "date", + "start": 75 + }, + { + "exclusive_end": 92, + "slot": "city", + "start": 84 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Let me make sure--you want 2 tickets for the Berkeley World Music Festival today in Berkeley." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "Berkeley" + ], + "date": [ + "today" + ], + "event_name": [ + "Berkeley World Music Festival" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that's right. Where is the concert being held?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2500 Durant Avenue" + ], + "slot": "venue_address", + "values": [ + "2500 Durant Avenue" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Berkeley", + "date": "2019-03-01", + "event_name": "Berkeley World Music Festival", + "number_of_tickets": "2" + } + }, + "service_results": [ + { + "city": "Berkeley", + "date": "2019-03-01", + "event_name": "Berkeley World Music Festival", + "number_of_tickets": "2", + "time": "19:30", + "venue": "2500 Durant Ave", + "venue_address": "2500 Durant Avenue" + } + ], + "slots": [ + { + "exclusive_end": 41, + "slot": "venue_address", + "start": 23 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The concert will be at 2500 Durant Avenue, and your reservation has been made." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "time" + ], + "slot_values": { + "city": [ + "Berkeley" + ], + "date": [ + "today" + ], + "event_name": [ + "Berkeley World Music Festival" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "At what time does the music festival begin?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "19:30" + ], + "slot": "time", + "values": [ + "7:30 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 36, + "slot": "time", + "start": 29 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The music festival starts at 7:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Berkeley" + ], + "date": [ + "today" + ], + "event_name": [ + "Berkeley World Music Festival" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you for your assistance." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "My pleasure; is there anything else I can help you with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "Berkeley" + ], + "date": [ + "today" + ], + "event_name": [ + "Berkeley World Music Festival" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thank you. I appreciate your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I'm happy to help; enjoy your day!" + } + ] + }, + { + "dialogue_id": "11_00021", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "date", + "values": [ + "March 11th" + ] + }, + { + "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": 53, + "slot": "date", + "start": 43 + }, + { + "exclusive_end": 39, + "slot": "city", + "start": 26 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "New York City" + ], + "date": [ + "March 11th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for events in New York City on March 11th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_type", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What kind of events are you interested in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "International" + ], + "slot": "category", + "values": [ + "International" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "event_type", + "values": [ + "Music" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 56, + "slot": "category", + "start": 43 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "International" + ], + "city": [ + "New York City" + ], + "date": [ + "March 11th" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for a Concert, and I also like International events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "France Rocks Festival" + ], + "slot": "event_name", + "values": [ + "France Rocks Festival" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "David Rubenstein Atrium at Lincoln Center" + ], + "slot": "venue", + "values": [ + "David Rubenstein Atrium at Lincoln Center" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "International", + "city": "New York", + "date": "2019-03-11", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "International", + "city": "New York", + "date": "2019-03-11", + "event_name": "France Rocks Festival", + "event_type": "Music", + "time": "18:30", + "venue": "David Rubenstein Atrium at Lincoln Center", + "venue_address": "61 West 62nd Street" + } + ], + "slots": [ + { + "exclusive_end": 90, + "slot": "event_name", + "start": 69 + }, + { + "exclusive_end": 139, + "slot": "venue", + "start": 98 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I was able to find 1 event that you may be interested in. There is a France Rocks Festival at the David Rubenstein Atrium at Lincoln Center." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "category": [ + "International" + ], + "city": [ + "New York City" + ], + "date": [ + "March 11th" + ], + "event_name": [ + "France Rocks Festival" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great. I need to know the dates for the event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-11" + ], + "slot": "date", + "values": [ + "March 11th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "France Rocks Festival" + ], + "slot": "event_name", + "values": [ + "France Rocks Festival" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "David Rubenstein Atrium at Lincoln Center" + ], + "slot": "venue", + "values": [ + "David Rubenstein Atrium at Lincoln Center" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "New York", + "event_name": "France Rocks Festival" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-11", + "event_name": "France Rocks Festival", + "time": "18:30", + "venue": "David Rubenstein Atrium at Lincoln Center", + "venue_address": "61 West 62nd Street" + } + ], + "slots": [ + { + "exclusive_end": 103, + "slot": "date", + "start": 93 + }, + { + "exclusive_end": 25, + "slot": "event_name", + "start": 4 + }, + { + "exclusive_end": 89, + "slot": "venue", + "start": 48 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The France Rocks Festival runs for 1 day at the David Rubenstein Atrium at Lincoln Center on March 11th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "category": [ + "International" + ], + "city": [ + "New York City" + ], + "date": [ + "March 11th" + ], + "event_name": [ + "France Rocks Festival" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Excellent." + }, + { + "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 event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "category": [ + "International" + ], + "city": [ + "New York City" + ], + "date": [ + "March 11th" + ], + "event_name": [ + "France Rocks Festival" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes. I'd like to buy 1 ticket for the event, please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "France Rocks Festival" + ], + "slot": "event_name", + "values": [ + "France Rocks Festival" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "date", + "values": [ + "March 11th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 60, + "slot": "event_name", + "start": 39 + }, + { + "exclusive_end": 74, + "slot": "date", + "start": 64 + }, + { + "exclusive_end": 86, + "slot": "city", + "start": 78 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "To confirm: You'd like 1 ticket to the France Rocks Festival on March 11th in New York?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "category": [ + "International" + ], + "city": [ + "New York", + "New York City" + ], + "date": [ + "March 11th" + ], + "event_name": [ + "France Rocks Festival" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No. I'd like 4 tickets, please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "France Rocks Festival" + ], + "slot": "event_name", + "values": [ + "France Rocks Festival" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 62, + "slot": "event_name", + "start": 41 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "To confirm: You'd like 4 tickets for the France Rocks Festival?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "category": [ + "International" + ], + "city": [ + "New York", + "New York City" + ], + "date": [ + "March 11th" + ], + "event_name": [ + "France Rocks Festival" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that's perfect. When does the event start, and where's the venue located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "18:30" + ], + "slot": "time", + "values": [ + "6:30 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "61 West 62nd Street" + ], + "slot": "venue_address", + "values": [ + "61 West 62nd Street" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "New York", + "date": "2019-03-11", + "event_name": "France Rocks Festival", + "number_of_tickets": "4" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-11", + "event_name": "France Rocks Festival", + "number_of_tickets": "4", + "time": "18:30", + "venue": "David Rubenstein Atrium at Lincoln Center", + "venue_address": "61 West 62nd Street" + } + ], + "slots": [ + { + "exclusive_end": 60, + "slot": "time", + "start": 53 + }, + { + "exclusive_end": 109, + "slot": "venue_address", + "start": 90 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your tickets have been reserved. The event starts at 6:30 pm, and the venue is located at 61 West 62nd Street." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "category": [ + "International" + ], + "city": [ + "New York", + "New York City" + ], + "date": [ + "March 11th" + ], + "event_name": [ + "France Rocks Festival" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you so much 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": "11_00022", + "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 am looking for events, especially Music events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What time frame and what city or area would you like me to search in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "date", + "values": [ + "the 14th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "NYC" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 35, + "slot": "date", + "start": 27 + }, + { + "exclusive_end": 23, + "slot": "city", + "start": 20 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "NYC" + ], + "date": [ + "the 14th" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want something in NYC on the 14th." + }, + { + "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-14", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "Pop", + "city": "New York", + "date": "2019-03-14", + "event_name": "Amber Run Brooklyn", + "event_type": "Music", + "time": "19:00", + "venue": "Warsaw", + "venue_address": "261 Driggs Avenue, Brooklyn" + }, + { + "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": "Country", + "city": "New York", + "date": "2019-03-14", + "event_name": "Jason Isbell", + "event_type": "Music", + "time": "17:30", + "venue": "Prospect Park Bandshell", + "venue_address": "141 Prospect Park West, Brooklyn" + }, + { + "category": "Rock", + "city": "New York", + "date": "2019-03-14", + "event_name": "Jethro Tull", + "event_type": "Music", + "time": "19:00", + "venue": "Forest Hills Stadium", + "venue_address": "1 Tennis Place, Forest Hills" + }, + { + "category": "Pop", + "city": "New York", + "date": "2019-03-14", + "event_name": "Jojo Siwa", + "event_type": "Music", + "time": "18:00", + "venue": "Forest Hills Stadium", + "venue_address": "1 Tennis Place, Forest Hills" + }, + { + "category": "Classical", + "city": "New York", + "date": "2019-03-14", + "event_name": "Laura Osnes", + "event_type": "Music", + "time": "17:00", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + }, + { + "category": "Rock", + "city": "New York", + "date": "2019-03-14", + "event_name": "Low", + "event_type": "Music", + "time": "17:00", + "venue": "Murmrr", + "venue_address": "17 Eastern Parkway, Brooklyn" + }, + { + "category": "Pop", + "city": "New York", + "date": "2019-03-14", + "event_name": "Madonna", + "event_type": "Music", + "time": "19:30", + "venue": "BAM Howard Gilman Opera House", + "venue_address": "Peter Jay Sharp Building, 30 Lafayette Avenue, Brooklyn" + }, + { + "category": "Pop", + "city": "New York", + "date": "2019-03-14", + "event_name": "Madonna Brooklyn", + "event_type": "Music", + "time": "18:30", + "venue": "BAM Howard Gilman Opera House", + "venue_address": "Peter Jay Sharp Building, 30 Lafayette Avenue, Brooklyn" + }, + { + "category": "Classical", + "city": "New York", + "date": "2019-03-14", + "event_name": "Michael Feinstein", + "event_type": "Music", + "time": "18:30", + "venue": "The Appel Room", + "venue_address": "10 Columbus Circle" + } + ], + "slots": [ + { + "exclusive_end": 90, + "slot": "event_name", + "start": 72 + }, + { + "exclusive_end": 100, + "slot": "venue", + "start": 94 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 10 events in the category music on the 14th. The first one is Amber Run Brooklyn at 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": [ + "the 14th" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Warsaw? Where is that located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "261 Driggs Avenue, Brooklyn" + ], + "slot": "venue_address", + "values": [ + "261 Driggs Avenue, Brooklyn" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 48, + "slot": "venue_address", + "start": 21 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Warsaw is located at 261 Driggs Avenue, 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": [ + "NYC" + ], + "date": [ + "the 14th" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What time does it start and could you give me some info on the event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Pop" + ], + "slot": "category", + "values": [ + "pop" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "19:00" + ], + "slot": "time", + "values": [ + "7 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 30, + "slot": "category", + "start": 27 + }, + { + "exclusive_end": 17, + "slot": "time", + "start": 13 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It begins at 7 pm. It is a pop event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "NYC" + ], + "date": [ + "the 14th" + ], + "event_name": [ + "Amber Run Brooklyn" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I guess that sounds okay. Will it be on any other day?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-14" + ], + "slot": "date", + "values": [ + "March 14th" + ] + }, + { + "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": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "New York", + "event_name": "Amber Run Brooklyn" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-14", + "event_name": "Amber Run Brooklyn", + "time": "19:00", + "venue": "Warsaw", + "venue_address": "261 Driggs Avenue, Brooklyn" + } + ], + "slots": [ + { + "exclusive_end": 74, + "slot": "date", + "start": 64 + }, + { + "exclusive_end": 28, + "slot": "event_name", + "start": 10 + }, + { + "exclusive_end": 84, + "slot": "venue", + "start": 78 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event Amber Run Brooklyn is listed for just 1 day. It is on March 14th at Warsaw." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "NYC" + ], + "date": [ + "March 14th", + "the 14th" + ], + "event_name": [ + "Amber Run Brooklyn" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What time did you say the event starts? And what was that address again?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "19:00" + ], + "slot": "time", + "values": [ + "7 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "261 Driggs Avenue, Brooklyn" + ], + "slot": "venue_address", + "values": [ + "261 Driggs Avenue, Brooklyn" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 33, + "slot": "time", + "start": 29 + }, + { + "exclusive_end": 93, + "slot": "venue_address", + "start": 66 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Amber Run Brooklyn begins at 7 pm. The venue Warsaw is located at 261 Driggs Avenue, Brooklyn." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "NYC" + ], + "date": [ + "March 14th", + "the 14th" + ], + "event_name": [ + "Amber Run Brooklyn" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yep, that sounds like a good deal. I want to buy tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_of_tickets", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "How many tickets would you like to purchase?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "NYC" + ], + "date": [ + "March 14th", + "the 14th" + ], + "event_name": [ + "Amber Run Brooklyn" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will need two tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Amber Run Brooklyn" + ], + "slot": "event_name", + "values": [ + "Amber Run Brooklyn" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "date", + "values": [ + "March 14th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 62, + "slot": "event_name", + "start": 44 + }, + { + "exclusive_end": 76, + "slot": "date", + "start": 66 + }, + { + "exclusive_end": 88, + "slot": "city", + "start": 80 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following: 2 tickets for Amber Run Brooklyn on March 14th in New York." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "NYC", + "New York" + ], + "date": [ + "March 14th", + "the 14th" + ], + "event_name": [ + "Amber Run Brooklyn" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that's it. Thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "New York", + "date": "2019-03-14", + "event_name": "Amber Run Brooklyn", + "number_of_tickets": "2" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-14", + "event_name": "Amber Run Brooklyn", + "number_of_tickets": "2", + "time": "19:00", + "venue": "Warsaw", + "venue_address": "261 Driggs Avenue, Brooklyn" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your tickets have been purchased." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "NYC", + "New York" + ], + "date": [ + "March 14th", + "the 14th" + ], + "event_name": [ + "Amber Run Brooklyn" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great. That's all I needed. Thanks for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Enjoy the concert!" + } + ] + }, + { + "dialogue_id": "11_00023", + "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 search for music events." + }, + { + "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": [ + "Pop" + ], + "slot": "category", + "values": [ + "Pop" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Phoenix" + ], + "slot": "city", + "values": [ + "Phoenix, AZ" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 19, + "slot": "category", + "start": 16 + }, + { + "exclusive_end": 41, + "slot": "city", + "start": 30 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Pop" + ], + "city": [ + "Phoenix, AZ" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find me Pop events in Phoenix, AZ?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Dodie" + ], + "slot": "event_name", + "values": [ + "Dodie" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Van Buren" + ], + "slot": "venue", + "values": [ + "the Van Buren" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Pop", + "city": "Phoenix", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "Pop", + "city": "Phoenix", + "date": "2019-03-07", + "event_name": "Dodie", + "event_type": "Music", + "time": "17:30", + "venue": "The Van Buren", + "venue_address": "401 West Van Buren Street" + }, + { + "category": "Pop", + "city": "Phoenix", + "date": "2019-03-06", + "event_name": "The Band Camino", + "event_type": "Music", + "time": "18:30", + "venue": "The Van Buren", + "venue_address": "401 West Van Buren Street" + }, + { + "category": "Pop", + "city": "Phoenix", + "date": "2019-03-04", + "event_name": "The Drums", + "event_type": "Music", + "time": "19:00", + "venue": "The Van Buren", + "venue_address": "401 West Van Buren Street" + } + ], + "slots": [ + { + "exclusive_end": 13, + "slot": "event_name", + "start": 8 + }, + { + "exclusive_end": 30, + "slot": "venue", + "start": 17 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found Dodie at the Van Buren." + }, + { + "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": [ + "Pop" + ], + "city": [ + "Phoenix, AZ" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where is that located and when does it start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17:30" + ], + "slot": "time", + "values": [ + "5:30 PM" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "401 West Van Buren Street" + ], + "slot": "venue_address", + "values": [ + "401 West Van Buren Street" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 65, + "slot": "time", + "start": 58 + }, + { + "exclusive_end": 40, + "slot": "venue_address", + "start": 15 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The address is 401 West Van Buren Street and it starts at 5:30 PM." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Pop" + ], + "city": [ + "Phoenix, AZ" + ], + "event_name": [ + "Dodie" + ], + "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": "Do you want those tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "category": [ + "Pop" + ], + "city": [ + "Phoenix, AZ" + ], + "event_name": [ + "Dodie" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I might, but I'm just looking at dates right now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Dodie" + ], + "slot": "event_name", + "values": [ + "Dodie" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Van Buren" + ], + "slot": "venue", + "values": [ + "the Van Buren" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Phoenix", + "event_name": "Dodie" + } + }, + "service_results": [ + { + "city": "Phoenix", + "date": "2019-03-04", + "event_name": "Dodie", + "time": "18:00", + "venue": "The Van Buren", + "venue_address": "401 West Van Buren Street" + }, + { + "city": "Phoenix", + "date": "2019-03-07", + "event_name": "Dodie", + "time": "17:30", + "venue": "The Van Buren", + "venue_address": "401 West Van Buren Street" + }, + { + "city": "Phoenix", + "date": "2019-03-09", + "event_name": "Dodie", + "time": "17:30", + "venue": "The Van Buren", + "venue_address": "401 West Van Buren Street" + }, + { + "city": "Phoenix", + "date": "2019-03-14", + "event_name": "Dodie", + "time": "18:30", + "venue": "The Van Buren", + "venue_address": "401 West Van Buren Street" + } + ], + "slots": [ + { + "exclusive_end": 61, + "slot": "date", + "start": 50 + }, + { + "exclusive_end": 32, + "slot": "event_name", + "start": 27 + }, + { + "exclusive_end": 49, + "slot": "venue", + "start": 36 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is also an event for Dodie at the Van Buren next Monday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "category": [ + "Pop" + ], + "city": [ + "Phoenix, AZ" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Dodie" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That one sounds good to me. I want to buy one ticket for it." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Dodie" + ], + "slot": "event_name", + "values": [ + "Dodie" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Phoenix" + ], + "slot": "city", + "values": [ + "Phoenix" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 48, + "slot": "event_name", + "start": 43 + }, + { + "exclusive_end": 60, + "slot": "date", + "start": 49 + }, + { + "exclusive_end": 75, + "slot": "city", + "start": 68 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Can you confirm that you want 1 ticket for Dodie next Monday at the Phoenix." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "category": [ + "Pop" + ], + "city": [ + "Phoenix", + "Phoenix, AZ" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Dodie" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No I need two tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 60, + "slot": "date", + "start": 49 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Can you confirm you want 2 tickets for the event next Monday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "category": [ + "Pop" + ], + "city": [ + "Phoenix", + "Phoenix, AZ" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Dodie" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that's correct." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Phoenix", + "date": "2019-03-04", + "event_name": "Dodie", + "number_of_tickets": "2" + } + }, + "service_results": [ + { + "city": "Phoenix", + "date": "2019-03-04", + "event_name": "Dodie", + "number_of_tickets": "2", + "time": "18:00", + "venue": "The Van Buren", + "venue_address": "401 West Van Buren Street" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I've made the reservation for you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "category": [ + "Pop" + ], + "city": [ + "Phoenix", + "Phoenix, AZ" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Dodie" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks for the help. That's all I needed today." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "11_00024", + "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 search for events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What city should I search in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Phoenix" + ], + "slot": "city", + "values": [ + "Phoenix, AZ" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 37, + "slot": "city", + "start": 26 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Phoenix, AZ" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for events in Phoenix, AZ." + }, + { + "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 would you like to search for? For example, you can ask to search for 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": [ + "Phoenix, AZ" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am looking for Sports events." + }, + { + "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": 33, + "slot": "event_name", + "start": 12 + }, + { + "exclusive_end": 53, + "slot": "venue", + "start": 42 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is an Arizona Vs La Dodgers game at Chase Field." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "time" + ], + "slot_values": { + "city": [ + "Phoenix, AZ" + ], + "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": 20, + "slot": "time", + "start": 13 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It starts at 5:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "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." + }, + { + "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?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Phoenix, AZ" + ], + "event_name": [ + "Arizona Vs La Dodgers" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Maybe later, what day does the game happen?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "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": "GetEventDates", + "parameters": { + "city": "Phoenix", + "event_name": "Arizona Vs La Dodgers" + } + }, + "service_results": [ + { + "city": "Phoenix", + "date": "2019-03-02", + "event_name": "Arizona Vs La Dodgers", + "time": "17:30", + "venue": "Chase Field", + "venue_address": "401 East Jefferson Street" + }, + { + "city": "Phoenix", + "date": "2019-03-03", + "event_name": "Arizona Vs La Dodgers", + "time": "19:00", + "venue": "Chase Field", + "venue_address": "401 East Jefferson Street" + }, + { + "city": "Phoenix", + "date": "2019-03-06", + "event_name": "Arizona Vs La Dodgers", + "time": "19:00", + "venue": "Chase Field", + "venue_address": "401 East Jefferson Street" + }, + { + "city": "Phoenix", + "date": "2019-03-08", + "event_name": "Arizona Vs La Dodgers", + "time": "19:00", + "venue": "Chase Field", + "venue_address": "401 East Jefferson Street" + }, + { + "city": "Phoenix", + "date": "2019-03-11", + "event_name": "Arizona Vs La Dodgers", + "time": "18:00", + "venue": "Chase Field", + "venue_address": "401 East Jefferson Street" + }, + { + "city": "Phoenix", + "date": "2019-03-14", + "event_name": "Arizona Vs La Dodgers", + "time": "19:00", + "venue": "Chase Field", + "venue_address": "401 East Jefferson Street" + } + ], + "slots": [ + { + "exclusive_end": 62, + "slot": "date", + "start": 54 + }, + { + "exclusive_end": 25, + "slot": "event_name", + "start": 4 + }, + { + "exclusive_end": 45, + "slot": "venue", + "start": 34 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The Arizona Vs La Dodgers game at Chase Field happens tomorrow." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "Phoenix, AZ" + ], + "event_name": [ + "Arizona Vs La Dodgers" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is the address of the venue?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "401 East Jefferson Street" + ], + "slot": "venue_address", + "values": [ + "401 East Jefferson Street" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 49, + "slot": "venue_address", + "start": 24 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The venue is located at 401 East Jefferson Street." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Phoenix, AZ" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Arizona Vs La Dodgers" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good - I'd like to buy 4 tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Arizona Vs La Dodgers" + ], + "slot": "event_name", + "values": [ + "Arizona Vs La Dodgers" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Phoenix" + ], + "slot": "city", + "values": [ + "Phoenix" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 79, + "slot": "event_name", + "start": 58 + }, + { + "exclusive_end": 55, + "slot": "date", + "start": 47 + }, + { + "exclusive_end": 95, + "slot": "city", + "start": 88 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "To review: You'd like to purchase 4 tickets to tomorrow's Arizona Vs La Dodgers game in Phoenix." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "Phoenix", + "Phoenix, AZ" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Arizona Vs La Dodgers" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, what is the address of the venue again?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "401 East Jefferson Street" + ], + "slot": "venue_address", + "values": [ + "401 East Jefferson Street" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Phoenix", + "date": "2019-03-02", + "event_name": "Arizona Vs La Dodgers", + "number_of_tickets": "4" + } + }, + "service_results": [ + { + "city": "Phoenix", + "date": "2019-03-02", + "event_name": "Arizona Vs La Dodgers", + "number_of_tickets": "4", + "time": "17:30", + "venue": "Chase Field", + "venue_address": "401 East Jefferson Street" + } + ], + "slots": [ + { + "exclusive_end": 49, + "slot": "venue_address", + "start": 24 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The venue is located at 401 East Jefferson Street. Your reservation has been made." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Phoenix", + "Phoenix, AZ" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Arizona Vs La Dodgers" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "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 great day." + } + ] + }, + { + "dialogue_id": "11_00025", + "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 take my girlfriend on a date to a concert. Do you have any suggestions?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there a specific city you want the concert to be located at?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York City" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 27, + "slot": "city", + "start": 14 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "New York City" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, I prefer 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": 55, + "slot": "event_name", + "start": 37 + }, + { + "exclusive_end": 73, + "slot": "venue", + "start": 67 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The first of 10 events I've found is Amber Run Brooklyn playing at Warsaw." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Classical" + ], + "slot": "category", + "values": [ + "classical" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 47, + "slot": "category", + "start": 38 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "classical" + ], + "city": [ + "New York City" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking more for something in the classical genre." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Joe Hisaishi" + ], + "slot": "event_name", + "values": [ + "Joe Hisaishi" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Stern Auditorium / Perelman Stage" + ], + "slot": "venue", + "values": [ + "Stern Auditorium / Perelman Stage" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Classical", + "city": "New York", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "Classical", + "city": "New York", + "date": "2019-03-09", + "event_name": "Joe Hisaishi", + "event_type": "Music", + "time": "19:30", + "venue": "Stern Auditorium / Perelman Stage", + "venue_address": "881 7th Avenue" + }, + { + "category": "Classical", + "city": "New York", + "date": "2019-03-08", + "event_name": "Laura Osnes", + "event_type": "Music", + "time": "17:30", + "venue": "Sony Hall", + "venue_address": "235 West 46th Street" + }, + { + "category": "Classical", + "city": "New York", + "date": "2019-03-10", + "event_name": "Michael Feinstein", + "event_type": "Music", + "time": "19:00", + "venue": "The Appel Room", + "venue_address": "10 Columbus Circle" + } + ], + "slots": [ + { + "exclusive_end": 12, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 57, + "slot": "venue", + "start": 24 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Joe Hisaishi playing at Stern Auditorium / Perelman Stage is one of 3 that fall under that category." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "category": [ + "classical" + ], + "city": [ + "New York City" + ], + "event_name": [ + "Joe Hisaishi" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds perfect! What days are they playing?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-09" + ], + "slot": "date", + "values": [ + "March 9th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Joe Hisaishi" + ], + "slot": "event_name", + "values": [ + "Joe Hisaishi" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Stern Auditorium / Perelman Stage" + ], + "slot": "venue", + "values": [ + "Stern Auditorium / Perelman Stage" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "New York", + "event_name": "Joe Hisaishi" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-09", + "event_name": "Joe Hisaishi", + "time": "19:30", + "venue": "Stern Auditorium / Perelman Stage", + "venue_address": "881 7th Avenue" + } + ], + "slots": [ + { + "exclusive_end": 78, + "slot": "date", + "start": 69 + }, + { + "exclusive_end": 12, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 65, + "slot": "venue", + "start": 32 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Joe Hisaishi will be playing at Stern Auditorium / Perelman Stage on March 9th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "category": [ + "classical" + ], + "city": [ + "New York City" + ], + "date": [ + "March 9th" + ], + "event_name": [ + "Joe Hisaishi" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great, that fits my schedule." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else I can find for you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "category": [ + "classical" + ], + "city": [ + "New York City" + ], + "date": [ + "March 9th" + ], + "event_name": [ + "Joe Hisaishi" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will need a total of 4 tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Joe Hisaishi" + ], + "slot": "event_name", + "values": [ + "Joe Hisaishi" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "date", + "values": [ + "March 9th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 39, + "slot": "event_name", + "start": 27 + }, + { + "exclusive_end": 69, + "slot": "date", + "start": 60 + }, + { + "exclusive_end": 56, + "slot": "city", + "start": 48 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "So I have 4 tickets to the Joe Hisaishi show in New York on March 9th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "category": [ + "classical" + ], + "city": [ + "New York", + "New York City" + ], + "date": [ + "March 9th" + ], + "event_name": [ + "Joe Hisaishi" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that what I want!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "New York", + "date": "2019-03-09", + "event_name": "Joe Hisaishi", + "number_of_tickets": "4" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-09", + "event_name": "Joe Hisaishi", + "number_of_tickets": "4", + "time": "19:30", + "venue": "Stern Auditorium / Perelman Stage", + "venue_address": "881 7th Avenue" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I have successfully confirmed those reservations for you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "category": [ + "classical" + ], + "city": [ + "New York", + "New York City" + ], + "date": [ + "March 9th" + ], + "event_name": [ + "Joe Hisaishi" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is the address of the venue they will be playing at?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "881 7th Avenue" + ], + "slot": "venue_address", + "values": [ + "881 7th Avenue" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 29, + "slot": "venue_address", + "start": 15 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The address is 881 7th Avenue." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "category": [ + "classical" + ], + "city": [ + "New York", + "New York City" + ], + "date": [ + "March 9th" + ], + "event_name": [ + "Joe Hisaishi" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you for all of your help, I appreciate it." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "No problem, is there anything else I can find 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": [ + "classical" + ], + "city": [ + "New York", + "New York City" + ], + "date": [ + "March 9th" + ], + "event_name": [ + "Joe Hisaishi" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No that is all I needed help with." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day." + } + ] + }, + { + "dialogue_id": "11_00026", + "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": 36, + "slot": "city", + "start": 29 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Phoenix" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to look for events in Phoenix." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_type", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What are you into?" + }, + { + "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": [ + "Phoenix" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for something related to games." + }, + { + "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" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "10" + ], + "slot": "count", + "values": [ + "10" + ] + } + ], + "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": 48, + "slot": "event_name", + "start": 27 + }, + { + "exclusive_end": 63, + "slot": "venue", + "start": 52 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 10 events. There's Arizona vs LA Dodgers at Chase Field." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "time" + ], + "slot_values": { + "city": [ + "Phoenix" + ], + "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": 20, + "slot": "time", + "start": 13 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It starts at 5:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Phoenix" + ], + "event_name": [ + "Arizona vs LA Dodgers" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good." + }, + { + "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 the event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Phoenix" + ], + "event_name": [ + "Arizona vs LA Dodgers" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Maybe later, I'm interested in more dates for events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "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": "GetEventDates", + "parameters": { + "city": "Phoenix", + "event_name": "Arizona Vs La Dodgers" + } + }, + "service_results": [ + { + "city": "Phoenix", + "date": "2019-03-02", + "event_name": "Arizona Vs La Dodgers", + "time": "17:30", + "venue": "Chase Field", + "venue_address": "401 East Jefferson Street" + }, + { + "city": "Phoenix", + "date": "2019-03-03", + "event_name": "Arizona Vs La Dodgers", + "time": "19:00", + "venue": "Chase Field", + "venue_address": "401 East Jefferson Street" + }, + { + "city": "Phoenix", + "date": "2019-03-06", + "event_name": "Arizona Vs La Dodgers", + "time": "19:00", + "venue": "Chase Field", + "venue_address": "401 East Jefferson Street" + }, + { + "city": "Phoenix", + "date": "2019-03-08", + "event_name": "Arizona Vs La Dodgers", + "time": "19:00", + "venue": "Chase Field", + "venue_address": "401 East Jefferson Street" + }, + { + "city": "Phoenix", + "date": "2019-03-11", + "event_name": "Arizona Vs La Dodgers", + "time": "18:00", + "venue": "Chase Field", + "venue_address": "401 East Jefferson Street" + }, + { + "city": "Phoenix", + "date": "2019-03-14", + "event_name": "Arizona Vs La Dodgers", + "time": "19:00", + "venue": "Chase Field", + "venue_address": "401 East Jefferson Street" + } + ], + "slots": [ + { + "exclusive_end": 25, + "slot": "date", + "start": 17 + }, + { + "exclusive_end": 53, + "slot": "event_name", + "start": 32 + }, + { + "exclusive_end": 68, + "slot": "venue", + "start": 57 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's an event tomorrow. It's Arizona vs la dodgers at chase field." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time" + ], + "slot_values": { + "city": [ + "Phoenix" + ], + "event_name": [ + "Arizona vs LA Dodgers", + "Arizona vs la dodgers" + ], + "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": 10, + "slot": "time", + "start": 3 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "At 5:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Phoenix" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Arizona vs LA Dodgers", + "Arizona vs la dodgers" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good, i'll take three tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Arizona Vs La Dodgers" + ], + "slot": "event_name", + "values": [ + "Arizona vs la dodgers" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Phoenix" + ], + "slot": "city", + "values": [ + "phoenix" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 78, + "slot": "event_name", + "start": 57 + }, + { + "exclusive_end": 48, + "slot": "date", + "start": 40 + }, + { + "exclusive_end": 94, + "slot": "city", + "start": 87 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Just to confirm, you want 3 tickets for tomorrow for the Arizona vs la dodgers game in phoenix?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Phoenix", + "phoenix" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Arizona vs LA Dodgers", + "Arizona vs la dodgers" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Phoenix", + "date": "2019-03-02", + "event_name": "Arizona Vs La Dodgers", + "number_of_tickets": "3" + } + }, + "service_results": [ + { + "city": "Phoenix", + "date": "2019-03-02", + "event_name": "Arizona Vs La Dodgers", + "number_of_tickets": "3", + "time": "17:30", + "venue": "Chase Field", + "venue_address": "401 East Jefferson Street" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "It's been reserved" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "Phoenix", + "phoenix" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Arizona vs LA Dodgers", + "Arizona vs la dodgers" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where's it located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "401 East Jefferson Street" + ], + "slot": "venue_address", + "values": [ + "401 East Jefferson Street" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 33, + "slot": "venue_address", + "start": 8 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It's on 401 East Jefferson Street." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Phoenix", + "phoenix" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Arizona vs LA Dodgers", + "Arizona vs la dodgers" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks, that's everything." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "11_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": "I'm looking for something to do." + }, + { + "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": "Is there any event you have in min, like Music or Sports? What city should I look in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "event_type", + "values": [ + "Music" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "city", + "values": [ + "Philly" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 41, + "slot": "date", + "start": 30 + }, + { + "exclusive_end": 29, + "slot": "city", + "start": 23 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Philly" + ], + "date": [ + "next Monday" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like some Music in Philly next Monday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Blueface" + ], + "slot": "event_name", + "values": [ + "Blueface" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Fillmore Philadelphia" + ], + "slot": "venue", + "values": [ + "The Fillmore Philadelphia" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "5" + ], + "slot": "count", + "values": [ + "5" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Philadelphia", + "date": "2019-03-04", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "Hip Hop", + "city": "Philadelphia", + "date": "2019-03-04", + "event_name": "Blueface", + "event_type": "Music", + "time": "17:30", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + }, + { + "category": "Pop", + "city": "Philadelphia", + "date": "2019-03-04", + "event_name": "Conan Gray", + "event_type": "Music", + "time": "17:30", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + }, + { + "category": "Rock", + "city": "Philadelphia", + "date": "2019-03-04", + "event_name": "Don Broco", + "event_type": "Music", + "time": "19:30", + "venue": "The Foundry", + "venue_address": "29 East Allen Street 2nd Floor" + }, + { + "category": "Rock", + "city": "Philadelphia", + "date": "2019-03-04", + "event_name": "Northlane", + "event_type": "Music", + "time": "19:30", + "venue": "The Foundry", + "venue_address": "29 East Allen Street 2nd Floor" + }, + { + "category": "Rock", + "city": "Philadelphia", + "date": "2019-03-04", + "event_name": "The Melvins", + "event_type": "Music", + "time": "17:00", + "venue": "Underground Arts", + "venue_address": "1200 Callowhill Street" + } + ], + "slots": [ + { + "exclusive_end": 50, + "slot": "event_name", + "start": 42 + }, + { + "exclusive_end": 79, + "slot": "venue", + "start": 54 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 5 events that will work. One is Blueface at The Fillmore Philadelphia." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Philly" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Blueface" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That works." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want to buy the tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "Philly" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Blueface" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "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 with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Philly" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Blueface" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want the dates for the events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Blueface" + ], + "slot": "event_name", + "values": [ + "Blueface" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Fillmore Philadelphia" + ], + "slot": "venue", + "values": [ + "The Fillmore Philadelphia" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Philadelphia", + "event_name": "Blueface" + } + }, + "service_results": [ + { + "city": "Philadelphia", + "date": "2019-03-04", + "event_name": "Blueface", + "time": "17:30", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + } + ], + "slots": [ + { + "exclusive_end": 55, + "slot": "date", + "start": 44 + }, + { + "exclusive_end": 8, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 37, + "slot": "venue", + "start": 12 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Blueface at The Fillmore Philadelphia is on next Monday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "Philly" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Blueface" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What's the address? When does it start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17:30" + ], + "slot": "time", + "values": [ + "5:30 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "29 East Allen Street" + ], + "slot": "venue_address", + "values": [ + "29 East Allen Street" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 20, + "slot": "time", + "start": 13 + }, + { + "exclusive_end": 44, + "slot": "venue_address", + "start": 24 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It starts at 5:30 pm at 29 East Allen Street." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Philly" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Blueface" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Ok, let's do that. Buy me 1 ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Blueface" + ], + "slot": "event_name", + "values": [ + "Blueface" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "city", + "values": [ + "Philadelphia" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 30, + "slot": "event_name", + "start": 22 + }, + { + "exclusive_end": 58, + "slot": "date", + "start": 47 + }, + { + "exclusive_end": 46, + "slot": "city", + "start": 34 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "You want 1 ticket for Blueface in Philadelphia next Monday?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia", + "Philly" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Blueface" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Philadelphia", + "date": "2019-03-04", + "event_name": "Blueface", + "number_of_tickets": "1" + } + }, + "service_results": [ + { + "city": "Philadelphia", + "date": "2019-03-04", + "event_name": "Blueface", + "number_of_tickets": "1", + "time": "17:30", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I've made your reservation." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia", + "Philly" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Blueface" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks for the help. That's all for now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "11_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'm looking for events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there a preferred day?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 33, + "slot": "city", + "start": 25 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I know I want to look in New York." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "Music", + "Sports" + ], + "slot": "event_type", + "values": [ + "Music", + "Sports" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like a Music, Sports or other event type?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "2nd of March" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "event_type", + "values": [ + "Music" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 25, + "slot": "date", + "start": 13 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ], + "date": [ + "2nd of March" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Music on the 2nd of March." + }, + { + "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", + "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": 26, + "slot": "event_name", + "start": 8 + }, + { + "exclusive_end": 36, + "slot": "venue", + "start": 30 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found Amber Run Brooklyn in Warsaw." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Phoenix" + ], + "slot": "city", + "values": [ + "Phoenix, AZ" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "dontcare" + ], + "slot": "category", + "values": [ + "dontcare" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 54, + "slot": "city", + "start": 43 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "dontcare" + ], + "city": [ + "Phoenix, AZ" + ], + "date": [ + "2nd of March" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am also looking for any type of event in Phoenix, AZ." + }, + { + "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": 8, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 25, + "slot": "venue", + "start": 12 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Anberlin at The Van Buren is 1 of 4 events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "category": [ + "dontcare" + ], + "city": [ + "Phoenix, AZ" + ], + "date": [ + "2nd of March" + ], + "event_name": [ + "Anberlin" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Anberlin is fine what are the dates." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "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": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Phoenix", + "event_name": "Anberlin" + } + }, + "service_results": [ + { + "city": "Phoenix", + "date": "2019-03-02", + "event_name": "Anberlin", + "time": "19:30", + "venue": "The Van Buren", + "venue_address": "401 West Van Buren Street" + } + ], + "slots": [ + { + "exclusive_end": 29, + "slot": "date", + "start": 21 + }, + { + "exclusive_end": 67, + "slot": "event_name", + "start": 59 + }, + { + "exclusive_end": 47, + "slot": "venue", + "start": 34 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It is a 1 day event, tomorrow, at The Van Buren called the Anberlin." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time" + ], + "slot_values": { + "category": [ + "dontcare" + ], + "city": [ + "Phoenix, AZ" + ], + "date": [ + "2nd of March", + "tomorrow" + ], + "event_name": [ + "Anberlin" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What time does it begin?" + }, + { + "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 starts at 7:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "category": [ + "dontcare" + ], + "city": [ + "Phoenix, AZ" + ], + "date": [ + "2nd of March", + "tomorrow" + ], + "event_name": [ + "Anberlin" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great. I want to purchase 1 ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Anberlin" + ], + "slot": "event_name", + "values": [ + "Anberlin" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Phoenix" + ], + "slot": "city", + "values": [ + "Phoenix" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 40, + "slot": "event_name", + "start": 32 + }, + { + "exclusive_end": 49, + "slot": "date", + "start": 41 + }, + { + "exclusive_end": 60, + "slot": "city", + "start": 53 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "So I am purchasing 1 ticket for Anberlin tomorrow in Phoenix." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "category": [ + "dontcare" + ], + "city": [ + "Phoenix", + "Phoenix, AZ" + ], + "date": [ + "2nd of March", + "tomorrow" + ], + "event_name": [ + "Anberlin" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Exactly." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Phoenix", + "date": "2019-03-02", + "event_name": "Anberlin", + "number_of_tickets": "1" + } + }, + "service_results": [ + { + "city": "Phoenix", + "date": "2019-03-02", + "event_name": "Anberlin", + "number_of_tickets": "1", + "time": "19:30", + "venue": "The Van Buren", + "venue_address": "401 West Van Buren Street" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You have a reservation." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "category": [ + "dontcare" + ], + "city": [ + "Phoenix", + "Phoenix, AZ" + ], + "date": [ + "2nd of March", + "tomorrow" + ], + "event_name": [ + "Anberlin" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "You're the best. I don't need anything else right now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Enjoy the day and the event." + } + ] + }, + { + "dialogue_id": "11_00029", + "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": "Let me search for things to do." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_type", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which city interests you? What kind of event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "event_type", + "values": [ + "Music" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Diego" + ], + "slot": "city", + "values": [ + "San Diego" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 31, + "slot": "city", + "start": 22 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "San Diego" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm into Music in the San Diego area." + }, + { + "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": [ + "10" + ], + "slot": "count", + "values": [ + "10" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "San Diego", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "International", + "city": "San Diego", + "date": "2019-03-09", + "event_name": "Alejandro Sanz", + "event_type": "Music", + "time": "19:30", + "venue": "Cal Coast Credit Union Amphitheater", + "venue_address": "5500 Campanile Drive" + }, + { + "category": "Pop", + "city": "San Diego", + "date": "2019-03-04", + "event_name": "Aly And Aj", + "event_type": "Music", + "time": "19:30", + "venue": "The Observatory North Park", + "venue_address": "2891 University Avenue" + }, + { + "category": "Pop", + "city": "San Diego", + "date": "2019-03-14", + "event_name": "Bastille", + "event_type": "Music", + "time": "17:00", + "venue": "Cal Coast Credit Union Amphitheater", + "venue_address": "5500 Campanile Drive" + }, + { + "category": "Rock", + "city": "San Diego", + "date": "2019-03-13", + "event_name": "Fidlar", + "event_type": "Music", + "time": "18:00", + "venue": "The Observatory North Park", + "venue_address": "2891 University Avenue" + }, + { + "category": "Blues", + "city": "San Diego", + "date": "2019-03-12", + "event_name": "Greta Van Fleet", + "event_type": "Music", + "time": "18:00", + "venue": "Cal Coast Credit Union Amphitheater", + "venue_address": "5500 Campanile Drive" + }, + { + "category": "Blues", + "city": "San Diego", + "date": "2019-03-12", + "event_name": "Hozier", + "event_type": "Music", + "time": "18:30", + "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-08", + "event_name": "Local Natives", + "event_type": "Music", + "time": "17:00", + "venue": "The Observatory North Park", + "venue_address": "2891 University Avenue" + }, + { + "category": "Pop", + "city": "San Diego", + "date": "2019-03-09", + "event_name": "Prettymuch", + "event_type": "Music", + "time": "18: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" + } + ], + "slots": [ + { + "exclusive_end": 56, + "slot": "event_name", + "start": 42 + }, + { + "exclusive_end": 113, + "slot": "venue", + "start": 78 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Here are 10 events you might like. One is Alejandro Sanz which takes place at Cal Coast Credit Union Amphitheater." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "San Diego" + ], + "event_name": [ + "Alejandro Sanz" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great. What dates is it on?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "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": [ + "7" + ], + "slot": "count", + "values": [ + "7" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "San Diego", + "event_name": "Alejandro Sanz" + } + }, + "service_results": [ + { + "city": "San Diego", + "date": "2019-03-04", + "event_name": "Alejandro Sanz", + "time": "17:30", + "venue": "Cal Coast Credit Union Amphitheater", + "venue_address": "5500 Campanile Drive" + }, + { + "city": "San Diego", + "date": "2019-03-08", + "event_name": "Alejandro Sanz", + "time": "17:00", + "venue": "Cal Coast Credit Union Amphitheater", + "venue_address": "5500 Campanile Drive" + }, + { + "city": "San Diego", + "date": "2019-03-09", + "event_name": "Alejandro Sanz", + "time": "19:30", + "venue": "Cal Coast Credit Union Amphitheater", + "venue_address": "5500 Campanile Drive" + }, + { + "city": "San Diego", + "date": "2019-03-10", + "event_name": "Alejandro Sanz", + "time": "19:00", + "venue": "Cal Coast Credit Union Amphitheater", + "venue_address": "5500 Campanile Drive" + }, + { + "city": "San Diego", + "date": "2019-03-11", + "event_name": "Alejandro Sanz", + "time": "19:00", + "venue": "Cal Coast Credit Union Amphitheater", + "venue_address": "5500 Campanile Drive" + }, + { + "city": "San Diego", + "date": "2019-03-13", + "event_name": "Alejandro Sanz", + "time": "18:30", + "venue": "Cal Coast Credit Union Amphitheater", + "venue_address": "5500 Campanile Drive" + }, + { + "city": "San Diego", + "date": "2019-03-14", + "event_name": "Alejandro Sanz", + "time": "18:30", + "venue": "Cal Coast Credit Union Amphitheater", + "venue_address": "5500 Campanile Drive" + } + ], + "slots": [ + { + "exclusive_end": 39, + "slot": "date", + "start": 28 + }, + { + "exclusive_end": 60, + "slot": "event_name", + "start": 46 + }, + { + "exclusive_end": 103, + "slot": "venue", + "start": 68 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "On 7 different days. One is next Monday. It's Alejandro Sanz at the Cal Coast Credit Union Amphitheater." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "San Diego" + ], + "event_name": [ + "Alejandro Sanz" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "And where is that venue?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "5500 Campanile Drive" + ], + "slot": "venue_address", + "values": [ + "5500 Campanile Drive" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 28, + "slot": "venue_address", + "start": 8 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It's at 5500 Campanile Drive." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "San Diego" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Alejandro Sanz" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay, that sounds great. I want to go ahead and buy 1 ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Alejandro Sanz" + ], + "slot": "event_name", + "values": [ + "Alejandro Sanz" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "San Diego" + ], + "slot": "city", + "values": [ + "San Diego" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 44, + "slot": "event_name", + "start": 30 + }, + { + "exclusive_end": 99, + "slot": "date", + "start": 88 + }, + { + "exclusive_end": 112, + "slot": "city", + "start": 103 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Can you confirm: the event is Alejandro Sanz. You want 1 ticket. The event is happening next Monday in San Diego." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "San Diego" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Alejandro Sanz" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can I change that to four tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "San Diego" + ], + "slot": "city", + "values": [ + "San Diego" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 51, + "slot": "city", + "start": 42 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: 4 tickets at the event in San Diego." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "San Diego" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Alejandro Sanz" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that's right. What time does the event start, and where is it situated?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17:30" + ], + "slot": "time", + "values": [ + "5:30 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "5500 Campanile Drive" + ], + "slot": "venue_address", + "values": [ + "5500 Campanile Drive" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "San Diego", + "date": "2019-03-04", + "event_name": "Alejandro Sanz", + "number_of_tickets": "4" + } + }, + "service_results": [ + { + "city": "San Diego", + "date": "2019-03-04", + "event_name": "Alejandro Sanz", + "number_of_tickets": "4", + "time": "17:30", + "venue": "Cal Coast Credit Union Amphitheater", + "venue_address": "5500 Campanile Drive" + } + ], + "slots": [ + { + "exclusive_end": 53, + "slot": "time", + "start": 46 + }, + { + "exclusive_end": 92, + "slot": "venue_address", + "start": 72 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your booking is complete. The music starts at 5:30 pm. And the venue is 5500 Campanile Drive." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "San Diego" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Alejandro Sanz" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you so much for your help. That's all I wanted." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a splendid day." + } + ] + }, + { + "dialogue_id": "11_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": "I would like to find some events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which city are you trying to find events in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "city", + "values": [ + "Chi-town" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 34, + "slot": "city", + "start": 26 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Chi-town" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for events in Chi-town." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "Music", + "Sports" + ], + "slot": "event_type", + "values": [ + "Music", + "Sports" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you prefer specific type of events like Music or Sports?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Country" + ], + "slot": "category", + "values": [ + "Country" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "event_type", + "values": [ + "Music" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 26, + "slot": "category", + "start": 19 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Country" + ], + "city": [ + "Chi-town" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am interested in Country Music events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Billy Currington" + ], + "slot": "event_name", + "values": [ + "Billy Currington" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Gallagher Way" + ], + "slot": "venue", + "values": [ + "Gallagher Way" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Country", + "city": "Chicago", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "Country", + "city": "Chicago", + "date": "2019-03-12", + "event_name": "Billy Currington", + "event_type": "Music", + "time": "18:30", + "venue": "Gallagher Way", + "venue_address": "3635 North Clark Street" + } + ], + "slots": [ + { + "exclusive_end": 27, + "slot": "event_name", + "start": 11 + }, + { + "exclusive_end": 50, + "slot": "venue", + "start": 37 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a Billy Currington event at Gallagher Way." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Country" + ], + "city": [ + "Chi-town" + ], + "event_name": [ + "Billy Currington" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else I can assist you with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "category": [ + "Country" + ], + "city": [ + "Chi-town" + ], + "event_name": [ + "Billy Currington" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you help me with the dates for that event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Billy Currington" + ], + "slot": "event_name", + "values": [ + "Billy Currington" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Gallagher Way" + ], + "slot": "venue", + "values": [ + "Gallagher Way" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Chicago", + "event_name": "Billy Currington" + } + }, + "service_results": [ + { + "city": "Chicago", + "date": "2019-03-01", + "event_name": "Billy Currington", + "time": "18:30", + "venue": "Gallagher Way", + "venue_address": "3635 North Clark Street" + }, + { + "city": "Chicago", + "date": "2019-03-02", + "event_name": "Billy Currington", + "time": "17:30", + "venue": "Gallagher Way", + "venue_address": "3635 North Clark Street" + }, + { + "city": "Chicago", + "date": "2019-03-04", + "event_name": "Billy Currington", + "time": "17:00", + "venue": "Gallagher Way", + "venue_address": "3635 North Clark Street" + }, + { + "city": "Chicago", + "date": "2019-03-10", + "event_name": "Billy Currington", + "time": "18:30", + "venue": "Gallagher Way", + "venue_address": "3635 North Clark Street" + }, + { + "city": "Chicago", + "date": "2019-03-12", + "event_name": "Billy Currington", + "time": "18:30", + "venue": "Gallagher Way", + "venue_address": "3635 North Clark Street" + }, + { + "city": "Chicago", + "date": "2019-03-13", + "event_name": "Billy Currington", + "time": "18:00", + "venue": "Gallagher Way", + "venue_address": "3635 North Clark Street" + }, + { + "city": "Chicago", + "date": "2019-03-14", + "event_name": "Billy Currington", + "time": "17:30", + "venue": "Gallagher Way", + "venue_address": "3635 North Clark Street" + } + ], + "slots": [ + { + "exclusive_end": 49, + "slot": "date", + "start": 44 + }, + { + "exclusive_end": 20, + "slot": "event_name", + "start": 4 + }, + { + "exclusive_end": 66, + "slot": "venue", + "start": 53 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The Billy Currington event is scheduled for today at Gallagher Way." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "category": [ + "Country" + ], + "city": [ + "Chi-town" + ], + "event_name": [ + "Billy Currington" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is the address of the venue and when does the event start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "18:30" + ], + "slot": "time", + "values": [ + "6:30 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "3635 North Clark Street" + ], + "slot": "venue_address", + "values": [ + "3635 North Clark Street" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 79, + "slot": "time", + "start": 72 + }, + { + "exclusive_end": 47, + "slot": "venue_address", + "start": 24 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The venue is located at 3635 North Clark Street and the event starts at 6:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "category": [ + "Country" + ], + "city": [ + "Chi-town" + ], + "date": [ + "today" + ], + "event_name": [ + "Billy Currington" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you. I would like to buy tickets for the event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_of_tickets", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "How many tickets do you need?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "category": [ + "Country" + ], + "city": [ + "Chi-town" + ], + "date": [ + "today" + ], + "event_name": [ + "Billy Currington" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want just one ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Billy Currington" + ], + "slot": "event_name", + "values": [ + "Billy Currington" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Chicago" + ], + "slot": "city", + "values": [ + "Chicago" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 62, + "slot": "event_name", + "start": 46 + }, + { + "exclusive_end": 91, + "slot": "date", + "start": 86 + }, + { + "exclusive_end": 103, + "slot": "city", + "start": 96 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm that you want 1 ticket for the Billy Currington event to be held later today, at Chicago." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "category": [ + "Country" + ], + "city": [ + "Chi-town", + "Chicago" + ], + "date": [ + "today" + ], + "event_name": [ + "Billy Currington" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that's correct." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Chicago", + "date": "2019-03-01", + "event_name": "Billy Currington", + "number_of_tickets": "1" + } + }, + "service_results": [ + { + "city": "Chicago", + "date": "2019-03-01", + "event_name": "Billy Currington", + "number_of_tickets": "1", + "time": "18:30", + "venue": "Gallagher Way", + "venue_address": "3635 North Clark Street" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket has been successfully booked." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "category": [ + "Country" + ], + "city": [ + "Chi-town", + "Chicago" + ], + "date": [ + "today" + ], + "event_name": [ + "Billy Currington" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you for the help. That's all I need for now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day!" + } + ] + }, + { + "dialogue_id": "11_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 wanna search for something to do." + }, + { + "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 looking for, exactly? Any preference on the city I should look in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "event_type", + "values": [ + "Music" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Blues" + ], + "slot": "category", + "values": [ + "Blues" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Napa" + ], + "slot": "city", + "values": [ + "Napa" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 43, + "slot": "category", + "start": 38 + }, + { + "exclusive_end": 31, + "slot": "city", + "start": 27 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Blues" + ], + "city": [ + "Napa" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am looking for Music, in Napa. Some Blues could be nice." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Jon B" + ], + "slot": "event_name", + "values": [ + "Jon B" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Blue Note Napa" + ], + "slot": "venue", + "values": [ + "Blue Note Napa" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "2" + ], + "slot": "count", + "values": [ + "2" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Blues", + "city": "Napa", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "Blues", + "city": "Napa", + "date": "2019-03-11", + "event_name": "Jon B", + "event_type": "Music", + "time": "18:30", + "venue": "Blue Note Napa", + "venue_address": "1030 Main Street" + }, + { + "category": "Blues", + "city": "Napa", + "date": "2019-03-11", + "event_name": "Water Seed", + "event_type": "Music", + "time": "17:30", + "venue": "Blue Note Napa", + "venue_address": "1030 Main Street" + } + ], + "slots": [ + { + "exclusive_end": 71, + "slot": "event_name", + "start": 66 + }, + { + "exclusive_end": 99, + "slot": "venue", + "start": 85 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 2 events which might suit your taste. The event is called Jon B and it is at Blue Note Napa." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Blues" + ], + "city": [ + "Napa" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find me something else, please?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Water Seed" + ], + "slot": "event_name", + "values": [ + "Water Seed" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Blue Note Napa" + ], + "slot": "venue", + "values": [ + "Blue Note Napa" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 34, + "slot": "event_name", + "start": 24 + }, + { + "exclusive_end": 63, + "slot": "venue", + "start": 49 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Another event's name is Water Seed, and it is at Blue Note Napa." + }, + { + "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": [ + "Napa" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does it start? And where is it located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17:30" + ], + "slot": "time", + "values": [ + "5:30 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "1030 Main Street" + ], + "slot": "venue_address", + "values": [ + "1030 Main Street" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 27, + "slot": "time", + "start": 20 + }, + { + "exclusive_end": 65, + "slot": "venue_address", + "start": 49 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event begins at 5:30 pm, and it's located at 1030 Main Street." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Blues" + ], + "city": [ + "Napa" + ], + "event_name": [ + "Water Seed" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want me to buy tickets for this event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "category": [ + "Blues" + ], + "city": [ + "Napa" + ], + "event_name": [ + "Water Seed" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Not right now. I'd like to know the dates for events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Water Seed" + ], + "slot": "event_name", + "values": [ + "Water Seed" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Blue Note Napa" + ], + "slot": "venue", + "values": [ + "Blue Note Napa" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "6" + ], + "slot": "count", + "values": [ + "6" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Napa", + "event_name": "Water Seed" + } + }, + "service_results": [ + { + "city": "Napa", + "date": "2019-03-03", + "event_name": "Water Seed", + "time": "19:00", + "venue": "Blue Note Napa", + "venue_address": "1030 Main Street" + }, + { + "city": "Napa", + "date": "2019-03-05", + "event_name": "Water Seed", + "time": "19:00", + "venue": "Blue Note Napa", + "venue_address": "1030 Main Street" + }, + { + "city": "Napa", + "date": "2019-03-08", + "event_name": "Water Seed", + "time": "18:30", + "venue": "Blue Note Napa", + "venue_address": "1030 Main Street" + }, + { + "city": "Napa", + "date": "2019-03-09", + "event_name": "Water Seed", + "time": "17:30", + "venue": "Blue Note Napa", + "venue_address": "1030 Main Street" + }, + { + "city": "Napa", + "date": "2019-03-11", + "event_name": "Water Seed", + "time": "17:30", + "venue": "Blue Note Napa", + "venue_address": "1030 Main Street" + }, + { + "city": "Napa", + "date": "2019-03-14", + "event_name": "Water Seed", + "time": "19:00", + "venue": "Blue Note Napa", + "venue_address": "1030 Main Street" + } + ], + "slots": [ + { + "exclusive_end": 63, + "slot": "date", + "start": 45 + }, + { + "exclusive_end": 87, + "slot": "event_name", + "start": 77 + }, + { + "exclusive_end": 115, + "slot": "venue", + "start": 101 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found the event on 6 days. The event is on day after tomorrow, it's called Water Seed and it is at Blue Note Napa." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "category": [ + "Blues" + ], + "city": [ + "Napa" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Water Seed" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good to me. I want to buy one ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Water Seed" + ], + "slot": "event_name", + "values": [ + "Water Seed" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Napa" + ], + "slot": "city", + "values": [ + "Napa" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 54, + "slot": "event_name", + "start": 44 + }, + { + "exclusive_end": 127, + "slot": "date", + "start": 109 + }, + { + "exclusive_end": 146, + "slot": "city", + "start": 142 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the details. The event is at Water Seed. The number of tickets is 1. The event takes place on day after tomorrow, and it is in Napa." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "category": [ + "Blues" + ], + "city": [ + "Napa" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Water Seed" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yep, sounds good to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Napa", + "date": "2019-03-03", + "event_name": "Water Seed", + "number_of_tickets": "1" + } + }, + "service_results": [ + { + "city": "Napa", + "date": "2019-03-03", + "event_name": "Water Seed", + "number_of_tickets": "1", + "time": "19:00", + "venue": "Blue Note Napa", + "venue_address": "1030 Main Street" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your reservation is confirmed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "category": [ + "Blues" + ], + "city": [ + "Napa" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Water Seed" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks a lot! That's everything for now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good one!" + } + ] + }, + { + "dialogue_id": "11_00032", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 32, + "slot": "date", + "start": 24 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "date": [ + "tomorrow" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What are the events for tomorrow?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What city are you looking for?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sacramento" + ], + "slot": "city", + "values": [ + "Sacramento, CA" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 33, + "slot": "city", + "start": 19 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Sacramento, CA" + ], + "date": [ + "tomorrow" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like events in Sacramento, CA?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_type", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What do you like to do?" + }, + { + "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": [ + "Sacramento, CA" + ], + "date": [ + "tomorrow" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for sporting match." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Republic Vs Toros" + ], + "slot": "event_name", + "values": [ + "Republic vs Toros" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Papa Murphy's Park" + ], + "slot": "venue", + "values": [ + "Papa Murphy's Park" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Sacramento", + "date": "2019-03-02", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Soccer", + "city": "Sacramento", + "date": "2019-03-02", + "event_name": "Republic Vs Toros", + "event_type": "Sports", + "time": "18:30", + "venue": "Papa Murphy's Park", + "venue_address": "1600 Exposition Boulevard" + } + ], + "slots": [ + { + "exclusive_end": 42, + "slot": "event_name", + "start": 25 + }, + { + "exclusive_end": 64, + "slot": "venue", + "start": 46 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "They have a game between Republic vs Toros at Papa Murphy's Park." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Sacramento, CA" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Republic vs Toros" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like that. What days is that available?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Republic Vs Toros" + ], + "slot": "event_name", + "values": [ + "Republic vs Toros" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Papa Murphy's Park" + ], + "slot": "venue", + "values": [ + "Papa Murphy's Park" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Sacramento", + "event_name": "Republic Vs Toros" + } + }, + "service_results": [ + { + "city": "Sacramento", + "date": "2019-03-02", + "event_name": "Republic Vs Toros", + "time": "18:30", + "venue": "Papa Murphy's Park", + "venue_address": "1600 Exposition Boulevard" + } + ], + "slots": [ + { + "exclusive_end": 100, + "slot": "date", + "start": 92 + }, + { + "exclusive_end": 69, + "slot": "event_name", + "start": 52 + }, + { + "exclusive_end": 91, + "slot": "venue", + "start": 73 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found an event on 1 day. They have a game between Republic vs Toros at Papa Murphy's Park tomorrow." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "Sacramento, CA" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Republic vs Toros" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where is it located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1600 Exposition Boulevard" + ], + "slot": "venue_address", + "values": [ + "1600 Exposition Boulevard" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 33, + "slot": "venue_address", + "start": 8 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It's at 1600 Exposition Boulevard." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Sacramento, CA" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Republic vs Toros" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's good. I'd like to buy tickets to it." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_of_tickets", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "How many tickets would you like?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Sacramento, CA" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Republic vs Toros" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like 4 tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Republic Vs Toros" + ], + "slot": "event_name", + "values": [ + "Republic vs Toros" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Sacramento" + ], + "slot": "city", + "values": [ + "Sacramento" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 45, + "slot": "event_name", + "start": 28 + }, + { + "exclusive_end": 59, + "slot": "date", + "start": 51 + }, + { + "exclusive_end": 73, + "slot": "city", + "start": 63 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "You'd like 4 tickets to the Republic vs Toros game tomorrow in Sacramento?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Sacramento", + "Sacramento, CA" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Republic vs Toros" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes. That's great!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Sacramento", + "date": "2019-03-02", + "event_name": "Republic Vs Toros", + "number_of_tickets": "4" + } + }, + "service_results": [ + { + "city": "Sacramento", + "date": "2019-03-02", + "event_name": "Republic Vs Toros", + "number_of_tickets": "4", + "time": "18:30", + "venue": "Papa Murphy's Park", + "venue_address": "1600 Exposition Boulevard" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, it's all set." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Sacramento", + "Sacramento, CA" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Republic vs Toros" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks! That's all I'd like." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice day!" + } + ] + }, + { + "dialogue_id": "11_00033", + "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 would like to find Music events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What city would you like to search in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Diego" + ], + "slot": "city", + "values": [ + "San Diego" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 36, + "slot": "city", + "start": 27 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "San Diego" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am looking for events in San Diego." + }, + { + "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" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "San Diego", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "International", + "city": "San Diego", + "date": "2019-03-09", + "event_name": "Alejandro Sanz", + "event_type": "Music", + "time": "19:30", + "venue": "Cal Coast Credit Union Amphitheater", + "venue_address": "5500 Campanile Drive" + }, + { + "category": "Pop", + "city": "San Diego", + "date": "2019-03-04", + "event_name": "Aly And Aj", + "event_type": "Music", + "time": "19:30", + "venue": "The Observatory North Park", + "venue_address": "2891 University Avenue" + }, + { + "category": "Pop", + "city": "San Diego", + "date": "2019-03-14", + "event_name": "Bastille", + "event_type": "Music", + "time": "17:00", + "venue": "Cal Coast Credit Union Amphitheater", + "venue_address": "5500 Campanile Drive" + }, + { + "category": "Rock", + "city": "San Diego", + "date": "2019-03-13", + "event_name": "Fidlar", + "event_type": "Music", + "time": "18:00", + "venue": "The Observatory North Park", + "venue_address": "2891 University Avenue" + }, + { + "category": "Blues", + "city": "San Diego", + "date": "2019-03-12", + "event_name": "Greta Van Fleet", + "event_type": "Music", + "time": "18:00", + "venue": "Cal Coast Credit Union Amphitheater", + "venue_address": "5500 Campanile Drive" + }, + { + "category": "Blues", + "city": "San Diego", + "date": "2019-03-12", + "event_name": "Hozier", + "event_type": "Music", + "time": "18:30", + "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-08", + "event_name": "Local Natives", + "event_type": "Music", + "time": "17:00", + "venue": "The Observatory North Park", + "venue_address": "2891 University Avenue" + }, + { + "category": "Pop", + "city": "San Diego", + "date": "2019-03-09", + "event_name": "Prettymuch", + "event_type": "Music", + "time": "18: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" + } + ], + "slots": [ + { + "exclusive_end": 14, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 61, + "slot": "venue", + "start": 26 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Alejandro Sanz will be at Cal Coast Credit Union Amphitheater." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "date", + "values": [ + "8th of March" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "city", + "values": [ + "SF" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 103, + "slot": "date", + "start": 91 + }, + { + "exclusive_end": 69, + "slot": "city", + "start": 67 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "SF" + ], + "date": [ + "8th of March" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find me some other events, please? I would like to look in SF for something on the 8th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Carmina Burana" + ], + "slot": "event_name", + "values": [ + "Carmina Burana" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "San Francisco Symphony" + ], + "slot": "venue", + "values": [ + "San Francisco Symphony" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "San Francisco", + "date": "2019-03-08", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "Classical", + "city": "San Francisco", + "date": "2019-03-08", + "event_name": "Carmina Burana", + "event_type": "Music", + "time": "19:30", + "venue": "San Francisco Symphony", + "venue_address": "201 Van Ness Avenue" + }, + { + "category": "Electronica", + "city": "San Francisco", + "date": "2019-03-08", + "event_name": "Electric Feels", + "event_type": "Music", + "time": "17:30", + "venue": "August Hall", + "venue_address": "420 Mason Street" + }, + { + "category": "Christian", + "city": "San Francisco", + "date": "2019-03-08", + "event_name": "Matt Corby", + "event_type": "Music", + "time": "18:30", + "venue": "August Hall", + "venue_address": "420 Mason Street" + } + ], + "slots": [ + { + "exclusive_end": 40, + "slot": "event_name", + "start": 26 + }, + { + "exclusive_end": 88, + "slot": "venue", + "start": 66 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 3 events for you. Carmina Burana will be performed at the San Francisco Symphony." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "SF" + ], + "date": [ + "8th of March" + ], + "event_name": [ + "Carmina Burana" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good. What are some of the dates for this event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-08" + ], + "slot": "date", + "values": [ + "next Friday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Carmina Burana" + ], + "slot": "event_name", + "values": [ + "Carmina Burana" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "San Francisco Symphony" + ], + "slot": "venue", + "values": [ + "San Francisco Symphony" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "San Francisco", + "event_name": "Carmina Burana" + } + }, + "service_results": [ + { + "city": "San Francisco", + "date": "2019-03-08", + "event_name": "Carmina Burana", + "time": "19:30", + "venue": "San Francisco Symphony", + "venue_address": "201 Van Ness Avenue" + } + ], + "slots": [ + { + "exclusive_end": 64, + "slot": "date", + "start": 53 + }, + { + "exclusive_end": 14, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 52, + "slot": "venue", + "start": 30 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Carmina Burana will be at the San Francisco Symphony next Friday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "SF" + ], + "date": [ + "8th of March", + "next Friday" + ], + "event_name": [ + "Carmina Burana" + ], + "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?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "SF" + ], + "date": [ + "8th of March", + "next Friday" + ], + "event_name": [ + "Carmina Burana" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, I want 4 tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Carmina Burana" + ], + "slot": "event_name", + "values": [ + "Carmina Burana" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "date", + "values": [ + "next Friday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "San Francisco" + ], + "slot": "city", + "values": [ + "San Francisco" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 43, + "slot": "event_name", + "start": 29 + }, + { + "exclusive_end": 72, + "slot": "date", + "start": 61 + }, + { + "exclusive_end": 60, + "slot": "city", + "start": 47 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "You would like 4 tickets for Carmina Burana in San Francisco next Friday, is this correct." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "SF", + "San Francisco" + ], + "date": [ + "8th of March", + "next Friday" + ], + "event_name": [ + "Carmina Burana" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I want three tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "date", + "values": [ + "next Friday" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 40, + "slot": "date", + "start": 29 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "You would like 3 tickets for next Friday, is this correct?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "SF", + "San Francisco" + ], + "date": [ + "8th of March", + "next Friday" + ], + "event_name": [ + "Carmina Burana" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that sounds great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "San Francisco", + "date": "2019-03-08", + "event_name": "Carmina Burana", + "number_of_tickets": "3" + } + }, + "service_results": [ + { + "city": "San Francisco", + "date": "2019-03-08", + "event_name": "Carmina Burana", + "number_of_tickets": "3", + "time": "19:30", + "venue": "San Francisco Symphony", + "venue_address": "201 Van Ness Avenue" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your reservation has been made." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "SF", + "San Francisco" + ], + "date": [ + "8th of March", + "next Friday" + ], + "event_name": [ + "Carmina Burana" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does the show start? What is the address of the venue?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "19:30" + ], + "slot": "time", + "values": [ + "7:30 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "201 Van Ness Avenue" + ], + "slot": "venue_address", + "values": [ + "201 Van Ness Avenue" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 27, + "slot": "time", + "start": 20 + }, + { + "exclusive_end": 72, + "slot": "venue_address", + "start": 53 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event starts at 7:30 pm. The venue is located at 201 Van Ness Avenue." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "SF", + "San Francisco" + ], + "date": [ + "8th of March", + "next Friday" + ], + "event_name": [ + "Carmina Burana" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks for your help. 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": "11_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 want to look 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, and what city should I search?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Toronto" + ], + "slot": "city", + "values": [ + "Toronto, Ontario" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "event_type", + "values": [ + "Sports" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 41, + "slot": "city", + "start": 25 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Toronto, Ontario" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for Games in Toronto, Ontario." + }, + { + "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" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "10" + ], + "slot": "count", + "values": [ + "10" + ] + } + ], + "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": 54, + "slot": "event_name", + "start": 35 + }, + { + "exclusive_end": 75, + "slot": "venue", + "start": 62 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, I've found 10 events. One is Blue Jays Vs Astros at the Rogers Centre." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Toronto, Ontario" + ], + "event_name": [ + "Blue Jays Vs Astros" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good. What are the dates?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "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": "GetEventDates", + "parameters": { + "city": "Toronto", + "event_name": "Blue Jays Vs Astros" + } + }, + "service_results": [ + { + "city": "Toronto", + "date": "2019-03-04", + "event_name": "Blue Jays Vs Astros", + "time": "19:30", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + }, + { + "city": "Toronto", + "date": "2019-03-09", + "event_name": "Blue Jays Vs Astros", + "time": "19:30", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + }, + { + "city": "Toronto", + "date": "2019-03-11", + "event_name": "Blue Jays Vs Astros", + "time": "17:00", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + }, + { + "city": "Toronto", + "date": "2019-03-14", + "event_name": "Blue Jays Vs Astros", + "time": "17:00", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + } + ], + "slots": [ + { + "exclusive_end": 27, + "slot": "date", + "start": 16 + }, + { + "exclusive_end": 48, + "slot": "event_name", + "start": 29 + }, + { + "exclusive_end": 69, + "slot": "venue", + "start": 56 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a game next Monday, Blue Jays Vs Astros at the Rogers Centre." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time" + ], + "slot_values": { + "city": [ + "Toronto, Ontario" + ], + "event_name": [ + "Blue Jays Vs Astros" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What time does it start?" + }, + { + "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 starts at 7:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Toronto, Ontario" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Blue Jays Vs Astros" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Perfect, I'd like to buy tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_of_tickets", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "How many tickets would you like?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Toronto, Ontario" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Blue Jays Vs Astros" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Just 1 please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Blue Jays Vs Astros" + ], + "slot": "event_name", + "values": [ + "Blue Jays Vs Astros" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Toronto" + ], + "slot": "city", + "values": [ + "Toronto" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 64, + "slot": "event_name", + "start": 45 + }, + { + "exclusive_end": 76, + "slot": "date", + "start": 65 + }, + { + "exclusive_end": 87, + "slot": "city", + "start": 80 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please verify that you want 1 ticket for the Blue Jays Vs Astros next Monday in Toronto." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "Toronto", + "Toronto, Ontario" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Blue Jays Vs Astros" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Perfect. Where is that venue?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1 Blue Jays Way" + ], + "slot": "venue_address", + "values": [ + "1 Blue Jays Way" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Toronto", + "date": "2019-03-04", + "event_name": "Blue Jays Vs Astros", + "number_of_tickets": "1" + } + }, + "service_results": [ + { + "city": "Toronto", + "date": "2019-03-04", + "event_name": "Blue Jays Vs Astros", + "number_of_tickets": "1", + "time": "19:30", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + } + ], + "slots": [ + { + "exclusive_end": 57, + "slot": "venue_address", + "start": 42 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I've made the reservation. The address is 1 Blue Jays Way." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Toronto", + "Toronto, Ontario" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Blue Jays Vs Astros" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks so much." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else I can do for you today?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "Toronto", + "Toronto, Ontario" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Blue Jays Vs Astros" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thanks for you help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day." + } + ] + }, + { + "dialogue_id": "11_00035", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "event_type", + "values": [ + "Sports" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Oakland" + ], + "slot": "city", + "values": [ + "Oakland" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 41, + "slot": "city", + "start": 34 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Oakland" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am looking for sports 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" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "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": 88, + "slot": "event_name", + "start": 70 + }, + { + "exclusive_end": 52, + "slot": "venue", + "start": 21 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is an event at Oakland-Alameda County Coliseum. The even is the Raiders Vs Bengals." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Football" + ], + "slot": "category", + "values": [ + "football" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 26, + "slot": "category", + "start": 18 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "football" + ], + "city": [ + "Oakland" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find some football events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Raiders Vs Chiefs" + ], + "slot": "event_name", + "values": [ + "Raiders Vs Chiefs" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Oakland-Alameda County Coliseum" + ], + "slot": "venue", + "values": [ + "Oakland-Alameda County Coliseum" + ] + } + ], + "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": 81, + "slot": "event_name", + "start": 64 + }, + { + "exclusive_end": 52, + "slot": "venue", + "start": 21 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is an event at Oakland-Alameda County Coliseum. It is the Raiders Vs Chiefs." + }, + { + "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": "When does it start and where is the venue located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "18:00" + ], + "slot": "time", + "values": [ + "6 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "7000 Coliseum Way" + ], + "slot": "venue_address", + "values": [ + "7000 Coliseum Way" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 17, + "slot": "time", + "start": 13 + }, + { + "exclusive_end": 63, + "slot": "venue_address", + "start": 46 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It starts at 6 pm and the venue is located at 7000 Coliseum Way." + }, + { + "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 Chiefs" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds great 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 buy tickets for the event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "category": [ + "football" + ], + "city": [ + "Oakland" + ], + "event_name": [ + "Raiders Vs Chiefs" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Not now. I am interested in finding other events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Raiders Vs Chiefs" + ], + "slot": "event_name", + "values": [ + "Raiders Vs Chiefs" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Oakland-Alameda County Coliseum" + ], + "slot": "venue", + "values": [ + "Oakland-Alameda County Coliseum" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Oakland", + "event_name": "Raiders Vs Chiefs" + } + }, + "service_results": [ + { + "city": "Oakland", + "date": "2019-03-02", + "event_name": "Raiders Vs Chiefs", + "time": "19:00", + "venue": "Oakland-Alameda County Coliseum", + "venue_address": "7000 Coliseum Way" + }, + { + "city": "Oakland", + "date": "2019-03-08", + "event_name": "Raiders Vs Chiefs", + "time": "18:00", + "venue": "Oakland-Alameda County Coliseum", + "venue_address": "7000 Coliseum Way" + }, + { + "city": "Oakland", + "date": "2019-03-11", + "event_name": "Raiders Vs Chiefs", + "time": "18:30", + "venue": "Oakland-Alameda County Coliseum", + "venue_address": "7000 Coliseum Way" + } + ], + "slots": [ + { + "exclusive_end": 26, + "slot": "date", + "start": 18 + }, + { + "exclusive_end": 55, + "slot": "event_name", + "start": 38 + }, + { + "exclusive_end": 90, + "slot": "venue", + "start": 59 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is an event tomorrow. It is the Raiders Vs Chiefs at Oakland-Alameda County Coliseum." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "category": [ + "football" + ], + "city": [ + "Oakland" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Raiders Vs Chiefs" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that sounds great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Anything else I can help you with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "category": [ + "football" + ], + "city": [ + "Oakland" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Raiders Vs Chiefs" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to buy 2 tickets for an event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Raiders Vs Chiefs" + ], + "slot": "event_name", + "values": [ + "Raiders Vs Chiefs" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Oakland" + ], + "slot": "city", + "values": [ + "Oakland" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 50, + "slot": "event_name", + "start": 33 + }, + { + "exclusive_end": 59, + "slot": "date", + "start": 51 + }, + { + "exclusive_end": 70, + "slot": "city", + "start": 63 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: 2 tickets to the Raiders Vs Chiefs tomorrow in Oakland." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "category": [ + "football" + ], + "city": [ + "Oakland" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Raiders Vs Chiefs" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I would like three tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Oakland" + ], + "slot": "city", + "values": [ + "Oakland" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 50, + "slot": "city", + "start": 43 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: 3 tickets for the event in Oakland." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "category": [ + "football" + ], + "city": [ + "Oakland" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Raiders Vs Chiefs" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Oakland", + "date": "2019-03-02", + "event_name": "Raiders Vs Chiefs", + "number_of_tickets": "3" + } + }, + "service_results": [ + { + "city": "Oakland", + "date": "2019-03-02", + "event_name": "Raiders Vs Chiefs", + "number_of_tickets": "3", + "time": "19:00", + "venue": "Oakland-Alameda County Coliseum", + "venue_address": "7000 Coliseum Way" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your reservation was successfully made." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "category": [ + "football" + ], + "city": [ + "Oakland" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Raiders Vs Chiefs" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you, that is all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "11_00036", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "city", + "values": [ + "Philadelphia" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "event_type", + "values": [ + "Music" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 43, + "slot": "city", + "start": 31 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to search for events in Philadelphia. I'd like to go to a concert." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Blueface" + ], + "slot": "event_name", + "values": [ + "Blueface" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Fillmore Philadelphia" + ], + "slot": "venue", + "values": [ + "The Fillmore Philadelphia" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "10" + ], + "slot": "count", + "values": [ + "10" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Philadelphia", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "Hip Hop", + "city": "Philadelphia", + "date": "2019-03-08", + "event_name": "Blueface", + "event_type": "Music", + "time": "17:00", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + }, + { + "category": "Pop", + "city": "Philadelphia", + "date": "2019-03-13", + "event_name": "Conan Gray", + "event_type": "Music", + "time": "19:00", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + }, + { + "category": "Rock", + "city": "Philadelphia", + "date": "2019-03-11", + "event_name": "Don Broco", + "event_type": "Music", + "time": "18:30", + "venue": "The Foundry", + "venue_address": "29 East Allen Street 2nd Floor" + }, + { + "category": "Pop", + "city": "Philadelphia", + "date": "2019-03-07", + "event_name": "Girl In Red", + "event_type": "Music", + "time": "18:00", + "venue": "The Foundry", + "venue_address": "29 East Allen Street 2nd Floor" + }, + { + "category": "Rock", + "city": "Philadelphia", + "date": "2019-03-12", + "event_name": "Hot Water Music", + "event_type": "Music", + "time": "18:30", + "venue": "Underground Arts", + "venue_address": "1200 Callowhill Street" + }, + { + "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" + }, + { + "category": "Electronica", + "city": "Philadelphia", + "date": "2019-03-06", + "event_name": "Lights", + "event_type": "Music", + "time": "17:30", + "venue": "The Foundry", + "venue_address": "29 East Allen Street 2nd Floor" + }, + { + "category": "Hip Hop", + "city": "Philadelphia", + "date": "2019-03-02", + "event_name": "Nav With Killy", + "event_type": "Music", + "time": "18:30", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + }, + { + "category": "Rock", + "city": "Philadelphia", + "date": "2019-03-03", + "event_name": "Northlane", + "event_type": "Music", + "time": "17:00", + "venue": "The Foundry", + "venue_address": "29 East Allen Street 2nd Floor" + }, + { + "category": "Rock", + "city": "Philadelphia", + "date": "2019-03-13", + "event_name": "The Lemonheads", + "event_type": "Music", + "time": "19:00", + "venue": "The Foundry", + "venue_address": "29 East Allen Street 2nd Floor" + } + ], + "slots": [ + { + "exclusive_end": 58, + "slot": "event_name", + "start": 50 + }, + { + "exclusive_end": 96, + "slot": "venue", + "start": 71 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 10 events that I think you'd like. One is Blueface and it's at The Fillmore Philadelphia." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "event_name": [ + "Blueface" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds fun. What are the date for the event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Blueface" + ], + "slot": "event_name", + "values": [ + "Blueface" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Fillmore Philadelphia" + ], + "slot": "venue", + "values": [ + "The Fillmore Philadelphia" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "7" + ], + "slot": "count", + "values": [ + "7" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Philadelphia", + "event_name": "Blueface" + } + }, + "service_results": [ + { + "city": "Philadelphia", + "date": "2019-03-01", + "event_name": "Blueface", + "time": "17:00", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + }, + { + "city": "Philadelphia", + "date": "2019-03-04", + "event_name": "Blueface", + "time": "17:30", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + }, + { + "city": "Philadelphia", + "date": "2019-03-06", + "event_name": "Blueface", + "time": "17:00", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + }, + { + "city": "Philadelphia", + "date": "2019-03-07", + "event_name": "Blueface", + "time": "17:00", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + }, + { + "city": "Philadelphia", + "date": "2019-03-08", + "event_name": "Blueface", + "time": "17:00", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + }, + { + "city": "Philadelphia", + "date": "2019-03-10", + "event_name": "Blueface", + "time": "19:30", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + }, + { + "city": "Philadelphia", + "date": "2019-03-12", + "event_name": "Blueface", + "time": "18:00", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + } + ], + "slots": [ + { + "exclusive_end": 50, + "slot": "date", + "start": 45 + }, + { + "exclusive_end": 38, + "slot": "event_name", + "start": 30 + }, + { + "exclusive_end": 80, + "slot": "venue", + "start": 55 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found that event on 7 days. Blueface is on today, at The Fillmore Philadelphia." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "Philadelphia" + ], + "event_name": [ + "Blueface" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What time does it start and where is that located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17:00" + ], + "slot": "time", + "values": [ + "5 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "29 East Allen Street" + ], + "slot": "venue_address", + "values": [ + "29 East Allen Street" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 17, + "slot": "time", + "start": 13 + }, + { + "exclusive_end": 55, + "slot": "venue_address", + "start": 35 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It starts at 5 pm. The venue is at 29 East Allen Street." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "date": [ + "today" + ], + "event_name": [ + "Blueface" + ], + "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": "Should I get you tickets for the event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "date": [ + "today" + ], + "event_name": [ + "Blueface" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, I would like to go." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_of_tickets", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "How many tickets would you like?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "date": [ + "today" + ], + "event_name": [ + "Blueface" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Just one ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Blueface" + ], + "slot": "event_name", + "values": [ + "Blueface" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "city", + "values": [ + "Philadelphia" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 50, + "slot": "event_name", + "start": 42 + }, + { + "exclusive_end": 56, + "slot": "date", + "start": 51 + }, + { + "exclusive_end": 73, + "slot": "city", + "start": 61 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm that you want 1 ticket for Blueface today, in Philadelphia." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "date": [ + "today" + ], + "event_name": [ + "Blueface" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that's perfect." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Philadelphia", + "date": "2019-03-01", + "event_name": "Blueface", + "number_of_tickets": "1" + } + }, + "service_results": [ + { + "city": "Philadelphia", + "date": "2019-03-01", + "event_name": "Blueface", + "number_of_tickets": "1", + "time": "17:00", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your reservation is complete." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "date": [ + "today" + ], + "event_name": [ + "Blueface" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you for finding something!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else I can help with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "date": [ + "today" + ], + "event_name": [ + "Blueface" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "11_00037", + "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 look for 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": "What type of events would you like to search for? These can be sports or music or more. Please list the cities." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Phoenix" + ], + "slot": "city", + "values": [ + "Phoenix, AZ" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "event_type", + "values": [ + "Sports" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 45, + "slot": "city", + "start": 34 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Phoenix, AZ" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am looking for sports 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" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "10" + ], + "slot": "count", + "values": [ + "10" + ] + } + ], + "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": 63, + "slot": "event_name", + "start": 42 + }, + { + "exclusive_end": 78, + "slot": "venue", + "start": 67 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 10 sports events. This event is Arizona Vs LA Dodgers at Chase 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": 33, + "slot": "category", + "start": 25 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "baseball" + ], + "city": [ + "Phoenix, AZ" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to look for baseball events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Arizona Vs Milwaukee" + ], + "slot": "event_name", + "values": [ + "Arizona vs Milwaukee" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Chase Field" + ], + "slot": "venue", + "values": [ + "Chase Field" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Baseball", + "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": 30, + "slot": "event_name", + "start": 10 + }, + { + "exclusive_end": 45, + "slot": "venue", + "start": 34 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "How about Arizona vs Milwaukee at Chase Field?" + }, + { + "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" + ], + "event_name": [ + "Arizona vs Milwaukee" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "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?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "baseball" + ], + "city": [ + "Phoenix, AZ" + ], + "event_name": [ + "Arizona vs Milwaukee" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No thank you." + }, + { + "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": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "category": [ + "baseball" + ], + "city": [ + "Phoenix, AZ" + ], + "event_name": [ + "Arizona vs Milwaukee" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need more event dates." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Arizona Vs Milwaukee" + ], + "slot": "event_name", + "values": [ + "Arizona vs Milwaukee" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Chase Field" + ], + "slot": "venue", + "values": [ + "Chase Field" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Phoenix", + "event_name": "Arizona Vs Milwaukee" + } + }, + "service_results": [ + { + "city": "Phoenix", + "date": "2019-03-04", + "event_name": "Arizona Vs Milwaukee", + "time": "17:00", + "venue": "Chase Field", + "venue_address": "401 East Jefferson Street" + } + ], + "slots": [ + { + "exclusive_end": 50, + "slot": "date", + "start": 39 + }, + { + "exclusive_end": 20, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 35, + "slot": "venue", + "start": 24 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Arizona vs Milwaukee at Chase Field is next Monday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "category": [ + "baseball" + ], + "city": [ + "Phoenix, AZ" + ], + "event_name": [ + "Arizona vs Milwaukee" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What about on other days?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Phoenix", + "event_name": "Arizona Vs Milwaukee" + } + }, + "service_results": [], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I couldn't find anymore dates. 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": [ + "baseball" + ], + "city": [ + "Phoenix, AZ" + ], + "event_name": [ + "Arizona vs Milwaukee" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thank you so much." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day." + } + ] + }, + { + "dialogue_id": "11_00038", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "city", + "values": [ + "Los Angeles" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 26, + "slot": "city", + "start": 15 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Los Angeles" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Going to be in Los Angeles for vacation. I'm looking for something to do while I'm there." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_type", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What are you looking to do?" + }, + { + "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": [ + "Los Angeles" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "A Match of some sort would be good." + }, + { + "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" + ] + } + ], + "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": 25, + "slot": "event_name", + "start": 10 + }, + { + "exclusive_end": 43, + "slot": "venue", + "start": 29 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "How about Dodgers Vs Cubs at Dodger Stadium?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Los Angeles" + ], + "event_name": [ + "Dodgers Vs Cubs" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds great! I need dates so I can plan my trip." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "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" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Los Angeles", + "event_name": "Dodgers Vs Cubs" + } + }, + "service_results": [ + { + "city": "Los Angeles", + "date": "2019-03-01", + "event_name": "Dodgers Vs Cubs", + "time": "17:30", + "venue": "Dodger Stadium", + "venue_address": "1000 Vin Scully Ave" + }, + { + "city": "Los Angeles", + "date": "2019-03-09", + "event_name": "Dodgers Vs Cubs", + "time": "19:00", + "venue": "Dodger Stadium", + "venue_address": "1000 Vin Scully Ave" + } + ], + "slots": [ + { + "exclusive_end": 42, + "slot": "date", + "start": 37 + }, + { + "exclusive_end": 15, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 36, + "slot": "venue", + "start": 22 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Dodgers Vs Cubs is at Dodger Stadium today. You're in luck!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Los Angeles" + ], + "event_name": [ + "Dodgers Vs Cubs" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Darn it...what about another event on a different day?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-09" + ], + "slot": "date", + "values": [ + "March 9th" + ] + }, + { + "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" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 59, + "slot": "date", + "start": 50 + }, + { + "exclusive_end": 28, + "slot": "event_name", + "start": 13 + }, + { + "exclusive_end": 46, + "slot": "venue", + "start": 32 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "We also have Dodgers Vs Cubs at Dodger Stadium on March 9th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Los Angeles" + ], + "date": [ + "March 9th" + ], + "event_name": [ + "Dodgers Vs Cubs" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great! I need tickets!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_of_tickets", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "How many tickets are you interested in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Los Angeles" + ], + "date": [ + "March 9th" + ], + "event_name": [ + "Dodgers Vs Cubs" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Four tickets should do it." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Dodgers Vs Cubs" + ], + "slot": "event_name", + "values": [ + "Dodgers Vs Cubs" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "date", + "values": [ + "March 9th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "city", + "values": [ + "Los Angeles" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 45, + "slot": "event_name", + "start": 30 + }, + { + "exclusive_end": 58, + "slot": "date", + "start": 49 + }, + { + "exclusive_end": 73, + "slot": "city", + "start": 62 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: 4 tickets for Dodgers Vs Cubs on March 9th in Los Angeles." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Los Angeles" + ], + "date": [ + "March 9th" + ], + "event_name": [ + "Dodgers Vs Cubs" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No. Only want 1 ticket instead." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "city", + "values": [ + "Los Angeles" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 40, + "slot": "city", + "start": 29 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: 1 ticket for Los Angeles event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Los Angeles" + ], + "date": [ + "March 9th" + ], + "event_name": [ + "Dodgers Vs Cubs" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that will work." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Los Angeles", + "date": "2019-03-09", + "event_name": "Dodgers Vs Cubs", + "number_of_tickets": "1" + } + }, + "service_results": [ + { + "city": "Los Angeles", + "date": "2019-03-09", + "event_name": "Dodgers Vs Cubs", + "number_of_tickets": "1", + "time": "19:00", + "venue": "Dodger Stadium", + "venue_address": "1000 Vin Scully Ave" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your reservation is complete." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Los Angeles" + ], + "date": [ + "March 9th" + ], + "event_name": [ + "Dodgers Vs Cubs" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you so much!" + }, + { + "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": { + "city": [ + "Los Angeles" + ], + "date": [ + "March 9th" + ], + "event_name": [ + "Dodgers Vs Cubs" + ], + "event_type": [ + "Sports" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No thank you. I appreciate your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You are welcome. Have a great day!" + } + ] + }, + { + "dialogue_id": "11_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": "I would like to search for events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_type", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which city do you prefer and what type of event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Portland" + ], + "slot": "city", + "values": [ + "Portland" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "event_type", + "values": [ + "Music" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 34, + "slot": "city", + "start": 26 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Portland" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like a concert in Portland." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Bryan Adams" + ], + "slot": "event_name", + "values": [ + "Bryan Adams" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Theater Of The Clouds" + ], + "slot": "venue", + "values": [ + "Theater of the Clouds" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Portland", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "Pop", + "city": "Portland", + "date": "2019-03-09", + "event_name": "Bryan Adams", + "event_type": "Music", + "time": "19:00", + "venue": "Theater Of The Clouds", + "venue_address": "1016-1098 North Center Court Street" + }, + { + "category": "Blues", + "city": "Portland", + "date": "2019-03-01", + "event_name": "Damien Jurado", + "event_type": "Music", + "time": "17:00", + "venue": "The Old Church Concert Hall", + "venue_address": "1422 Southwest 11th Avenue" + }, + { + "category": "Pop", + "city": "Portland", + "date": "2019-03-09", + "event_name": "Erica Fernandez", + "event_type": "Music", + "time": "18:30", + "venue": "Newmark Theatre", + "venue_address": "1111 Southwest Broadway" + }, + { + "category": "Pop", + "city": "Portland", + "date": "2019-03-05", + "event_name": "Friends", + "event_type": "Music", + "time": "17:00", + "venue": "Newmark Theatre", + "venue_address": "1111 Southwest Broadway" + }, + { + "category": "Blues", + "city": "Portland", + "date": "2019-03-07", + "event_name": "Hozier", + "event_type": "Music", + "time": "18:30", + "venue": "Theater Of The Clouds", + "venue_address": "1016-1098 North Center Court Street" + }, + { + "category": "Electronica", + "city": "Portland", + "date": "2019-03-10", + "event_name": "Kishi Bashi", + "event_type": "Music", + "time": "17:00", + "venue": "The Old Church Concert Hall", + "venue_address": "1422 Southwest 11th Avenue" + }, + { + "category": "Rock", + "city": "Portland", + "date": "2019-03-04", + "event_name": "Rob Thomas", + "event_type": "Music", + "time": "18:00", + "venue": "Theater Of The Clouds", + "venue_address": "1016-1098 North Center Court Street" + } + ], + "slots": [ + { + "exclusive_end": 22, + "slot": "event_name", + "start": 11 + }, + { + "exclusive_end": 59, + "slot": "venue", + "start": 38 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a Bryan Adams concert at the Theater of the Clouds." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "4th of this month" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "city", + "values": [ + "LA" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 42, + "slot": "date", + "start": 25 + }, + { + "exclusive_end": 48, + "slot": "city", + "start": 46 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "LA" + ], + "date": [ + "4th of this month" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is there anything on the 4th of this month in LA?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Gloryhammer" + ], + "slot": "event_name", + "values": [ + "Gloryhammer" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1720(tm)" + ], + "slot": "venue", + "values": [ + "1720(tm)" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "5" + ], + "slot": "count", + "values": [ + "5" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Los Angeles", + "date": "2019-03-04", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "Rock", + "city": "Los Angeles", + "date": "2019-03-04", + "event_name": "Gloryhammer", + "event_type": "Music", + "time": "19:30", + "venue": "1720(tm)", + "venue_address": "1720 East 16th Street" + }, + { + "category": "Jazz", + "city": "Los Angeles", + "date": "2019-03-04", + "event_name": "Jordan Rakei", + "event_type": "Music", + "time": "18:00", + "venue": "Regent Theater DTLA", + "venue_address": "448 South Main Street" + }, + { + "category": "Rock", + "city": "Los Angeles", + "date": "2019-03-04", + "event_name": "Murder City Devils", + "event_type": "Music", + "time": "18:00", + "venue": "The Teragram Ballroom", + "venue_address": "1234 West 7th Street" + }, + { + "category": "Hip Hop", + "city": "Los Angeles", + "date": "2019-03-04", + "event_name": "Spose", + "event_type": "Music", + "time": "19:00", + "venue": "1720(tm)", + "venue_address": "1720 East 16th Street" + }, + { + "category": "Rock", + "city": "Los Angeles", + "date": "2019-03-04", + "event_name": "Starset", + "event_type": "Music", + "time": "18:30", + "venue": "Regent Theater DTLA", + "venue_address": "448 South Main Street" + } + ], + "slots": [ + { + "exclusive_end": 40, + "slot": "event_name", + "start": 29 + }, + { + "exclusive_end": 52, + "slot": "venue", + "start": 44 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 5 events. There is Gloryhammer at 1720(tm)." + }, + { + "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": [ + "LA" + ], + "date": [ + "4th of this month" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does it start and what is the category?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Rock" + ], + "slot": "category", + "values": [ + "rock" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "19:30" + ], + "slot": "time", + "values": [ + "7:30 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 44, + "slot": "category", + "start": 40 + }, + { + "exclusive_end": 27, + "slot": "time", + "start": 20 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event starts at 7:30 pm and it 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": [ + "LA" + ], + "date": [ + "4th of this month" + ], + "event_name": [ + "Gloryhammer" + ], + "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 me to buy tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "LA" + ], + "date": [ + "4th of this month" + ], + "event_name": [ + "Gloryhammer" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, not yet. Are there other dates?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Gloryhammer" + ], + "slot": "event_name", + "values": [ + "Gloryhammer" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1720(tm)" + ], + "slot": "venue", + "values": [ + "1720(tm)" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Los Angeles", + "event_name": "Gloryhammer" + } + }, + "service_results": [ + { + "city": "Los Angeles", + "date": "2019-03-04", + "event_name": "Gloryhammer", + "time": "19:30", + "venue": "1720(tm)", + "venue_address": "1720 East 16th Street" + } + ], + "slots": [ + { + "exclusive_end": 42, + "slot": "date", + "start": 31 + }, + { + "exclusive_end": 70, + "slot": "event_name", + "start": 59 + }, + { + "exclusive_end": 54, + "slot": "venue", + "start": 46 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The is an event on 1 other day next Monday at 1720(tm) for Gloryhammer." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "LA" + ], + "date": [ + "4th of this month", + "next Monday" + ], + "event_name": [ + "Gloryhammer" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Good, I want to buy three tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Gloryhammer" + ], + "slot": "event_name", + "values": [ + "Gloryhammer" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "city", + "values": [ + "Los Angeles" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 39, + "slot": "event_name", + "start": 28 + }, + { + "exclusive_end": 51, + "slot": "date", + "start": 40 + }, + { + "exclusive_end": 66, + "slot": "city", + "start": 55 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Confirming 3 tickets to see Gloryhammer next Monday in Los Angeles." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "LA", + "Los Angeles" + ], + "date": [ + "4th of this month", + "next Monday" + ], + "event_name": [ + "Gloryhammer" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Good, where is the venue?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1720 East 16th Street" + ], + "slot": "venue_address", + "values": [ + "1720 East 16th Street" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Los Angeles", + "date": "2019-03-04", + "event_name": "Gloryhammer", + "number_of_tickets": "3" + } + }, + "service_results": [ + { + "city": "Los Angeles", + "date": "2019-03-04", + "event_name": "Gloryhammer", + "number_of_tickets": "3", + "time": "19:30", + "venue": "1720(tm)", + "venue_address": "1720 East 16th Street" + } + ], + "slots": [ + { + "exclusive_end": 75, + "slot": "venue_address", + "start": 54 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The reservation is completed. The event is located at 1720 East 16th Street." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "LA", + "Los Angeles" + ], + "date": [ + "4th of this month", + "next Monday" + ], + "event_name": [ + "Gloryhammer" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks you for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else I can do for you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "LA", + "Los Angeles" + ], + "date": [ + "4th of this month", + "next Monday" + ], + "event_name": [ + "Gloryhammer" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice day." + } + ] + }, + { + "dialogue_id": "11_00040", + "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'm looking for Music events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "In which city?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Blues" + ], + "slot": "category", + "values": [ + "Blues" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Portland" + ], + "slot": "city", + "values": [ + "Portland" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 5, + "slot": "category", + "start": 0 + }, + { + "exclusive_end": 24, + "slot": "city", + "start": 16 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Blues" + ], + "city": [ + "Portland" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Blues events in Portland." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Damien Jurado" + ], + "slot": "event_name", + "values": [ + "Damien Jurado" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Old Church Concert Hall" + ], + "slot": "venue", + "values": [ + "The Old Church Concert Hall" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "2" + ], + "slot": "count", + "values": [ + "2" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Blues", + "city": "Portland", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "Blues", + "city": "Portland", + "date": "2019-03-01", + "event_name": "Damien Jurado", + "event_type": "Music", + "time": "17:00", + "venue": "The Old Church Concert Hall", + "venue_address": "1422 Southwest 11th Avenue" + }, + { + "category": "Blues", + "city": "Portland", + "date": "2019-03-07", + "event_name": "Hozier", + "event_type": "Music", + "time": "18:30", + "venue": "Theater Of The Clouds", + "venue_address": "1016-1098 North Center Court Street" + } + ], + "slots": [ + { + "exclusive_end": 38, + "slot": "event_name", + "start": 25 + }, + { + "exclusive_end": 69, + "slot": "venue", + "start": 42 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 2 events. One is Damien Jurado at The Old Church Concert Hall." + }, + { + "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": [ + "Portland" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where's the venue and what's the time?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17:00" + ], + "slot": "time", + "values": [ + "5 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "1422 Southwest 11th Avenue" + ], + "slot": "venue_address", + "values": [ + "1422 Southwest 11th Avenue" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 39, + "slot": "time", + "start": 35 + }, + { + "exclusive_end": 31, + "slot": "venue_address", + "start": 5 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It's 1422 Southwest 11th Avenue at 5 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Blues" + ], + "city": [ + "Portland" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Any other events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Hozier" + ], + "slot": "event_name", + "values": [ + "Hozier" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Theater Of The Clouds" + ], + "slot": "venue", + "values": [ + "Theater Of The Clouds" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 14, + "slot": "event_name", + "start": 8 + }, + { + "exclusive_end": 39, + "slot": "venue", + "start": 18 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's Hozier at Theater Of The Clouds." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "category": [ + "Blues" + ], + "city": [ + "Portland" + ], + "event_name": [ + "Hozier" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good, I'm looking at dates for events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Hozier" + ], + "slot": "event_name", + "values": [ + "Hozier" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Theater Of The Clouds" + ], + "slot": "venue", + "values": [ + "Theater Of The Clouds" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Portland", + "event_name": "Hozier" + } + }, + "service_results": [ + { + "city": "Portland", + "date": "2019-03-04", + "event_name": "Hozier", + "time": "17:00", + "venue": "Theater Of The Clouds", + "venue_address": "1016-1098 North Center Court Street" + }, + { + "city": "Portland", + "date": "2019-03-05", + "event_name": "Hozier", + "time": "18:30", + "venue": "Theater Of The Clouds", + "venue_address": "1016-1098 North Center Court Street" + }, + { + "city": "Portland", + "date": "2019-03-07", + "event_name": "Hozier", + "time": "18:30", + "venue": "Theater Of The Clouds", + "venue_address": "1016-1098 North Center Court Street" + }, + { + "city": "Portland", + "date": "2019-03-08", + "event_name": "Hozier", + "time": "17:30", + "venue": "Theater Of The Clouds", + "venue_address": "1016-1098 North Center Court Street" + }, + { + "city": "Portland", + "date": "2019-03-09", + "event_name": "Hozier", + "time": "17:30", + "venue": "Theater Of The Clouds", + "venue_address": "1016-1098 North Center Court Street" + }, + { + "city": "Portland", + "date": "2019-03-11", + "event_name": "Hozier", + "time": "17:00", + "venue": "Theater Of The Clouds", + "venue_address": "1016-1098 North Center Court Street" + } + ], + "slots": [ + { + "exclusive_end": 24, + "slot": "date", + "start": 13 + }, + { + "exclusive_end": 35, + "slot": "event_name", + "start": 29 + }, + { + "exclusive_end": 60, + "slot": "venue", + "start": 39 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event is next Monday for Hozier at Theater Of The Clouds." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time" + ], + "slot_values": { + "category": [ + "Blues" + ], + "city": [ + "Portland" + ], + "event_name": [ + "Hozier" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does it start?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17:00" + ], + "slot": "time", + "values": [ + "5 pm" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 7, + "slot": "time", + "start": 3 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "At 5 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "category": [ + "Blues" + ], + "city": [ + "Portland" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Hozier" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good." + }, + { + "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": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "category": [ + "Blues" + ], + "city": [ + "Portland" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Hozier" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, 1 ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Hozier" + ], + "slot": "event_name", + "values": [ + "Hozier" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Portland" + ], + "slot": "city", + "values": [ + "Portland" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 34, + "slot": "event_name", + "start": 28 + }, + { + "exclusive_end": 46, + "slot": "date", + "start": 35 + }, + { + "exclusive_end": 58, + "slot": "city", + "start": 50 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: 1 ticket to Hozier next Monday in Portland." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "category": [ + "Blues" + ], + "city": [ + "Portland" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Hozier" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that's great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Portland", + "date": "2019-03-04", + "event_name": "Hozier", + "number_of_tickets": "1" + } + }, + "service_results": [ + { + "city": "Portland", + "date": "2019-03-04", + "event_name": "Hozier", + "number_of_tickets": "1", + "time": "17:00", + "venue": "Theater Of The Clouds", + "venue_address": "1016-1098 North Center Court Street" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket is reserved." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "category": [ + "Blues" + ], + "city": [ + "Portland" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Hozier" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks, that's all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "11_00041", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Diego" + ], + "slot": "city", + "values": [ + "SD" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "event_type", + "values": [ + "Music" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 38, + "slot": "city", + "start": 36 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "SD" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to search for some events in SD. I am interested in Music." + }, + { + "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" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "San Diego", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "International", + "city": "San Diego", + "date": "2019-03-09", + "event_name": "Alejandro Sanz", + "event_type": "Music", + "time": "19:30", + "venue": "Cal Coast Credit Union Amphitheater", + "venue_address": "5500 Campanile Drive" + }, + { + "category": "Pop", + "city": "San Diego", + "date": "2019-03-04", + "event_name": "Aly And Aj", + "event_type": "Music", + "time": "19:30", + "venue": "The Observatory North Park", + "venue_address": "2891 University Avenue" + }, + { + "category": "Pop", + "city": "San Diego", + "date": "2019-03-14", + "event_name": "Bastille", + "event_type": "Music", + "time": "17:00", + "venue": "Cal Coast Credit Union Amphitheater", + "venue_address": "5500 Campanile Drive" + }, + { + "category": "Rock", + "city": "San Diego", + "date": "2019-03-13", + "event_name": "Fidlar", + "event_type": "Music", + "time": "18:00", + "venue": "The Observatory North Park", + "venue_address": "2891 University Avenue" + }, + { + "category": "Blues", + "city": "San Diego", + "date": "2019-03-12", + "event_name": "Greta Van Fleet", + "event_type": "Music", + "time": "18:00", + "venue": "Cal Coast Credit Union Amphitheater", + "venue_address": "5500 Campanile Drive" + }, + { + "category": "Blues", + "city": "San Diego", + "date": "2019-03-12", + "event_name": "Hozier", + "event_type": "Music", + "time": "18:30", + "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-08", + "event_name": "Local Natives", + "event_type": "Music", + "time": "17:00", + "venue": "The Observatory North Park", + "venue_address": "2891 University Avenue" + }, + { + "category": "Pop", + "city": "San Diego", + "date": "2019-03-09", + "event_name": "Prettymuch", + "event_type": "Music", + "time": "18: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" + } + ], + "slots": [ + { + "exclusive_end": 35, + "slot": "event_name", + "start": 21 + }, + { + "exclusive_end": 92, + "slot": "venue", + "start": 57 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is an event in Alejandro Sanz and it's location is Cal Coast Credit Union Amphitheater." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "SD" + ], + "event_name": [ + "Alejandro Sanz" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good. I would like to know the dates for events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "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" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "San Diego", + "event_name": "Alejandro Sanz" + } + }, + "service_results": [ + { + "city": "San Diego", + "date": "2019-03-04", + "event_name": "Alejandro Sanz", + "time": "17:30", + "venue": "Cal Coast Credit Union Amphitheater", + "venue_address": "5500 Campanile Drive" + }, + { + "city": "San Diego", + "date": "2019-03-08", + "event_name": "Alejandro Sanz", + "time": "17:00", + "venue": "Cal Coast Credit Union Amphitheater", + "venue_address": "5500 Campanile Drive" + }, + { + "city": "San Diego", + "date": "2019-03-09", + "event_name": "Alejandro Sanz", + "time": "19:30", + "venue": "Cal Coast Credit Union Amphitheater", + "venue_address": "5500 Campanile Drive" + }, + { + "city": "San Diego", + "date": "2019-03-10", + "event_name": "Alejandro Sanz", + "time": "19:00", + "venue": "Cal Coast Credit Union Amphitheater", + "venue_address": "5500 Campanile Drive" + }, + { + "city": "San Diego", + "date": "2019-03-11", + "event_name": "Alejandro Sanz", + "time": "19:00", + "venue": "Cal Coast Credit Union Amphitheater", + "venue_address": "5500 Campanile Drive" + }, + { + "city": "San Diego", + "date": "2019-03-13", + "event_name": "Alejandro Sanz", + "time": "18:30", + "venue": "Cal Coast Credit Union Amphitheater", + "venue_address": "5500 Campanile Drive" + }, + { + "city": "San Diego", + "date": "2019-03-14", + "event_name": "Alejandro Sanz", + "time": "18:30", + "venue": "Cal Coast Credit Union Amphitheater", + "venue_address": "5500 Campanile Drive" + } + ], + "slots": [ + { + "exclusive_end": 42, + "slot": "date", + "start": 31 + }, + { + "exclusive_end": 24, + "slot": "event_name", + "start": 10 + }, + { + "exclusive_end": 87, + "slot": "venue", + "start": 52 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event Alejandro Sanz is on next Monday. It's at Cal Coast Credit Union Amphitheater." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "SD" + ], + "event_name": [ + "Alejandro Sanz" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you give me some events on more dates?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-08" + ], + "slot": "date", + "values": [ + "next Friday" + ] + }, + { + "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" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 39, + "slot": "date", + "start": 28 + }, + { + "exclusive_end": 24, + "slot": "event_name", + "start": 10 + }, + { + "exclusive_end": 93, + "slot": "venue", + "start": 58 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event Alejandro Sanz is next Friday. It is 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": "GetEventDates", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "SD" + ], + "event_name": [ + "Alejandro Sanz" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where is the venue and when does the event begin?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17:00" + ], + "slot": "time", + "values": [ + "5 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "5500 Campanile Drive" + ], + "slot": "venue_address", + "values": [ + "5500 Campanile Drive" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 71, + "slot": "time", + "start": 67 + }, + { + "exclusive_end": 52, + "slot": "venue_address", + "start": 32 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The venue is at the location of 5500 Campanile Drive and begins at 5 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "SD" + ], + "date": [ + "next Friday" + ], + "event_name": [ + "Alejandro Sanz" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds great 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 to this event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "SD" + ], + "date": [ + "next Friday" + ], + "event_name": [ + "Alejandro Sanz" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, I would like to purchase 4 event tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Alejandro Sanz" + ], + "slot": "event_name", + "values": [ + "Alejandro Sanz" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "number_of_tickets", + "values": [ + "4" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "date", + "values": [ + "next Friday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "San Diego" + ], + "slot": "city", + "values": [ + "San Diego" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 65, + "slot": "event_name", + "start": 51 + }, + { + "exclusive_end": 93, + "slot": "date", + "start": 82 + }, + { + "exclusive_end": 81, + "slot": "city", + "start": 72 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please verify the following information: The event Alejandro Sanz is in San Diego next Friday and with 4 tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "SD", + "San Diego" + ], + "date": [ + "next Friday" + ], + "event_name": [ + "Alejandro Sanz" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that's not right. I only want 1 ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "San Diego" + ], + "slot": "city", + "values": [ + "San Diego" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 41, + "slot": "city", + "start": 32 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: The event is in San Diego with 1 ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "time", + "venue_address" + ], + "slot_values": { + "city": [ + "SD", + "San Diego" + ], + "date": [ + "next Friday" + ], + "event_name": [ + "Alejandro Sanz" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yep, that's what I need. When does the event begin? Where is the location of the venue?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17:00" + ], + "slot": "time", + "values": [ + "5 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "5500 Campanile Drive" + ], + "slot": "venue_address", + "values": [ + "5500 Campanile Drive" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "San Diego", + "date": "2019-03-08", + "event_name": "Alejandro Sanz", + "number_of_tickets": "1" + } + }, + "service_results": [ + { + "city": "San Diego", + "date": "2019-03-08", + "event_name": "Alejandro Sanz", + "number_of_tickets": "1", + "time": "17:00", + "venue": "Cal Coast Credit Union Amphitheater", + "venue_address": "5500 Campanile Drive" + } + ], + "slots": [ + { + "exclusive_end": 61, + "slot": "time", + "start": 57 + }, + { + "exclusive_end": 42, + "slot": "venue_address", + "start": 22 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The venue location is 5500 Campanile Drive and begins at 5 pm. Your reservation has been booked." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "SD", + "San Diego" + ], + "date": [ + "next Friday" + ], + "event_name": [ + "Alejandro Sanz" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you so much for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can I be of service to you for 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": { + "city": [ + "SD", + "San Diego" + ], + "date": [ + "next Friday" + ], + "event_name": [ + "Alejandro Sanz" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Naw, and thanks for helping." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day." + } + ] + }, + { + "dialogue_id": "11_00042", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "NYC" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 44, + "slot": "city", + "start": 41 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "NYC" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to search for events happening in NYC." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "Music", + "Sports" + ], + "slot": "event_type", + "values": [ + "Music", + "Sports" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do have have any preference on types of events, such as 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": [ + "NYC" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to look for music events." + }, + { + "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": 59, + "slot": "event_name", + "start": 41 + }, + { + "exclusive_end": 26, + "slot": "venue", + "start": 20 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found an event at Warsaw. The event is Amber Run Brooklyn." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "NYC" + ], + "event_name": [ + "Amber Run Brooklyn" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else you need help with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "NYC" + ], + "event_name": [ + "Amber Run Brooklyn" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to look for dates for events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "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": "GetEventDates", + "parameters": { + "city": "New York", + "event_name": "Amber Run Brooklyn" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-02", + "event_name": "Amber Run Brooklyn", + "time": "17:00", + "venue": "Warsaw", + "venue_address": "261 Driggs Avenue, Brooklyn" + }, + { + "city": "New York", + "date": "2019-03-04", + "event_name": "Amber Run Brooklyn", + "time": "17:00", + "venue": "Warsaw", + "venue_address": "261 Driggs Avenue, Brooklyn" + }, + { + "city": "New York", + "date": "2019-03-05", + "event_name": "Amber Run Brooklyn", + "time": "19:30", + "venue": "Warsaw", + "venue_address": "261 Driggs Avenue, Brooklyn" + }, + { + "city": "New York", + "date": "2019-03-08", + "event_name": "Amber Run Brooklyn", + "time": "17:00", + "venue": "Warsaw", + "venue_address": "261 Driggs Avenue, Brooklyn" + }, + { + "city": "New York", + "date": "2019-03-11", + "event_name": "Amber Run Brooklyn", + "time": "19:30", + "venue": "Warsaw", + "venue_address": "261 Driggs Avenue, Brooklyn" + }, + { + "city": "New York", + "date": "2019-03-14", + "event_name": "Amber Run Brooklyn", + "time": "19:00", + "venue": "Warsaw", + "venue_address": "261 Driggs Avenue, Brooklyn" + } + ], + "slots": [ + { + "exclusive_end": 53, + "slot": "date", + "start": 45 + }, + { + "exclusive_end": 22, + "slot": "event_name", + "start": 4 + }, + { + "exclusive_end": 63, + "slot": "venue", + "start": 57 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The Amber Run Brooklyn event is taking place tomorrow at Warsaw." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "NYC" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Amber Run Brooklyn" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "This sounds good 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": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "NYC" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Amber Run Brooklyn" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, I would like to purchase two tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Amber Run Brooklyn" + ], + "slot": "event_name", + "values": [ + "Amber Run Brooklyn" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 62, + "slot": "event_name", + "start": 44 + }, + { + "exclusive_end": 90, + "slot": "date", + "start": 82 + }, + { + "exclusive_end": 102, + "slot": "city", + "start": 94 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following: 2 tickets for Amber Run Brooklyn event taking place tomorrow in New York." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "NYC", + "New York" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Amber Run Brooklyn" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Actually, I want 3 tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "number_of_tickets", + "values": [ + "3" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 75, + "slot": "date", + "start": 67 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following: 3 tickets for the event taking place tomorrow in New York." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "venue_address", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [ + "venue_address" + ], + "slot_values": { + "city": [ + "NYC", + "New York" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Amber Run Brooklyn" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, this works. Can you tell me where the venue is located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "261 Driggs Avenue, Brooklyn" + ], + "slot": "venue_address", + "values": [ + "261 Driggs Avenue, Brooklyn" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "New York", + "date": "2019-03-02", + "event_name": "Amber Run Brooklyn", + "number_of_tickets": "3" + } + }, + "service_results": [ + { + "city": "New York", + "date": "2019-03-02", + "event_name": "Amber Run Brooklyn", + "number_of_tickets": "3", + "time": "17:00", + "venue": "Warsaw", + "venue_address": "261 Driggs Avenue, Brooklyn" + } + ], + "slots": [ + { + "exclusive_end": 83, + "slot": "venue_address", + "start": 56 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your reservation has been made. The venue is located at 261 Driggs Avenue, Brooklyn." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "NYC", + "New York" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Amber Run Brooklyn" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you very much for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else you need help with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "NYC", + "New York" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Amber Run Brooklyn" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thanks though." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "11_00043", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "date", + "values": [ + "the 12th" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 29, + "slot": "date", + "start": 21 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "date": [ + "the 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is there an event on the 12th?" + }, + { + "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": "Any preference on city or type of event, such as a music or sports event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "city", + "values": [ + "Philadelphia" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "event_type", + "values": [ + "Music" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 45, + "slot": "city", + "start": 33 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "date": [ + "the 12th" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for a music event in Philadelphia" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Blueface" + ], + "slot": "event_name", + "values": [ + "Blueface" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Fillmore Philadelphia" + ], + "slot": "venue", + "values": [ + "The Fillmore Philadelphia" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Philadelphia", + "date": "2019-03-12", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "Hip Hop", + "city": "Philadelphia", + "date": "2019-03-12", + "event_name": "Blueface", + "event_type": "Music", + "time": "18:00", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + }, + { + "category": "Pop", + "city": "Philadelphia", + "date": "2019-03-12", + "event_name": "Girl In Red", + "event_type": "Music", + "time": "17:30", + "venue": "The Foundry", + "venue_address": "29 East Allen Street 2nd Floor" + }, + { + "category": "Rock", + "city": "Philadelphia", + "date": "2019-03-12", + "event_name": "Hot Water Music", + "event_type": "Music", + "time": "18:30", + "venue": "Underground Arts", + "venue_address": "1200 Callowhill Street" + }, + { + "category": "Rock", + "city": "Philadelphia", + "date": "2019-03-12", + "event_name": "The Lemonheads", + "event_type": "Music", + "time": "17:30", + "venue": "The Foundry", + "venue_address": "29 East Allen Street 2nd Floor" + }, + { + "category": "Pop", + "city": "Philadelphia", + "date": "2019-03-12", + "event_name": "Tuxedo", + "event_type": "Music", + "time": "17:00", + "venue": "The Foundry", + "venue_address": "29 East Allen Street 2nd Floor" + } + ], + "slots": [ + { + "exclusive_end": 17, + "slot": "event_name", + "start": 9 + }, + { + "exclusive_end": 46, + "slot": "venue", + "start": 21 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is Blueface at The Fillmore Philadelphia" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "GetEventDates" + ], + "slot": "intent", + "values": [ + "GetEventDates" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "date": [ + "the 12th" + ], + "event_name": [ + "Blueface" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds interesting. What are the dates?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "2019-03-12" + ], + "slot": "date", + "values": [ + "March 12th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Blueface" + ], + "slot": "event_name", + "values": [ + "Blueface" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Fillmore Philadelphia" + ], + "slot": "venue", + "values": [ + "The Fillmore Philadelphia" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "GetEventDates", + "parameters": { + "city": "Philadelphia", + "event_name": "Blueface" + } + }, + "service_results": [ + { + "city": "Philadelphia", + "date": "2019-03-12", + "event_name": "Blueface", + "time": "18:00", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + } + ], + "slots": [ + { + "exclusive_end": 25, + "slot": "date", + "start": 15 + }, + { + "exclusive_end": 8, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 54, + "slot": "venue", + "start": 29 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Blueface is on March 12th at The Fillmore Philadelphia" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "time", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [ + "time" + ], + "slot_values": { + "city": [ + "Philadelphia" + ], + "date": [ + "March 12th", + "the 12th" + ], + "event_name": [ + "Blueface" + ], + "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": 17, + "slot": "time", + "start": 13 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It starts at 6 pm" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "GetEventDates", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "date": [ + "March 12th", + "the 12th" + ], + "event_name": [ + "Blueface" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That works" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want me to buy tickets for this?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "date": [ + "March 12th", + "the 12th" + ], + "event_name": [ + "Blueface" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sure, I want two tickets" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Blueface" + ], + "slot": "event_name", + "values": [ + "Blueface" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "number_of_tickets", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "date", + "values": [ + "March 12th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "city", + "values": [ + "Philadelphia" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 32, + "slot": "event_name", + "start": 24 + }, + { + "exclusive_end": 46, + "slot": "date", + "start": 36 + }, + { + "exclusive_end": 62, + "slot": "city", + "start": 50 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I'll book 2 tickets for Blueface on March 12th in Philadelphia. Is this correct?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "date": [ + "March 12th", + "the 12th" + ], + "event_name": [ + "Blueface" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I just want one ticket" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "number_of_tickets", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "city", + "values": [ + "Philadelphia" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 45, + "slot": "city", + "start": 33 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok, so 1 ticket for the event in Philadelphia" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "date": [ + "March 12th", + "the 12th" + ], + "event_name": [ + "Blueface" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yup" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "service_call": { + "method": "BuyEventTickets", + "parameters": { + "city": "Philadelphia", + "date": "2019-03-12", + "event_name": "Blueface", + "number_of_tickets": "1" + } + }, + "service_results": [ + { + "city": "Philadelphia", + "date": "2019-03-12", + "event_name": "Blueface", + "number_of_tickets": "1", + "time": "18:00", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your reservations has been made" + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "BuyEventTickets", + "requested_slots": [], + "slot_values": { + "city": [ + "Philadelphia" + ], + "date": [ + "March 12th", + "the 12th" + ], + "event_name": [ + "Blueface" + ], + "event_type": [ + "Music" + ], + "number_of_tickets": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks, that's all" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good one!" + } + ] + }, + { + "dialogue_id": "11_00044", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Hello, I have some friends visiting and am wondering if there are any interesting events to take them to." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city_of_event", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "category", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Alright, which city are you in. And is there any certain type of event that you are interested in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "category", + "values": [ + "Music" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "city_of_event", + "values": [ + "San Francisco" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 48, + "slot": "city_of_event", + "start": 35 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "San Francisco" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Oh yes, I am looking for events in San Francisco. A concert would probably be good, but I'm not set on that for sure." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Allan Rayman" + ], + "slot": "event_name", + "values": [ + "Allan Rayman" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "August Hall" + ], + "slot": "event_location", + "values": [ + "August Hall" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-09" + ], + "slot": "date", + "values": [ + "March 9th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:00" + ], + "slot": "time", + "values": [ + "6 pm" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Music", + "city_of_event": "San Francisco" + } + }, + "service_results": [ + { + "address_of_location": "420 Mason Street", + "category": "Music", + "city_of_event": "San Francisco", + "date": "2019-03-09", + "event_location": "August Hall", + "event_name": "Allan Rayman", + "subcategory": "Hip Hop", + "time": "18:00" + }, + { + "address_of_location": "201 Van Ness Avenue", + "category": "Music", + "city_of_event": "San Francisco", + "date": "2019-03-12", + "event_location": "San Francisco Symphony", + "event_name": "Carmina Burana", + "subcategory": "Classical", + "time": "20:30" + }, + { + "address_of_location": "500 Terry A Francois Boulevard Suite 73", + "category": "Music", + "city_of_event": "San Francisco", + "date": "2019-03-13", + "event_location": "Chase Center Experience", + "event_name": "Celine Dion", + "subcategory": "Pop", + "time": "20:30" + }, + { + "address_of_location": "500 Terry A Francois Boulevard Suite 73", + "category": "Music", + "city_of_event": "San Francisco", + "date": "2019-03-12", + "event_location": "Chase Center Experience", + "event_name": "Cher", + "subcategory": "Pop", + "time": "18:30" + }, + { + "address_of_location": "420 Mason Street", + "category": "Music", + "city_of_event": "San Francisco", + "date": "2019-03-07", + "event_location": "August Hall", + "event_name": "Electric Feels", + "subcategory": "Electronica", + "time": "19:00" + }, + { + "address_of_location": "420 Mason Street", + "category": "Music", + "city_of_event": "San Francisco", + "date": "2019-03-04", + "event_location": "August Hall", + "event_name": "Matt Corby", + "subcategory": "Christian", + "time": "18:30" + }, + { + "address_of_location": "777 Valencia Street", + "category": "Music", + "city_of_event": "San Francisco", + "date": "2019-03-14", + "event_location": "The Chapel", + "event_name": "Okkervil River", + "subcategory": "Country", + "time": "19:00" + }, + { + "address_of_location": "777 Valencia Street", + "category": "Music", + "city_of_event": "San Francisco", + "date": "2019-03-02", + "event_location": "The Chapel", + "event_name": "Remo Drive", + "subcategory": "Pop", + "time": "20:30" + }, + { + "address_of_location": "201 Van Ness Avenue", + "category": "Music", + "city_of_event": "San Francisco", + "date": "2019-03-12", + "event_location": "San Francisco Symphony", + "event_name": "San Francisco Symphony", + "subcategory": "Classical", + "time": "18:00" + }, + { + "address_of_location": "420 Mason Street", + "category": "Music", + "city_of_event": "San Francisco", + "date": "2019-03-11", + "event_location": "August Hall", + "event_name": "The Drums", + "subcategory": "Pop", + "time": "18:30" + } + ], + "slots": [ + { + "exclusive_end": 12, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 43, + "slot": "event_location", + "start": 32 + }, + { + "exclusive_end": 56, + "slot": "date", + "start": 47 + }, + { + "exclusive_end": 64, + "slot": "time", + "start": 60 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Allan Rayman will be playing at August Hall on March 9th at 6 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "San Francisco" + ], + "date": [ + "March 9th" + ], + "event_name": [ + "Allan Rayman" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Ok, that sounds like it will work. That's all I need right now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "It has been a pleasure helping you. Please have a great day." + } + ] + }, + { + "dialogue_id": "11_00045", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you help me look for events to go to?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "Music", + "Sports" + ], + "slot": "category", + "values": [ + "Music", + "Sports" + ] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city_of_event", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Alright, is there any specific type of event like Music or Sports? Is there a location you are wanting?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "American Football" + ], + "slot": "subcategory", + "values": [ + "American Football" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "category", + "values": [ + "Sports" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Oakland" + ], + "slot": "city_of_event", + "values": [ + "Oakland" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 53, + "slot": "subcategory", + "start": 36 + }, + { + "exclusive_end": 66, + "slot": "city_of_event", + "start": 59 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Oakland" + ], + "subcategory": [ + "American Football" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay, How about a Games event, like American Football near 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": "event_location", + "values": [ + "Oakland-Alameda County Coliseum" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-07" + ], + "slot": "date", + "values": [ + "next Thursday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:00" + ], + "slot": "time", + "values": [ + "8 pm" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "5" + ], + "slot": "count", + "values": [ + "5" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Sports", + "city_of_event": "Oakland", + "subcategory": "American Football" + } + }, + "service_results": [ + { + "address_of_location": "7000 Coliseum Way", + "category": "Sports", + "city_of_event": "Oakland", + "date": "2019-03-07", + "event_location": "Oakland-Alameda County Coliseum", + "event_name": "Raiders Vs Bengals", + "subcategory": "American Football", + "time": "20:00" + }, + { + "address_of_location": "7000 Coliseum Way", + "category": "Sports", + "city_of_event": "Oakland", + "date": "2019-03-09", + "event_location": "Oakland-Alameda County Coliseum", + "event_name": "Raiders Vs Chiefs", + "subcategory": "American Football", + "time": "19:00" + }, + { + "address_of_location": "7000 Coliseum Way", + "category": "Sports", + "city_of_event": "Oakland", + "date": "2019-03-13", + "event_location": "Oakland-Alameda County Coliseum", + "event_name": "Raiders Vs Jaguars", + "subcategory": "American Football", + "time": "19:00" + }, + { + "address_of_location": "7000 Coliseum Way", + "category": "Sports", + "city_of_event": "Oakland", + "date": "2019-03-02", + "event_location": "Oakland-Alameda County Coliseum", + "event_name": "Raiders Vs Lions", + "subcategory": "American Football", + "time": "19:30" + }, + { + "address_of_location": "7000 Coliseum Way", + "category": "Sports", + "city_of_event": "Oakland", + "date": "2019-03-14", + "event_location": "Oakland-Alameda County Coliseum", + "event_name": "Raiders Vs Titans", + "subcategory": "American Football", + "time": "18:30" + } + ], + "slots": [ + { + "exclusive_end": 57, + "slot": "event_name", + "start": 39 + }, + { + "exclusive_end": 96, + "slot": "event_location", + "start": 65 + }, + { + "exclusive_end": 125, + "slot": "date", + "start": 112 + }, + { + "exclusive_end": 133, + "slot": "time", + "start": 129 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 5 events like that. One is the Raiders Vs Bengals at the Oakland-Alameda County Coliseum. This event is next Thursday at 8 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "address_of_location", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "address_of_location" + ], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Oakland" + ], + "subcategory": [ + "American Football" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds interesting, what's the address?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "7000 Coliseum Way" + ], + "slot": "address_of_location", + "values": [ + "7000 Coliseum Way" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 45, + "slot": "address_of_location", + "start": 28 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The address of the venue is 7000 Coliseum Way." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Oakland" + ], + "date": [ + "next Thursday" + ], + "event_name": [ + "Raiders Vs Bengals" + ], + "subcategory": [ + "American Football" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds perfect." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want me to go ahead and purchase tickets for this event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Oakland" + ], + "date": [ + "next Thursday" + ], + "event_name": [ + "Raiders Vs Bengals" + ], + "subcategory": [ + "American Football" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I'm good thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day!" + } + ] + }, + { + "dialogue_id": "11_00046", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Could you assist me in searching for interesting activities?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "category", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city_of_event", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there a type of activity you prefer? Is there any specific metropolis I ought to look in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Oakland" + ], + "slot": "city_of_event", + "values": [ + "Oakland" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "category", + "values": [ + "Sports" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 41, + "slot": "city_of_event", + "start": 34 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Oakland" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm searching for activities near Oakland. I enjoy Games activities." + }, + { + "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": "event_location", + "values": [ + "Oakland-Alameda County Coliseum" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-07" + ], + "slot": "date", + "values": [ + "next Thursday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:00" + ], + "slot": "time", + "values": [ + "8 pm" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "5" + ], + "slot": "count", + "values": [ + "5" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Sports", + "city_of_event": "Oakland" + } + }, + "service_results": [ + { + "address_of_location": "7000 Coliseum Way", + "category": "Sports", + "city_of_event": "Oakland", + "date": "2019-03-07", + "event_location": "Oakland-Alameda County Coliseum", + "event_name": "Raiders Vs Bengals", + "subcategory": "American Football", + "time": "20:00" + }, + { + "address_of_location": "7000 Coliseum Way", + "category": "Sports", + "city_of_event": "Oakland", + "date": "2019-03-09", + "event_location": "Oakland-Alameda County Coliseum", + "event_name": "Raiders Vs Chiefs", + "subcategory": "American Football", + "time": "19:00" + }, + { + "address_of_location": "7000 Coliseum Way", + "category": "Sports", + "city_of_event": "Oakland", + "date": "2019-03-13", + "event_location": "Oakland-Alameda County Coliseum", + "event_name": "Raiders Vs Jaguars", + "subcategory": "American Football", + "time": "19:00" + }, + { + "address_of_location": "7000 Coliseum Way", + "category": "Sports", + "city_of_event": "Oakland", + "date": "2019-03-02", + "event_location": "Oakland-Alameda County Coliseum", + "event_name": "Raiders Vs Lions", + "subcategory": "American Football", + "time": "19:30" + }, + { + "address_of_location": "7000 Coliseum Way", + "category": "Sports", + "city_of_event": "Oakland", + "date": "2019-03-14", + "event_location": "Oakland-Alameda County Coliseum", + "event_name": "Raiders Vs Titans", + "subcategory": "American Football", + "time": "18:30" + } + ], + "slots": [ + { + "exclusive_end": 75, + "slot": "event_name", + "start": 57 + }, + { + "exclusive_end": 146, + "slot": "event_location", + "start": 115 + }, + { + "exclusive_end": 111, + "slot": "date", + "start": 98 + }, + { + "exclusive_end": 97, + "slot": "time", + "start": 93 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I discovered 5 activities you may enjoy. The activity is Raiders Vs Bengals, which starts at 8 pm next Thursday at Oakland-Alameda County Coliseum." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Oakland" + ], + "date": [ + "next Thursday" + ], + "event_name": [ + "Raiders Vs Bengals" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's perfect for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to purchase tickets for the event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Oakland" + ], + "date": [ + "next Thursday" + ], + "event_name": [ + "Raiders Vs Bengals" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, maybe later. That's all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a pleasant afternoon." + } + ] + }, + { + "dialogue_id": "11_00047", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Could you find me some cool events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city_of_event", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What city would you like for me to look in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city_of_event", + "values": [ + "NY" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 2, + "slot": "city_of_event", + "start": 0 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city_of_event": [ + "NY" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "NY." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "Music", + "Sports" + ], + "slot": "category", + "values": [ + "Music", + "Sports" + ] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What category of event should I look for? For example, Music or Sports." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "category", + "values": [ + "Music" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "NY" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like Concert events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Amber Run Brooklyn" + ], + "slot": "event_name", + "values": [ + "Amber Run Brooklyn" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Warsaw" + ], + "slot": "event_location", + "values": [ + "Warsaw" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-14" + ], + "slot": "date", + "values": [ + "March 14th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:00" + ], + "slot": "time", + "values": [ + "6 pm" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "10" + ], + "slot": "count", + "values": [ + "10" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Music", + "city_of_event": "New York" + } + }, + "service_results": [ + { + "address_of_location": "261 Driggs Avenue, Brooklyn", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-14", + "event_location": "Warsaw", + "event_name": "Amber Run Brooklyn", + "subcategory": "Pop", + "time": "18:00" + }, + { + "address_of_location": "56-15 Northern Boulevard, Woodside", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-06", + "event_location": "La Boom", + "event_name": "Americo", + "subcategory": "International", + "time": "18:30" + }, + { + "address_of_location": "89 South Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-09", + "event_location": "Pier 17", + "event_name": "Ben Harper", + "subcategory": "Blues", + "time": "18:00" + }, + { + "address_of_location": "89 South Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-09", + "event_location": "Pier 17", + "event_name": "Blackbear", + "subcategory": "Hip Hop", + "time": "18:30" + }, + { + "address_of_location": "52-19 Flushing Avenue, Maspeth", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-05", + "event_location": "Knockdown Center", + "event_name": "Blowout Music Festival", + "subcategory": "Hip Hop", + "time": "18:00" + }, + { + "address_of_location": "235 West 46th Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-10", + "event_location": "Sony Hall", + "event_name": "Buddy Guy", + "subcategory": "Blues", + "time": "19:30" + }, + { + "address_of_location": "1 Tennis Place, Forest Hills", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-11", + "event_location": "Forest Hills Stadium", + "event_name": "Chemical Brothers", + "subcategory": "Rock", + "time": "20:00" + }, + { + "address_of_location": "235 West 46th Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-02", + "event_location": "Sony Hall", + "event_name": "Chris Botti", + "subcategory": "Jazz", + "time": "19:30" + }, + { + "address_of_location": "64 North 9th Street, Brooklyn", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-06", + "event_location": "Rough Trade NYC", + "event_name": "Crooked Colours", + "subcategory": "Electronica", + "time": "18:30" + }, + { + "address_of_location": "3608 33rd Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-06", + "event_location": "Melrose Ballroom", + "event_name": "Esscalation Music Festival", + "subcategory": "Electronica", + "time": "18:00" + } + ], + "slots": [ + { + "exclusive_end": 41, + "slot": "event_name", + "start": 23 + }, + { + "exclusive_end": 51, + "slot": "event_location", + "start": 45 + }, + { + "exclusive_end": 81, + "slot": "date", + "start": 71 + }, + { + "exclusive_end": 89, + "slot": "time", + "start": 85 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 10 events. The Amber Run Brooklyn in Warsaw is taking place on March 14th at 6 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "address_of_location", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "address_of_location" + ], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "NY" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What's the address of the event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "261 Driggs Avenue, Brooklyn" + ], + "slot": "address_of_location", + "values": [ + "261 Driggs Avenue, Brooklyn" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 27, + "slot": "address_of_location", + "start": 0 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "261 Driggs Avenue, Brooklyn." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "subcategory", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "subcategory" + ], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "NY" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to know more about the event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Pop" + ], + "slot": "subcategory", + "values": [ + "Pop" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 17, + "slot": "subcategory", + "start": 14 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It's called a Pop event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "NY" + ], + "date": [ + "March 14th" + ], + "event_name": [ + "Amber Run Brooklyn" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds cool. Thanks for this." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice day." + } + ] + }, + { + "dialogue_id": "11_00048", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Hello, can you help me find some interesting events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city_of_event", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Hello! Is there any city in which you are particularly interested?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "category", + "values": [ + "Music" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Berkeley" + ], + "slot": "city_of_event", + "values": [ + "Berkeley" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 61, + "slot": "city_of_event", + "start": 53 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "Berkeley" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, I would like to know if there are events around Berkeley, I am particularly interested in Concert events. Thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Berkeley World Music Festival" + ], + "slot": "event_name", + "values": [ + "Berkeley World Music Festival" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2500 Durant Ave" + ], + "slot": "event_location", + "values": [ + "2500 Durant Ave" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-11" + ], + "slot": "date", + "values": [ + "March 11th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:30" + ], + "slot": "time", + "values": [ + "6:30 pm" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Music", + "city_of_event": "Berkeley" + } + }, + "service_results": [ + { + "address_of_location": "2500 Durant Avenue", + "category": "Music", + "city_of_event": "Berkeley", + "date": "2019-03-11", + "event_location": "2500 Durant Ave", + "event_name": "Berkeley World Music Festival", + "subcategory": "International", + "time": "18:30" + }, + { + "address_of_location": "2367 Shattuck Avenue", + "category": "Music", + "city_of_event": "Berkeley", + "date": "2019-03-14", + "event_location": "Cornerstone Craft Beer & Live Music", + "event_name": "Chris Webby", + "subcategory": "Hip Hop", + "time": "19:00" + }, + { + "address_of_location": "2367 Shattuck Avenue", + "category": "Music", + "city_of_event": "Berkeley", + "date": "2019-03-08", + "event_location": "Cornerstone Craft Beer & Live Music", + "event_name": "Fidlar", + "subcategory": "Rock", + "time": "20:00" + }, + { + "address_of_location": "2367 Shattuck Avenue", + "category": "Music", + "city_of_event": "Berkeley", + "date": "2019-03-07", + "event_location": "Cornerstone Craft Beer & Live Music", + "event_name": "Jonathan Mcreynolds", + "subcategory": "Christian", + "time": "20:30" + }, + { + "address_of_location": "2367 Shattuck Avenue", + "category": "Music", + "city_of_event": "Berkeley", + "date": "2019-03-10", + "event_location": "Cornerstone Craft Beer & Live Music", + "event_name": "Nattali Rize", + "subcategory": "Blues", + "time": "20:30" + }, + { + "address_of_location": "2367 Shattuck Avenue", + "category": "Music", + "city_of_event": "Berkeley", + "date": "2019-03-06", + "event_location": "Cornerstone Craft Beer & Live Music", + "event_name": "Phutureprimitive", + "subcategory": "Electronica", + "time": "18:00" + }, + { + "address_of_location": "2367 Shattuck Avenue", + "category": "Music", + "city_of_event": "Berkeley", + "date": "2019-03-06", + "event_location": "Cornerstone Craft Beer & Live Music", + "event_name": "The Original Wailers", + "subcategory": "International", + "time": "18:00" + } + ], + "slots": [ + { + "exclusive_end": 42, + "slot": "event_name", + "start": 13 + }, + { + "exclusive_end": 108, + "slot": "event_location", + "start": 93 + }, + { + "exclusive_end": 56, + "slot": "date", + "start": 46 + }, + { + "exclusive_end": 77, + "slot": "time", + "start": 70 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is the Berkeley World Music Festival on March 11th, starting at 6:30 pm. The adress is 2500 Durant Ave." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "address_of_location", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "address_of_location" + ], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "Berkeley" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Excuse me, what is the address of the event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2500 Durant Avenue" + ], + "slot": "address_of_location", + "values": [ + "2500 Durant Avenue" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 33, + "slot": "address_of_location", + "start": 15 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The address is 2500 Durant Avenue." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "subcategory", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "subcategory" + ], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "Berkeley" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you very much. Can you give me more details about this event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "International" + ], + "slot": "subcategory", + "values": [ + "International" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 64, + "slot": "subcategory", + "start": 51 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Of course. The Berkeley World Music Festival is an International event, with artist from all around the world." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "Berkeley" + ], + "date": [ + "March 11th" + ], + "event_name": [ + "Berkeley World Music Festival" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Wow, that's great!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Are you interested in purchasing tickets for this event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "Berkeley" + ], + "date": [ + "March 11th" + ], + "event_name": [ + "Berkeley World Music Festival" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, not at the moment." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you need any more help today?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "Berkeley" + ], + "date": [ + "March 11th" + ], + "event_name": [ + "Berkeley World Music Festival" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No. Thank you, you were very helpful." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "11_00049", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "Wednesday next week" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 60, + "slot": "date", + "start": 41 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "date": [ + "Wednesday next week" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am looking for some events to go to on Wednesday next week. I want to have fun!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city_of_event", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where do you want to have fun?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Napa" + ], + "slot": "city_of_event", + "values": [ + "Napa" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 21, + "slot": "city_of_event", + "start": 17 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city_of_event": [ + "Napa" + ], + "date": [ + "Wednesday next week" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Somewhere in the Napa area." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "Music", + "Sports" + ], + "slot": "category", + "values": [ + "Music", + "Sports" + ] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What kind of event? Maybe music or sports?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "category", + "values": [ + "Music" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "Napa" + ], + "date": [ + "Wednesday next week" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I think a concert would be cool." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Mandy Harvey" + ], + "slot": "event_name", + "values": [ + "Mandy Harvey" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Blue Note Napa" + ], + "slot": "event_location", + "values": [ + "Blue Note Napa" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:30" + ], + "slot": "time", + "values": [ + "8:30 pm" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Music", + "city_of_event": "Napa", + "date": "2019-03-06" + } + }, + "service_results": [ + { + "address_of_location": "1030 Main Street", + "category": "Music", + "city_of_event": "Napa", + "date": "2019-03-06", + "event_location": "Blue Note Napa", + "event_name": "Mandy Harvey", + "subcategory": "Jazz", + "time": "20:30" + } + ], + "slots": [ + { + "exclusive_end": 59, + "slot": "event_name", + "start": 47 + }, + { + "exclusive_end": 77, + "slot": "event_location", + "start": 63 + }, + { + "exclusive_end": 30, + "slot": "date", + "start": 16 + }, + { + "exclusive_end": 41, + "slot": "time", + "start": 34 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 event next Wednesday at 8:30 pm with Mandy Harvey at Blue Note Napa." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "Napa" + ], + "date": [ + "Wednesday next week", + "next Wednesday" + ], + "event_name": [ + "Mandy Harvey" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds awesome" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want me to get you tickets then?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "Napa" + ], + "date": [ + "Wednesday next week", + "next Wednesday" + ], + "event_name": [ + "Mandy Harvey" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No not now, that's all I needed at the moment." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "OK, just let me know, have a good day" + } + ] + }, + { + "dialogue_id": "11_00050", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "category", + "values": [ + "Sports" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like enjoy some games.Are there any such event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city_of_event", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you prefer any city?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "city_of_event", + "values": [ + "Seattle" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 28, + "slot": "city_of_event", + "start": 21 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Seattle" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, I prefer 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": "event_location", + "values": [ + "Husky Stadium" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-05" + ], + "slot": "date", + "values": [ + "next Tuesday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:00" + ], + "slot": "time", + "values": [ + "8 pm" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "10" + ], + "slot": "count", + "values": [ + "10" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Sports", + "city_of_event": "Seattle" + } + }, + "service_results": [ + { + "address_of_location": "3800 Montlake Boulevard Northeast", + "category": "Sports", + "city_of_event": "Seattle", + "date": "2019-03-05", + "event_location": "Husky Stadium", + "event_name": "Huskies Vs Cougars", + "subcategory": "Basketball", + "time": "20:00" + }, + { + "address_of_location": "3800 Montlake Boulevard Northeast", + "category": "Sports", + "city_of_event": "Seattle", + "date": "2019-03-05", + "event_location": "Husky Stadium", + "event_name": "Huskies Vs Utes", + "subcategory": "Basketball", + "time": "18:30" + }, + { + "address_of_location": "3800 Montlake Boulevard Northeast", + "category": "Sports", + "city_of_event": "Seattle", + "date": "2019-03-13", + "event_location": "Husky Stadium", + "event_name": "Huskies Vs Warriors", + "subcategory": "Basketball", + "time": "18:30" + }, + { + "address_of_location": "1250 1st Avenue South", + "category": "Sports", + "city_of_event": "Seattle", + "date": "2019-03-10", + "event_location": "T-Mobile Park", + "event_name": "Mariners Vs Angels", + "subcategory": "Baseball", + "time": "20:30" + }, + { + "address_of_location": "1250 1st Avenue South", + "category": "Sports", + "city_of_event": "Seattle", + "date": "2019-03-05", + "event_location": "T-Mobile Park", + "event_name": "Mariners Vs Blue Jays", + "subcategory": "Baseball", + "time": "18:00" + }, + { + "address_of_location": "1250 1st Avenue South", + "category": "Sports", + "city_of_event": "Seattle", + "date": "2019-03-04", + "event_location": "T-Mobile Park", + "event_name": "Mariners Vs Rangers", + "subcategory": "Baseball", + "time": "20:00" + }, + { + "address_of_location": "1250 1st Avenue South", + "category": "Sports", + "city_of_event": "Seattle", + "date": "2019-03-12", + "event_location": "T-Mobile Park", + "event_name": "Mariners Vs Rays", + "subcategory": "Baseball", + "time": "20:30" + }, + { + "address_of_location": "1250 1st Avenue South", + "category": "Sports", + "city_of_event": "Seattle", + "date": "2019-03-01", + "event_location": "T-Mobile Park", + "event_name": "Mariners Vs Tigers", + "subcategory": "Baseball", + "time": "20:00" + }, + { + "address_of_location": "1250 1st Avenue South", + "category": "Sports", + "city_of_event": "Seattle", + "date": "2019-03-06", + "event_location": "T-Mobile Park", + "event_name": "Mariners Vs White Sox", + "subcategory": "Baseball", + "time": "20:00" + }, + { + "address_of_location": "800 Occidental Avenue South", + "category": "Sports", + "city_of_event": "Seattle", + "date": "2019-03-01", + "event_location": "CenturyLink Field", + "event_name": "Seahawks Vs Cardinals", + "subcategory": "American Football", + "time": "19:00" + } + ], + "slots": [ + { + "exclusive_end": 69, + "slot": "event_name", + "start": 51 + }, + { + "exclusive_end": 49, + "slot": "event_location", + "start": 36 + }, + { + "exclusive_end": 94, + "slot": "date", + "start": 82 + }, + { + "exclusive_end": 78, + "slot": "time", + "start": 74 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 10 of such events. One at Husky Stadium, Huskies vs Cougars, at 8 pm on next Tuesday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "subcategory", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "subcategory" + ], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Seattle" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Shall I get details?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Basketball" + ], + "slot": "subcategory", + "values": [ + "basketball" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 23, + "slot": "subcategory", + "start": 13 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Yes, it is a basketball game." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "address_of_location", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "address_of_location" + ], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Seattle" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Let me know about the venue." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3800 Montlake Boulevard Northeast" + ], + "slot": "address_of_location", + "values": [ + "3800 Montlake Boulevard Northeast" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 55, + "slot": "address_of_location", + "start": 22 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It is taking place at 3800 Montlake Boulevard Northeast." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Seattle" + ], + "date": [ + "next Tuesday" + ], + "event_name": [ + "Huskies vs Cougars" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Good, I think that will do." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Shall i get tickets for you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Seattle" + ], + "date": [ + "next Tuesday" + ], + "event_name": [ + "Huskies vs Cougars" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No. Not needed, thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "have a great day.Thank you." + } + ] + }, + { + "dialogue_id": "11_00051", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "date", + "values": [ + "13th of this month" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 65, + "slot": "date", + "start": 47 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "date": [ + "13th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you help me find interesting events on the 13th of this month?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city_of_event", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Any specific city?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Anaheim" + ], + "slot": "city_of_event", + "values": [ + "Anaheim, CA" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 11, + "slot": "city_of_event", + "start": 0 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city_of_event": [ + "Anaheim, CA" + ], + "date": [ + "13th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Anaheim, CA." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "category", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you have preference for the type of event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "category", + "values": [ + "Sports" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Anaheim, CA" + ], + "date": [ + "13th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like Match events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Angels Vs Red Sox" + ], + "slot": "event_name", + "values": [ + "Angels Vs Red Sox" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Angel Stadium of Anaheim" + ], + "slot": "event_location", + "values": [ + "Angel Stadium of Anaheim" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-13" + ], + "slot": "date", + "values": [ + "March 13th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:00" + ], + "slot": "time", + "values": [ + "8 pm" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Sports", + "city_of_event": "Anaheim", + "date": "2019-03-13" + } + }, + "service_results": [ + { + "address_of_location": "2000 East Gene Autry Way", + "category": "Sports", + "city_of_event": "Anaheim", + "date": "2019-03-13", + "event_location": "Angel Stadium of Anaheim", + "event_name": "Angels Vs Red Sox", + "subcategory": "Baseball", + "time": "20:00" + }, + { + "address_of_location": "2000 East Gene Autry Way", + "category": "Sports", + "city_of_event": "Anaheim", + "date": "2019-03-13", + "event_location": "Angel Stadium of Anaheim", + "event_name": "Angels Vs Tigers", + "subcategory": "Baseball", + "time": "19:00" + }, + { + "address_of_location": "2000 East Gene Autry Way", + "category": "Sports", + "city_of_event": "Anaheim", + "date": "2019-03-13", + "event_location": "Angel Stadium of Anaheim", + "event_name": "Angels Vs White Sox", + "subcategory": "Baseball", + "time": "19:00" + }, + { + "address_of_location": "2000 East Gene Autry Way", + "category": "Sports", + "city_of_event": "Anaheim", + "date": "2019-03-13", + "event_location": "Angel Stadium of Anaheim", + "event_name": "La Angels Vs Houston", + "subcategory": "Baseball", + "time": "20:00" + } + ], + "slots": [ + { + "exclusive_end": 30, + "slot": "event_name", + "start": 13 + }, + { + "exclusive_end": 64, + "slot": "event_location", + "start": 40 + }, + { + "exclusive_end": 78, + "slot": "date", + "start": 68 + }, + { + "exclusive_end": 86, + "slot": "time", + "start": 82 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event is Angels Vs Red Sox. It's at Angel Stadium of Anaheim on March 13th at 8 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "subcategory", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "address_of_location", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "address_of_location", + "subcategory" + ], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Anaheim, CA" + ], + "date": [ + "13th of this month", + "March 13th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What's the venue address, and can you tell me more about this event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2000 East Gene Autry Way" + ], + "slot": "address_of_location", + "values": [ + "2000 East Gene Autry Way" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Baseball" + ], + "slot": "subcategory", + "values": [ + "baseball" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 49, + "slot": "address_of_location", + "start": 25 + }, + { + "exclusive_end": 15, + "slot": "subcategory", + "start": 7 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It's a baseball event at 2000 East Gene Autry Way." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Anaheim, CA" + ], + "date": [ + "13th of this month", + "March 13th" + ], + "event_name": [ + "Angels Vs Red Sox" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good, and that's all I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "11_00052", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I want to find some cool events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city_of_event", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What city would you like to find events in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Livermore" + ], + "slot": "city_of_event", + "values": [ + "Livermore" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 34, + "slot": "city_of_event", + "start": 25 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city_of_event": [ + "Livermore" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to find events in Livermore." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "Music", + "Sports" + ], + "slot": "category", + "values": [ + "Music", + "Sports" + ] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want to find music or sports events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "category", + "values": [ + "Music" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "Livermore" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to find a concert." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Josh Groban" + ], + "slot": "event_name", + "values": [ + "Josh Groban" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Concerts at Wente Vineyards" + ], + "slot": "event_location", + "values": [ + "Concerts at Wente Vineyards" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "19:00" + ], + "slot": "time", + "values": [ + "7 pm" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Music", + "city_of_event": "Livermore" + } + }, + "service_results": [ + { + "address_of_location": "5050 Arroyo Road", + "category": "Music", + "city_of_event": "Livermore", + "date": "2019-03-02", + "event_location": "Concerts at Wente Vineyards", + "event_name": "Josh Groban", + "subcategory": "Pop", + "time": "19:00" + } + ], + "slots": [ + { + "exclusive_end": 22, + "slot": "event_name", + "start": 11 + }, + { + "exclusive_end": 53, + "slot": "event_location", + "start": 26 + }, + { + "exclusive_end": 62, + "slot": "date", + "start": 54 + }, + { + "exclusive_end": 70, + "slot": "time", + "start": 66 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "What about Josh Groban at Concerts at Wente Vineyards tomorrow at 7 pm?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "Livermore" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Josh Groban" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that's great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want to purchase tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "Livermore" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Josh Groban" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, now right now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "11_00053", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Football" + ], + "slot": "subcategory", + "values": [ + "football" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "category", + "values": [ + "Sports" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 31, + "slot": "subcategory", + "start": 23 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "subcategory": [ + "football" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking to go to a football match" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city_of_event", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok. What city?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "city_of_event", + "values": [ + "Seattle, WA" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 19, + "slot": "city_of_event", + "start": 8 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Seattle, WA" + ], + "subcategory": [ + "football" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Look in Seattle, WA" + }, + { + "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": "event_location", + "values": [ + "CenturyLink Field" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:00" + ], + "slot": "time", + "values": [ + "6 pm" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Sports", + "city_of_event": "Seattle", + "subcategory": "Football" + } + }, + "service_results": [ + { + "address_of_location": "800 Occidental Avenue South", + "category": "Sports", + "city_of_event": "Seattle", + "date": "2019-03-02", + "event_location": "CenturyLink Field", + "event_name": "Sounders Vs Red Bulls", + "subcategory": "Football", + "time": "18:00" + }, + { + "address_of_location": "800 Occidental Avenue South", + "category": "Sports", + "city_of_event": "Seattle", + "date": "2019-03-11", + "event_location": "CenturyLink Field", + "event_name": "Sounders Vs Revolution", + "subcategory": "Football", + "time": "18:00" + }, + { + "address_of_location": "800 Occidental Avenue South", + "category": "Sports", + "city_of_event": "Seattle", + "date": "2019-03-05", + "event_location": "CenturyLink Field", + "event_name": "Sounders Vs Timbers", + "subcategory": "Football", + "time": "20:00" + }, + { + "address_of_location": "800 Occidental Avenue South", + "category": "Sports", + "city_of_event": "Seattle", + "date": "2019-03-14", + "event_location": "CenturyLink Field", + "event_name": "Sounders Vs United", + "subcategory": "Football", + "time": "20:00" + } + ], + "slots": [ + { + "exclusive_end": 31, + "slot": "event_name", + "start": 10 + }, + { + "exclusive_end": 69, + "slot": "event_location", + "start": 52 + }, + { + "exclusive_end": 40, + "slot": "date", + "start": 32 + }, + { + "exclusive_end": 48, + "slot": "time", + "start": 44 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "How about Sounders Vs Red Bulls tomorrow at 6 pm at CenturyLink Field?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Seattle, WA" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Sounders Vs Red Bulls" + ], + "subcategory": [ + "football" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds really fun" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Great. Would you like to reserve seats?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Seattle, WA" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Sounders Vs Red Bulls" + ], + "subcategory": [ + "football" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No not now. Thanks for finding that." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day" + } + ] + }, + { + "dialogue_id": "11_00054", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you help me find an event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city_of_event", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "category", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which city would you like to search in, and what kind of event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "category", + "values": [ + "Sports" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Phoenix" + ], + "slot": "city_of_event", + "values": [ + "Phoenix" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 45, + "slot": "city_of_event", + "start": 38 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Phoenix" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like a games related event around Phoenix, please." + }, + { + "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": "event_location", + "values": [ + "Chase Field" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:00" + ], + "slot": "time", + "values": [ + "6 pm" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "10" + ], + "slot": "count", + "values": [ + "10" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Sports", + "city_of_event": "Phoenix" + } + }, + "service_results": [ + { + "address_of_location": "401 East Jefferson Street", + "category": "Sports", + "city_of_event": "Phoenix", + "date": "2019-03-01", + "event_location": "Chase Field", + "event_name": "Arizona Vs La Dodgers", + "subcategory": "Baseball", + "time": "18:00" + }, + { + "address_of_location": "401 East Jefferson Street", + "category": "Sports", + "city_of_event": "Phoenix", + "date": "2019-03-09", + "event_location": "Chase Field", + "event_name": "Arizona Vs Milwaukee", + "subcategory": "Baseball", + "time": "20:00" + }, + { + "address_of_location": "401 East Jefferson Street", + "category": "Sports", + "city_of_event": "Phoenix", + "date": "2019-03-13", + "event_location": "Chase Field", + "event_name": "Diamondbacks Vs Brewers", + "subcategory": "Baseball", + "time": "18:00" + }, + { + "address_of_location": "401 East Jefferson Street", + "category": "Sports", + "city_of_event": "Phoenix", + "date": "2019-03-11", + "event_location": "Chase Field", + "event_name": "Diamondbacks Vs Cardinals", + "subcategory": "Baseball", + "time": "18:00" + }, + { + "address_of_location": "401 East Jefferson Street", + "category": "Sports", + "city_of_event": "Phoenix", + "date": "2019-03-01", + "event_location": "Chase Field", + "event_name": "Diamondbacks Vs Dodgers", + "subcategory": "Baseball", + "time": "20:30" + }, + { + "address_of_location": "401 East Jefferson Street", + "category": "Sports", + "city_of_event": "Phoenix", + "date": "2019-03-11", + "event_location": "Chase Field", + "event_name": "Diamondbacks Vs Giants", + "subcategory": "Baseball", + "time": "18:00" + }, + { + "address_of_location": "401 East Jefferson Street", + "category": "Sports", + "city_of_event": "Phoenix", + "date": "2019-03-03", + "event_location": "Chase Field", + "event_name": "Diamondbacks Vs Marlins", + "subcategory": "Baseball", + "time": "19:30" + }, + { + "address_of_location": "401 East Jefferson Street", + "category": "Sports", + "city_of_event": "Phoenix", + "date": "2019-03-09", + "event_location": "Chase Field", + "event_name": "Diamondbacks Vs Mets", + "subcategory": "Baseball", + "time": "19:00" + }, + { + "address_of_location": "401 East Jefferson Street", + "category": "Sports", + "city_of_event": "Phoenix", + "date": "2019-03-06", + "event_location": "Chase Field", + "event_name": "Diamondbacks Vs Nationals", + "subcategory": "Baseball", + "time": "18:30" + }, + { + "address_of_location": "401 East Jefferson Street", + "category": "Sports", + "city_of_event": "Phoenix", + "date": "2019-03-07", + "event_location": "Chase Field", + "event_name": "Diamondbacks Vs Orioles", + "subcategory": "Baseball", + "time": "20:00" + } + ], + "slots": [ + { + "exclusive_end": 54, + "slot": "event_name", + "start": 33 + }, + { + "exclusive_end": 106, + "slot": "event_location", + "start": 95 + }, + { + "exclusive_end": 83, + "slot": "date", + "start": 78 + }, + { + "exclusive_end": 91, + "slot": "time", + "start": 87 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have 10 events for you. One is Arizona Vs La Dodgers, which is taking place today at 6 pm at Chase Field." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "address_of_location", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "subcategory", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "address_of_location", + "subcategory" + ], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Phoenix" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What's the address, and what kind of event is it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "401 East Jefferson Street" + ], + "slot": "address_of_location", + "values": [ + "401 East Jefferson Street" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Baseball" + ], + "slot": "subcategory", + "values": [ + "baseball" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 40, + "slot": "address_of_location", + "start": 15 + }, + { + "exclusive_end": 62, + "slot": "subcategory", + "start": 54 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The address is 401 East Jefferson Street, and it is a baseball game." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Phoenix" + ], + "date": [ + "today" + ], + "event_name": [ + "Arizona Vs La Dodgers" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to reserve some tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Phoenix" + ], + "date": [ + "today" + ], + "event_name": [ + "Arizona Vs La Dodgers" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Not at the moment." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_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": "Events_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Phoenix" + ], + "date": [ + "today" + ], + "event_name": [ + "Arizona Vs La Dodgers" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice day." + } + ] + }, + { + "dialogue_id": "11_00055", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city_of_event", + "values": [ + "New York City" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 54, + "slot": "city_of_event", + "start": 41 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city_of_event": [ + "New York City" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to find interesting events around New York City." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "Music", + "Sports" + ], + "slot": "category", + "values": [ + "Music", + "Sports" + ] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want events in any specific category like music, sports, or something else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "category", + "values": [ + "Music" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "New York City" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like concert events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Amber Run Brooklyn" + ], + "slot": "event_name", + "values": [ + "Amber Run Brooklyn" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Warsaw" + ], + "slot": "event_location", + "values": [ + "Warsaw" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-14" + ], + "slot": "date", + "values": [ + "March 14th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:00" + ], + "slot": "time", + "values": [ + "6 pm" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "10" + ], + "slot": "count", + "values": [ + "10" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Music", + "city_of_event": "New York" + } + }, + "service_results": [ + { + "address_of_location": "261 Driggs Avenue, Brooklyn", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-14", + "event_location": "Warsaw", + "event_name": "Amber Run Brooklyn", + "subcategory": "Pop", + "time": "18:00" + }, + { + "address_of_location": "56-15 Northern Boulevard, Woodside", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-06", + "event_location": "La Boom", + "event_name": "Americo", + "subcategory": "International", + "time": "18:30" + }, + { + "address_of_location": "89 South Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-09", + "event_location": "Pier 17", + "event_name": "Ben Harper", + "subcategory": "Blues", + "time": "18:00" + }, + { + "address_of_location": "89 South Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-09", + "event_location": "Pier 17", + "event_name": "Blackbear", + "subcategory": "Hip Hop", + "time": "18:30" + }, + { + "address_of_location": "52-19 Flushing Avenue, Maspeth", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-05", + "event_location": "Knockdown Center", + "event_name": "Blowout Music Festival", + "subcategory": "Hip Hop", + "time": "18:00" + }, + { + "address_of_location": "235 West 46th Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-10", + "event_location": "Sony Hall", + "event_name": "Buddy Guy", + "subcategory": "Blues", + "time": "19:30" + }, + { + "address_of_location": "1 Tennis Place, Forest Hills", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-11", + "event_location": "Forest Hills Stadium", + "event_name": "Chemical Brothers", + "subcategory": "Rock", + "time": "20:00" + }, + { + "address_of_location": "235 West 46th Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-02", + "event_location": "Sony Hall", + "event_name": "Chris Botti", + "subcategory": "Jazz", + "time": "19:30" + }, + { + "address_of_location": "64 North 9th Street, Brooklyn", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-06", + "event_location": "Rough Trade NYC", + "event_name": "Crooked Colours", + "subcategory": "Electronica", + "time": "18:30" + }, + { + "address_of_location": "3608 33rd Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-06", + "event_location": "Melrose Ballroom", + "event_name": "Esscalation Music Festival", + "subcategory": "Electronica", + "time": "18:00" + } + ], + "slots": [ + { + "exclusive_end": 57, + "slot": "event_name", + "start": 39 + }, + { + "exclusive_end": 67, + "slot": "event_location", + "start": 61 + }, + { + "exclusive_end": 81, + "slot": "date", + "start": 71 + }, + { + "exclusive_end": 89, + "slot": "time", + "start": 85 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 10 events. One event is called Amber Run Brooklyn at Warsaw on March 14th at 6 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "6th of march" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "category", + "values": [ + "Sports" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 58, + "slot": "date", + "start": 46 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "New York City" + ], + "date": [ + "6th of march" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Those sound good, but I want something on the 6th of march, and I also like match events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Mets Vs Padres" + ], + "slot": "event_name", + "values": [ + "Mets Vs Padres" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Citi Field" + ], + "slot": "event_location", + "values": [ + "Citi Field" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:00" + ], + "slot": "time", + "values": [ + "6 pm" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "8" + ], + "slot": "count", + "values": [ + "8" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-06" + } + }, + "service_results": [ + { + "address_of_location": "123-01 Roosevelt Avenue", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-06", + "event_location": "Citi Field", + "event_name": "Mets Vs Padres", + "subcategory": "Baseball", + "time": "18:00" + }, + { + "address_of_location": "1 East 161 Street", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-06", + "event_location": "Yankee Stadium", + "event_name": "Nycfc Vs Red Bulls", + "subcategory": "Baseball", + "time": "19:00" + }, + { + "address_of_location": "1 East 161 Street", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-06", + "event_location": "Yankee Stadium", + "event_name": "Revolution Vs Nycfc", + "subcategory": "Baseball", + "time": "18:00" + }, + { + "address_of_location": "1 East 161 Street", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-06", + "event_location": "Yankee Stadium", + "event_name": "Yankees Vs Blue Jays", + "subcategory": "Baseball", + "time": "20:00" + }, + { + "address_of_location": "1 East 161 Street", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-06", + "event_location": "Yankee Stadium", + "event_name": "Yankees Vs Diamondbacks", + "subcategory": "Baseball", + "time": "19:30" + }, + { + "address_of_location": "1 East 161 Street", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-06", + "event_location": "Yankee Stadium", + "event_name": "Yankees Vs Indians", + "subcategory": "Baseball", + "time": "20:30" + }, + { + "address_of_location": "1 East 161 Street", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-06", + "event_location": "Yankee Stadium", + "event_name": "Yankees Vs Rangers", + "subcategory": "Baseball", + "time": "20:00" + }, + { + "address_of_location": "1 East 161 Street", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-06", + "event_location": "Yankee Stadium", + "event_name": "Yankees Vs Rays", + "subcategory": "Baseball", + "time": "18:30" + } + ], + "slots": [ + { + "exclusive_end": 45, + "slot": "event_name", + "start": 31 + }, + { + "exclusive_end": 59, + "slot": "event_location", + "start": 49 + }, + { + "exclusive_end": 74, + "slot": "date", + "start": 60 + }, + { + "exclusive_end": 82, + "slot": "time", + "start": 78 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 8 events. One event is Mets Vs Padres at Citi Field next Wednesday at 6 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "New York City" + ], + "date": [ + "6th of march", + "next Wednesday" + ], + "event_name": [ + "Mets Vs Padres" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_1", + "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_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "New York City" + ], + "date": [ + "6th of march", + "next Wednesday" + ], + "event_name": [ + "Mets Vs Padres" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nope, that's all I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "11_00056", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Hip Hop" + ], + "slot": "subcategory", + "values": [ + "hip hop" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "category", + "values": [ + "Music" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 73, + "slot": "subcategory", + "start": 66 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "subcategory": [ + "hip hop" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to find some interesting music events. I really like hip hop. Can you help me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city_of_event", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What location would you prefer?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Diego" + ], + "slot": "city_of_event", + "values": [ + "SD" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 36, + "slot": "city_of_event", + "start": 34 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "SD" + ], + "subcategory": [ + "hip hop" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to find something around SD." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Jon Bellion" + ], + "slot": "event_name", + "values": [ + "Jon Bellion" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Cal Coast Credit Union Amphitheater" + ], + "slot": "event_location", + "values": [ + "Cal Coast Credit Union Amphitheater" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-14" + ], + "slot": "date", + "values": [ + "March 14th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "19:30" + ], + "slot": "time", + "values": [ + "7:30 pm" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "2" + ], + "slot": "count", + "values": [ + "2" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Music", + "city_of_event": "San Diego", + "subcategory": "Hip Hop" + } + }, + "service_results": [ + { + "address_of_location": "5500 Campanile Drive", + "category": "Music", + "city_of_event": "San Diego", + "date": "2019-03-14", + "event_location": "Cal Coast Credit Union Amphitheater", + "event_name": "Jon Bellion", + "subcategory": "Hip Hop", + "time": "19:30" + }, + { + "address_of_location": "5500 Campanile Drive", + "category": "Music", + "city_of_event": "San Diego", + "date": "2019-03-09", + "event_location": "Cal Coast Credit Union Amphitheater", + "event_name": "Lizzo", + "subcategory": "Hip Hop", + "time": "19:00" + } + ], + "slots": [ + { + "exclusive_end": 145, + "slot": "event_name", + "start": 134 + }, + { + "exclusive_end": 106, + "slot": "event_location", + "start": 71 + }, + { + "exclusive_end": 52, + "slot": "date", + "start": 42 + }, + { + "exclusive_end": 63, + "slot": "time", + "start": 56 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 2 events you may like. It is on March 14th at 7:30 pm at the Cal Coast Credit Union Amphitheater. The event taking place is Jon Bellion." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "SD" + ], + "date": [ + "March 14th" + ], + "event_name": [ + "Jon Bellion" + ], + "subcategory": [ + "hip hop" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds amazing." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_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": "Events_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "SD" + ], + "date": [ + "March 14th" + ], + "event_name": [ + "Jon Bellion" + ], + "subcategory": [ + "hip hop" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thank you for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day!" + } + ] + }, + { + "dialogue_id": "11_00057", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "city_of_event", + "values": [ + "Seattle, WA" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 52, + "slot": "city_of_event", + "start": 41 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city_of_event": [ + "Seattle, WA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Find interesting events happening around Seattle, WA please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "category", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, Any preference on what type of events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "category", + "values": [ + "Sports" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Seattle, WA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Find sports events please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Huskies Vs Cougars" + ], + "slot": "event_name", + "values": [ + "Huskies Vs Cougars" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Husky Stadium" + ], + "slot": "event_location", + "values": [ + "Husky Stadium" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-05" + ], + "slot": "date", + "values": [ + "next Tuesday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:00" + ], + "slot": "time", + "values": [ + "8 pm" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "10" + ], + "slot": "count", + "values": [ + "10" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Sports", + "city_of_event": "Seattle" + } + }, + "service_results": [ + { + "address_of_location": "3800 Montlake Boulevard Northeast", + "category": "Sports", + "city_of_event": "Seattle", + "date": "2019-03-05", + "event_location": "Husky Stadium", + "event_name": "Huskies Vs Cougars", + "subcategory": "Basketball", + "time": "20:00" + }, + { + "address_of_location": "3800 Montlake Boulevard Northeast", + "category": "Sports", + "city_of_event": "Seattle", + "date": "2019-03-05", + "event_location": "Husky Stadium", + "event_name": "Huskies Vs Utes", + "subcategory": "Basketball", + "time": "18:30" + }, + { + "address_of_location": "3800 Montlake Boulevard Northeast", + "category": "Sports", + "city_of_event": "Seattle", + "date": "2019-03-13", + "event_location": "Husky Stadium", + "event_name": "Huskies Vs Warriors", + "subcategory": "Basketball", + "time": "18:30" + }, + { + "address_of_location": "1250 1st Avenue South", + "category": "Sports", + "city_of_event": "Seattle", + "date": "2019-03-10", + "event_location": "T-Mobile Park", + "event_name": "Mariners Vs Angels", + "subcategory": "Baseball", + "time": "20:30" + }, + { + "address_of_location": "1250 1st Avenue South", + "category": "Sports", + "city_of_event": "Seattle", + "date": "2019-03-05", + "event_location": "T-Mobile Park", + "event_name": "Mariners Vs Blue Jays", + "subcategory": "Baseball", + "time": "18:00" + }, + { + "address_of_location": "1250 1st Avenue South", + "category": "Sports", + "city_of_event": "Seattle", + "date": "2019-03-04", + "event_location": "T-Mobile Park", + "event_name": "Mariners Vs Rangers", + "subcategory": "Baseball", + "time": "20:00" + }, + { + "address_of_location": "1250 1st Avenue South", + "category": "Sports", + "city_of_event": "Seattle", + "date": "2019-03-12", + "event_location": "T-Mobile Park", + "event_name": "Mariners Vs Rays", + "subcategory": "Baseball", + "time": "20:30" + }, + { + "address_of_location": "1250 1st Avenue South", + "category": "Sports", + "city_of_event": "Seattle", + "date": "2019-03-01", + "event_location": "T-Mobile Park", + "event_name": "Mariners Vs Tigers", + "subcategory": "Baseball", + "time": "20:00" + }, + { + "address_of_location": "1250 1st Avenue South", + "category": "Sports", + "city_of_event": "Seattle", + "date": "2019-03-06", + "event_location": "T-Mobile Park", + "event_name": "Mariners Vs White Sox", + "subcategory": "Baseball", + "time": "20:00" + }, + { + "address_of_location": "800 Occidental Avenue South", + "category": "Sports", + "city_of_event": "Seattle", + "date": "2019-03-01", + "event_location": "CenturyLink Field", + "event_name": "Seahawks Vs Cardinals", + "subcategory": "American Football", + "time": "19:00" + } + ], + "slots": [ + { + "exclusive_end": 93, + "slot": "event_name", + "start": 75 + }, + { + "exclusive_end": 138, + "slot": "event_location", + "start": 125 + }, + { + "exclusive_end": 106, + "slot": "date", + "start": 94 + }, + { + "exclusive_end": 120, + "slot": "time", + "start": 116 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "OK, I've found 10 events which you may be interested in. May I suggest the Huskies Vs Cougars next Tuesday night at 8 pm, at Husky Stadium." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Seattle, WA" + ], + "date": [ + "next Tuesday" + ], + "event_name": [ + "Huskies Vs Cougars" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds really good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Great, glad I could help. Should I purchase tickets now?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Seattle, WA" + ], + "date": [ + "next Tuesday" + ], + "event_name": [ + "Huskies Vs Cougars" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, not right now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Oh, Ok. Well is there anything else I could help with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Seattle, WA" + ], + "date": [ + "next Tuesday" + ], + "event_name": [ + "Huskies Vs Cougars" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nope. That's it." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Alright, Have a wonderful day." + } + ] + }, + { + "dialogue_id": "11_00058", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I am looking for some interesting events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "Music", + "Sports" + ], + "slot": "category", + "values": [ + "Music", + "Sports" + ] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What is your preferred category like Music or sports or anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "category", + "values": [ + "Music" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Search for some Music events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city_of_event", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which city you want me to search in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Portland" + ], + "slot": "city_of_event", + "values": [ + "Portland" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 32, + "slot": "city_of_event", + "start": 24 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "Portland" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Search the event around Portland." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Bryan Adams" + ], + "slot": "event_name", + "values": [ + "Bryan Adams" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Theater Of The Clouds" + ], + "slot": "event_location", + "values": [ + "Theater Of The Clouds" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:30" + ], + "slot": "time", + "values": [ + "8:30 pm" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Music", + "city_of_event": "Portland" + } + }, + "service_results": [ + { + "address_of_location": "1016-1098 North Center Court Street", + "category": "Music", + "city_of_event": "Portland", + "date": "2019-03-02", + "event_location": "Theater Of The Clouds", + "event_name": "Bryan Adams", + "subcategory": "Pop", + "time": "20:30" + }, + { + "address_of_location": "1422 Southwest 11th Avenue", + "category": "Music", + "city_of_event": "Portland", + "date": "2019-03-05", + "event_location": "The Old Church Concert Hall", + "event_name": "Damien Jurado", + "subcategory": "Blues", + "time": "19:30" + }, + { + "address_of_location": "1111 Southwest Broadway", + "category": "Music", + "city_of_event": "Portland", + "date": "2019-03-13", + "event_location": "Newmark Theatre", + "event_name": "Erica Fernandez", + "subcategory": "Pop", + "time": "18:30" + }, + { + "address_of_location": "1111 Southwest Broadway", + "category": "Music", + "city_of_event": "Portland", + "date": "2019-03-12", + "event_location": "Newmark Theatre", + "event_name": "Friends", + "subcategory": "Pop", + "time": "18:00" + }, + { + "address_of_location": "1016-1098 North Center Court Street", + "category": "Music", + "city_of_event": "Portland", + "date": "2019-03-07", + "event_location": "Theater Of The Clouds", + "event_name": "Hozier", + "subcategory": "Blues", + "time": "18:00" + }, + { + "address_of_location": "1422 Southwest 11th Avenue", + "category": "Music", + "city_of_event": "Portland", + "date": "2019-03-04", + "event_location": "The Old Church Concert Hall", + "event_name": "Kishi Bashi", + "subcategory": "Electronica", + "time": "20:00" + }, + { + "address_of_location": "1016-1098 North Center Court Street", + "category": "Music", + "city_of_event": "Portland", + "date": "2019-03-07", + "event_location": "Theater Of The Clouds", + "event_name": "Rob Thomas", + "subcategory": "Rock", + "time": "19:30" + } + ], + "slots": [ + { + "exclusive_end": 38, + "slot": "event_name", + "start": 27 + }, + { + "exclusive_end": 63, + "slot": "event_location", + "start": 42 + }, + { + "exclusive_end": 72, + "slot": "date", + "start": 64 + }, + { + "exclusive_end": 83, + "slot": "time", + "start": 76 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is an event named as Bryan Adams at Theater Of The Clouds tomorrow at 8:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "subcategory", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "subcategory" + ], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "Portland" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Find me some more information about the event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Pop" + ], + "slot": "subcategory", + "values": [ + "Pop" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 18, + "slot": "subcategory", + "start": 15 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event is a Pop event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "Portland" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Bryan Adams" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay. That sounds good to me. That will be all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I am glad I could help. Have nice day." + } + ] + }, + { + "dialogue_id": "11_00059", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for some events to go to." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city_of_event", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "category", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "In which city? Do you prefer an event category?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "city_of_event", + "values": [ + "Philly" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "category", + "values": [ + "Music" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 37, + "slot": "city_of_event", + "start": 31 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "Philly" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like music, something around Philly." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Blueface" + ], + "slot": "event_name", + "values": [ + "Blueface" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Fillmore Philadelphia" + ], + "slot": "event_location", + "values": [ + "The Fillmore Philadelphia" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-13" + ], + "slot": "date", + "values": [ + "March 13th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:00" + ], + "slot": "time", + "values": [ + "6 pm" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Music", + "city_of_event": "Philadelphia" + } + }, + "service_results": [ + { + "address_of_location": "29 East Allen Street", + "category": "Music", + "city_of_event": "Philadelphia", + "date": "2019-03-13", + "event_location": "The Fillmore Philadelphia", + "event_name": "Blueface", + "subcategory": "Hip Hop", + "time": "18:00" + }, + { + "address_of_location": "29 East Allen Street", + "category": "Music", + "city_of_event": "Philadelphia", + "date": "2019-03-01", + "event_location": "The Fillmore Philadelphia", + "event_name": "Conan Gray", + "subcategory": "Pop", + "time": "20:30" + }, + { + "address_of_location": "29 East Allen Street 2nd Floor", + "category": "Music", + "city_of_event": "Philadelphia", + "date": "2019-03-07", + "event_location": "The Foundry", + "event_name": "Don Broco", + "subcategory": "Rock", + "time": "18:00" + }, + { + "address_of_location": "29 East Allen Street 2nd Floor", + "category": "Music", + "city_of_event": "Philadelphia", + "date": "2019-03-03", + "event_location": "The Foundry", + "event_name": "Girl In Red", + "subcategory": "Pop", + "time": "19:00" + }, + { + "address_of_location": "1200 Callowhill Street", + "category": "Music", + "city_of_event": "Philadelphia", + "date": "2019-03-02", + "event_location": "Underground Arts", + "event_name": "Hot Water Music", + "subcategory": "Rock", + "time": "19:00" + }, + { + "address_of_location": "29 East Allen Street", + "category": "Music", + "city_of_event": "Philadelphia", + "date": "2019-03-06", + "event_location": "The Fillmore Philadelphia", + "event_name": "Lauv", + "subcategory": "Jazz", + "time": "18:30" + }, + { + "address_of_location": "29 East Allen Street 2nd Floor", + "category": "Music", + "city_of_event": "Philadelphia", + "date": "2019-03-10", + "event_location": "The Foundry", + "event_name": "Lights", + "subcategory": "Electronica", + "time": "18:00" + }, + { + "address_of_location": "29 East Allen Street", + "category": "Music", + "city_of_event": "Philadelphia", + "date": "2019-03-03", + "event_location": "The Fillmore Philadelphia", + "event_name": "Nav With Killy", + "subcategory": "Hip Hop", + "time": "19:30" + }, + { + "address_of_location": "29 East Allen Street 2nd Floor", + "category": "Music", + "city_of_event": "Philadelphia", + "date": "2019-03-13", + "event_location": "The Foundry", + "event_name": "Northlane", + "subcategory": "Rock", + "time": "18:00" + }, + { + "address_of_location": "29 East Allen Street 2nd Floor", + "category": "Music", + "city_of_event": "Philadelphia", + "date": "2019-03-11", + "event_location": "The Foundry", + "event_name": "The Lemonheads", + "subcategory": "Rock", + "time": "19:30" + } + ], + "slots": [ + { + "exclusive_end": 16, + "slot": "event_name", + "start": 8 + }, + { + "exclusive_end": 45, + "slot": "event_location", + "start": 20 + }, + { + "exclusive_end": 59, + "slot": "date", + "start": 49 + }, + { + "exclusive_end": 67, + "slot": "time", + "start": 63 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's Blueface at The Fillmore Philadelphia on March 13th at 6 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Hip Hop" + ], + "slot": "subcategory", + "values": [ + "hip hop" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "the 2nd" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 32, + "slot": "subcategory", + "start": 25 + }, + { + "exclusive_end": 53, + "slot": "date", + "start": 46 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "Philly" + ], + "date": [ + "the 2nd" + ], + "subcategory": [ + "hip hop" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "They're good, but I like hip hop. Anything on the 2nd?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Nav With Killy" + ], + "slot": "event_name", + "values": [ + "Nav with Killy" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Fillmore Philadelphia" + ], + "slot": "event_location", + "values": [ + "The Fillmore Philadelphia" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:00" + ], + "slot": "time", + "values": [ + "6 pm" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Music", + "city_of_event": "Philadelphia", + "date": "2019-03-02", + "subcategory": "Hip Hop" + } + }, + "service_results": [ + { + "address_of_location": "29 East Allen Street", + "category": "Music", + "city_of_event": "Philadelphia", + "date": "2019-03-02", + "event_location": "The Fillmore Philadelphia", + "event_name": "Blueface", + "subcategory": "Hip Hop", + "time": "19:00" + } + ], + "slots": [ + { + "exclusive_end": 39, + "slot": "event_name", + "start": 25 + }, + { + "exclusive_end": 68, + "slot": "event_location", + "start": 43 + }, + { + "exclusive_end": 77, + "slot": "date", + "start": 69 + }, + { + "exclusive_end": 85, + "slot": "time", + "start": 81 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 event. There's Nav with Killy at The Fillmore Philadelphia tomorrow at 6 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "Philly" + ], + "date": [ + "the 2nd", + "tomorrow" + ], + "event_name": [ + "Nav with Killy" + ], + "subcategory": [ + "hip hop" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great, that's all for now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice day." + } + ] + }, + { + "dialogue_id": "11_00060", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Hi i need a help, i am Interested in events, Could you find some events for me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "category", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city_of_event", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, I will help you, Do you interested in any preferred type of events? Which city should i search in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city_of_event", + "values": [ + "New York" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "category", + "values": [ + "Music" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 38, + "slot": "city_of_event", + "start": 30 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "New York" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "i like Music events around 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": "event_location", + "values": [ + "Warsaw" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-14" + ], + "slot": "date", + "values": [ + "march 14th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:00" + ], + "slot": "time", + "values": [ + "6 pm" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Music", + "city_of_event": "New York" + } + }, + "service_results": [ + { + "address_of_location": "261 Driggs Avenue, Brooklyn", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-14", + "event_location": "Warsaw", + "event_name": "Amber Run Brooklyn", + "subcategory": "Pop", + "time": "18:00" + }, + { + "address_of_location": "56-15 Northern Boulevard, Woodside", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-06", + "event_location": "La Boom", + "event_name": "Americo", + "subcategory": "International", + "time": "18:30" + }, + { + "address_of_location": "89 South Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-09", + "event_location": "Pier 17", + "event_name": "Ben Harper", + "subcategory": "Blues", + "time": "18:00" + }, + { + "address_of_location": "89 South Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-09", + "event_location": "Pier 17", + "event_name": "Blackbear", + "subcategory": "Hip Hop", + "time": "18:30" + }, + { + "address_of_location": "52-19 Flushing Avenue, Maspeth", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-05", + "event_location": "Knockdown Center", + "event_name": "Blowout Music Festival", + "subcategory": "Hip Hop", + "time": "18:00" + }, + { + "address_of_location": "235 West 46th Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-10", + "event_location": "Sony Hall", + "event_name": "Buddy Guy", + "subcategory": "Blues", + "time": "19:30" + }, + { + "address_of_location": "1 Tennis Place, Forest Hills", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-11", + "event_location": "Forest Hills Stadium", + "event_name": "Chemical Brothers", + "subcategory": "Rock", + "time": "20:00" + }, + { + "address_of_location": "235 West 46th Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-02", + "event_location": "Sony Hall", + "event_name": "Chris Botti", + "subcategory": "Jazz", + "time": "19:30" + }, + { + "address_of_location": "64 North 9th Street, Brooklyn", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-06", + "event_location": "Rough Trade NYC", + "event_name": "Crooked Colours", + "subcategory": "Electronica", + "time": "18:30" + }, + { + "address_of_location": "3608 33rd Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-06", + "event_location": "Melrose Ballroom", + "event_name": "Esscalation Music Festival", + "subcategory": "Electronica", + "time": "18:00" + } + ], + "slots": [ + { + "exclusive_end": 57, + "slot": "event_name", + "start": 39 + }, + { + "exclusive_end": 75, + "slot": "event_location", + "start": 69 + }, + { + "exclusive_end": 89, + "slot": "date", + "start": 79 + }, + { + "exclusive_end": 116, + "slot": "time", + "start": 112 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found an event for you, The event is Amber Run Brooklyn located at Warsaw On march 14th, Th e event begins at 6 pm" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "subcategory", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "address_of_location", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "address_of_location", + "subcategory" + ], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "New York" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, i am interested, tell me more about this event, What is the address of the venue?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Pop" + ], + "slot": "subcategory", + "values": [ + "Pop" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "261 Driggs Avenue, Brooklyn" + ], + "slot": "address_of_location", + "values": [ + "261 Driggs Avenue, brooklyn" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 11, + "slot": "subcategory", + "start": 8 + }, + { + "exclusive_end": 56, + "slot": "address_of_location", + "start": 29 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It is a Pop event Located at 261 Driggs Avenue, brooklyn." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "New York" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "OK, Could you find another events for me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Americo" + ], + "slot": "event_name", + "values": [ + "Americo" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "La Boom" + ], + "slot": "event_location", + "values": [ + "La boom" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:30" + ], + "slot": "time", + "values": [ + "6:30 pm" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 55, + "slot": "event_name", + "start": 48 + }, + { + "exclusive_end": 33, + "slot": "event_location", + "start": 26 + }, + { + "exclusive_end": 73, + "slot": "date", + "start": 59 + }, + { + "exclusive_end": 102, + "slot": "time", + "start": 95 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, i found an event in La boom, the event is Americo on next Wednesday, The event begins at 6:30 pm" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 68, + "slot": "date", + "start": 60 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "New York" + ], + "date": [ + "tomorrow" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Ok, But, find me another event for me, I want some thing on tomorrow" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Blackbear" + ], + "slot": "event_name", + "values": [ + "Blackbear" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Pier 17" + ], + "slot": "event_location", + "values": [ + "Pier 17" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:00" + ], + "slot": "time", + "values": [ + "6 pm" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-02" + } + }, + "service_results": [ + { + "address_of_location": "56-15 Northern Boulevard, Woodside", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-02", + "event_location": "La Boom", + "event_name": "Americo", + "subcategory": "International", + "time": "19:00" + }, + { + "address_of_location": "89 South Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-02", + "event_location": "Pier 17", + "event_name": "Blackbear", + "subcategory": "Hip Hop", + "time": "18:00" + }, + { + "address_of_location": "235 West 46th Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-02", + "event_location": "Sony Hall", + "event_name": "Chris Botti", + "subcategory": "Jazz", + "time": "19:30" + }, + { + "address_of_location": "64 North 9th Street, Brooklyn", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-02", + "event_location": "Rough Trade NYC", + "event_name": "Crooked Colours", + "subcategory": "Electronica", + "time": "20:00" + }, + { + "address_of_location": "3608 33rd Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-02", + "event_location": "Melrose Ballroom", + "event_name": "Esscalation Music Festival", + "subcategory": "Electronica", + "time": "18:00" + }, + { + "address_of_location": "141 Prospect Park West, Brooklyn", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-02", + "event_location": "Prospect Park Bandshell", + "event_name": "Jason Isbell", + "subcategory": "Country", + "time": "19:00" + }, + { + "address_of_location": "1 Tennis Place, Forest Hills", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-02", + "event_location": "Forest Hills Stadium", + "event_name": "Jethro Tull", + "subcategory": "Rock", + "time": "18:30" + }, + { + "address_of_location": "235 West 46th Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-02", + "event_location": "Sony Hall", + "event_name": "Lyfe Jennings", + "subcategory": "Blues", + "time": "20:30" + }, + { + "address_of_location": "Peter Jay Sharp Building, 30 Lafayette Avenue, Brooklyn", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-02", + "event_location": "BAM Howard Gilman Opera House", + "event_name": "Madonna", + "subcategory": "Pop", + "time": "18:00" + }, + { + "address_of_location": "1 Tennis Place, Forest Hills", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-02", + "event_location": "Forest Hills Stadium", + "event_name": "Outlaw Music Festival", + "subcategory": "Country", + "time": "20:00" + } + ], + "slots": [ + { + "exclusive_end": 63, + "slot": "event_name", + "start": 54 + }, + { + "exclusive_end": 39, + "slot": "event_location", + "start": 32 + }, + { + "exclusive_end": 75, + "slot": "date", + "start": 67 + }, + { + "exclusive_end": 101, + "slot": "time", + "start": 97 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, i got an event for you at Pier 17, the event is Blackbear on tomorrow, the event begins at 6 pm" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "New York" + ], + "date": [ + "tomorrow" + ], + "event_name": [ + "Blackbear" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, It seems good for me, That's all i need, thank you very much for your help" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "you are welcome, Have a good day." + } + ] + }, + { + "dialogue_id": "11_00061", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "city_of_event", + "values": [ + "SF" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 49, + "slot": "city_of_event", + "start": 47 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city_of_event": [ + "SF" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for interesting events to go to in SF." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "Music", + "Sports" + ], + "slot": "category", + "values": [ + "Music", + "Sports" + ] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What kind of event? Music, Sports, or something else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "category", + "values": [ + "Music" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "SF" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Music, please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Allan Rayman" + ], + "slot": "event_name", + "values": [ + "Allan Rayman" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "August Hall" + ], + "slot": "event_location", + "values": [ + "August Hall" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-09" + ], + "slot": "date", + "values": [ + "March 9th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:00" + ], + "slot": "time", + "values": [ + "6 pm" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "10" + ], + "slot": "count", + "values": [ + "10" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Music", + "city_of_event": "San Francisco" + } + }, + "service_results": [ + { + "address_of_location": "420 Mason Street", + "category": "Music", + "city_of_event": "San Francisco", + "date": "2019-03-09", + "event_location": "August Hall", + "event_name": "Allan Rayman", + "subcategory": "Hip Hop", + "time": "18:00" + }, + { + "address_of_location": "201 Van Ness Avenue", + "category": "Music", + "city_of_event": "San Francisco", + "date": "2019-03-12", + "event_location": "San Francisco Symphony", + "event_name": "Carmina Burana", + "subcategory": "Classical", + "time": "20:30" + }, + { + "address_of_location": "500 Terry A Francois Boulevard Suite 73", + "category": "Music", + "city_of_event": "San Francisco", + "date": "2019-03-13", + "event_location": "Chase Center Experience", + "event_name": "Celine Dion", + "subcategory": "Pop", + "time": "20:30" + }, + { + "address_of_location": "500 Terry A Francois Boulevard Suite 73", + "category": "Music", + "city_of_event": "San Francisco", + "date": "2019-03-12", + "event_location": "Chase Center Experience", + "event_name": "Cher", + "subcategory": "Pop", + "time": "18:30" + }, + { + "address_of_location": "420 Mason Street", + "category": "Music", + "city_of_event": "San Francisco", + "date": "2019-03-07", + "event_location": "August Hall", + "event_name": "Electric Feels", + "subcategory": "Electronica", + "time": "19:00" + }, + { + "address_of_location": "420 Mason Street", + "category": "Music", + "city_of_event": "San Francisco", + "date": "2019-03-04", + "event_location": "August Hall", + "event_name": "Matt Corby", + "subcategory": "Christian", + "time": "18:30" + }, + { + "address_of_location": "777 Valencia Street", + "category": "Music", + "city_of_event": "San Francisco", + "date": "2019-03-14", + "event_location": "The Chapel", + "event_name": "Okkervil River", + "subcategory": "Country", + "time": "19:00" + }, + { + "address_of_location": "777 Valencia Street", + "category": "Music", + "city_of_event": "San Francisco", + "date": "2019-03-02", + "event_location": "The Chapel", + "event_name": "Remo Drive", + "subcategory": "Pop", + "time": "20:30" + }, + { + "address_of_location": "201 Van Ness Avenue", + "category": "Music", + "city_of_event": "San Francisco", + "date": "2019-03-12", + "event_location": "San Francisco Symphony", + "event_name": "San Francisco Symphony", + "subcategory": "Classical", + "time": "18:00" + }, + { + "address_of_location": "420 Mason Street", + "category": "Music", + "city_of_event": "San Francisco", + "date": "2019-03-11", + "event_location": "August Hall", + "event_name": "The Drums", + "subcategory": "Pop", + "time": "18:30" + } + ], + "slots": [ + { + "exclusive_end": 46, + "slot": "event_name", + "start": 34 + }, + { + "exclusive_end": 72, + "slot": "event_location", + "start": 61 + }, + { + "exclusive_end": 85, + "slot": "date", + "start": 76 + }, + { + "exclusive_end": 103, + "slot": "time", + "start": 99 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 10 events you might like. Allan Rayman is playing at August Hall on March 9th, starting at 6 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "date", + "values": [ + "March 11th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Pop" + ], + "slot": "subcategory", + "values": [ + "Pop" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 61, + "slot": "date", + "start": 51 + }, + { + "exclusive_end": 77, + "slot": "subcategory", + "start": 74 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "SF" + ], + "date": [ + "March 11th" + ], + "subcategory": [ + "Pop" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good, but I'd like to see something on March 11th, preferably Pop." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Cher" + ], + "slot": "event_name", + "values": [ + "Cher" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Chase Center Experience" + ], + "slot": "event_location", + "values": [ + "Chase Center Experience" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-11" + ], + "slot": "date", + "values": [ + "March 11th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:00" + ], + "slot": "time", + "values": [ + "8 pm" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "2" + ], + "slot": "count", + "values": [ + "2" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Music", + "city_of_event": "San Francisco", + "date": "2019-03-11", + "subcategory": "Pop" + } + }, + "service_results": [ + { + "address_of_location": "500 Terry A Francois Boulevard Suite 73", + "category": "Music", + "city_of_event": "San Francisco", + "date": "2019-03-11", + "event_location": "Chase Center Experience", + "event_name": "Cher", + "subcategory": "Pop", + "time": "20:00" + }, + { + "address_of_location": "420 Mason Street", + "category": "Music", + "city_of_event": "San Francisco", + "date": "2019-03-11", + "event_location": "August Hall", + "event_name": "The Drums", + "subcategory": "Pop", + "time": "18:30" + } + ], + "slots": [ + { + "exclusive_end": 53, + "slot": "event_name", + "start": 49 + }, + { + "exclusive_end": 94, + "slot": "event_location", + "start": 71 + }, + { + "exclusive_end": 32, + "slot": "date", + "start": 22 + }, + { + "exclusive_end": 111, + "slot": "time", + "start": 107 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 2 events on March 11th you might like. Cher is performing at Chase Center Experience starting at 8 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "SF" + ], + "date": [ + "March 11th" + ], + "subcategory": [ + "Pop" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Cool. Any other events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "The Drums" + ], + "slot": "event_name", + "values": [ + "The Drums" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "August Hall" + ], + "slot": "event_location", + "values": [ + "August Hall" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-11" + ], + "slot": "date", + "values": [ + "March 11th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:30" + ], + "slot": "time", + "values": [ + "6:30 pm" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 14, + "slot": "event_name", + "start": 5 + }, + { + "exclusive_end": 41, + "slot": "event_location", + "start": 30 + }, + { + "exclusive_end": 55, + "slot": "date", + "start": 45 + }, + { + "exclusive_end": 75, + "slot": "time", + "start": 68 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Yes. The Drums are playing at August Hall on March 11th as well, at 6:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "address_of_location", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "address_of_location" + ], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "SF" + ], + "date": [ + "March 11th" + ], + "subcategory": [ + "Pop" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What's the address of that one?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "420 Mason Street" + ], + "slot": "address_of_location", + "values": [ + "420 Mason Street" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 32, + "slot": "address_of_location", + "start": 16 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It's located at 420 Mason Street." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "SF" + ], + "date": [ + "March 11th" + ], + "event_name": [ + "The Drums" + ], + "subcategory": [ + "Pop" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great. That's all I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "11_00062", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you find me an event I can go to?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city_of_event", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "category", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure. What city? Any particular type of event you're interested in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city_of_event", + "values": [ + "NYC" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "category", + "values": [ + "Music" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 30, + "slot": "city_of_event", + "start": 27 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "NYC" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "How about a concert around NYC?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Amber Run Brooklyn" + ], + "slot": "event_name", + "values": [ + "Amber Run Brooklyn" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Warsaw" + ], + "slot": "event_location", + "values": [ + "Warsaw" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-14" + ], + "slot": "date", + "values": [ + "March 14th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:00" + ], + "slot": "time", + "values": [ + "6 pm" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Music", + "city_of_event": "New York" + } + }, + "service_results": [ + { + "address_of_location": "261 Driggs Avenue, Brooklyn", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-14", + "event_location": "Warsaw", + "event_name": "Amber Run Brooklyn", + "subcategory": "Pop", + "time": "18:00" + }, + { + "address_of_location": "56-15 Northern Boulevard, Woodside", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-06", + "event_location": "La Boom", + "event_name": "Americo", + "subcategory": "International", + "time": "18:30" + }, + { + "address_of_location": "89 South Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-09", + "event_location": "Pier 17", + "event_name": "Ben Harper", + "subcategory": "Blues", + "time": "18:00" + }, + { + "address_of_location": "89 South Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-09", + "event_location": "Pier 17", + "event_name": "Blackbear", + "subcategory": "Hip Hop", + "time": "18:30" + }, + { + "address_of_location": "52-19 Flushing Avenue, Maspeth", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-05", + "event_location": "Knockdown Center", + "event_name": "Blowout Music Festival", + "subcategory": "Hip Hop", + "time": "18:00" + }, + { + "address_of_location": "235 West 46th Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-10", + "event_location": "Sony Hall", + "event_name": "Buddy Guy", + "subcategory": "Blues", + "time": "19:30" + }, + { + "address_of_location": "1 Tennis Place, Forest Hills", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-11", + "event_location": "Forest Hills Stadium", + "event_name": "Chemical Brothers", + "subcategory": "Rock", + "time": "20:00" + }, + { + "address_of_location": "235 West 46th Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-02", + "event_location": "Sony Hall", + "event_name": "Chris Botti", + "subcategory": "Jazz", + "time": "19:30" + }, + { + "address_of_location": "64 North 9th Street, Brooklyn", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-06", + "event_location": "Rough Trade NYC", + "event_name": "Crooked Colours", + "subcategory": "Electronica", + "time": "18:30" + }, + { + "address_of_location": "3608 33rd Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-06", + "event_location": "Melrose Ballroom", + "event_name": "Esscalation Music Festival", + "subcategory": "Electronica", + "time": "18:00" + } + ], + "slots": [ + { + "exclusive_end": 42, + "slot": "event_name", + "start": 24 + }, + { + "exclusive_end": 80, + "slot": "event_location", + "start": 74 + }, + { + "exclusive_end": 62, + "slot": "date", + "start": 52 + }, + { + "exclusive_end": 70, + "slot": "time", + "start": 66 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "What do you think about Amber Run Brooklyn. It's on March 14th at 6 pm at Warsaw" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "NYC" + ], + "date": [ + "March 14th" + ], + "event_name": [ + "Amber Run Brooklyn" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds interesting" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_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": "Events_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "NYC" + ], + "date": [ + "March 14th" + ], + "event_name": [ + "Amber Run Brooklyn" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Maybe later. I'm good for now" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Here to help you" + } + ] + }, + { + "dialogue_id": "11_00063", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "category", + "values": [ + "Sports" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Phoenix" + ], + "slot": "city_of_event", + "values": [ + "Phoenix, AZ" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 171, + "slot": "city_of_event", + "start": 160 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Phoenix, AZ" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to have some fun so I need you to help me find some interesting events. I usually enjoy the Sports events and I am looking for events that take place 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": "event_location", + "values": [ + "Chase Field" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:00" + ], + "slot": "time", + "values": [ + "6 pm" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Sports", + "city_of_event": "Phoenix" + } + }, + "service_results": [ + { + "address_of_location": "401 East Jefferson Street", + "category": "Sports", + "city_of_event": "Phoenix", + "date": "2019-03-01", + "event_location": "Chase Field", + "event_name": "Arizona Vs La Dodgers", + "subcategory": "Baseball", + "time": "18:00" + }, + { + "address_of_location": "401 East Jefferson Street", + "category": "Sports", + "city_of_event": "Phoenix", + "date": "2019-03-09", + "event_location": "Chase Field", + "event_name": "Arizona Vs Milwaukee", + "subcategory": "Baseball", + "time": "20:00" + }, + { + "address_of_location": "401 East Jefferson Street", + "category": "Sports", + "city_of_event": "Phoenix", + "date": "2019-03-13", + "event_location": "Chase Field", + "event_name": "Diamondbacks Vs Brewers", + "subcategory": "Baseball", + "time": "18:00" + }, + { + "address_of_location": "401 East Jefferson Street", + "category": "Sports", + "city_of_event": "Phoenix", + "date": "2019-03-11", + "event_location": "Chase Field", + "event_name": "Diamondbacks Vs Cardinals", + "subcategory": "Baseball", + "time": "18:00" + }, + { + "address_of_location": "401 East Jefferson Street", + "category": "Sports", + "city_of_event": "Phoenix", + "date": "2019-03-01", + "event_location": "Chase Field", + "event_name": "Diamondbacks Vs Dodgers", + "subcategory": "Baseball", + "time": "20:30" + }, + { + "address_of_location": "401 East Jefferson Street", + "category": "Sports", + "city_of_event": "Phoenix", + "date": "2019-03-11", + "event_location": "Chase Field", + "event_name": "Diamondbacks Vs Giants", + "subcategory": "Baseball", + "time": "18:00" + }, + { + "address_of_location": "401 East Jefferson Street", + "category": "Sports", + "city_of_event": "Phoenix", + "date": "2019-03-03", + "event_location": "Chase Field", + "event_name": "Diamondbacks Vs Marlins", + "subcategory": "Baseball", + "time": "19:30" + }, + { + "address_of_location": "401 East Jefferson Street", + "category": "Sports", + "city_of_event": "Phoenix", + "date": "2019-03-09", + "event_location": "Chase Field", + "event_name": "Diamondbacks Vs Mets", + "subcategory": "Baseball", + "time": "19:00" + }, + { + "address_of_location": "401 East Jefferson Street", + "category": "Sports", + "city_of_event": "Phoenix", + "date": "2019-03-06", + "event_location": "Chase Field", + "event_name": "Diamondbacks Vs Nationals", + "subcategory": "Baseball", + "time": "18:30" + }, + { + "address_of_location": "401 East Jefferson Street", + "category": "Sports", + "city_of_event": "Phoenix", + "date": "2019-03-07", + "event_location": "Chase Field", + "event_name": "Diamondbacks Vs Orioles", + "subcategory": "Baseball", + "time": "20:00" + } + ], + "slots": [ + { + "exclusive_end": 57, + "slot": "event_name", + "start": 36 + }, + { + "exclusive_end": 96, + "slot": "event_location", + "start": 85 + }, + { + "exclusive_end": 102, + "slot": "date", + "start": 97 + }, + { + "exclusive_end": 141, + "slot": "time", + "start": 137 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I can see that there is an event of Arizona Vs La Dodgers which will be happening at Chase Field today and the time of the event will be 6 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "address_of_location", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "address_of_location" + ], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Phoenix, AZ" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you give me the address where I can find the event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "401 East Jefferson Street" + ], + "slot": "address_of_location", + "values": [ + "401 East Jefferson Street" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 47, + "slot": "address_of_location", + "start": 22 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event location is 401 East Jefferson Street." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Phoenix, AZ" + ], + "date": [ + "today" + ], + "event_name": [ + "Arizona Vs La Dodgers" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That seems as what I would enjoy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to buy the tickets for the mentioned event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Phoenix, AZ" + ], + "date": [ + "today" + ], + "event_name": [ + "Arizona Vs La Dodgers" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No at the moment. That would be all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good time!" + } + ] + }, + { + "dialogue_id": "11_00064", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for something interesting to do." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city_of_event", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What city would you like to search in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city_of_event", + "values": [ + "NYC" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 39, + "slot": "city_of_event", + "start": 36 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city_of_event": [ + "NYC" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for events in or around NYC." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "category", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What kind of events are you looking for?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Rock" + ], + "slot": "subcategory", + "values": [ + "Rock" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "category", + "values": [ + "Music" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 16, + "slot": "subcategory", + "start": 12 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "NYC" + ], + "subcategory": [ + "Rock" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "How about a Rock Concert?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Chemical Brothers" + ], + "slot": "event_name", + "values": [ + "Chemical Brothers" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Forest Hills Stadium" + ], + "slot": "event_location", + "values": [ + "Forest Hills Stadium" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-11" + ], + "slot": "date", + "values": [ + "March 11th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:00" + ], + "slot": "time", + "values": [ + "8 pm" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "10" + ], + "slot": "count", + "values": [ + "10" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Music", + "city_of_event": "New York", + "subcategory": "Rock" + } + }, + "service_results": [ + { + "address_of_location": "1 Tennis Place, Forest Hills", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-11", + "event_location": "Forest Hills Stadium", + "event_name": "Chemical Brothers", + "subcategory": "Rock", + "time": "20:00" + }, + { + "address_of_location": "1 Tennis Place, Forest Hills", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-10", + "event_location": "Forest Hills Stadium", + "event_name": "Jethro Tull", + "subcategory": "Rock", + "time": "19:30" + }, + { + "address_of_location": "17 Eastern Parkway, Brooklyn", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-11", + "event_location": "Murmrr", + "event_name": "Low", + "subcategory": "Rock", + "time": "20:30" + }, + { + "address_of_location": "235 West 46th Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-02", + "event_location": "Sony Hall", + "event_name": "Panteon Rococo", + "subcategory": "Rock", + "time": "19:30" + }, + { + "address_of_location": "261 Driggs Avenue, Brooklyn", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-06", + "event_location": "Warsaw", + "event_name": "Russian Circles", + "subcategory": "Rock", + "time": "19:00" + }, + { + "address_of_location": "89 South Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-12", + "event_location": "Pier 17", + "event_name": "Squeeze", + "subcategory": "Rock", + "time": "19:30" + }, + { + "address_of_location": "141 Prospect Park West, Brooklyn", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-07", + "event_location": "Prospect Park Bandshell", + "event_name": "The National", + "subcategory": "Rock", + "time": "19:30" + }, + { + "address_of_location": "17 Eastern Parkway, Brooklyn", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-08", + "event_location": "Murmrr", + "event_name": "The Paper Kites", + "subcategory": "Rock", + "time": "20:30" + }, + { + "address_of_location": "89 South Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-03", + "event_location": "Pier 17", + "event_name": "The Struts", + "subcategory": "Rock", + "time": "20:00" + }, + { + "address_of_location": "261 Driggs Avenue, Brooklyn", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-12", + "event_location": "Warsaw", + "event_name": "Thee Oh Sees", + "subcategory": "Rock", + "time": "20:00" + } + ], + "slots": [ + { + "exclusive_end": 70, + "slot": "event_name", + "start": 53 + }, + { + "exclusive_end": 108, + "slot": "event_location", + "start": 88 + }, + { + "exclusive_end": 136, + "slot": "date", + "start": 126 + }, + { + "exclusive_end": 154, + "slot": "time", + "start": 150 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 10 events you might like. The first event is Chemical Brothers, taking place at Forest Hills Stadium. The event is on March 11th, starting at 8 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "dontcare" + ], + "slot": "subcategory", + "values": [ + "dontcare" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "NYC" + ], + "subcategory": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find me some other events? Any type is fine." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Amber Run Brooklyn" + ], + "slot": "event_name", + "values": [ + "Amber Run Brooklyn" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Warsaw" + ], + "slot": "event_location", + "values": [ + "Warsaw" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-14" + ], + "slot": "date", + "values": [ + "March 14th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:00" + ], + "slot": "time", + "values": [ + "6 pm" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Music", + "city_of_event": "New York" + } + }, + "service_results": [ + { + "address_of_location": "261 Driggs Avenue, Brooklyn", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-14", + "event_location": "Warsaw", + "event_name": "Amber Run Brooklyn", + "subcategory": "Pop", + "time": "18:00" + }, + { + "address_of_location": "56-15 Northern Boulevard, Woodside", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-06", + "event_location": "La Boom", + "event_name": "Americo", + "subcategory": "International", + "time": "18:30" + }, + { + "address_of_location": "89 South Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-09", + "event_location": "Pier 17", + "event_name": "Ben Harper", + "subcategory": "Blues", + "time": "18:00" + }, + { + "address_of_location": "89 South Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-09", + "event_location": "Pier 17", + "event_name": "Blackbear", + "subcategory": "Hip Hop", + "time": "18:30" + }, + { + "address_of_location": "52-19 Flushing Avenue, Maspeth", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-05", + "event_location": "Knockdown Center", + "event_name": "Blowout Music Festival", + "subcategory": "Hip Hop", + "time": "18:00" + }, + { + "address_of_location": "235 West 46th Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-10", + "event_location": "Sony Hall", + "event_name": "Buddy Guy", + "subcategory": "Blues", + "time": "19:30" + }, + { + "address_of_location": "1 Tennis Place, Forest Hills", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-11", + "event_location": "Forest Hills Stadium", + "event_name": "Chemical Brothers", + "subcategory": "Rock", + "time": "20:00" + }, + { + "address_of_location": "235 West 46th Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-02", + "event_location": "Sony Hall", + "event_name": "Chris Botti", + "subcategory": "Jazz", + "time": "19:30" + }, + { + "address_of_location": "64 North 9th Street, Brooklyn", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-06", + "event_location": "Rough Trade NYC", + "event_name": "Crooked Colours", + "subcategory": "Electronica", + "time": "18:30" + }, + { + "address_of_location": "3608 33rd Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-06", + "event_location": "Melrose Ballroom", + "event_name": "Esscalation Music Festival", + "subcategory": "Electronica", + "time": "18:00" + } + ], + "slots": [ + { + "exclusive_end": 36, + "slot": "event_name", + "start": 18 + }, + { + "exclusive_end": 60, + "slot": "event_location", + "start": 54 + }, + { + "exclusive_end": 88, + "slot": "date", + "start": 78 + }, + { + "exclusive_end": 106, + "slot": "time", + "start": 102 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The next event is Amber Run Brooklyn, taking place at Warsaw. The event is on March 14th, starting at 6 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "NYC" + ], + "date": [ + "March 14th" + ], + "event_name": [ + "Amber Run Brooklyn" + ], + "subcategory": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_1", + "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_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "NYC" + ], + "date": [ + "March 14th" + ], + "event_name": [ + "Amber Run Brooklyn" + ], + "subcategory": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, not right now. That's all I need. Thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You're welcome. Have a nice day." + } + ] + }, + { + "dialogue_id": "11_00065", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I've got some friends visiting from out of town this week and I need somewhere to take them. Can you help me find some interesting events going on?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city_of_event", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [ + "Music", + "Sports" + ], + "slot": "category", + "values": [ + "Music", + "Sports" + ] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, I can help with that. Is there a particular city I should search in? Any certain category you're looking for, like Music or Sports?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "category", + "values": [ + "Music" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city_of_event", + "values": [ + "New York City" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 75, + "slot": "city_of_event", + "start": 62 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "New York City" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to hear about Music events that are happening around 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": "event_location", + "values": [ + "Warsaw" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-14" + ], + "slot": "date", + "values": [ + "March 14th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:00" + ], + "slot": "time", + "values": [ + "6 pm" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "10" + ], + "slot": "count", + "values": [ + "10" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Music", + "city_of_event": "New York" + } + }, + "service_results": [ + { + "address_of_location": "261 Driggs Avenue, Brooklyn", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-14", + "event_location": "Warsaw", + "event_name": "Amber Run Brooklyn", + "subcategory": "Pop", + "time": "18:00" + }, + { + "address_of_location": "56-15 Northern Boulevard, Woodside", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-06", + "event_location": "La Boom", + "event_name": "Americo", + "subcategory": "International", + "time": "18:30" + }, + { + "address_of_location": "89 South Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-09", + "event_location": "Pier 17", + "event_name": "Ben Harper", + "subcategory": "Blues", + "time": "18:00" + }, + { + "address_of_location": "89 South Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-09", + "event_location": "Pier 17", + "event_name": "Blackbear", + "subcategory": "Hip Hop", + "time": "18:30" + }, + { + "address_of_location": "52-19 Flushing Avenue, Maspeth", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-05", + "event_location": "Knockdown Center", + "event_name": "Blowout Music Festival", + "subcategory": "Hip Hop", + "time": "18:00" + }, + { + "address_of_location": "235 West 46th Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-10", + "event_location": "Sony Hall", + "event_name": "Buddy Guy", + "subcategory": "Blues", + "time": "19:30" + }, + { + "address_of_location": "1 Tennis Place, Forest Hills", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-11", + "event_location": "Forest Hills Stadium", + "event_name": "Chemical Brothers", + "subcategory": "Rock", + "time": "20:00" + }, + { + "address_of_location": "235 West 46th Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-02", + "event_location": "Sony Hall", + "event_name": "Chris Botti", + "subcategory": "Jazz", + "time": "19:30" + }, + { + "address_of_location": "64 North 9th Street, Brooklyn", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-06", + "event_location": "Rough Trade NYC", + "event_name": "Crooked Colours", + "subcategory": "Electronica", + "time": "18:30" + }, + { + "address_of_location": "3608 33rd Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-06", + "event_location": "Melrose Ballroom", + "event_name": "Esscalation Music Festival", + "subcategory": "Electronica", + "time": "18:00" + } + ], + "slots": [ + { + "exclusive_end": 87, + "slot": "event_name", + "start": 69 + }, + { + "exclusive_end": 104, + "slot": "event_location", + "start": 98 + }, + { + "exclusive_end": 124, + "slot": "date", + "start": 114 + }, + { + "exclusive_end": 146, + "slot": "time", + "start": 142 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, great. I found 10 events that I think you'll like. There's the Amber Run Brooklyn that's in Warsaw. It's on March 14th and it starts at 6 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "New York City" + ], + "date": [ + "March 14th" + ], + "event_name": [ + "Amber Run Brooklyn" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay, that sounds great!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_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": "Events_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "New York City" + ], + "date": [ + "March 14th" + ], + "event_name": [ + "Amber Run Brooklyn" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that's all. Thanks for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day!" + } + ] + }, + { + "dialogue_id": "11_00066", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "category", + "values": [ + "Sports" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm interested in attending events, especially Games. Can you find me some options?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city_of_event", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What city or district would you prefer?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "the 3rd" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Diego" + ], + "slot": "city_of_event", + "values": [ + "SD" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 80, + "slot": "date", + "start": 73 + }, + { + "exclusive_end": 44, + "slot": "city_of_event", + "start": 42 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "SD" + ], + "date": [ + "the 3rd" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would prefer to attend something in the SD area. I'd like something on the 3rd." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Padres Vs Brewers" + ], + "slot": "event_name", + "values": [ + "Padres Vs Brewers" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Petco Park" + ], + "slot": "event_location", + "values": [ + "Petco Park" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:00" + ], + "slot": "time", + "values": [ + "8 pm" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Sports", + "city_of_event": "San Diego", + "date": "2019-03-03" + } + }, + "service_results": [ + { + "address_of_location": "100 Park Boulevard", + "category": "Sports", + "city_of_event": "San Diego", + "date": "2019-03-03", + "event_location": "Petco Park", + "event_name": "Padres Vs Brewers", + "subcategory": "Baseball", + "time": "20:00" + }, + { + "address_of_location": "100 Park Boulevard", + "category": "Sports", + "city_of_event": "San Diego", + "date": "2019-03-03", + "event_location": "Petco Park", + "event_name": "Padres Vs Diamondbacks", + "subcategory": "Baseball", + "time": "20:30" + }, + { + "address_of_location": "100 Park Boulevard", + "category": "Sports", + "city_of_event": "San Diego", + "date": "2019-03-03", + "event_location": "Petco Park", + "event_name": "Padres Vs Rays", + "subcategory": "Baseball", + "time": "20:30" + } + ], + "slots": [ + { + "exclusive_end": 28, + "slot": "event_name", + "start": 11 + }, + { + "exclusive_end": 47, + "slot": "event_location", + "start": 37 + }, + { + "exclusive_end": 91, + "slot": "date", + "start": 73 + }, + { + "exclusive_end": 110, + "slot": "time", + "start": 106 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a Padres Vs Brewers game at Petco Park coming up. That's on the day after tomorrow and starts at 8 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "SD" + ], + "date": [ + "day after tomorrow", + "the 3rd" + ], + "event_name": [ + "Padres Vs Brewers" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's ideal." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to reserve tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "SD" + ], + "date": [ + "day after tomorrow", + "the 3rd" + ], + "event_name": [ + "Padres Vs Brewers" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, let me think about it." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else I can do for you today?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "SD" + ], + "date": [ + "day after tomorrow", + "the 3rd" + ], + "event_name": [ + "Padres Vs Brewers" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that's fine, thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Enjoy the rest of your day." + } + ] + }, + { + "dialogue_id": "11_00067", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Would you look for some fun events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "category", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city_of_event", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there any particular type of event that you like and should I search in a particular city?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city_of_event", + "values": [ + "NYC" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "category", + "values": [ + "Music" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 32, + "slot": "city_of_event", + "start": 29 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "NYC" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to find events around NYC, like concert events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Amber Run Brooklyn" + ], + "slot": "event_name", + "values": [ + "Amber Run Brooklyn" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Warsaw" + ], + "slot": "event_location", + "values": [ + "Warsaw" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-14" + ], + "slot": "date", + "values": [ + "March 14th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:00" + ], + "slot": "time", + "values": [ + "6 pm" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Music", + "city_of_event": "New York" + } + }, + "service_results": [ + { + "address_of_location": "261 Driggs Avenue, Brooklyn", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-14", + "event_location": "Warsaw", + "event_name": "Amber Run Brooklyn", + "subcategory": "Pop", + "time": "18:00" + }, + { + "address_of_location": "56-15 Northern Boulevard, Woodside", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-06", + "event_location": "La Boom", + "event_name": "Americo", + "subcategory": "International", + "time": "18:30" + }, + { + "address_of_location": "89 South Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-09", + "event_location": "Pier 17", + "event_name": "Ben Harper", + "subcategory": "Blues", + "time": "18:00" + }, + { + "address_of_location": "89 South Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-09", + "event_location": "Pier 17", + "event_name": "Blackbear", + "subcategory": "Hip Hop", + "time": "18:30" + }, + { + "address_of_location": "52-19 Flushing Avenue, Maspeth", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-05", + "event_location": "Knockdown Center", + "event_name": "Blowout Music Festival", + "subcategory": "Hip Hop", + "time": "18:00" + }, + { + "address_of_location": "235 West 46th Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-10", + "event_location": "Sony Hall", + "event_name": "Buddy Guy", + "subcategory": "Blues", + "time": "19:30" + }, + { + "address_of_location": "1 Tennis Place, Forest Hills", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-11", + "event_location": "Forest Hills Stadium", + "event_name": "Chemical Brothers", + "subcategory": "Rock", + "time": "20:00" + }, + { + "address_of_location": "235 West 46th Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-02", + "event_location": "Sony Hall", + "event_name": "Chris Botti", + "subcategory": "Jazz", + "time": "19:30" + }, + { + "address_of_location": "64 North 9th Street, Brooklyn", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-06", + "event_location": "Rough Trade NYC", + "event_name": "Crooked Colours", + "subcategory": "Electronica", + "time": "18:30" + }, + { + "address_of_location": "3608 33rd Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-06", + "event_location": "Melrose Ballroom", + "event_name": "Esscalation Music Festival", + "subcategory": "Electronica", + "time": "18:00" + } + ], + "slots": [ + { + "exclusive_end": 31, + "slot": "event_name", + "start": 13 + }, + { + "exclusive_end": 56, + "slot": "event_location", + "start": 50 + }, + { + "exclusive_end": 70, + "slot": "date", + "start": 60 + }, + { + "exclusive_end": 78, + "slot": "time", + "start": 74 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event is Amber Run Brooklyn and it will be in Warsaw on March 14th at 6 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "address_of_location", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "address_of_location" + ], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "NYC" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Could you tell me the address?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "261 Driggs Avenue, Brooklyn" + ], + "slot": "address_of_location", + "values": [ + "261 Driggs Avenue, Brooklyn" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 41, + "slot": "address_of_location", + "start": 14 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It will be at 261 Driggs Avenue, Brooklyn." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "NYC" + ], + "date": [ + "March 14th" + ], + "event_name": [ + "Amber Run Brooklyn" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds perfect. That's all for now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good one." + } + ] + }, + { + "dialogue_id": "11_00068", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Phoenix" + ], + "slot": "city_of_event", + "values": [ + "Phoenix, AZ" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 70, + "slot": "city_of_event", + "start": 59 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city_of_event": [ + "Phoenix, AZ" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Hi, I need something fun to do. Can you look for events in Phoenix, AZ?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "Music", + "Sports" + ], + "slot": "category", + "values": [ + "Music", + "Sports" + ] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Anything in particular? For example, music, sports, etc." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "category", + "values": [ + "Music" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "Phoenix, AZ" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to go to a concert." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Anberlin" + ], + "slot": "event_name", + "values": [ + "Anberlin" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Van Buren" + ], + "slot": "event_location", + "values": [ + "The Van Buren" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-10" + ], + "slot": "date", + "values": [ + "March 10th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "19:30" + ], + "slot": "time", + "values": [ + "7:30 pm" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Music", + "city_of_event": "Phoenix" + } + }, + "service_results": [ + { + "address_of_location": "401 West Van Buren Street", + "category": "Music", + "city_of_event": "Phoenix", + "date": "2019-03-10", + "event_location": "The Van Buren", + "event_name": "Anberlin", + "subcategory": "Rock", + "time": "19:30" + }, + { + "address_of_location": "401 West Van Buren Street", + "category": "Music", + "city_of_event": "Phoenix", + "date": "2019-03-06", + "event_location": "The Van Buren", + "event_name": "Dodie", + "subcategory": "Pop", + "time": "18:30" + }, + { + "address_of_location": "401 West Van Buren Street", + "category": "Music", + "city_of_event": "Phoenix", + "date": "2019-03-14", + "event_location": "The Van Buren", + "event_name": "Greensky Bluegrass", + "subcategory": "Blues", + "time": "19:00" + }, + { + "address_of_location": "401 West Van Buren Street", + "category": "Music", + "city_of_event": "Phoenix", + "date": "2019-03-03", + "event_location": "The Van Buren", + "event_name": "Johnnyswim", + "subcategory": "Blues", + "time": "18:30" + }, + { + "address_of_location": "401 West Van Buren Street", + "category": "Music", + "city_of_event": "Phoenix", + "date": "2019-03-09", + "event_location": "The Van Buren", + "event_name": "Tash Sultana", + "subcategory": "Rock", + "time": "19:00" + }, + { + "address_of_location": "401 West Van Buren Street", + "category": "Music", + "city_of_event": "Phoenix", + "date": "2019-03-06", + "event_location": "The Van Buren", + "event_name": "The Band Camino", + "subcategory": "Pop", + "time": "19:30" + }, + { + "address_of_location": "130 North Central Avenue", + "category": "Music", + "city_of_event": "Phoenix", + "date": "2019-03-02", + "event_location": "Valley Bar", + "event_name": "The Chats", + "subcategory": "Rock", + "time": "20:00" + }, + { + "address_of_location": "401 West Van Buren Street", + "category": "Music", + "city_of_event": "Phoenix", + "date": "2019-03-11", + "event_location": "The Van Buren", + "event_name": "The Drums", + "subcategory": "Pop", + "time": "18:00" + } + ], + "slots": [ + { + "exclusive_end": 25, + "slot": "event_name", + "start": 17 + }, + { + "exclusive_end": 42, + "slot": "event_location", + "start": 29 + }, + { + "exclusive_end": 62, + "slot": "date", + "start": 52 + }, + { + "exclusive_end": 84, + "slot": "time", + "start": 77 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "How about seeing Anberlin at The Van Buren? It's on March 10th and starts at 7:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "Phoenix, AZ" + ], + "date": [ + "March 10th" + ], + "event_name": [ + "Anberlin" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds fun. That's all I needed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day!" + } + ] + }, + { + "dialogue_id": "11_00069", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for something to do, like attending an event, help me out?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city_of_event", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there any city that you prefer to search in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Jose" + ], + "slot": "city_of_event", + "values": [ + "San Jose" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 18, + "slot": "city_of_event", + "start": 10 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city_of_event": [ + "San Jose" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Search in San Jose for an event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "category", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "And what kind of events would you be interested in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "category", + "values": [ + "Sports" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "San Jose" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm partial to Games." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Cruz Azul Vs Atlas" + ], + "slot": "event_name", + "values": [ + "Cruz Azul Vs Atlas" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Avaya Stadium" + ], + "slot": "event_location", + "values": [ + "Avaya Stadium" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:30" + ], + "slot": "time", + "values": [ + "6:30 pm" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Sports", + "city_of_event": "San Jose" + } + }, + "service_results": [ + { + "address_of_location": "1145 Coleman Avenue", + "category": "Sports", + "city_of_event": "San Jose", + "date": "2019-03-03", + "event_location": "Avaya Stadium", + "event_name": "Cruz Azul Vs Atlas", + "subcategory": "Football", + "time": "18:30" + } + ], + "slots": [ + { + "exclusive_end": 64, + "slot": "event_name", + "start": 46 + }, + { + "exclusive_end": 85, + "slot": "event_location", + "start": 72 + }, + { + "exclusive_end": 111, + "slot": "date", + "start": 93 + }, + { + "exclusive_end": 122, + "slot": "time", + "start": 115 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's 1 event that might interest you. It's Cruz Azul Vs Atlas. It at Avaya Stadium on the day after tomorrow at 6:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "San Jose" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Cruz Azul Vs Atlas" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay, cool, sounds awesome. That's it for now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Alright, have a great rest of your day." + } + ] + }, + { + "dialogue_id": "11_00070", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "category", + "values": [ + "Music" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find some interesting concert events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city_of_event", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What city should I search?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "date", + "values": [ + "the 11th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "category", + "values": [ + "Sports" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "city_of_event", + "values": [ + "Atlanta, GA" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 29, + "slot": "date", + "start": 21 + }, + { + "exclusive_end": 86, + "slot": "city_of_event", + "start": 75 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Atlanta, GA" + ], + "date": [ + "the 11th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want something for the 11th. I like sports events and I'm looking around Atlanta, GA." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Falcons Vs Jaguars" + ], + "slot": "event_name", + "values": [ + "Falcons vs Jaguars" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Mercedes-Benz Stadium" + ], + "slot": "event_location", + "values": [ + "Mercedes-Benz Stadium" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-11" + ], + "slot": "date", + "values": [ + "March 11th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:00" + ], + "slot": "time", + "values": [ + "6 pm" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Sports", + "city_of_event": "Atlanta", + "date": "2019-03-11" + } + }, + "service_results": [ + { + "address_of_location": "1 AMB Drive Northwest", + "category": "Sports", + "city_of_event": "Atlanta", + "date": "2019-03-11", + "event_location": "Mercedes-Benz Stadium", + "event_name": "Falcons Vs Jaguars", + "subcategory": "American Football", + "time": "18:00" + }, + { + "address_of_location": "755 Hank Aaron Drive Southeast", + "category": "Sports", + "city_of_event": "Atlanta", + "date": "2019-03-11", + "event_location": "Georgia State Stadium", + "event_name": "Panthers Vs Jaguars", + "subcategory": "Basketball", + "time": "20:00" + }, + { + "address_of_location": "755 Hank Aaron Drive Southeast", + "category": "Sports", + "city_of_event": "Atlanta", + "date": "2019-03-11", + "event_location": "Georgia State Stadium", + "event_name": "Panthers Vs Mountaineers", + "subcategory": "Basketball", + "time": "19:00" + }, + { + "address_of_location": "755 Hank Aaron Drive Southeast", + "category": "Sports", + "city_of_event": "Atlanta", + "date": "2019-03-11", + "event_location": "Georgia State Stadium", + "event_name": "Panthers Vs Trojans", + "subcategory": "Basketball", + "time": "19:30" + }, + { + "address_of_location": "1 AMB Drive Northwest", + "category": "Sports", + "city_of_event": "Atlanta", + "date": "2019-03-11", + "event_location": "Mercedes-Benz Stadium", + "event_name": "United Vs Revolution", + "subcategory": "Football", + "time": "20:30" + }, + { + "address_of_location": "177 North Avenue Northwest", + "category": "Sports", + "city_of_event": "Atlanta", + "date": "2019-03-11", + "event_location": "Bobby Dodd Stadium at Historic Grant Field", + "event_name": "Yellow Jackets Vs Bulldogs", + "subcategory": "American Football", + "time": "19:00" + }, + { + "address_of_location": "177 North Avenue Northwest", + "category": "Sports", + "city_of_event": "Atlanta", + "date": "2019-03-11", + "event_location": "Bobby Dodd Stadium at Historic Grant Field", + "event_name": "Yellow Jackets Vs Hokies", + "subcategory": "American Football", + "time": "18:30" + }, + { + "address_of_location": "177 North Avenue Northwest", + "category": "Sports", + "city_of_event": "Atlanta", + "date": "2019-03-11", + "event_location": "Bobby Dodd Stadium at Historic Grant Field", + "event_name": "Yellow Jackets Vs Panthers", + "subcategory": "American Football", + "time": "18:00" + }, + { + "address_of_location": "177 North Avenue Northwest", + "category": "Sports", + "city_of_event": "Atlanta", + "date": "2019-03-11", + "event_location": "Bobby Dodd Stadium at Historic Grant Field", + "event_name": "Yellow Jackets Vs Wolfpack", + "subcategory": "American Football", + "time": "20:00" + } + ], + "slots": [ + { + "exclusive_end": 36, + "slot": "event_name", + "start": 18 + }, + { + "exclusive_end": 61, + "slot": "event_location", + "start": 40 + }, + { + "exclusive_end": 92, + "slot": "date", + "start": 82 + }, + { + "exclusive_end": 100, + "slot": "time", + "start": 96 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found the event Falcons vs Jaguars at Mercedes-Benz Stadium. It is taking place March 11th at 6 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Atlanta, GA" + ], + "date": [ + "March 11th", + "the 11th" + ], + "event_name": [ + "Falcons vs Jaguars" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's perfect." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to buy a ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Atlanta, GA" + ], + "date": [ + "March 11th", + "the 11th" + ], + "event_name": [ + "Falcons vs Jaguars" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I'm good for now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can I help with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Atlanta, GA" + ], + "date": [ + "March 11th", + "the 11th" + ], + "event_name": [ + "Falcons vs Jaguars" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nope, thanks for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice day." + } + ] + }, + { + "dialogue_id": "11_00071", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for interesting events to go to." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city_of_event", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "category", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "In what city? What kind of events do you like?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "category", + "values": [ + "Sports" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city_of_event", + "values": [ + "NYC" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 42, + "slot": "city_of_event", + "start": 39 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "NYC" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like Sports, and want to find one in NYC" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Mets Vs Braves" + ], + "slot": "event_name", + "values": [ + "Mets Vs Braves" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Citi Field" + ], + "slot": "event_location", + "values": [ + "Citi Field" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-13" + ], + "slot": "date", + "values": [ + "March 13th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:00" + ], + "slot": "time", + "values": [ + "6 pm" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "10" + ], + "slot": "count", + "values": [ + "10" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Sports", + "city_of_event": "New York" + } + }, + "service_results": [ + { + "address_of_location": "123-01 Roosevelt Avenue", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-13", + "event_location": "Citi Field", + "event_name": "Mets Vs Braves", + "subcategory": "Baseball", + "time": "18:00" + }, + { + "address_of_location": "123-01 Roosevelt Avenue", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-02", + "event_location": "Citi Field", + "event_name": "Mets Vs Cubs", + "subcategory": "Baseball", + "time": "19:30" + }, + { + "address_of_location": "123-01 Roosevelt Avenue", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-01", + "event_location": "Citi Field", + "event_name": "Mets Vs Diamondbacks", + "subcategory": "Baseball", + "time": "18:00" + }, + { + "address_of_location": "123-01 Roosevelt Avenue", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-03", + "event_location": "Citi Field", + "event_name": "Mets Vs Dodgers", + "subcategory": "Baseball", + "time": "19:00" + }, + { + "address_of_location": "123-01 Roosevelt Avenue", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-12", + "event_location": "Citi Field", + "event_name": "Mets Vs Indians", + "subcategory": "Baseball", + "time": "20:30" + }, + { + "address_of_location": "123-01 Roosevelt Avenue", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-08", + "event_location": "Citi Field", + "event_name": "Mets Vs Padres", + "subcategory": "Baseball", + "time": "19:30" + }, + { + "address_of_location": "123-01 Roosevelt Avenue", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-02", + "event_location": "Citi Field", + "event_name": "Mets Vs Phillies", + "subcategory": "Baseball", + "time": "19:00" + }, + { + "address_of_location": "123-01 Roosevelt Avenue", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-14", + "event_location": "Citi Field", + "event_name": "Mets Vs Pirates", + "subcategory": "Baseball", + "time": "20:00" + }, + { + "address_of_location": "123-01 Roosevelt Avenue", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-10", + "event_location": "Citi Field", + "event_name": "Mets Vs Rockies", + "subcategory": "Baseball", + "time": "18:30" + }, + { + "address_of_location": "123-01 Roosevelt Avenue", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-01", + "event_location": "Citi Field", + "event_name": "Mets Vs Yankees", + "subcategory": "Baseball", + "time": "18:30" + } + ], + "slots": [ + { + "exclusive_end": 59, + "slot": "event_name", + "start": 45 + }, + { + "exclusive_end": 91, + "slot": "event_location", + "start": 81 + }, + { + "exclusive_end": 105, + "slot": "date", + "start": 95 + }, + { + "exclusive_end": 111, + "slot": "time", + "start": 107 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 10 events you might like. One is the Mets Vs Braves game taking place at Citi Field on March 13th, 6 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "NYC" + ], + "date": [ + "March 13th" + ], + "event_name": [ + "Mets Vs Braves" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good. That's all I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "11_00072", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Toronto" + ], + "slot": "city_of_event", + "values": [ + "Toronto" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 15, + "slot": "city_of_event", + "start": 8 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city_of_event": [ + "Toronto" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am in Toronto and I would like to find events to participate to. Can you help me find some interesting events please?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "Music", + "Sports" + ], + "slot": "category", + "values": [ + "Music", + "Sports" + ] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What kind of events are interested in? Do you like music or maybe sports events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "category", + "values": [ + "Sports" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Toronto" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am more interested in sports events." + }, + { + "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": "event_location", + "values": [ + "Rogers Centre" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-13" + ], + "slot": "date", + "values": [ + "March 13th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:30" + ], + "slot": "time", + "values": [ + "6:30 pm" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "10" + ], + "slot": "count", + "values": [ + "10" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Sports", + "city_of_event": "Toronto" + } + }, + "service_results": [ + { + "address_of_location": "1 Blue Jays Way", + "category": "Sports", + "city_of_event": "Toronto", + "date": "2019-03-13", + "event_location": "Rogers Centre", + "event_name": "Blue Jays Vs Astros", + "subcategory": "Baseball", + "time": "18:30" + }, + { + "address_of_location": "1 Blue Jays Way", + "category": "Sports", + "city_of_event": "Toronto", + "date": "2019-03-08", + "event_location": "Rogers Centre", + "event_name": "Blue Jays Vs Braves", + "subcategory": "Baseball", + "time": "20:00" + }, + { + "address_of_location": "1 Blue Jays Way", + "category": "Sports", + "city_of_event": "Toronto", + "date": "2019-03-04", + "event_location": "Rogers Centre", + "event_name": "Blue Jays Vs Indians", + "subcategory": "Baseball", + "time": "20:00" + }, + { + "address_of_location": "1 Blue Jays Way", + "category": "Sports", + "city_of_event": "Toronto", + "date": "2019-03-05", + "event_location": "Rogers Centre", + "event_name": "Blue Jays Vs Mariners", + "subcategory": "Baseball", + "time": "20:30" + }, + { + "address_of_location": "1 Blue Jays Way", + "category": "Sports", + "city_of_event": "Toronto", + "date": "2019-03-08", + "event_location": "Rogers Centre", + "event_name": "Blue Jays Vs Orioles", + "subcategory": "Baseball", + "time": "18:30" + }, + { + "address_of_location": "1 Blue Jays Way", + "category": "Sports", + "city_of_event": "Toronto", + "date": "2019-03-06", + "event_location": "Rogers Centre", + "event_name": "Blue Jays Vs Rangers", + "subcategory": "Baseball", + "time": "20:00" + }, + { + "address_of_location": "1 Blue Jays Way", + "category": "Sports", + "city_of_event": "Toronto", + "date": "2019-03-13", + "event_location": "Rogers Centre", + "event_name": "Blue Jays Vs Rays", + "subcategory": "Baseball", + "time": "20:00" + }, + { + "address_of_location": "1 Blue Jays Way", + "category": "Sports", + "city_of_event": "Toronto", + "date": "2019-03-04", + "event_location": "Rogers Centre", + "event_name": "Blue Jays Vs Royals", + "subcategory": "Baseball", + "time": "18:00" + }, + { + "address_of_location": "1 Blue Jays Way", + "category": "Sports", + "city_of_event": "Toronto", + "date": "2019-03-06", + "event_location": "Rogers Centre", + "event_name": "Blue Jays Vs Yankees", + "subcategory": "Baseball", + "time": "19:00" + }, + { + "address_of_location": "170 Princes' Boulevard", + "category": "Sports", + "city_of_event": "Toronto", + "date": "2019-03-08", + "event_location": "BMO Field", + "event_name": "Toronto Fc Vs Crew", + "subcategory": "Football", + "time": "20:30" + } + ], + "slots": [ + { + "exclusive_end": 72, + "slot": "event_name", + "start": 53 + }, + { + "exclusive_end": 120, + "slot": "event_location", + "start": 107 + }, + { + "exclusive_end": 162, + "slot": "date", + "start": 152 + }, + { + "exclusive_end": 131, + "slot": "time", + "start": 124 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 10 sports events in Toronto which includes Blue Jays VS Astros. The event will take place at the Rogers Centre at 6:30 pm and will be held on March 13th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Toronto" + ], + "date": [ + "March 13th" + ], + "event_name": [ + "Blue Jays VS Astros" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's perfect" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to purchase the tickets for the event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Toronto" + ], + "date": [ + "March 13th" + ], + "event_name": [ + "Blue Jays VS Astros" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will buy them later, thank you very much." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice day." + } + ] + }, + { + "dialogue_id": "11_00073", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for interesting events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "Music", + "Sports" + ], + "slot": "category", + "values": [ + "Music", + "Sports" + ] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there any specific type of event you are looking for? You can say things like Music or Sports." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "category", + "values": [ + "Music" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like Concert events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city_of_event", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where would you like to go to these events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "city_of_event", + "values": [ + "Philly" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 28, + "slot": "city_of_event", + "start": 22 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "Philly" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to go around Philly." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Blueface" + ], + "slot": "event_name", + "values": [ + "Blueface" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Fillmore Philadelphia" + ], + "slot": "event_location", + "values": [ + "The Fillmore Philadelphia" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-13" + ], + "slot": "date", + "values": [ + "March 13th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:00" + ], + "slot": "time", + "values": [ + "6 pm" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "10" + ], + "slot": "count", + "values": [ + "10" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Music", + "city_of_event": "Philadelphia" + } + }, + "service_results": [ + { + "address_of_location": "29 East Allen Street", + "category": "Music", + "city_of_event": "Philadelphia", + "date": "2019-03-13", + "event_location": "The Fillmore Philadelphia", + "event_name": "Blueface", + "subcategory": "Hip Hop", + "time": "18:00" + }, + { + "address_of_location": "29 East Allen Street", + "category": "Music", + "city_of_event": "Philadelphia", + "date": "2019-03-01", + "event_location": "The Fillmore Philadelphia", + "event_name": "Conan Gray", + "subcategory": "Pop", + "time": "20:30" + }, + { + "address_of_location": "29 East Allen Street 2nd Floor", + "category": "Music", + "city_of_event": "Philadelphia", + "date": "2019-03-07", + "event_location": "The Foundry", + "event_name": "Don Broco", + "subcategory": "Rock", + "time": "18:00" + }, + { + "address_of_location": "29 East Allen Street 2nd Floor", + "category": "Music", + "city_of_event": "Philadelphia", + "date": "2019-03-03", + "event_location": "The Foundry", + "event_name": "Girl In Red", + "subcategory": "Pop", + "time": "19:00" + }, + { + "address_of_location": "1200 Callowhill Street", + "category": "Music", + "city_of_event": "Philadelphia", + "date": "2019-03-02", + "event_location": "Underground Arts", + "event_name": "Hot Water Music", + "subcategory": "Rock", + "time": "19:00" + }, + { + "address_of_location": "29 East Allen Street", + "category": "Music", + "city_of_event": "Philadelphia", + "date": "2019-03-06", + "event_location": "The Fillmore Philadelphia", + "event_name": "Lauv", + "subcategory": "Jazz", + "time": "18:30" + }, + { + "address_of_location": "29 East Allen Street 2nd Floor", + "category": "Music", + "city_of_event": "Philadelphia", + "date": "2019-03-10", + "event_location": "The Foundry", + "event_name": "Lights", + "subcategory": "Electronica", + "time": "18:00" + }, + { + "address_of_location": "29 East Allen Street", + "category": "Music", + "city_of_event": "Philadelphia", + "date": "2019-03-03", + "event_location": "The Fillmore Philadelphia", + "event_name": "Nav With Killy", + "subcategory": "Hip Hop", + "time": "19:30" + }, + { + "address_of_location": "29 East Allen Street 2nd Floor", + "category": "Music", + "city_of_event": "Philadelphia", + "date": "2019-03-13", + "event_location": "The Foundry", + "event_name": "Northlane", + "subcategory": "Rock", + "time": "18:00" + }, + { + "address_of_location": "29 East Allen Street 2nd Floor", + "category": "Music", + "city_of_event": "Philadelphia", + "date": "2019-03-11", + "event_location": "The Foundry", + "event_name": "The Lemonheads", + "subcategory": "Rock", + "time": "19:30" + } + ], + "slots": [ + { + "exclusive_end": 43, + "slot": "event_name", + "start": 35 + }, + { + "exclusive_end": 72, + "slot": "event_location", + "start": 47 + }, + { + "exclusive_end": 86, + "slot": "date", + "start": 76 + }, + { + "exclusive_end": 94, + "slot": "time", + "start": 90 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 10 possible events. One is Blueface at The Fillmore Philadelphia on March 13th at 6 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "Philly" + ], + "date": [ + "March 13th" + ], + "event_name": [ + "Blueface" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds perfect, that's all I was looking for." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Enjoy your day!" + } + ] + }, + { + "dialogue_id": "11_00074", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Anaheim" + ], + "slot": "city_of_event", + "values": [ + "Anaheim, CA" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 38, + "slot": "city_of_event", + "start": 27 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city_of_event": [ + "Anaheim, CA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am looking for events in Anaheim, CA." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "category", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What type of events do you want to attend?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "category", + "values": [ + "Sports" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Anaheim, CA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to go to Sports events." + }, + { + "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": "event_location", + "values": [ + "Angel Stadium of Anaheim" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "19:30" + ], + "slot": "time", + "values": [ + "7:30 pm" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Sports", + "city_of_event": "Anaheim" + } + }, + "service_results": [ + { + "address_of_location": "2000 East Gene Autry Way", + "category": "Sports", + "city_of_event": "Anaheim", + "date": "2019-03-06", + "event_location": "Angel Stadium of Anaheim", + "event_name": "Angels Vs Astros", + "subcategory": "Baseball", + "time": "19:30" + }, + { + "address_of_location": "2000 East Gene Autry Way", + "category": "Sports", + "city_of_event": "Anaheim", + "date": "2019-03-06", + "event_location": "Angel Stadium of Anaheim", + "event_name": "Angels Vs Mariners", + "subcategory": "Baseball", + "time": "20:00" + }, + { + "address_of_location": "2000 East Gene Autry Way", + "category": "Sports", + "city_of_event": "Anaheim", + "date": "2019-03-14", + "event_location": "Angel Stadium of Anaheim", + "event_name": "Angels Vs Orioles", + "subcategory": "Baseball", + "time": "20:30" + }, + { + "address_of_location": "2000 East Gene Autry Way", + "category": "Sports", + "city_of_event": "Anaheim", + "date": "2019-03-09", + "event_location": "Angel Stadium of Anaheim", + "event_name": "Angels Vs Red Sox", + "subcategory": "Baseball", + "time": "19:30" + }, + { + "address_of_location": "2000 East Gene Autry Way", + "category": "Sports", + "city_of_event": "Anaheim", + "date": "2019-03-09", + "event_location": "Angel Stadium of Anaheim", + "event_name": "Angels Vs Tigers", + "subcategory": "Baseball", + "time": "19:30" + }, + { + "address_of_location": "2000 East Gene Autry Way", + "category": "Sports", + "city_of_event": "Anaheim", + "date": "2019-03-13", + "event_location": "Angel Stadium of Anaheim", + "event_name": "Angels Vs White Sox", + "subcategory": "Baseball", + "time": "19:00" + }, + { + "address_of_location": "2000 East Gene Autry Way", + "category": "Sports", + "city_of_event": "Anaheim", + "date": "2019-03-05", + "event_location": "Angel Stadium of Anaheim", + "event_name": "La Angels Vs Houston", + "subcategory": "Baseball", + "time": "19:30" + } + ], + "slots": [ + { + "exclusive_end": 16, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 44, + "slot": "event_location", + "start": 20 + }, + { + "exclusive_end": 59, + "slot": "date", + "start": 45 + }, + { + "exclusive_end": 70, + "slot": "time", + "start": 63 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Angels Vs Astros at Angel Stadium of Anaheim next Wednesday at 7:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Anaheim, CA" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Angels Vs Astros" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That would be great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice day." + } + ] + }, + { + "dialogue_id": "11_00075", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for some events to go to, can you help me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city_of_event", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What city should I look in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "category", + "values": [ + "Music" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Phoenix" + ], + "slot": "city_of_event", + "values": [ + "Phoenix" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 39, + "slot": "city_of_event", + "start": 32 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "Phoenix" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for music events in Phoenix." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Anberlin" + ], + "slot": "event_name", + "values": [ + "Anberlin" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Van Buren" + ], + "slot": "event_location", + "values": [ + "The Van Buren" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-10" + ], + "slot": "date", + "values": [ + "March 10th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "19:30" + ], + "slot": "time", + "values": [ + "7:30 pm" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Music", + "city_of_event": "Phoenix" + } + }, + "service_results": [ + { + "address_of_location": "401 West Van Buren Street", + "category": "Music", + "city_of_event": "Phoenix", + "date": "2019-03-10", + "event_location": "The Van Buren", + "event_name": "Anberlin", + "subcategory": "Rock", + "time": "19:30" + }, + { + "address_of_location": "401 West Van Buren Street", + "category": "Music", + "city_of_event": "Phoenix", + "date": "2019-03-06", + "event_location": "The Van Buren", + "event_name": "Dodie", + "subcategory": "Pop", + "time": "18:30" + }, + { + "address_of_location": "401 West Van Buren Street", + "category": "Music", + "city_of_event": "Phoenix", + "date": "2019-03-14", + "event_location": "The Van Buren", + "event_name": "Greensky Bluegrass", + "subcategory": "Blues", + "time": "19:00" + }, + { + "address_of_location": "401 West Van Buren Street", + "category": "Music", + "city_of_event": "Phoenix", + "date": "2019-03-03", + "event_location": "The Van Buren", + "event_name": "Johnnyswim", + "subcategory": "Blues", + "time": "18:30" + }, + { + "address_of_location": "401 West Van Buren Street", + "category": "Music", + "city_of_event": "Phoenix", + "date": "2019-03-09", + "event_location": "The Van Buren", + "event_name": "Tash Sultana", + "subcategory": "Rock", + "time": "19:00" + }, + { + "address_of_location": "401 West Van Buren Street", + "category": "Music", + "city_of_event": "Phoenix", + "date": "2019-03-06", + "event_location": "The Van Buren", + "event_name": "The Band Camino", + "subcategory": "Pop", + "time": "19:30" + }, + { + "address_of_location": "130 North Central Avenue", + "category": "Music", + "city_of_event": "Phoenix", + "date": "2019-03-02", + "event_location": "Valley Bar", + "event_name": "The Chats", + "subcategory": "Rock", + "time": "20:00" + }, + { + "address_of_location": "401 West Van Buren Street", + "category": "Music", + "city_of_event": "Phoenix", + "date": "2019-03-11", + "event_location": "The Van Buren", + "event_name": "The Drums", + "subcategory": "Pop", + "time": "18:00" + } + ], + "slots": [ + { + "exclusive_end": 18, + "slot": "event_name", + "start": 10 + }, + { + "exclusive_end": 46, + "slot": "event_location", + "start": 33 + }, + { + "exclusive_end": 71, + "slot": "date", + "start": 61 + }, + { + "exclusive_end": 82, + "slot": "time", + "start": 75 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The group Anberlin is playing at The Van Buren in Phoenix on March 10th at 7:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Rock" + ], + "slot": "subcategory", + "values": [ + "Rock" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 35, + "slot": "subcategory", + "start": 31 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "Phoenix" + ], + "subcategory": [ + "Rock" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any others? I prefer Rock." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Tash Sultana" + ], + "slot": "event_name", + "values": [ + "Tash Sultana" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Van Buren" + ], + "slot": "event_location", + "values": [ + "The Van Buren" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-09" + ], + "slot": "date", + "values": [ + "March 9th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "19:00" + ], + "slot": "time", + "values": [ + "7 pm" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Music", + "city_of_event": "Phoenix", + "subcategory": "Rock" + } + }, + "service_results": [ + { + "address_of_location": "401 West Van Buren Street", + "category": "Music", + "city_of_event": "Phoenix", + "date": "2019-03-10", + "event_location": "The Van Buren", + "event_name": "Anberlin", + "subcategory": "Rock", + "time": "19:30" + }, + { + "address_of_location": "401 West Van Buren Street", + "category": "Music", + "city_of_event": "Phoenix", + "date": "2019-03-09", + "event_location": "The Van Buren", + "event_name": "Tash Sultana", + "subcategory": "Rock", + "time": "19:00" + }, + { + "address_of_location": "130 North Central Avenue", + "category": "Music", + "city_of_event": "Phoenix", + "date": "2019-03-02", + "event_location": "Valley Bar", + "event_name": "The Chats", + "subcategory": "Rock", + "time": "20:00" + } + ], + "slots": [ + { + "exclusive_end": 22, + "slot": "event_name", + "start": 10 + }, + { + "exclusive_end": 55, + "slot": "event_location", + "start": 42 + }, + { + "exclusive_end": 79, + "slot": "date", + "start": 70 + }, + { + "exclusive_end": 87, + "slot": "time", + "start": 83 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The group Tash Sultana is also playing at The Van Buren, the event is March 9th at 7 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "Phoenix" + ], + "date": [ + "March 9th" + ], + "event_name": [ + "Tash Sultana" + ], + "subcategory": [ + "Rock" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good, yeah." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to get tickets to Tash Sultana?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "Phoenix" + ], + "date": [ + "March 9th" + ], + "event_name": [ + "Tash Sultana" + ], + "subcategory": [ + "Rock" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Not at the moment." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else I can do for you today?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "Phoenix" + ], + "date": [ + "March 9th" + ], + "event_name": [ + "Tash Sultana" + ], + "subcategory": [ + "Rock" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that's all for today, thanks" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "11_00076", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Will you help me find some events that are interesting." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "Music", + "Sports" + ], + "slot": "category", + "values": [ + "Music", + "Sports" + ] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there a specific category that you like? You can let me know by saying Music, Sports or anything else you like." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "category", + "values": [ + "Music" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I enjoy Concert Events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city_of_event", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there a specific city I should look in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city_of_event", + "values": [ + "NYC" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 47, + "slot": "city_of_event", + "start": 44 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "NYC" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am interested in events that are close to NYC." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Amber Run Brooklyn" + ], + "slot": "event_name", + "values": [ + "Amber Run Brooklyn" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Warsaw" + ], + "slot": "event_location", + "values": [ + "Warsaw" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-14" + ], + "slot": "date", + "values": [ + "March 14th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:00" + ], + "slot": "time", + "values": [ + "6 pm" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "10" + ], + "slot": "count", + "values": [ + "10" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Music", + "city_of_event": "New York" + } + }, + "service_results": [ + { + "address_of_location": "261 Driggs Avenue, Brooklyn", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-14", + "event_location": "Warsaw", + "event_name": "Amber Run Brooklyn", + "subcategory": "Pop", + "time": "18:00" + }, + { + "address_of_location": "56-15 Northern Boulevard, Woodside", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-06", + "event_location": "La Boom", + "event_name": "Americo", + "subcategory": "International", + "time": "18:30" + }, + { + "address_of_location": "89 South Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-09", + "event_location": "Pier 17", + "event_name": "Ben Harper", + "subcategory": "Blues", + "time": "18:00" + }, + { + "address_of_location": "89 South Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-09", + "event_location": "Pier 17", + "event_name": "Blackbear", + "subcategory": "Hip Hop", + "time": "18:30" + }, + { + "address_of_location": "52-19 Flushing Avenue, Maspeth", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-05", + "event_location": "Knockdown Center", + "event_name": "Blowout Music Festival", + "subcategory": "Hip Hop", + "time": "18:00" + }, + { + "address_of_location": "235 West 46th Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-10", + "event_location": "Sony Hall", + "event_name": "Buddy Guy", + "subcategory": "Blues", + "time": "19:30" + }, + { + "address_of_location": "1 Tennis Place, Forest Hills", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-11", + "event_location": "Forest Hills Stadium", + "event_name": "Chemical Brothers", + "subcategory": "Rock", + "time": "20:00" + }, + { + "address_of_location": "235 West 46th Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-02", + "event_location": "Sony Hall", + "event_name": "Chris Botti", + "subcategory": "Jazz", + "time": "19:30" + }, + { + "address_of_location": "64 North 9th Street, Brooklyn", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-06", + "event_location": "Rough Trade NYC", + "event_name": "Crooked Colours", + "subcategory": "Electronica", + "time": "18:30" + }, + { + "address_of_location": "3608 33rd Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-06", + "event_location": "Melrose Ballroom", + "event_name": "Esscalation Music Festival", + "subcategory": "Electronica", + "time": "18:00" + } + ], + "slots": [ + { + "exclusive_end": 87, + "slot": "event_name", + "start": 69 + }, + { + "exclusive_end": 106, + "slot": "event_location", + "start": 100 + }, + { + "exclusive_end": 139, + "slot": "date", + "start": 129 + }, + { + "exclusive_end": 125, + "slot": "time", + "start": 121 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have been able to find 10 events that you will enjoy. One event is Amber Run Brooklyn and it's in Warsaw. It starts at 6 pm on March 14th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "date", + "values": [ + "March 14th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Rock" + ], + "slot": "subcategory", + "values": [ + "Rock" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 90, + "slot": "date", + "start": 80 + }, + { + "exclusive_end": 96, + "slot": "subcategory", + "start": 92 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "NYC" + ], + "date": [ + "March 14th" + ], + "subcategory": [ + "Rock" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "It sounds good, but can you look for some other events? It still needs to be on March 14th. Rock is one of my favorites." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Chemical Brothers" + ], + "slot": "event_name", + "values": [ + "Chemical Brothers" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Forest Hills Stadium" + ], + "slot": "event_location", + "values": [ + "Forest Hills Stadium" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-14" + ], + "slot": "date", + "values": [ + "March 14th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "19:00" + ], + "slot": "time", + "values": [ + "7 pm" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "7" + ], + "slot": "count", + "values": [ + "7" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-14", + "subcategory": "Rock" + } + }, + "service_results": [ + { + "address_of_location": "1 Tennis Place, Forest Hills", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-14", + "event_location": "Forest Hills Stadium", + "event_name": "Chemical Brothers", + "subcategory": "Rock", + "time": "19:00" + }, + { + "address_of_location": "1 Tennis Place, Forest Hills", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-14", + "event_location": "Forest Hills Stadium", + "event_name": "Jethro Tull", + "subcategory": "Rock", + "time": "18:30" + }, + { + "address_of_location": "17 Eastern Parkway, Brooklyn", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-14", + "event_location": "Murmrr", + "event_name": "Low", + "subcategory": "Rock", + "time": "19:30" + }, + { + "address_of_location": "235 West 46th Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-14", + "event_location": "Sony Hall", + "event_name": "Panteon Rococo", + "subcategory": "Rock", + "time": "19:00" + }, + { + "address_of_location": "89 South Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-14", + "event_location": "Pier 17", + "event_name": "Squeeze", + "subcategory": "Rock", + "time": "18:30" + }, + { + "address_of_location": "89 South Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-14", + "event_location": "Pier 17", + "event_name": "The Struts", + "subcategory": "Rock", + "time": "19:00" + }, + { + "address_of_location": "235 West 46th Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-14", + "event_location": "Sony Hall", + "event_name": "Vertical Horizon", + "subcategory": "Rock", + "time": "19:30" + } + ], + "slots": [ + { + "exclusive_end": 91, + "slot": "event_name", + "start": 74 + }, + { + "exclusive_end": 125, + "slot": "event_location", + "start": 105 + }, + { + "exclusive_end": 139, + "slot": "date", + "start": 129 + }, + { + "exclusive_end": 158, + "slot": "time", + "start": 154 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have found 7 events that falls into the category you like. One event is Chemical Brothers performed at Forest Hills Stadium on March 14th and begins at 7 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "NYC" + ], + "date": [ + "March 14th" + ], + "event_name": [ + "Chemical Brothers" + ], + "subcategory": [ + "Rock" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds perfect." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to purchase tickets to this event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "NYC" + ], + "date": [ + "March 14th" + ], + "event_name": [ + "Chemical Brothers" + ], + "subcategory": [ + "Rock" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Naw, not at this moment, but that's all I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Enjoy your day." + } + ] + }, + { + "dialogue_id": "11_00077", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for something to do. What are some good events happening?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city_of_event", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "category", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What type of event are you looking for? Where do you want to look in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "category", + "values": [ + "Sports" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "city_of_event", + "values": [ + "Seattle" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 57, + "slot": "city_of_event", + "start": 50 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Seattle" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like something related to Sports and near Seattle if possible." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Huskies Vs Cougars" + ], + "slot": "event_name", + "values": [ + "Huskies Vs Cougars" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Husky Stadium" + ], + "slot": "event_location", + "values": [ + "Husky Stadium" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-05" + ], + "slot": "date", + "values": [ + "next Tuesday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:00" + ], + "slot": "time", + "values": [ + "8 pm" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "10" + ], + "slot": "count", + "values": [ + "10" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Sports", + "city_of_event": "Seattle" + } + }, + "service_results": [ + { + "address_of_location": "3800 Montlake Boulevard Northeast", + "category": "Sports", + "city_of_event": "Seattle", + "date": "2019-03-05", + "event_location": "Husky Stadium", + "event_name": "Huskies Vs Cougars", + "subcategory": "Basketball", + "time": "20:00" + }, + { + "address_of_location": "3800 Montlake Boulevard Northeast", + "category": "Sports", + "city_of_event": "Seattle", + "date": "2019-03-05", + "event_location": "Husky Stadium", + "event_name": "Huskies Vs Utes", + "subcategory": "Basketball", + "time": "18:30" + }, + { + "address_of_location": "3800 Montlake Boulevard Northeast", + "category": "Sports", + "city_of_event": "Seattle", + "date": "2019-03-13", + "event_location": "Husky Stadium", + "event_name": "Huskies Vs Warriors", + "subcategory": "Basketball", + "time": "18:30" + }, + { + "address_of_location": "1250 1st Avenue South", + "category": "Sports", + "city_of_event": "Seattle", + "date": "2019-03-10", + "event_location": "T-Mobile Park", + "event_name": "Mariners Vs Angels", + "subcategory": "Baseball", + "time": "20:30" + }, + { + "address_of_location": "1250 1st Avenue South", + "category": "Sports", + "city_of_event": "Seattle", + "date": "2019-03-05", + "event_location": "T-Mobile Park", + "event_name": "Mariners Vs Blue Jays", + "subcategory": "Baseball", + "time": "18:00" + }, + { + "address_of_location": "1250 1st Avenue South", + "category": "Sports", + "city_of_event": "Seattle", + "date": "2019-03-04", + "event_location": "T-Mobile Park", + "event_name": "Mariners Vs Rangers", + "subcategory": "Baseball", + "time": "20:00" + }, + { + "address_of_location": "1250 1st Avenue South", + "category": "Sports", + "city_of_event": "Seattle", + "date": "2019-03-12", + "event_location": "T-Mobile Park", + "event_name": "Mariners Vs Rays", + "subcategory": "Baseball", + "time": "20:30" + }, + { + "address_of_location": "1250 1st Avenue South", + "category": "Sports", + "city_of_event": "Seattle", + "date": "2019-03-01", + "event_location": "T-Mobile Park", + "event_name": "Mariners Vs Tigers", + "subcategory": "Baseball", + "time": "20:00" + }, + { + "address_of_location": "1250 1st Avenue South", + "category": "Sports", + "city_of_event": "Seattle", + "date": "2019-03-06", + "event_location": "T-Mobile Park", + "event_name": "Mariners Vs White Sox", + "subcategory": "Baseball", + "time": "20:00" + }, + { + "address_of_location": "800 Occidental Avenue South", + "category": "Sports", + "city_of_event": "Seattle", + "date": "2019-03-01", + "event_location": "CenturyLink Field", + "event_name": "Seahawks Vs Cardinals", + "subcategory": "American Football", + "time": "19:00" + } + ], + "slots": [ + { + "exclusive_end": 141, + "slot": "event_name", + "start": 123 + }, + { + "exclusive_end": 84, + "slot": "event_location", + "start": 71 + }, + { + "exclusive_end": 97, + "slot": "date", + "start": 85 + }, + { + "exclusive_end": 105, + "slot": "time", + "start": 101 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 10 events that match your criteria. There is an event at the Husky Stadium next Tuesday at 8 pm. It is the match Huskies Vs Cougars." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "subcategory", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "subcategory" + ], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Seattle" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds interesting. What else do you know about it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Basketball" + ], + "slot": "subcategory", + "values": [ + "Basketball" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 18, + "slot": "subcategory", + "start": 8 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It is a Basketball match." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Seattle" + ], + "date": [ + "next Tuesday" + ], + "event_name": [ + "Huskies Vs Cougars" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good. That would be all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "11_00078", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you help me find some interesting events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city_of_event", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When and where should I look?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "date", + "values": [ + "11th of March" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Jose" + ], + "slot": "city_of_event", + "values": [ + "San Jose" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 52, + "slot": "date", + "start": 39 + }, + { + "exclusive_end": 31, + "slot": "city_of_event", + "start": 23 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city_of_event": [ + "San Jose" + ], + "date": [ + "11th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want an event around San Jose on the 11th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "category", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you have any preference on the type of event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "category", + "values": [ + "Sports" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "San Jose" + ], + "date": [ + "11th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd prefer a Match event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Cruz Azul Vs Atlas" + ], + "slot": "event_name", + "values": [ + "Cruz Azul Vs Atlas" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Avaya Stadium" + ], + "slot": "event_location", + "values": [ + "Avaya Stadium" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-11" + ], + "slot": "date", + "values": [ + "March 11th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "19:30" + ], + "slot": "time", + "values": [ + "7:30 pm" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Sports", + "city_of_event": "San Jose", + "date": "2019-03-11" + } + }, + "service_results": [ + { + "address_of_location": "1145 Coleman Avenue", + "category": "Sports", + "city_of_event": "San Jose", + "date": "2019-03-11", + "event_location": "Avaya Stadium", + "event_name": "Cruz Azul Vs Atlas", + "subcategory": "Football", + "time": "19:30" + } + ], + "slots": [ + { + "exclusive_end": 60, + "slot": "event_name", + "start": 42 + }, + { + "exclusive_end": 77, + "slot": "event_location", + "start": 64 + }, + { + "exclusive_end": 97, + "slot": "date", + "start": 87 + }, + { + "exclusive_end": 108, + "slot": "time", + "start": 101 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 event I think you'll like. It's Cruz Azul Vs Atlas at Avaya Stadium. It's on March 11th at 7:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "address_of_location", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "subcategory", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "address_of_location", + "subcategory" + ], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "San Jose" + ], + "date": [ + "11th of March", + "March 11th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where's the venue? And can you tell me more about this event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1145 Coleman Avenue" + ], + "slot": "address_of_location", + "values": [ + "1145 Coleman Avenue" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Football" + ], + "slot": "subcategory", + "values": [ + "football" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 35, + "slot": "address_of_location", + "start": 16 + }, + { + "exclusive_end": 52, + "slot": "subcategory", + "start": 44 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The venue is at 1145 Coleman Avenue. It's a football event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "San Jose" + ], + "date": [ + "11th of March", + "March 11th" + ], + "event_name": [ + "Cruz Azul Vs Atlas" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to buy tickets for this event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "San Jose" + ], + "date": [ + "11th of March", + "March 11th" + ], + "event_name": [ + "Cruz Azul Vs Atlas" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, not at the moment." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_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": "Events_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "San Jose" + ], + "date": [ + "11th of March", + "March 11th" + ], + "event_name": [ + "Cruz Azul Vs Atlas" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Not right now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, have a great day." + } + ] + }, + { + "dialogue_id": "11_00079", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Could you show me some interesting events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "category", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there a preference on the event categories?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "category", + "values": [ + "Music" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like Music events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city_of_event", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there a city I should search in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Diego" + ], + "slot": "city_of_event", + "values": [ + "San Diego" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 48, + "slot": "city_of_event", + "start": 39 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "San Diego" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to look for events around San Diego." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alejandro Sanz" + ], + "slot": "event_name", + "values": [ + "Alejandro Sanz" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Cal Coast Credit Union Amphitheater" + ], + "slot": "event_location", + "values": [ + "Cal Coast Credit Union Amphitheater" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:30" + ], + "slot": "time", + "values": [ + "6:30 pm" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Music", + "city_of_event": "San Diego" + } + }, + "service_results": [ + { + "address_of_location": "5500 Campanile Drive", + "category": "Music", + "city_of_event": "San Diego", + "date": "2019-03-06", + "event_location": "Cal Coast Credit Union Amphitheater", + "event_name": "Alejandro Sanz", + "subcategory": "International", + "time": "18:30" + }, + { + "address_of_location": "2891 University Avenue", + "category": "Music", + "city_of_event": "San Diego", + "date": "2019-03-13", + "event_location": "The Observatory North Park", + "event_name": "Aly And Aj", + "subcategory": "Pop", + "time": "18:30" + }, + { + "address_of_location": "5500 Campanile Drive", + "category": "Music", + "city_of_event": "San Diego", + "date": "2019-03-05", + "event_location": "Cal Coast Credit Union Amphitheater", + "event_name": "Bastille", + "subcategory": "Pop", + "time": "20:30" + }, + { + "address_of_location": "2891 University Avenue", + "category": "Music", + "city_of_event": "San Diego", + "date": "2019-03-01", + "event_location": "The Observatory North Park", + "event_name": "Fidlar", + "subcategory": "Rock", + "time": "19:30" + }, + { + "address_of_location": "5500 Campanile Drive", + "category": "Music", + "city_of_event": "San Diego", + "date": "2019-03-07", + "event_location": "Cal Coast Credit Union Amphitheater", + "event_name": "Greta Van Fleet", + "subcategory": "Blues", + "time": "19:00" + }, + { + "address_of_location": "5500 Campanile Drive", + "category": "Music", + "city_of_event": "San Diego", + "date": "2019-03-05", + "event_location": "Cal Coast Credit Union Amphitheater", + "event_name": "Hozier", + "subcategory": "Blues", + "time": "19:30" + }, + { + "address_of_location": "5500 Campanile Drive", + "category": "Music", + "city_of_event": "San Diego", + "date": "2019-03-14", + "event_location": "Cal Coast Credit Union Amphitheater", + "event_name": "Jon Bellion", + "subcategory": "Hip Hop", + "time": "19:30" + }, + { + "address_of_location": "5500 Campanile Drive", + "category": "Music", + "city_of_event": "San Diego", + "date": "2019-03-09", + "event_location": "Cal Coast Credit Union Amphitheater", + "event_name": "Lizzo", + "subcategory": "Hip Hop", + "time": "19:00" + }, + { + "address_of_location": "2891 University Avenue", + "category": "Music", + "city_of_event": "San Diego", + "date": "2019-03-14", + "event_location": "The Observatory North Park", + "event_name": "Local Natives", + "subcategory": "Rock", + "time": "20:30" + }, + { + "address_of_location": "5500 Campanile Drive", + "category": "Music", + "city_of_event": "San Diego", + "date": "2019-03-03", + "event_location": "Cal Coast Credit Union Amphitheater", + "event_name": "Prettymuch", + "subcategory": "Pop", + "time": "19:30" + } + ], + "slots": [ + { + "exclusive_end": 28, + "slot": "event_name", + "start": 14 + }, + { + "exclusive_end": 73, + "slot": "event_location", + "start": 38 + }, + { + "exclusive_end": 100, + "slot": "date", + "start": 86 + }, + { + "exclusive_end": 111, + "slot": "time", + "start": 104 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "How about the Alejandro Sanz event at Cal Coast Credit Union Amphitheater? It will be next Wednesday at 6:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "San Diego" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good but show me some other events." + }, + { + "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": "event_location", + "values": [ + "The Observatory North Park" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-13" + ], + "slot": "date", + "values": [ + "March 13th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:30" + ], + "slot": "time", + "values": [ + "6:30 pm" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 21, + "slot": "event_name", + "start": 11 + }, + { + "exclusive_end": 51, + "slot": "event_location", + "start": 25 + }, + { + "exclusive_end": 79, + "slot": "date", + "start": 69 + }, + { + "exclusive_end": 90, + "slot": "time", + "start": 83 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "What about Aly and AJ at The Observatory North Park which will be on March 13th at 6:30 pm?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "San Diego" + ], + "date": [ + "March 13th" + ], + "event_name": [ + "Aly and AJ" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to buy tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "San Diego" + ], + "date": [ + "March 13th" + ], + "event_name": [ + "Aly and AJ" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, not at the moment." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would I be able to help with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "San Diego" + ], + "date": [ + "March 13th" + ], + "event_name": [ + "Aly and AJ" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that is it. Thank you for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "11_00080", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for an interesting event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city_of_event", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you need a particular city?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Baseball" + ], + "slot": "subcategory", + "values": [ + "Baseball" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "category", + "values": [ + "Sports" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city_of_event", + "values": [ + "NYC" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 15, + "slot": "subcategory", + "start": 7 + }, + { + "exclusive_end": 68, + "slot": "city_of_event", + "start": 65 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "NYC" + ], + "subcategory": [ + "Baseball" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like Baseball Match events and I'm looking for an event around NYC" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Mets Vs Braves" + ], + "slot": "event_name", + "values": [ + "Mets Vs Braves" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Citi Field" + ], + "slot": "event_location", + "values": [ + "Citi Field" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-13" + ], + "slot": "date", + "values": [ + "March 13th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:00" + ], + "slot": "time", + "values": [ + "6 pm" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Sports", + "city_of_event": "New York", + "subcategory": "Baseball" + } + }, + "service_results": [ + { + "address_of_location": "123-01 Roosevelt Avenue", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-13", + "event_location": "Citi Field", + "event_name": "Mets Vs Braves", + "subcategory": "Baseball", + "time": "18:00" + }, + { + "address_of_location": "123-01 Roosevelt Avenue", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-02", + "event_location": "Citi Field", + "event_name": "Mets Vs Cubs", + "subcategory": "Baseball", + "time": "19:30" + }, + { + "address_of_location": "123-01 Roosevelt Avenue", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-01", + "event_location": "Citi Field", + "event_name": "Mets Vs Diamondbacks", + "subcategory": "Baseball", + "time": "18:00" + }, + { + "address_of_location": "123-01 Roosevelt Avenue", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-03", + "event_location": "Citi Field", + "event_name": "Mets Vs Dodgers", + "subcategory": "Baseball", + "time": "19:00" + }, + { + "address_of_location": "123-01 Roosevelt Avenue", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-12", + "event_location": "Citi Field", + "event_name": "Mets Vs Indians", + "subcategory": "Baseball", + "time": "20:30" + }, + { + "address_of_location": "123-01 Roosevelt Avenue", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-08", + "event_location": "Citi Field", + "event_name": "Mets Vs Padres", + "subcategory": "Baseball", + "time": "19:30" + }, + { + "address_of_location": "123-01 Roosevelt Avenue", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-02", + "event_location": "Citi Field", + "event_name": "Mets Vs Phillies", + "subcategory": "Baseball", + "time": "19:00" + }, + { + "address_of_location": "123-01 Roosevelt Avenue", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-14", + "event_location": "Citi Field", + "event_name": "Mets Vs Pirates", + "subcategory": "Baseball", + "time": "20:00" + }, + { + "address_of_location": "123-01 Roosevelt Avenue", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-10", + "event_location": "Citi Field", + "event_name": "Mets Vs Rockies", + "subcategory": "Baseball", + "time": "18:30" + }, + { + "address_of_location": "123-01 Roosevelt Avenue", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-01", + "event_location": "Citi Field", + "event_name": "Mets Vs Yankees", + "subcategory": "Baseball", + "time": "18:30" + } + ], + "slots": [ + { + "exclusive_end": 25, + "slot": "event_name", + "start": 11 + }, + { + "exclusive_end": 39, + "slot": "event_location", + "start": 29 + }, + { + "exclusive_end": 65, + "slot": "date", + "start": 55 + }, + { + "exclusive_end": 73, + "slot": "time", + "start": 69 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok I found Mets Vs Braves at Citi Field. It will be on March 13th at 6 pm" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "address_of_location", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "address_of_location" + ], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "NYC" + ], + "subcategory": [ + "Baseball" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What's the address of the venue?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "123-01 Roosevelt Avenue" + ], + "slot": "address_of_location", + "values": [ + "123-01 Roosevelt Avenue" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 51, + "slot": "address_of_location", + "start": 28 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The address of the venue is 123-01 Roosevelt Avenue." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "date", + "values": [ + "the 8th" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 83, + "slot": "date", + "start": 76 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "NYC" + ], + "date": [ + "the 8th" + ], + "subcategory": [ + "Baseball" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's ok. By the way, can you find some other events for me? I want one on the 8th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Mets Vs Indians" + ], + "slot": "event_name", + "values": [ + "Mets Vs Indians" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Citi Field" + ], + "slot": "event_location", + "values": [ + "Citi Field" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-08" + ], + "slot": "date", + "values": [ + "next Friday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "19:30" + ], + "slot": "time", + "values": [ + "7:30 pm" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "10" + ], + "slot": "count", + "values": [ + "10" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-08", + "subcategory": "Baseball" + } + }, + "service_results": [ + { + "address_of_location": "123-01 Roosevelt Avenue", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-08", + "event_location": "Citi Field", + "event_name": "Mets Vs Indians", + "subcategory": "Baseball", + "time": "19:30" + }, + { + "address_of_location": "123-01 Roosevelt Avenue", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-08", + "event_location": "Citi Field", + "event_name": "Mets Vs Padres", + "subcategory": "Baseball", + "time": "19:30" + }, + { + "address_of_location": "123-01 Roosevelt Avenue", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-08", + "event_location": "Citi Field", + "event_name": "Mets Vs Phillies", + "subcategory": "Baseball", + "time": "18:00" + }, + { + "address_of_location": "123-01 Roosevelt Avenue", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-08", + "event_location": "Citi Field", + "event_name": "Mets Vs Rockies", + "subcategory": "Baseball", + "time": "20:30" + }, + { + "address_of_location": "1 East 161 Street", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-08", + "event_location": "Yankee Stadium", + "event_name": "Nycfc Vs Dynamo", + "subcategory": "Baseball", + "time": "18:30" + }, + { + "address_of_location": "1 East 161 Street", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-08", + "event_location": "Yankee Stadium", + "event_name": "Nycfc Vs Earthquakes", + "subcategory": "Baseball", + "time": "18:30" + }, + { + "address_of_location": "1 East 161 Street", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-08", + "event_location": "Yankee Stadium", + "event_name": "Nycfc Vs Sporting Kc", + "subcategory": "Baseball", + "time": "19:00" + }, + { + "address_of_location": "1 East 161 Street", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-08", + "event_location": "Yankee Stadium", + "event_name": "Nycfc Vs Union", + "subcategory": "Baseball", + "time": "19:30" + }, + { + "address_of_location": "1 East 161 Street", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-08", + "event_location": "Yankee Stadium", + "event_name": "Revolution Vs Nycfc", + "subcategory": "Baseball", + "time": "18:00" + }, + { + "address_of_location": "1 East 161 Street", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-08", + "event_location": "Yankee Stadium", + "event_name": "Yankees Vs Angels", + "subcategory": "Baseball", + "time": "20:00" + } + ], + "slots": [ + { + "exclusive_end": 58, + "slot": "event_name", + "start": 43 + }, + { + "exclusive_end": 72, + "slot": "event_location", + "start": 62 + }, + { + "exclusive_end": 87, + "slot": "date", + "start": 76 + }, + { + "exclusive_end": 113, + "slot": "time", + "start": 106 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Of course. I found 10 events. One event is Mets Vs Indians at Citi Field on next Friday. It's starting at 7:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "NYC" + ], + "date": [ + "next Friday", + "the 8th" + ], + "subcategory": [ + "Baseball" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Perfect. Can you find me other events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Mets Vs Padres" + ], + "slot": "event_name", + "values": [ + "Mets Vs Padres" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Citi Field" + ], + "slot": "event_location", + "values": [ + "Citi Field" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-08" + ], + "slot": "date", + "values": [ + "next Friday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "19:30" + ], + "slot": "time", + "values": [ + "7:30 pm" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 31, + "slot": "event_name", + "start": 17 + }, + { + "exclusive_end": 45, + "slot": "event_location", + "start": 35 + }, + { + "exclusive_end": 60, + "slot": "date", + "start": 49 + }, + { + "exclusive_end": 86, + "slot": "time", + "start": 79 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Another event is Mets Vs Padres at Citi Field on next Friday. It's starting at 7:30 pm" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "NYC" + ], + "date": [ + "next Friday", + "the 8th" + ], + "event_name": [ + "Mets Vs Padres" + ], + "subcategory": [ + "Baseball" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Perfect, thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_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": "Events_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "NYC" + ], + "date": [ + "next Friday", + "the 8th" + ], + "event_name": [ + "Mets Vs Padres" + ], + "subcategory": [ + "Baseball" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No that's all for today and thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You're welcome. Have a good day." + } + ] + }, + { + "dialogue_id": "11_00081", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I am looking for some interesting events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "category", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city_of_event", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which category of events do you prefer and which city are you interested in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "category", + "values": [ + "Music" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city_of_event", + "values": [ + "NYC" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 33, + "slot": "city_of_event", + "start": 30 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "NYC" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would enjoy Music events in NYC." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Amber Run Brooklyn" + ], + "slot": "event_name", + "values": [ + "Amber Run Brooklyn" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Warsaw" + ], + "slot": "event_location", + "values": [ + "Warsaw" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-14" + ], + "slot": "date", + "values": [ + "March 14th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:00" + ], + "slot": "time", + "values": [ + "6 pm" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "10" + ], + "slot": "count", + "values": [ + "10" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Music", + "city_of_event": "New York" + } + }, + "service_results": [ + { + "address_of_location": "261 Driggs Avenue, Brooklyn", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-14", + "event_location": "Warsaw", + "event_name": "Amber Run Brooklyn", + "subcategory": "Pop", + "time": "18:00" + }, + { + "address_of_location": "56-15 Northern Boulevard, Woodside", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-06", + "event_location": "La Boom", + "event_name": "Americo", + "subcategory": "International", + "time": "18:30" + }, + { + "address_of_location": "89 South Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-09", + "event_location": "Pier 17", + "event_name": "Ben Harper", + "subcategory": "Blues", + "time": "18:00" + }, + { + "address_of_location": "89 South Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-09", + "event_location": "Pier 17", + "event_name": "Blackbear", + "subcategory": "Hip Hop", + "time": "18:30" + }, + { + "address_of_location": "52-19 Flushing Avenue, Maspeth", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-05", + "event_location": "Knockdown Center", + "event_name": "Blowout Music Festival", + "subcategory": "Hip Hop", + "time": "18:00" + }, + { + "address_of_location": "235 West 46th Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-10", + "event_location": "Sony Hall", + "event_name": "Buddy Guy", + "subcategory": "Blues", + "time": "19:30" + }, + { + "address_of_location": "1 Tennis Place, Forest Hills", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-11", + "event_location": "Forest Hills Stadium", + "event_name": "Chemical Brothers", + "subcategory": "Rock", + "time": "20:00" + }, + { + "address_of_location": "235 West 46th Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-02", + "event_location": "Sony Hall", + "event_name": "Chris Botti", + "subcategory": "Jazz", + "time": "19:30" + }, + { + "address_of_location": "64 North 9th Street, Brooklyn", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-06", + "event_location": "Rough Trade NYC", + "event_name": "Crooked Colours", + "subcategory": "Electronica", + "time": "18:30" + }, + { + "address_of_location": "3608 33rd Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-06", + "event_location": "Melrose Ballroom", + "event_name": "Esscalation Music Festival", + "subcategory": "Electronica", + "time": "18:00" + } + ], + "slots": [ + { + "exclusive_end": 71, + "slot": "event_name", + "start": 53 + }, + { + "exclusive_end": 123, + "slot": "event_location", + "start": 117 + }, + { + "exclusive_end": 137, + "slot": "date", + "start": 127 + }, + { + "exclusive_end": 145, + "slot": "time", + "start": 141 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 10 events that you might be interested in. Amber Run Brooklyn might be the best choice. It is happening at Warsaw on March 14th at 6 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "NYC" + ], + "date": [ + "March 14th" + ], + "event_name": [ + "Amber Run Brooklyn" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's sound interesting." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to get a ticket for this event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "NYC" + ], + "date": [ + "March 14th" + ], + "event_name": [ + "Amber Run Brooklyn" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No. I don't need it now. I just want some information." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "That's fine. Have a nice day!" + } + ] + }, + { + "dialogue_id": "11_00082", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "category", + "values": [ + "Sports" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Anaheim" + ], + "slot": "city_of_event", + "values": [ + "Anaheim" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 49, + "slot": "city_of_event", + "start": 42 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Anaheim" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you help me find Sports events around Anaheim?" + }, + { + "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": "event_location", + "values": [ + "Angel Stadium of Anaheim" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "19:30" + ], + "slot": "time", + "values": [ + "7:30 pm" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Sports", + "city_of_event": "Anaheim" + } + }, + "service_results": [ + { + "address_of_location": "2000 East Gene Autry Way", + "category": "Sports", + "city_of_event": "Anaheim", + "date": "2019-03-06", + "event_location": "Angel Stadium of Anaheim", + "event_name": "Angels Vs Astros", + "subcategory": "Baseball", + "time": "19:30" + }, + { + "address_of_location": "2000 East Gene Autry Way", + "category": "Sports", + "city_of_event": "Anaheim", + "date": "2019-03-06", + "event_location": "Angel Stadium of Anaheim", + "event_name": "Angels Vs Mariners", + "subcategory": "Baseball", + "time": "20:00" + }, + { + "address_of_location": "2000 East Gene Autry Way", + "category": "Sports", + "city_of_event": "Anaheim", + "date": "2019-03-14", + "event_location": "Angel Stadium of Anaheim", + "event_name": "Angels Vs Orioles", + "subcategory": "Baseball", + "time": "20:30" + }, + { + "address_of_location": "2000 East Gene Autry Way", + "category": "Sports", + "city_of_event": "Anaheim", + "date": "2019-03-09", + "event_location": "Angel Stadium of Anaheim", + "event_name": "Angels Vs Red Sox", + "subcategory": "Baseball", + "time": "19:30" + }, + { + "address_of_location": "2000 East Gene Autry Way", + "category": "Sports", + "city_of_event": "Anaheim", + "date": "2019-03-09", + "event_location": "Angel Stadium of Anaheim", + "event_name": "Angels Vs Tigers", + "subcategory": "Baseball", + "time": "19:30" + }, + { + "address_of_location": "2000 East Gene Autry Way", + "category": "Sports", + "city_of_event": "Anaheim", + "date": "2019-03-13", + "event_location": "Angel Stadium of Anaheim", + "event_name": "Angels Vs White Sox", + "subcategory": "Baseball", + "time": "19:00" + }, + { + "address_of_location": "2000 East Gene Autry Way", + "category": "Sports", + "city_of_event": "Anaheim", + "date": "2019-03-05", + "event_location": "Angel Stadium of Anaheim", + "event_name": "La Angels Vs Houston", + "subcategory": "Baseball", + "time": "19:30" + } + ], + "slots": [ + { + "exclusive_end": 20, + "slot": "event_name", + "start": 4 + }, + { + "exclusive_end": 51, + "slot": "event_location", + "start": 27 + }, + { + "exclusive_end": 66, + "slot": "date", + "start": 52 + }, + { + "exclusive_end": 77, + "slot": "time", + "start": 70 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The Angels Vs Astros is at Angel Stadium of Anaheim next Wednesday at 7:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Anaheim" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Angels Vs Mariners" + ], + "slot": "event_name", + "values": [ + "Angels Vs Mariners" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Angel Stadium of Anaheim" + ], + "slot": "event_location", + "values": [ + "Angel Stadium of Anaheim" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:00" + ], + "slot": "time", + "values": [ + "8 pm" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 22, + "slot": "event_name", + "start": 4 + }, + { + "exclusive_end": 66, + "slot": "event_location", + "start": 42 + }, + { + "exclusive_end": 81, + "slot": "date", + "start": 67 + }, + { + "exclusive_end": 89, + "slot": "time", + "start": 85 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The Angels Vs Mariners takes place at the Angel Stadium of Anaheim next Wednesday at 8 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Anaheim" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Angels Vs Mariners" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That would be great!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want me to purchase tickets for you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Anaheim" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Angels Vs Mariners" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Not right now thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can I do anything else for you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Anaheim" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Angels Vs Mariners" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, you've been very helpful." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, enjoy your day!" + } + ] + }, + { + "dialogue_id": "11_00083", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "category", + "values": [ + "Sports" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find me events like Match events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city_of_event", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there a city you want to search?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "city_of_event", + "values": [ + "Philadelphia" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 24, + "slot": "city_of_event", + "start": 12 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Philadelphia" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "The city is Philadelphia city." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Eagles Vs Cowboys" + ], + "slot": "event_name", + "values": [ + "Eagles Vs Cowboys" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Lincoln Financial Field" + ], + "slot": "event_location", + "values": [ + "Lincoln Financial Field" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-14" + ], + "slot": "date", + "values": [ + "March 14th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:00" + ], + "slot": "time", + "values": [ + "8 pm" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "10" + ], + "slot": "count", + "values": [ + "10" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Sports", + "city_of_event": "Philadelphia" + } + }, + "service_results": [ + { + "address_of_location": "1 Lincoln Financial Field Way", + "category": "Sports", + "city_of_event": "Philadelphia", + "date": "2019-03-14", + "event_location": "Lincoln Financial Field", + "event_name": "Eagles Vs Cowboys", + "subcategory": "American Football", + "time": "20:00" + }, + { + "address_of_location": "1 Lincoln Financial Field Way", + "category": "Sports", + "city_of_event": "Philadelphia", + "date": "2019-03-03", + "event_location": "Lincoln Financial Field", + "event_name": "Owls Vs Bison", + "subcategory": "American Football", + "time": "19:30" + }, + { + "address_of_location": "1 Lincoln Financial Field Way", + "category": "Sports", + "city_of_event": "Philadelphia", + "date": "2019-03-13", + "event_location": "Lincoln Financial Field", + "event_name": "Owls Vs Huskies", + "subcategory": "American Football", + "time": "18:30" + }, + { + "address_of_location": "1 Lincoln Financial Field Way", + "category": "Sports", + "city_of_event": "Philadelphia", + "date": "2019-03-08", + "event_location": "Lincoln Financial Field", + "event_name": "Owls Vs Knights", + "subcategory": "American Football", + "time": "20:30" + }, + { + "address_of_location": "1 Lincoln Financial Field Way", + "category": "Sports", + "city_of_event": "Philadelphia", + "date": "2019-03-04", + "event_location": "Lincoln Financial Field", + "event_name": "Owls Vs Terrapins", + "subcategory": "American Football", + "time": "19:30" + }, + { + "address_of_location": "1 Lincoln Financial Field Way", + "category": "Sports", + "city_of_event": "Philadelphia", + "date": "2019-03-07", + "event_location": "Lincoln Financial Field", + "event_name": "Owls Vs Tigers", + "subcategory": "American Football", + "time": "19:00" + }, + { + "address_of_location": "1 Lincoln Financial Field Way", + "category": "Sports", + "city_of_event": "Philadelphia", + "date": "2019-03-09", + "event_location": "Lincoln Financial Field", + "event_name": "Owls Vs Yellow Jackets", + "subcategory": "American Football", + "time": "19:00" + }, + { + "address_of_location": "1 Citizens Bank Way", + "category": "Sports", + "city_of_event": "Philadelphia", + "date": "2019-03-10", + "event_location": "Citizens Bank Park", + "event_name": "Phillies Vs Braves", + "subcategory": "Baseball", + "time": "18:00" + }, + { + "address_of_location": "1 Citizens Bank Way", + "category": "Sports", + "city_of_event": "Philadelphia", + "date": "2019-03-07", + "event_location": "Citizens Bank Park", + "event_name": "Phillies Vs Cubs", + "subcategory": "Baseball", + "time": "18:30" + }, + { + "address_of_location": "1 Citizens Bank Way", + "category": "Sports", + "city_of_event": "Philadelphia", + "date": "2019-03-14", + "event_location": "Citizens Bank Park", + "event_name": "Phillies Vs Diamondbacks", + "subcategory": "Baseball", + "time": "18:30" + } + ], + "slots": [ + { + "exclusive_end": 95, + "slot": "event_name", + "start": 78 + }, + { + "exclusive_end": 77, + "slot": "event_location", + "start": 54 + }, + { + "exclusive_end": 42, + "slot": "date", + "start": 32 + }, + { + "exclusive_end": 50, + "slot": "time", + "start": 46 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "10 events found and I recommend March 14th at 8 pm at Lincoln Financial Field Eagles Vs Cowboys." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "date", + "values": [ + "13th of March" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Baseball" + ], + "slot": "subcategory", + "values": [ + "Baseball" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 46, + "slot": "date", + "start": 33 + }, + { + "exclusive_end": 29, + "slot": "subcategory", + "start": 21 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Philadelphia" + ], + "date": [ + "13th of March" + ], + "subcategory": [ + "Baseball" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would rather watch Baseball on 13th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Phillies Vs Braves" + ], + "slot": "event_name", + "values": [ + "Phillies Vs Braves" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Citizens Bank Park" + ], + "slot": "event_location", + "values": [ + "Citizens Bank Park" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-13" + ], + "slot": "date", + "values": [ + "March 13th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "19:00" + ], + "slot": "time", + "values": [ + "7 pm" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Sports", + "city_of_event": "Philadelphia", + "date": "2019-03-13", + "subcategory": "Baseball" + } + }, + "service_results": [ + { + "address_of_location": "1 Citizens Bank Way", + "category": "Sports", + "city_of_event": "Philadelphia", + "date": "2019-03-13", + "event_location": "Citizens Bank Park", + "event_name": "Phillies Vs Braves", + "subcategory": "Baseball", + "time": "19:00" + }, + { + "address_of_location": "1 Citizens Bank Way", + "category": "Sports", + "city_of_event": "Philadelphia", + "date": "2019-03-13", + "event_location": "Citizens Bank Park", + "event_name": "Phillies Vs White Sox", + "subcategory": "Baseball", + "time": "18:30" + } + ], + "slots": [ + { + "exclusive_end": 69, + "slot": "event_name", + "start": 51 + }, + { + "exclusive_end": 43, + "slot": "event_location", + "start": 25 + }, + { + "exclusive_end": 13, + "slot": "date", + "start": 3 + }, + { + "exclusive_end": 21, + "slot": "time", + "start": 17 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "On March 13th at 7 pm at Citizens Bank Park I have Phillies Vs Braves." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Philadelphia" + ], + "date": [ + "13th of March", + "March 13th" + ], + "event_name": [ + "Phillies Vs Braves" + ], + "subcategory": [ + "Baseball" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you, that is all for today." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Thank you and have a great day." + } + ] + }, + { + "dialogue_id": "11_00084", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you help me find some interesting events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city_of_event", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What city would you like me to search in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "category", + "values": [ + "Sports" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "city_of_event", + "values": [ + "Chi-town" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 43, + "slot": "city_of_event", + "start": 35 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Chi-town" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Please look for Games in or around Chi-town." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Cubs Vs Brewers" + ], + "slot": "event_name", + "values": [ + "Cubs Vs Brewers" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Wrigley Field" + ], + "slot": "event_location", + "values": [ + "Wrigley Field" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:30" + ], + "slot": "time", + "values": [ + "6:30 pm" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Sports", + "city_of_event": "Chicago" + } + }, + "service_results": [ + { + "address_of_location": "1060 West Addison Street", + "category": "Sports", + "city_of_event": "Chicago", + "date": "2019-03-06", + "event_location": "Wrigley Field", + "event_name": "Cubs Vs Brewers", + "subcategory": "Baseball", + "time": "18:30" + }, + { + "address_of_location": "1060 West Addison Street", + "category": "Sports", + "city_of_event": "Chicago", + "date": "2019-03-04", + "event_location": "Wrigley Field", + "event_name": "Cubs Vs Giants", + "subcategory": "Baseball", + "time": "20:30" + }, + { + "address_of_location": "1060 West Addison Street", + "category": "Sports", + "city_of_event": "Chicago", + "date": "2019-03-09", + "event_location": "Wrigley Field", + "event_name": "Cubs Vs Mariners", + "subcategory": "Baseball", + "time": "20:00" + }, + { + "address_of_location": "1060 West Addison Street", + "category": "Sports", + "city_of_event": "Chicago", + "date": "2019-03-14", + "event_location": "Wrigley Field", + "event_name": "Cubs Vs Padres", + "subcategory": "Baseball", + "time": "20:30" + }, + { + "address_of_location": "200 East Cermak Road", + "category": "Sports", + "city_of_event": "Chicago", + "date": "2019-03-13", + "event_location": "Wintrust Arena", + "event_name": "Sky Vs Fever", + "subcategory": "Basketball", + "time": "18:30" + }, + { + "address_of_location": "333 West 35th Street", + "category": "Sports", + "city_of_event": "Chicago", + "date": "2019-03-04", + "event_location": "Guaranteed Rate Field", + "event_name": "White Sox Vs Angels", + "subcategory": "Baseball", + "time": "20:00" + }, + { + "address_of_location": "333 West 35th Street", + "category": "Sports", + "city_of_event": "Chicago", + "date": "2019-03-05", + "event_location": "Guaranteed Rate Field", + "event_name": "White Sox Vs Astros", + "subcategory": "Baseball", + "time": "20:00" + }, + { + "address_of_location": "333 West 35th Street", + "category": "Sports", + "city_of_event": "Chicago", + "date": "2019-03-08", + "event_location": "Guaranteed Rate Field", + "event_name": "White Sox Vs Indians", + "subcategory": "Baseball", + "time": "20:00" + }, + { + "address_of_location": "333 West 35th Street", + "category": "Sports", + "city_of_event": "Chicago", + "date": "2019-03-07", + "event_location": "Guaranteed Rate Field", + "event_name": "White Sox Vs Rangers", + "subcategory": "Baseball", + "time": "20:30" + }, + { + "address_of_location": "333 West 35th Street", + "category": "Sports", + "city_of_event": "Chicago", + "date": "2019-03-11", + "event_location": "Guaranteed Rate Field", + "event_name": "White Sox Vs Tigers", + "subcategory": "Baseball", + "time": "20:30" + } + ], + "slots": [ + { + "exclusive_end": 19, + "slot": "event_name", + "start": 4 + }, + { + "exclusive_end": 52, + "slot": "event_location", + "start": 39 + }, + { + "exclusive_end": 67, + "slot": "date", + "start": 53 + }, + { + "exclusive_end": 88, + "slot": "time", + "start": 81 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The Cubs Vs Brewers is taking place at Wrigley Field next Wednesday, starting at 6:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Baseball" + ], + "slot": "subcategory", + "values": [ + "Baseball" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 75, + "slot": "subcategory", + "start": 67 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Chi-town" + ], + "subcategory": [ + "Baseball" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "This is good, but can you find me some other events? I really like Baseball." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Cubs Vs Giants" + ], + "slot": "event_name", + "values": [ + "Cubs Vs Giants" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Wrigley Field" + ], + "slot": "event_location", + "values": [ + "Wrigley Field" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:30" + ], + "slot": "time", + "values": [ + "8:30 pm" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Sports", + "city_of_event": "Chicago", + "subcategory": "Baseball" + } + }, + "service_results": [ + { + "address_of_location": "1060 West Addison Street", + "category": "Sports", + "city_of_event": "Chicago", + "date": "2019-03-06", + "event_location": "Wrigley Field", + "event_name": "Cubs Vs Brewers", + "subcategory": "Baseball", + "time": "18:30" + }, + { + "address_of_location": "1060 West Addison Street", + "category": "Sports", + "city_of_event": "Chicago", + "date": "2019-03-04", + "event_location": "Wrigley Field", + "event_name": "Cubs Vs Giants", + "subcategory": "Baseball", + "time": "20:30" + }, + { + "address_of_location": "1060 West Addison Street", + "category": "Sports", + "city_of_event": "Chicago", + "date": "2019-03-09", + "event_location": "Wrigley Field", + "event_name": "Cubs Vs Mariners", + "subcategory": "Baseball", + "time": "20:00" + }, + { + "address_of_location": "1060 West Addison Street", + "category": "Sports", + "city_of_event": "Chicago", + "date": "2019-03-14", + "event_location": "Wrigley Field", + "event_name": "Cubs Vs Padres", + "subcategory": "Baseball", + "time": "20:30" + }, + { + "address_of_location": "333 West 35th Street", + "category": "Sports", + "city_of_event": "Chicago", + "date": "2019-03-04", + "event_location": "Guaranteed Rate Field", + "event_name": "White Sox Vs Angels", + "subcategory": "Baseball", + "time": "20:00" + }, + { + "address_of_location": "333 West 35th Street", + "category": "Sports", + "city_of_event": "Chicago", + "date": "2019-03-05", + "event_location": "Guaranteed Rate Field", + "event_name": "White Sox Vs Astros", + "subcategory": "Baseball", + "time": "20:00" + }, + { + "address_of_location": "333 West 35th Street", + "category": "Sports", + "city_of_event": "Chicago", + "date": "2019-03-08", + "event_location": "Guaranteed Rate Field", + "event_name": "White Sox Vs Indians", + "subcategory": "Baseball", + "time": "20:00" + }, + { + "address_of_location": "333 West 35th Street", + "category": "Sports", + "city_of_event": "Chicago", + "date": "2019-03-07", + "event_location": "Guaranteed Rate Field", + "event_name": "White Sox Vs Rangers", + "subcategory": "Baseball", + "time": "20:30" + }, + { + "address_of_location": "333 West 35th Street", + "category": "Sports", + "city_of_event": "Chicago", + "date": "2019-03-11", + "event_location": "Guaranteed Rate Field", + "event_name": "White Sox Vs Tigers", + "subcategory": "Baseball", + "time": "20:30" + }, + { + "address_of_location": "333 West 35th Street", + "category": "Sports", + "city_of_event": "Chicago", + "date": "2019-03-13", + "event_location": "Guaranteed Rate Field", + "event_name": "White Sox Vs Twins", + "subcategory": "Baseball", + "time": "18:00" + } + ], + "slots": [ + { + "exclusive_end": 18, + "slot": "event_name", + "start": 4 + }, + { + "exclusive_end": 51, + "slot": "event_location", + "start": 38 + }, + { + "exclusive_end": 63, + "slot": "date", + "start": 52 + }, + { + "exclusive_end": 84, + "slot": "time", + "start": 77 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The Cubs Vs Giants is taking place at Wrigley Field next Monday, starting at 8:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "address_of_location", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "address_of_location" + ], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Chi-town" + ], + "subcategory": [ + "Baseball" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is the address of the venue?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1060 West Addison Street" + ], + "slot": "address_of_location", + "values": [ + "1060 West Addison Street" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 37, + "slot": "address_of_location", + "start": 13 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The venue is 1060 West Addison Street." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Chi-town" + ], + "subcategory": [ + "Baseball" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "This is good, but can you find me some other events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Cubs Vs Mariners" + ], + "slot": "event_name", + "values": [ + "Cubs Vs Mariners" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Wrigley Field" + ], + "slot": "event_location", + "values": [ + "Wrigley Field" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-09" + ], + "slot": "date", + "values": [ + "March 9th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:00" + ], + "slot": "time", + "values": [ + "8 pm" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 20, + "slot": "event_name", + "start": 4 + }, + { + "exclusive_end": 53, + "slot": "event_location", + "start": 40 + }, + { + "exclusive_end": 66, + "slot": "date", + "start": 57 + }, + { + "exclusive_end": 83, + "slot": "time", + "start": 79 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The Cubs Vs Mariners is taking place at Wrigley Field on March 9th starting at 8 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Chi-town" + ], + "date": [ + "March 9th" + ], + "event_name": [ + "Cubs Vs Mariners" + ], + "subcategory": [ + "Baseball" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great. That's all I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "11_00085", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "category", + "values": [ + "Sports" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Would you mind helping me search for some interesting events? I fancy Match events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city_of_event", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there a specific city you have in mind?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "city_of_event", + "values": [ + "Seattle, WA" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 43, + "slot": "city_of_event", + "start": 32 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Seattle, WA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm interested in events around 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": "event_location", + "values": [ + "Husky Stadium" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-05" + ], + "slot": "date", + "values": [ + "next Tuesday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:00" + ], + "slot": "time", + "values": [ + "8 pm" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Sports", + "city_of_event": "Seattle" + } + }, + "service_results": [ + { + "address_of_location": "3800 Montlake Boulevard Northeast", + "category": "Sports", + "city_of_event": "Seattle", + "date": "2019-03-05", + "event_location": "Husky Stadium", + "event_name": "Huskies Vs Cougars", + "subcategory": "Basketball", + "time": "20:00" + }, + { + "address_of_location": "3800 Montlake Boulevard Northeast", + "category": "Sports", + "city_of_event": "Seattle", + "date": "2019-03-05", + "event_location": "Husky Stadium", + "event_name": "Huskies Vs Utes", + "subcategory": "Basketball", + "time": "18:30" + }, + { + "address_of_location": "3800 Montlake Boulevard Northeast", + "category": "Sports", + "city_of_event": "Seattle", + "date": "2019-03-13", + "event_location": "Husky Stadium", + "event_name": "Huskies Vs Warriors", + "subcategory": "Basketball", + "time": "18:30" + }, + { + "address_of_location": "1250 1st Avenue South", + "category": "Sports", + "city_of_event": "Seattle", + "date": "2019-03-10", + "event_location": "T-Mobile Park", + "event_name": "Mariners Vs Angels", + "subcategory": "Baseball", + "time": "20:30" + }, + { + "address_of_location": "1250 1st Avenue South", + "category": "Sports", + "city_of_event": "Seattle", + "date": "2019-03-05", + "event_location": "T-Mobile Park", + "event_name": "Mariners Vs Blue Jays", + "subcategory": "Baseball", + "time": "18:00" + }, + { + "address_of_location": "1250 1st Avenue South", + "category": "Sports", + "city_of_event": "Seattle", + "date": "2019-03-04", + "event_location": "T-Mobile Park", + "event_name": "Mariners Vs Rangers", + "subcategory": "Baseball", + "time": "20:00" + }, + { + "address_of_location": "1250 1st Avenue South", + "category": "Sports", + "city_of_event": "Seattle", + "date": "2019-03-12", + "event_location": "T-Mobile Park", + "event_name": "Mariners Vs Rays", + "subcategory": "Baseball", + "time": "20:30" + }, + { + "address_of_location": "1250 1st Avenue South", + "category": "Sports", + "city_of_event": "Seattle", + "date": "2019-03-01", + "event_location": "T-Mobile Park", + "event_name": "Mariners Vs Tigers", + "subcategory": "Baseball", + "time": "20:00" + }, + { + "address_of_location": "1250 1st Avenue South", + "category": "Sports", + "city_of_event": "Seattle", + "date": "2019-03-06", + "event_location": "T-Mobile Park", + "event_name": "Mariners Vs White Sox", + "subcategory": "Baseball", + "time": "20:00" + }, + { + "address_of_location": "800 Occidental Avenue South", + "category": "Sports", + "city_of_event": "Seattle", + "date": "2019-03-01", + "event_location": "CenturyLink Field", + "event_name": "Seahawks Vs Cardinals", + "subcategory": "American Football", + "time": "19:00" + } + ], + "slots": [ + { + "exclusive_end": 28, + "slot": "event_name", + "start": 10 + }, + { + "exclusive_end": 91, + "slot": "event_location", + "start": 78 + }, + { + "exclusive_end": 66, + "slot": "date", + "start": 54 + }, + { + "exclusive_end": 74, + "slot": "time", + "start": 70 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "How about Huskies Vs Cougars? The event is slated for next Tuesday at 8 pm at Husky Stadium." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "subcategory", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "subcategory" + ], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Seattle, WA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is there anything else about this event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Basketball" + ], + "slot": "subcategory", + "values": [ + "Basketball" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 17, + "slot": "subcategory", + "start": 7 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It's a Basketball game." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Seattle, WA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good, but could you search for some different events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Huskies Vs Utes" + ], + "slot": "event_name", + "values": [ + "Huskies Vs Utes" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Husky Stadium" + ], + "slot": "event_location", + "values": [ + "Husky Stadium" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-05" + ], + "slot": "date", + "values": [ + "next Tuesday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:30" + ], + "slot": "time", + "values": [ + "6:30 pm" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 29, + "slot": "event_name", + "start": 14 + }, + { + "exclusive_end": 100, + "slot": "event_location", + "start": 87 + }, + { + "exclusive_end": 72, + "slot": "date", + "start": 60 + }, + { + "exclusive_end": 83, + "slot": "time", + "start": 76 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "How about the Huskies Vs Utes game? The event is slated for next Tuesday at 6:30 pm at Husky Stadium." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Seattle, WA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good, but could you search for some different events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Huskies Vs Warriors" + ], + "slot": "event_name", + "values": [ + "Huskies Vs Warriors" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Husky Stadium" + ], + "slot": "event_location", + "values": [ + "Husky Stadium" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-13" + ], + "slot": "date", + "values": [ + "March 13th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:30" + ], + "slot": "time", + "values": [ + "6:30 pm" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 33, + "slot": "event_name", + "start": 14 + }, + { + "exclusive_end": 102, + "slot": "event_location", + "start": 89 + }, + { + "exclusive_end": 74, + "slot": "date", + "start": 64 + }, + { + "exclusive_end": 85, + "slot": "time", + "start": 78 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "How about the Huskies Vs Warriors game? The event is slated for March 13th at 6:30 pm at Husky Stadium." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "subcategory", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "address_of_location", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "address_of_location", + "subcategory" + ], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Seattle, WA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is there anything else you could tell me about the event? What's the address to the game's location?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Basketball" + ], + "slot": "subcategory", + "values": [ + "Basketball" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "3800 Montlake Boulevard Northeast" + ], + "slot": "address_of_location", + "values": [ + "3800 Montlake Boulevard Northeast" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 17, + "slot": "subcategory", + "start": 7 + }, + { + "exclusive_end": 69, + "slot": "address_of_location", + "start": 36 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It's a Basketball game, and it's at 3800 Montlake Boulevard Northeast." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Seattle, WA" + ], + "date": [ + "March 13th" + ], + "event_name": [ + "Huskies Vs Warriors" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good. That's all I need for now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Enjoy your day!" + } + ] + }, + { + "dialogue_id": "11_00086", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I am looking for some interesting events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "category", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which type of events would you prefer?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "category", + "values": [ + "Music" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would enjoy Music events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city_of_event", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which city would you prefer?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Diego" + ], + "slot": "city_of_event", + "values": [ + "SD" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 19, + "slot": "city_of_event", + "start": 17 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "SD" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Somewhere around SD would be great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alejandro Sanz" + ], + "slot": "event_name", + "values": [ + "Alejandro Sanz" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Cal Coast Credit Union Amphitheater" + ], + "slot": "event_location", + "values": [ + "Cal Coast Credit Union Amphitheater" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:30" + ], + "slot": "time", + "values": [ + "6:30 pm" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "10" + ], + "slot": "count", + "values": [ + "10" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Music", + "city_of_event": "San Diego" + } + }, + "service_results": [ + { + "address_of_location": "5500 Campanile Drive", + "category": "Music", + "city_of_event": "San Diego", + "date": "2019-03-06", + "event_location": "Cal Coast Credit Union Amphitheater", + "event_name": "Alejandro Sanz", + "subcategory": "International", + "time": "18:30" + }, + { + "address_of_location": "2891 University Avenue", + "category": "Music", + "city_of_event": "San Diego", + "date": "2019-03-13", + "event_location": "The Observatory North Park", + "event_name": "Aly And Aj", + "subcategory": "Pop", + "time": "18:30" + }, + { + "address_of_location": "5500 Campanile Drive", + "category": "Music", + "city_of_event": "San Diego", + "date": "2019-03-05", + "event_location": "Cal Coast Credit Union Amphitheater", + "event_name": "Bastille", + "subcategory": "Pop", + "time": "20:30" + }, + { + "address_of_location": "2891 University Avenue", + "category": "Music", + "city_of_event": "San Diego", + "date": "2019-03-01", + "event_location": "The Observatory North Park", + "event_name": "Fidlar", + "subcategory": "Rock", + "time": "19:30" + }, + { + "address_of_location": "5500 Campanile Drive", + "category": "Music", + "city_of_event": "San Diego", + "date": "2019-03-07", + "event_location": "Cal Coast Credit Union Amphitheater", + "event_name": "Greta Van Fleet", + "subcategory": "Blues", + "time": "19:00" + }, + { + "address_of_location": "5500 Campanile Drive", + "category": "Music", + "city_of_event": "San Diego", + "date": "2019-03-05", + "event_location": "Cal Coast Credit Union Amphitheater", + "event_name": "Hozier", + "subcategory": "Blues", + "time": "19:30" + }, + { + "address_of_location": "5500 Campanile Drive", + "category": "Music", + "city_of_event": "San Diego", + "date": "2019-03-14", + "event_location": "Cal Coast Credit Union Amphitheater", + "event_name": "Jon Bellion", + "subcategory": "Hip Hop", + "time": "19:30" + }, + { + "address_of_location": "5500 Campanile Drive", + "category": "Music", + "city_of_event": "San Diego", + "date": "2019-03-09", + "event_location": "Cal Coast Credit Union Amphitheater", + "event_name": "Lizzo", + "subcategory": "Hip Hop", + "time": "19:00" + }, + { + "address_of_location": "2891 University Avenue", + "category": "Music", + "city_of_event": "San Diego", + "date": "2019-03-14", + "event_location": "The Observatory North Park", + "event_name": "Local Natives", + "subcategory": "Rock", + "time": "20:30" + }, + { + "address_of_location": "5500 Campanile Drive", + "category": "Music", + "city_of_event": "San Diego", + "date": "2019-03-03", + "event_location": "Cal Coast Credit Union Amphitheater", + "event_name": "Prettymuch", + "subcategory": "Pop", + "time": "19:30" + } + ], + "slots": [ + { + "exclusive_end": 67, + "slot": "event_name", + "start": 53 + }, + { + "exclusive_end": 148, + "slot": "event_location", + "start": 113 + }, + { + "exclusive_end": 170, + "slot": "date", + "start": 156 + }, + { + "exclusive_end": 181, + "slot": "time", + "start": 174 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 10 events that you might be interested in. Alejandro Sanz might be the best choice. It is happening at Cal Coast Credit Union Amphitheater on the next Wednesday at 6:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "SD" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Alejandro Sanz" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds interesting." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to purchase a ticket for the event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "SD" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Alejandro Sanz" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No. I don't need it now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "That's okay. 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_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "SD" + ], + "date": [ + "next Wednesday" + ], + "event_name": [ + "Alejandro Sanz" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, there isn't. Thank you so much for your help!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You're welcome. Have a nice day!" + } + ] + }, + { + "dialogue_id": "11_00087", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you help me find some interesting events near me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "Music", + "Sports" + ], + "slot": "category", + "values": [ + "Music", + "Sports" + ] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there any particular event you're looking for, such as Music or Sports?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "category", + "values": [ + "Sports" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I enjoy Sports events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city_of_event", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there a specific city I should look for the event in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "date", + "values": [ + "the 12th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "city_of_event", + "values": [ + "Atlanta" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 40, + "slot": "date", + "start": 32 + }, + { + "exclusive_end": 28, + "slot": "city_of_event", + "start": 21 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Atlanta" + ], + "date": [ + "the 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like an event in Atlanta on the 12th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Falcons Vs Jaguars" + ], + "slot": "event_name", + "values": [ + "Falcons Vs Jaguars" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Mercedes-Benz Stadium" + ], + "slot": "event_location", + "values": [ + "Mercedes-Benz Stadium" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-12" + ], + "slot": "date", + "values": [ + "March 12th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:30" + ], + "slot": "time", + "values": [ + "6:30 pm" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Sports", + "city_of_event": "Atlanta", + "date": "2019-03-12" + } + }, + "service_results": [ + { + "address_of_location": "1 AMB Drive Northwest", + "category": "Sports", + "city_of_event": "Atlanta", + "date": "2019-03-12", + "event_location": "Mercedes-Benz Stadium", + "event_name": "Falcons Vs Jaguars", + "subcategory": "American Football", + "time": "18:30" + }, + { + "address_of_location": "1 AMB Drive Northwest", + "category": "Sports", + "city_of_event": "Atlanta", + "date": "2019-03-12", + "event_location": "Mercedes-Benz Stadium", + "event_name": "Falcons Vs Redskins", + "subcategory": "American Football", + "time": "20:30" + }, + { + "address_of_location": "755 Hank Aaron Drive Southeast", + "category": "Sports", + "city_of_event": "Atlanta", + "date": "2019-03-12", + "event_location": "Georgia State Stadium", + "event_name": "Panthers Vs Mountaineers", + "subcategory": "Basketball", + "time": "18:30" + }, + { + "address_of_location": "1 AMB Drive Northwest", + "category": "Sports", + "city_of_event": "Atlanta", + "date": "2019-03-12", + "event_location": "Mercedes-Benz Stadium", + "event_name": "United Vs Red Bulls", + "subcategory": "Football", + "time": "18:30" + }, + { + "address_of_location": "1 AMB Drive Northwest", + "category": "Sports", + "city_of_event": "Atlanta", + "date": "2019-03-12", + "event_location": "Mercedes-Benz Stadium", + "event_name": "United Vs United", + "subcategory": "Football", + "time": "20:00" + }, + { + "address_of_location": "177 North Avenue Northwest", + "category": "Sports", + "city_of_event": "Atlanta", + "date": "2019-03-12", + "event_location": "Bobby Dodd Stadium at Historic Grant Field", + "event_name": "Yellow Jackets Vs Bulls", + "subcategory": "American Football", + "time": "19:30" + }, + { + "address_of_location": "177 North Avenue Northwest", + "category": "Sports", + "city_of_event": "Atlanta", + "date": "2019-03-12", + "event_location": "Bobby Dodd Stadium at Historic Grant Field", + "event_name": "Yellow Jackets Vs Panthers", + "subcategory": "American Football", + "time": "18:30" + } + ], + "slots": [ + { + "exclusive_end": 22, + "slot": "event_name", + "start": 4 + }, + { + "exclusive_end": 63, + "slot": "event_location", + "start": 42 + }, + { + "exclusive_end": 77, + "slot": "date", + "start": 67 + }, + { + "exclusive_end": 88, + "slot": "time", + "start": 81 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The Falcons Vs Jaguars is taking place at Mercedes-Benz Stadium on March 12th at 6:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "subcategory", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "subcategory" + ], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Atlanta" + ], + "date": [ + "March 12th", + "the 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Tell me more about this event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "American Football" + ], + "slot": "subcategory", + "values": [ + "American Football" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 33, + "slot": "subcategory", + "start": 16 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event is an American Football event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "address_of_location", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "address_of_location" + ], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Atlanta" + ], + "date": [ + "March 12th", + "the 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is the address where it is being held?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1 AMB Drive Northwest" + ], + "slot": "address_of_location", + "values": [ + "1 AMB Drive Northwest" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 36, + "slot": "address_of_location", + "start": 15 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The address is 1 AMB Drive Northwest." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Atlanta" + ], + "date": [ + "March 12th", + "the 12th" + ], + "event_name": [ + "Falcons Vs Jaguars" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds perfect." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like me to buy tickets for the event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Atlanta" + ], + "date": [ + "March 12th", + "the 12th" + ], + "event_name": [ + "Falcons Vs Jaguars" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, not right now. That is all the information I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, have a great day." + } + ] + }, + { + "dialogue_id": "11_00088", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you help me find an event to go to?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "category", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city_of_event", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What type of event are you looking for? Any particular city to look it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "6th of March" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "category", + "values": [ + "Sports" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Toronto" + ], + "slot": "city_of_event", + "values": [ + "Toronto, Ontario" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 72, + "slot": "date", + "start": 60 + }, + { + "exclusive_end": 52, + "slot": "city_of_event", + "start": 36 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Toronto, Ontario" + ], + "date": [ + "6th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for a Match even around Toronto, Ontario on the 6th of March." + }, + { + "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": "event_location", + "values": [ + "Rogers Centre" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:30" + ], + "slot": "time", + "values": [ + "8:30 pm" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Sports", + "city_of_event": "Toronto", + "date": "2019-03-06" + } + }, + "service_results": [ + { + "address_of_location": "1 Blue Jays Way", + "category": "Sports", + "city_of_event": "Toronto", + "date": "2019-03-06", + "event_location": "Rogers Centre", + "event_name": "Blue Jays Vs Astros", + "subcategory": "Baseball", + "time": "20:30" + }, + { + "address_of_location": "1 Blue Jays Way", + "category": "Sports", + "city_of_event": "Toronto", + "date": "2019-03-06", + "event_location": "Rogers Centre", + "event_name": "Blue Jays Vs Orioles", + "subcategory": "Baseball", + "time": "18:30" + }, + { + "address_of_location": "1 Blue Jays Way", + "category": "Sports", + "city_of_event": "Toronto", + "date": "2019-03-06", + "event_location": "Rogers Centre", + "event_name": "Blue Jays Vs Rangers", + "subcategory": "Baseball", + "time": "20:00" + }, + { + "address_of_location": "1 Blue Jays Way", + "category": "Sports", + "city_of_event": "Toronto", + "date": "2019-03-06", + "event_location": "Rogers Centre", + "event_name": "Blue Jays Vs Yankees", + "subcategory": "Baseball", + "time": "19:00" + } + ], + "slots": [ + { + "exclusive_end": 37, + "slot": "event_name", + "start": 18 + }, + { + "exclusive_end": 68, + "slot": "event_location", + "start": 55 + }, + { + "exclusive_end": 100, + "slot": "date", + "start": 86 + }, + { + "exclusive_end": 111, + "slot": "time", + "start": 104 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found the event Blue Jays Vs Astros, which is at the Rogers Centre. It is happening next Wednesday at 8:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Toronto, Ontario" + ], + "date": [ + "6th of March", + "next Wednesday" + ], + "event_name": [ + "Blue Jays Vs Astros" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay, that sounds good. That's all I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, have a nice day." + } + ] + }, + { + "dialogue_id": "11_00089", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Portland" + ], + "slot": "city_of_event", + "values": [ + "Portland, OR" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 43, + "slot": "city_of_event", + "start": 31 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city_of_event": [ + "Portland, OR" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm loooking for events around Portland, OR can you help me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "Music", + "Sports" + ], + "slot": "category", + "values": [ + "Music", + "Sports" + ] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Could I intrest you in Music or Sports?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "category", + "values": [ + "Music" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "Portland, OR" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Let's go with a music related event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Bryan Adams" + ], + "slot": "event_name", + "values": [ + "Bryan Adams" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Theater Of The Clouds" + ], + "slot": "event_location", + "values": [ + "Theater Of The Clouds" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:30" + ], + "slot": "time", + "values": [ + "8:30 pm" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Music", + "city_of_event": "Portland" + } + }, + "service_results": [ + { + "address_of_location": "1016-1098 North Center Court Street", + "category": "Music", + "city_of_event": "Portland", + "date": "2019-03-02", + "event_location": "Theater Of The Clouds", + "event_name": "Bryan Adams", + "subcategory": "Pop", + "time": "20:30" + }, + { + "address_of_location": "1422 Southwest 11th Avenue", + "category": "Music", + "city_of_event": "Portland", + "date": "2019-03-05", + "event_location": "The Old Church Concert Hall", + "event_name": "Damien Jurado", + "subcategory": "Blues", + "time": "19:30" + }, + { + "address_of_location": "1111 Southwest Broadway", + "category": "Music", + "city_of_event": "Portland", + "date": "2019-03-13", + "event_location": "Newmark Theatre", + "event_name": "Erica Fernandez", + "subcategory": "Pop", + "time": "18:30" + }, + { + "address_of_location": "1111 Southwest Broadway", + "category": "Music", + "city_of_event": "Portland", + "date": "2019-03-12", + "event_location": "Newmark Theatre", + "event_name": "Friends", + "subcategory": "Pop", + "time": "18:00" + }, + { + "address_of_location": "1016-1098 North Center Court Street", + "category": "Music", + "city_of_event": "Portland", + "date": "2019-03-07", + "event_location": "Theater Of The Clouds", + "event_name": "Hozier", + "subcategory": "Blues", + "time": "18:00" + }, + { + "address_of_location": "1422 Southwest 11th Avenue", + "category": "Music", + "city_of_event": "Portland", + "date": "2019-03-04", + "event_location": "The Old Church Concert Hall", + "event_name": "Kishi Bashi", + "subcategory": "Electronica", + "time": "20:00" + }, + { + "address_of_location": "1016-1098 North Center Court Street", + "category": "Music", + "city_of_event": "Portland", + "date": "2019-03-07", + "event_location": "Theater Of The Clouds", + "event_name": "Rob Thomas", + "subcategory": "Rock", + "time": "19:30" + } + ], + "slots": [ + { + "exclusive_end": 22, + "slot": "event_name", + "start": 11 + }, + { + "exclusive_end": 57, + "slot": "event_location", + "start": 36 + }, + { + "exclusive_end": 66, + "slot": "date", + "start": 58 + }, + { + "exclusive_end": 77, + "slot": "time", + "start": 70 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a Bryan Adams event at the Theater Of The Clouds tomorrow at 8:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "Portland, OR" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great, can you find some other events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Damien Jurado" + ], + "slot": "event_name", + "values": [ + "Damien Jurado" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Old Church Concert Hall" + ], + "slot": "event_location", + "values": [ + "The Old Church Concert Hall" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-05" + ], + "slot": "date", + "values": [ + "next Tuesday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "19:30" + ], + "slot": "time", + "values": [ + "7:30 pm" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 24, + "slot": "event_name", + "start": 11 + }, + { + "exclusive_end": 61, + "slot": "event_location", + "start": 34 + }, + { + "exclusive_end": 74, + "slot": "date", + "start": 62 + }, + { + "exclusive_end": 85, + "slot": "time", + "start": 78 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a Damien Jurado event at The Old Church Concert Hall next Tuesday at 7:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "the 6th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Pop" + ], + "slot": "subcategory", + "values": [ + "Pop" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 53, + "slot": "date", + "start": 46 + }, + { + "exclusive_end": 76, + "slot": "subcategory", + "start": 73 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "Portland, OR" + ], + "date": [ + "the 6th" + ], + "subcategory": [ + "Pop" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That is good but can you find me something on the 6th that is related to Pop Music?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Erica Fernandez" + ], + "slot": "event_name", + "values": [ + "Erica Fernandez" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Newmark Theatre" + ], + "slot": "event_location", + "values": [ + "Newmark Theatre" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "Next Wednesday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:30" + ], + "slot": "time", + "values": [ + "8:30 pm" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Music", + "city_of_event": "Portland", + "date": "2019-03-06", + "subcategory": "Pop" + } + }, + "service_results": [ + { + "address_of_location": "1016-1098 North Center Court Street", + "category": "Music", + "city_of_event": "Portland", + "date": "2019-03-06", + "event_location": "Theater Of The Clouds", + "event_name": "Bryan Adams", + "subcategory": "Pop", + "time": "18:30" + }, + { + "address_of_location": "1111 Southwest Broadway", + "category": "Music", + "city_of_event": "Portland", + "date": "2019-03-06", + "event_location": "Newmark Theatre", + "event_name": "Erica Fernandez", + "subcategory": "Pop", + "time": "20:30" + }, + { + "address_of_location": "1111 Southwest Broadway", + "category": "Music", + "city_of_event": "Portland", + "date": "2019-03-06", + "event_location": "Newmark Theatre", + "event_name": "Friends", + "subcategory": "Pop", + "time": "20:00" + } + ], + "slots": [ + { + "exclusive_end": 15, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 49, + "slot": "event_location", + "start": 34 + }, + { + "exclusive_end": 64, + "slot": "date", + "start": 50 + }, + { + "exclusive_end": 75, + "slot": "time", + "start": 68 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Erica Fernandez is playing at the Newmark Theatre Next Wednesday at 8:30 pm?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "address_of_location", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "address_of_location" + ], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "Portland, OR" + ], + "date": [ + "Next Wednesday", + "the 6th" + ], + "subcategory": [ + "Pop" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What's the address?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1111 Southwest Broadway" + ], + "slot": "address_of_location", + "values": [ + "1111 Southwest Broadway" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 23, + "slot": "address_of_location", + "start": 0 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "1111 Southwest Broadway." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "Portland, OR" + ], + "date": [ + "Next Wednesday", + "the 6th" + ], + "event_name": [ + "Erica Fernandez" + ], + "subcategory": [ + "Pop" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Good, that is what I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "11_00090", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Would you help me find some cool events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city_of_event", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [ + "Music", + "Sports" + ], + "slot": "category", + "values": [ + "Music", + "Sports" + ] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there a city that I need to search in? What category are you interested in? You can say something like Music or Sports or anything else." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "category", + "values": [ + "Music" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "London" + ], + "slot": "city_of_event", + "values": [ + "London, UK" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 61, + "slot": "city_of_event", + "start": 51 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "London, UK" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like Music events and would like to watch around London, UK." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Beyond The Black" + ], + "slot": "event_name", + "values": [ + "Beyond the Black" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Boston Music Room" + ], + "slot": "event_location", + "values": [ + "Boston Music Room" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "19:30" + ], + "slot": "time", + "values": [ + "7:30 pm" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Music", + "city_of_event": "London" + } + }, + "service_results": [ + { + "address_of_location": "178 Junction Road", + "category": "Music", + "city_of_event": "London", + "date": "2019-03-01", + "event_location": "Boston Music Room", + "event_name": "Beyond The Black", + "subcategory": "Rock", + "time": "19:30" + }, + { + "address_of_location": "178 Junction Road", + "category": "Music", + "city_of_event": "London", + "date": "2019-03-13", + "event_location": "Boston Music Room", + "event_name": "Crystal Lake", + "subcategory": "Rock", + "time": "20:30" + }, + { + "address_of_location": "451 Queensbridge Road", + "category": "Music", + "city_of_event": "London", + "date": "2019-03-14", + "event_location": "The Victoria Dalston", + "event_name": "Imperial Daze", + "subcategory": "Pop", + "time": "18:00" + }, + { + "address_of_location": "2A Dartmouth Park Hill", + "category": "Music", + "city_of_event": "London", + "date": "2019-03-03", + "event_location": "The Dome", + "event_name": "Shakey Graves", + "subcategory": "Blues", + "time": "19:30" + }, + { + "address_of_location": "Town Hall Parade", + "category": "Music", + "city_of_event": "London", + "date": "2019-03-14", + "event_location": "Electric Brixton", + "event_name": "Wallows", + "subcategory": "Rock", + "time": "20:30" + } + ], + "slots": [ + { + "exclusive_end": 29, + "slot": "event_name", + "start": 13 + }, + { + "exclusive_end": 67, + "slot": "event_location", + "start": 50 + }, + { + "exclusive_end": 73, + "slot": "date", + "start": 68 + }, + { + "exclusive_end": 84, + "slot": "time", + "start": 77 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event is Beyond the Black and is occurring at Boston Music Room today at 7:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Rock" + ], + "slot": "subcategory", + "values": [ + "Rock" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "dontcare" + ], + "slot": "date", + "values": [ + "dontcare" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 78, + "slot": "subcategory", + "start": 74 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "London, UK" + ], + "date": [ + "dontcare" + ], + "subcategory": [ + "Rock" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "This sounds good, but would you be able to find some other events? I like Rock and am interested in events happeningany day." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Crystal Lake" + ], + "slot": "event_name", + "values": [ + "Crystal Lake" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Boston Music Room" + ], + "slot": "event_location", + "values": [ + "Boston Music Room" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-13" + ], + "slot": "date", + "values": [ + "March 13th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:30" + ], + "slot": "time", + "values": [ + "8:30 pm" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Music", + "city_of_event": "London", + "subcategory": "Rock" + } + }, + "service_results": [ + { + "address_of_location": "178 Junction Road", + "category": "Music", + "city_of_event": "London", + "date": "2019-03-01", + "event_location": "Boston Music Room", + "event_name": "Beyond The Black", + "subcategory": "Rock", + "time": "19:30" + }, + { + "address_of_location": "178 Junction Road", + "category": "Music", + "city_of_event": "London", + "date": "2019-03-13", + "event_location": "Boston Music Room", + "event_name": "Crystal Lake", + "subcategory": "Rock", + "time": "20:30" + }, + { + "address_of_location": "Town Hall Parade", + "category": "Music", + "city_of_event": "London", + "date": "2019-03-14", + "event_location": "Electric Brixton", + "event_name": "Wallows", + "subcategory": "Rock", + "time": "20:30" + } + ], + "slots": [ + { + "exclusive_end": 23, + "slot": "event_name", + "start": 11 + }, + { + "exclusive_end": 48, + "slot": "event_location", + "start": 31 + }, + { + "exclusive_end": 71, + "slot": "date", + "start": 61 + }, + { + "exclusive_end": 82, + "slot": "time", + "start": 75 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "What about Crystal Lake at the Boston Music Room? It will be March 13th at 8:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "address_of_location", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "address_of_location" + ], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "London, UK" + ], + "date": [ + "dontcare" + ], + "subcategory": [ + "Rock" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Tell me the address of the venue." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "178 Junction Road" + ], + "slot": "address_of_location", + "values": [ + "178 Junction Road" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 44, + "slot": "address_of_location", + "start": 27 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The address of the venueis 178 Junction Road." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "London, UK" + ], + "date": [ + "dontcare" + ], + "subcategory": [ + "Rock" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "This sounds good but would you be able to find me other events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Wallows" + ], + "slot": "event_name", + "values": [ + "Wallows" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Electric Brixton" + ], + "slot": "event_location", + "values": [ + "Electric Brixton" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-14" + ], + "slot": "date", + "values": [ + "March 14th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:30" + ], + "slot": "time", + "values": [ + "8:30 pm" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 18, + "slot": "event_name", + "start": 11 + }, + { + "exclusive_end": 42, + "slot": "event_location", + "start": 26 + }, + { + "exclusive_end": 72, + "slot": "date", + "start": 62 + }, + { + "exclusive_end": 83, + "slot": "time", + "start": 76 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "What about Wallows at the Electric Brixton? It will happen on March 14th at 8:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "address_of_location", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "address_of_location" + ], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "London, UK" + ], + "date": [ + "dontcare" + ], + "subcategory": [ + "Rock" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is the venue's address?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Town Hall Parade" + ], + "slot": "address_of_location", + "values": [ + "Town Hall Parade" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 38, + "slot": "address_of_location", + "start": 22 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The venue would be at Town Hall Parade." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "London, UK" + ], + "date": [ + "March 14th" + ], + "event_name": [ + "Wallows" + ], + "subcategory": [ + "Rock" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good. That is all I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "11_00091", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you find some interesting events for me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "Music", + "Sports" + ], + "slot": "category", + "values": [ + "Music", + "Sports" + ] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What event are you interested in? For example, say anything like Music or Sports." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "date", + "values": [ + "the 7th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "category", + "values": [ + "Music" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 29, + "slot": "date", + "start": 22 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "date": [ + "the 7th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like a concert on the 7th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city_of_event", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What city should I search for?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city_of_event", + "values": [ + "NY" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "dontcare" + ], + "slot": "subcategory", + "values": [ + "dontcare" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 35, + "slot": "city_of_event", + "start": 33 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "NY" + ], + "date": [ + "the 7th" + ], + "subcategory": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am looking for an event around NY." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Ben Harper" + ], + "slot": "event_name", + "values": [ + "Ben Harper" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Pier 17" + ], + "slot": "event_location", + "values": [ + "Pier 17" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-07" + ], + "slot": "date", + "values": [ + "next Thursday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:00" + ], + "slot": "time", + "values": [ + "6 pm" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-07" + } + }, + "service_results": [ + { + "address_of_location": "89 South Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-07", + "event_location": "Pier 17", + "event_name": "Ben Harper", + "subcategory": "Blues", + "time": "18:00" + }, + { + "address_of_location": "52-19 Flushing Avenue, Maspeth", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-07", + "event_location": "Knockdown Center", + "event_name": "Blowout Music Festival", + "subcategory": "Hip Hop", + "time": "19:00" + }, + { + "address_of_location": "64 North 9th Street, Brooklyn", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-07", + "event_location": "Rough Trade NYC", + "event_name": "Crooked Colours", + "subcategory": "Electronica", + "time": "19:00" + }, + { + "address_of_location": "89 South Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-07", + "event_location": "Pier 17", + "event_name": "Greensky Bluegrass", + "subcategory": "Blues", + "time": "20:00" + }, + { + "address_of_location": "235 West 46th Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-07", + "event_location": "Sony Hall", + "event_name": "Jamey Johnson", + "subcategory": "Country", + "time": "20:00" + }, + { + "address_of_location": "235 West 46th Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-07", + "event_location": "Sony Hall", + "event_name": "Laura Osnes", + "subcategory": "Classical", + "time": "18:30" + }, + { + "address_of_location": "17 Eastern Parkway, Brooklyn", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-07", + "event_location": "Murmrr", + "event_name": "Low", + "subcategory": "Rock", + "time": "19:00" + }, + { + "address_of_location": "235 West 46th Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-07", + "event_location": "Sony Hall", + "event_name": "Lyfe Jennings", + "subcategory": "Blues", + "time": "20:30" + }, + { + "address_of_location": "235 West 46th Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-07", + "event_location": "Sony Hall", + "event_name": "Shanice", + "subcategory": "Blues", + "time": "20:00" + }, + { + "address_of_location": "141 Prospect Park West, Brooklyn", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-07", + "event_location": "Prospect Park Bandshell", + "event_name": "The National", + "subcategory": "Rock", + "time": "19:30" + } + ], + "slots": [ + { + "exclusive_end": 36, + "slot": "event_name", + "start": 26 + }, + { + "exclusive_end": 47, + "slot": "event_location", + "start": 40 + }, + { + "exclusive_end": 61, + "slot": "date", + "start": 48 + }, + { + "exclusive_end": 69, + "slot": "time", + "start": 65 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found a music event for Ben Harper at Pier 17 next Thursday at 6 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "address_of_location", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "address_of_location" + ], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "NY" + ], + "date": [ + "next Thursday", + "the 7th" + ], + "subcategory": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What's the address of the show?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "89 South Street" + ], + "slot": "address_of_location", + "values": [ + "89 South Street" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 36, + "slot": "address_of_location", + "start": 21 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The venue address is 89 South Street." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "NY" + ], + "date": [ + "next Thursday", + "the 7th" + ], + "event_name": [ + "Ben Harper" + ], + "subcategory": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to buy any tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "NY" + ], + "date": [ + "next Thursday", + "the 7th" + ], + "event_name": [ + "Ben Harper" + ], + "subcategory": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, not now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can I do anything else for you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "NY" + ], + "date": [ + "next Thursday", + "the 7th" + ], + "event_name": [ + "Ben Harper" + ], + "subcategory": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nope, that's all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Thank you, have a good day." + } + ] + }, + { + "dialogue_id": "11_00092", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "What events are happening this weekend?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "category", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city_of_event", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What type of event and what city would you like me to search?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "category", + "values": [ + "Sports" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "city_of_event", + "values": [ + "Philly" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 29, + "slot": "city_of_event", + "start": 23 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Philly" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Please search Games 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": "event_location", + "values": [ + "Lincoln Financial Field" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-14" + ], + "slot": "date", + "values": [ + "March 14th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:00" + ], + "slot": "time", + "values": [ + "8 pm" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Sports", + "city_of_event": "Philadelphia" + } + }, + "service_results": [ + { + "address_of_location": "1 Lincoln Financial Field Way", + "category": "Sports", + "city_of_event": "Philadelphia", + "date": "2019-03-14", + "event_location": "Lincoln Financial Field", + "event_name": "Eagles Vs Cowboys", + "subcategory": "American Football", + "time": "20:00" + }, + { + "address_of_location": "1 Lincoln Financial Field Way", + "category": "Sports", + "city_of_event": "Philadelphia", + "date": "2019-03-03", + "event_location": "Lincoln Financial Field", + "event_name": "Owls Vs Bison", + "subcategory": "American Football", + "time": "19:30" + }, + { + "address_of_location": "1 Lincoln Financial Field Way", + "category": "Sports", + "city_of_event": "Philadelphia", + "date": "2019-03-13", + "event_location": "Lincoln Financial Field", + "event_name": "Owls Vs Huskies", + "subcategory": "American Football", + "time": "18:30" + }, + { + "address_of_location": "1 Lincoln Financial Field Way", + "category": "Sports", + "city_of_event": "Philadelphia", + "date": "2019-03-08", + "event_location": "Lincoln Financial Field", + "event_name": "Owls Vs Knights", + "subcategory": "American Football", + "time": "20:30" + }, + { + "address_of_location": "1 Lincoln Financial Field Way", + "category": "Sports", + "city_of_event": "Philadelphia", + "date": "2019-03-04", + "event_location": "Lincoln Financial Field", + "event_name": "Owls Vs Terrapins", + "subcategory": "American Football", + "time": "19:30" + }, + { + "address_of_location": "1 Lincoln Financial Field Way", + "category": "Sports", + "city_of_event": "Philadelphia", + "date": "2019-03-07", + "event_location": "Lincoln Financial Field", + "event_name": "Owls Vs Tigers", + "subcategory": "American Football", + "time": "19:00" + }, + { + "address_of_location": "1 Lincoln Financial Field Way", + "category": "Sports", + "city_of_event": "Philadelphia", + "date": "2019-03-09", + "event_location": "Lincoln Financial Field", + "event_name": "Owls Vs Yellow Jackets", + "subcategory": "American Football", + "time": "19:00" + }, + { + "address_of_location": "1 Citizens Bank Way", + "category": "Sports", + "city_of_event": "Philadelphia", + "date": "2019-03-10", + "event_location": "Citizens Bank Park", + "event_name": "Phillies Vs Braves", + "subcategory": "Baseball", + "time": "18:00" + }, + { + "address_of_location": "1 Citizens Bank Way", + "category": "Sports", + "city_of_event": "Philadelphia", + "date": "2019-03-07", + "event_location": "Citizens Bank Park", + "event_name": "Phillies Vs Cubs", + "subcategory": "Baseball", + "time": "18:30" + }, + { + "address_of_location": "1 Citizens Bank Way", + "category": "Sports", + "city_of_event": "Philadelphia", + "date": "2019-03-14", + "event_location": "Citizens Bank Park", + "event_name": "Phillies Vs Diamondbacks", + "subcategory": "Baseball", + "time": "18:30" + } + ], + "slots": [ + { + "exclusive_end": 21, + "slot": "event_name", + "start": 4 + }, + { + "exclusive_end": 74, + "slot": "event_location", + "start": 51 + }, + { + "exclusive_end": 85, + "slot": "date", + "start": 75 + }, + { + "exclusive_end": 93, + "slot": "time", + "start": 89 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The Eagles Vs Cowboys game will be taking place at Lincoln Financial Field March 14th at 8 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Philly" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any more events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Owls Vs Bison" + ], + "slot": "event_name", + "values": [ + "Owls Vs Bison" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Lincoln Financial Field" + ], + "slot": "event_location", + "values": [ + "Lincoln Financial Field" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "19:30" + ], + "slot": "time", + "values": [ + "7:30 pm" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 17, + "slot": "event_name", + "start": 4 + }, + { + "exclusive_end": 61, + "slot": "event_location", + "start": 38 + }, + { + "exclusive_end": 106, + "slot": "date", + "start": 88 + }, + { + "exclusive_end": 83, + "slot": "time", + "start": 76 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The Owls Vs Bison game will be at the Lincoln Financial Field. It starts at 7:30 pm the day after tomorrow." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "subcategory", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "subcategory" + ], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Philly" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Do you have more information on this event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "American Football" + ], + "slot": "subcategory", + "values": [ + "American Football" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 35, + "slot": "subcategory", + "start": 18 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It is part of the American Football league." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "address_of_location", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "address_of_location" + ], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Philly" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is the address of this event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1 Lincoln Financial Field Way" + ], + "slot": "address_of_location", + "values": [ + "1 Lincoln Financial Field Way" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 46, + "slot": "address_of_location", + "start": 17 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It is located at 1 Lincoln Financial Field Way." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Philly" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any more games coming up?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Owls Vs Huskies" + ], + "slot": "event_name", + "values": [ + "Owls Vs Huskies" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Lincoln Financial Field" + ], + "slot": "event_location", + "values": [ + "Lincoln Financial Field" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-13" + ], + "slot": "date", + "values": [ + "March 13th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:30" + ], + "slot": "time", + "values": [ + "6:30 pm" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 19, + "slot": "event_name", + "start": 4 + }, + { + "exclusive_end": 79, + "slot": "event_location", + "start": 56 + }, + { + "exclusive_end": 52, + "slot": "date", + "start": 42 + }, + { + "exclusive_end": 38, + "slot": "time", + "start": 31 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The Owls Vs Huskies game is at 6:30 pm on March 13th at Lincoln Financial Field." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Philly" + ], + "date": [ + "March 13th" + ], + "event_name": [ + "Owls Vs Huskies" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like me to book tickets for this event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Philly" + ], + "date": [ + "March 13th" + ], + "event_name": [ + "Owls Vs Huskies" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_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": "Events_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Philly" + ], + "date": [ + "March 13th" + ], + "event_name": [ + "Owls Vs Huskies" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Enjoy your day." + } + ] + }, + { + "dialogue_id": "11_00093", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Stanford" + ], + "slot": "city_of_event", + "values": [ + "stanford" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 39, + "slot": "city_of_event", + "start": 31 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city_of_event": [ + "stanford" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "i am looking for events around stanford." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "Music", + "Sports" + ], + "slot": "category", + "values": [ + "Music", + "Sports" + ] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "you can say music or sports or anything else." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "category", + "values": [ + "Sports" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "stanford" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "i like sports events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Cardinal Vs Ducks" + ], + "slot": "event_name", + "values": [ + "cardinal vs ducks" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Stanford Stadium" + ], + "slot": "event_location", + "values": [ + "stanford stadium" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:30" + ], + "slot": "time", + "values": [ + "6:30 pm" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Sports", + "city_of_event": "Stanford" + } + }, + "service_results": [ + { + "address_of_location": "625 Nelson Road", + "category": "Sports", + "city_of_event": "Stanford", + "date": "2019-03-03", + "event_location": "Stanford Stadium", + "event_name": "Cardinal Vs Ducks", + "subcategory": "American Football", + "time": "18:30" + }, + { + "address_of_location": "625 Nelson Road", + "category": "Sports", + "city_of_event": "Stanford", + "date": "2019-03-08", + "event_location": "Stanford Stadium", + "event_name": "Cardinal Vs Fighting Irish", + "subcategory": "American Football", + "time": "18:00" + }, + { + "address_of_location": "625 Nelson Road", + "category": "Sports", + "city_of_event": "Stanford", + "date": "2019-03-08", + "event_location": "Stanford Stadium", + "event_name": "Cardinal Vs Wildcats", + "subcategory": "American Football", + "time": "18:00" + } + ], + "slots": [ + { + "exclusive_end": 27, + "slot": "event_name", + "start": 10 + }, + { + "exclusive_end": 61, + "slot": "event_location", + "start": 45 + }, + { + "exclusive_end": 107, + "slot": "date", + "start": 89 + }, + { + "exclusive_end": 127, + "slot": "time", + "start": 120 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "the event cardinal vs ducks, taking place at stanford stadium .the event is happening on day after tomorrow starting at 6:30 pm" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "stanford" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "yes" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Cardinal Vs Fighting Irish" + ], + "slot": "event_name", + "values": [ + "cardinal vs fighting irish" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Stanford Stadium" + ], + "slot": "event_location", + "values": [ + "stanford stadium" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-08" + ], + "slot": "date", + "values": [ + "next friday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:00" + ], + "slot": "time", + "values": [ + "6 pm" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 39, + "slot": "event_name", + "start": 13 + }, + { + "exclusive_end": 73, + "slot": "event_location", + "start": 57 + }, + { + "exclusive_end": 112, + "slot": "date", + "start": 101 + }, + { + "exclusive_end": 130, + "slot": "time", + "start": 126 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "the event is cardinal vs fighting irish, taking place at stanford stadium. the event is happening on next friday . staring at 6 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "stanford" + ], + "date": [ + "next friday" + ], + "event_name": [ + "cardinal vs fighting irish" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "yes" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "thank you" + } + ] + }, + { + "dialogue_id": "11_00094", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Help me to find some interesting events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city_of_event", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "category", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "in any events i want to participate." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "category", + "values": [ + "Music" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Phoenix" + ], + "slot": "city_of_event", + "values": [ + "phoenix, az" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 14, + "slot": "city_of_event", + "start": 3 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "phoenix, az" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "at phoenix, az i want to see the concert" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Anberlin" + ], + "slot": "event_name", + "values": [ + "anberlin" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Van Buren" + ], + "slot": "event_location", + "values": [ + "the van buren" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-10" + ], + "slot": "date", + "values": [ + "march 10th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "19:30" + ], + "slot": "time", + "values": [ + "7:30 pm" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "8" + ], + "slot": "count", + "values": [ + "8" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Music", + "city_of_event": "Phoenix" + } + }, + "service_results": [ + { + "address_of_location": "401 West Van Buren Street", + "category": "Music", + "city_of_event": "Phoenix", + "date": "2019-03-10", + "event_location": "The Van Buren", + "event_name": "Anberlin", + "subcategory": "Rock", + "time": "19:30" + }, + { + "address_of_location": "401 West Van Buren Street", + "category": "Music", + "city_of_event": "Phoenix", + "date": "2019-03-06", + "event_location": "The Van Buren", + "event_name": "Dodie", + "subcategory": "Pop", + "time": "18:30" + }, + { + "address_of_location": "401 West Van Buren Street", + "category": "Music", + "city_of_event": "Phoenix", + "date": "2019-03-14", + "event_location": "The Van Buren", + "event_name": "Greensky Bluegrass", + "subcategory": "Blues", + "time": "19:00" + }, + { + "address_of_location": "401 West Van Buren Street", + "category": "Music", + "city_of_event": "Phoenix", + "date": "2019-03-03", + "event_location": "The Van Buren", + "event_name": "Johnnyswim", + "subcategory": "Blues", + "time": "18:30" + }, + { + "address_of_location": "401 West Van Buren Street", + "category": "Music", + "city_of_event": "Phoenix", + "date": "2019-03-09", + "event_location": "The Van Buren", + "event_name": "Tash Sultana", + "subcategory": "Rock", + "time": "19:00" + }, + { + "address_of_location": "401 West Van Buren Street", + "category": "Music", + "city_of_event": "Phoenix", + "date": "2019-03-06", + "event_location": "The Van Buren", + "event_name": "The Band Camino", + "subcategory": "Pop", + "time": "19:30" + }, + { + "address_of_location": "130 North Central Avenue", + "category": "Music", + "city_of_event": "Phoenix", + "date": "2019-03-02", + "event_location": "Valley Bar", + "event_name": "The Chats", + "subcategory": "Rock", + "time": "20:00" + }, + { + "address_of_location": "401 West Van Buren Street", + "category": "Music", + "city_of_event": "Phoenix", + "date": "2019-03-11", + "event_location": "The Van Buren", + "event_name": "The Drums", + "subcategory": "Pop", + "time": "18:00" + } + ], + "slots": [ + { + "exclusive_end": 113, + "slot": "event_name", + "start": 105 + }, + { + "exclusive_end": 22, + "slot": "event_location", + "start": 9 + }, + { + "exclusive_end": 36, + "slot": "date", + "start": 26 + }, + { + "exclusive_end": 91, + "slot": "time", + "start": 84 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "In place the van buren on march 10th there are 8 events are present they started at 7:30 pm the name was anberlin" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "date", + "values": [ + "friday next week" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Blues" + ], + "slot": "subcategory", + "values": [ + "blues" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 49, + "slot": "date", + "start": 33 + }, + { + "exclusive_end": 29, + "slot": "subcategory", + "start": 24 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "phoenix, az" + ], + "date": [ + "friday next week" + ], + "subcategory": [ + "blues" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "i want more evnets like blues on friday next week" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Greensky Bluegrass" + ], + "slot": "event_name", + "values": [ + "greensky bluegrass" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Van Buren" + ], + "slot": "event_location", + "values": [ + "the van buren" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-08" + ], + "slot": "date", + "values": [ + "next friday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "19:30" + ], + "slot": "time", + "values": [ + "7:30 pm" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Music", + "city_of_event": "Phoenix", + "date": "2019-03-08", + "subcategory": "Blues" + } + }, + "service_results": [ + { + "address_of_location": "401 West Van Buren Street", + "category": "Music", + "city_of_event": "Phoenix", + "date": "2019-03-08", + "event_location": "The Van Buren", + "event_name": "Greensky Bluegrass", + "subcategory": "Blues", + "time": "19:30" + } + ], + "slots": [ + { + "exclusive_end": 67, + "slot": "event_name", + "start": 49 + }, + { + "exclusive_end": 97, + "slot": "event_location", + "start": 84 + }, + { + "exclusive_end": 14, + "slot": "date", + "start": 3 + }, + { + "exclusive_end": 25, + "slot": "time", + "start": 18 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "on next friday at 7:30 pm there was 1 event like greensky bluegrass at the place of the van buren" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "phoenix, az" + ], + "date": [ + "friday next week", + "next friday" + ], + "event_name": [ + "greensky bluegrass" + ], + "subcategory": [ + "blues" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "yes the sounds are good" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "thank you for your help,have a good day" + } + ] + }, + { + "dialogue_id": "11_00095", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Diego" + ], + "slot": "city_of_event", + "values": [ + "SD" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 107, + "slot": "city_of_event", + "start": 105 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city_of_event": [ + "SD" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Hello! I'm looking to do something exciting and new. Can you help me find some interesting events around SD?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "category", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, no problem. Did you have any preference on what type of event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "Saturday this week" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "category", + "values": [ + "Sports" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 78, + "slot": "date", + "start": 60 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "SD" + ], + "date": [ + "Saturday this week" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm currently interested in Sports events. Are there any on Saturday this week?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Padres Vs Brewers" + ], + "slot": "event_name", + "values": [ + "Padres Vs Brewers" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Petco Park" + ], + "slot": "event_location", + "values": [ + "Petco Park" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:30" + ], + "slot": "time", + "values": [ + "8:30 pm" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Sports", + "city_of_event": "San Diego", + "date": "2019-03-02" + } + }, + "service_results": [ + { + "address_of_location": "100 Park Boulevard", + "category": "Sports", + "city_of_event": "San Diego", + "date": "2019-03-02", + "event_location": "Petco Park", + "event_name": "Padres Vs Brewers", + "subcategory": "Baseball", + "time": "20:30" + }, + { + "address_of_location": "100 Park Boulevard", + "category": "Sports", + "city_of_event": "San Diego", + "date": "2019-03-02", + "event_location": "Petco Park", + "event_name": "Padres Vs Orioles", + "subcategory": "Baseball", + "time": "18:00" + }, + { + "address_of_location": "100 Park Boulevard", + "category": "Sports", + "city_of_event": "San Diego", + "date": "2019-03-02", + "event_location": "Petco Park", + "event_name": "Padres Vs Rays", + "subcategory": "Baseball", + "time": "19:30" + } + ], + "slots": [ + { + "exclusive_end": 106, + "slot": "event_name", + "start": 89 + }, + { + "exclusive_end": 120, + "slot": "event_location", + "start": 110 + }, + { + "exclusive_end": 147, + "slot": "date", + "start": 139 + }, + { + "exclusive_end": 158, + "slot": "time", + "start": 151 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "From my findings, there are 3 events that would peak your interest. There's one event at Padres Vs Brewers at Petco Park that is happening tomorrow at 8:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "address_of_location", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "address_of_location" + ], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "SD" + ], + "date": [ + "Saturday this week", + "tomorrow" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great! Can I please have the address of the venue?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "100 Park Boulevard" + ], + "slot": "address_of_location", + "values": [ + "100 Park Boulevard" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 34, + "slot": "address_of_location", + "start": 16 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The venue is at 100 Park Boulevard," + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Baseball" + ], + "slot": "subcategory", + "values": [ + "Baseball" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city_of_event", + "values": [ + "NYC" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 77, + "slot": "subcategory", + "start": 69 + }, + { + "exclusive_end": 99, + "slot": "city_of_event", + "start": 96 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "NYC" + ], + "date": [ + "Saturday this week", + "tomorrow" + ], + "subcategory": [ + "Baseball" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's good. Can I also look at some other events? I'm interested in Baseball, hopefully around NYC?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Mets Vs Cubs" + ], + "slot": "event_name", + "values": [ + "Mets Vs Cubs" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Citi Field" + ], + "slot": "event_location", + "values": [ + "Citi Field" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "19:30" + ], + "slot": "time", + "values": [ + "7:30 pm" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-02", + "subcategory": "Baseball" + } + }, + "service_results": [ + { + "address_of_location": "123-01 Roosevelt Avenue", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-02", + "event_location": "Citi Field", + "event_name": "Mets Vs Cubs", + "subcategory": "Baseball", + "time": "19:30" + }, + { + "address_of_location": "123-01 Roosevelt Avenue", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-02", + "event_location": "Citi Field", + "event_name": "Mets Vs Dodgers", + "subcategory": "Baseball", + "time": "19:00" + }, + { + "address_of_location": "123-01 Roosevelt Avenue", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-02", + "event_location": "Citi Field", + "event_name": "Mets Vs Indians", + "subcategory": "Baseball", + "time": "18:00" + }, + { + "address_of_location": "123-01 Roosevelt Avenue", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-02", + "event_location": "Citi Field", + "event_name": "Mets Vs Phillies", + "subcategory": "Baseball", + "time": "19:00" + }, + { + "address_of_location": "1 East 161 Street", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-02", + "event_location": "Yankee Stadium", + "event_name": "Nycfc Vs Red Bulls", + "subcategory": "Baseball", + "time": "18:30" + }, + { + "address_of_location": "1 East 161 Street", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-02", + "event_location": "Yankee Stadium", + "event_name": "Nycfc Vs Sporting Kc", + "subcategory": "Baseball", + "time": "18:30" + }, + { + "address_of_location": "1 East 161 Street", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-02", + "event_location": "Yankee Stadium", + "event_name": "Nycfc Vs Timbers", + "subcategory": "Baseball", + "time": "20:00" + }, + { + "address_of_location": "1 East 161 Street", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-02", + "event_location": "Yankee Stadium", + "event_name": "Nycfc Vs Union", + "subcategory": "Baseball", + "time": "20:30" + }, + { + "address_of_location": "1 East 161 Street", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-02", + "event_location": "Yankee Stadium", + "event_name": "Nycfc Vs United", + "subcategory": "Baseball", + "time": "18:00" + }, + { + "address_of_location": "1 East 161 Street", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-02", + "event_location": "Yankee Stadium", + "event_name": "Yankees Vs Angels", + "subcategory": "Baseball", + "time": "18:00" + } + ], + "slots": [ + { + "exclusive_end": 48, + "slot": "event_name", + "start": 36 + }, + { + "exclusive_end": 83, + "slot": "event_location", + "start": 73 + }, + { + "exclusive_end": 92, + "slot": "date", + "start": 84 + }, + { + "exclusive_end": 103, + "slot": "time", + "start": 96 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "No worries. There's an event called Mets Vs Cubs that is taking place at Citi Field tomorrow at 7:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "NYC" + ], + "date": [ + "Saturday this week", + "tomorrow" + ], + "subcategory": [ + "Baseball" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great! Were they any other events happening?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Mets Vs Dodgers" + ], + "slot": "event_name", + "values": [ + "Mets Vs Dodgers" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Citi Field" + ], + "slot": "event_location", + "values": [ + "Citi Field" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "19:00" + ], + "slot": "time", + "values": [ + "7 pm" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 45, + "slot": "event_name", + "start": 30 + }, + { + "exclusive_end": 77, + "slot": "event_location", + "start": 67 + }, + { + "exclusive_end": 100, + "slot": "date", + "start": 92 + }, + { + "exclusive_end": 108, + "slot": "time", + "start": 104 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's another events called Mets Vs Dodgers also taking place at Citi Field. The event is tomorrow at 7 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "address_of_location", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "address_of_location" + ], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "NYC" + ], + "date": [ + "Saturday this week", + "tomorrow" + ], + "subcategory": [ + "Baseball" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can I get the address of the venue?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "123-01 Roosevelt Avenue" + ], + "slot": "address_of_location", + "values": [ + "123-01 Roosevelt Avenue" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 39, + "slot": "address_of_location", + "start": 16 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The venue is at 123-01 Roosevelt Avenue." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "NYC" + ], + "date": [ + "Saturday this week", + "tomorrow" + ], + "event_name": [ + "Mets Vs Dodgers" + ], + "subcategory": [ + "Baseball" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great. That's all I need. Thank you so much." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "No problem. Have a great day." + } + ] + }, + { + "dialogue_id": "11_00096", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Portland" + ], + "slot": "city_of_event", + "values": [ + "Portland, OR" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 50, + "slot": "city_of_event", + "start": 38 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city_of_event": [ + "Portland, OR" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Would you help me find cool events in Portland, OR?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "category", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there any type of event that you prefer?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "category", + "values": [ + "Sports" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "city_of_event", + "values": [ + "Philadelphia" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 40, + "slot": "city_of_event", + "start": 28 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Philadelphia" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like Sports events around 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": "event_location", + "values": [ + "Lincoln Financial Field" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-14" + ], + "slot": "date", + "values": [ + "March 14th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:00" + ], + "slot": "time", + "values": [ + "8 pm" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "10" + ], + "slot": "count", + "values": [ + "10" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Sports", + "city_of_event": "Philadelphia" + } + }, + "service_results": [ + { + "address_of_location": "1 Lincoln Financial Field Way", + "category": "Sports", + "city_of_event": "Philadelphia", + "date": "2019-03-14", + "event_location": "Lincoln Financial Field", + "event_name": "Eagles Vs Cowboys", + "subcategory": "American Football", + "time": "20:00" + }, + { + "address_of_location": "1 Lincoln Financial Field Way", + "category": "Sports", + "city_of_event": "Philadelphia", + "date": "2019-03-03", + "event_location": "Lincoln Financial Field", + "event_name": "Owls Vs Bison", + "subcategory": "American Football", + "time": "19:30" + }, + { + "address_of_location": "1 Lincoln Financial Field Way", + "category": "Sports", + "city_of_event": "Philadelphia", + "date": "2019-03-13", + "event_location": "Lincoln Financial Field", + "event_name": "Owls Vs Huskies", + "subcategory": "American Football", + "time": "18:30" + }, + { + "address_of_location": "1 Lincoln Financial Field Way", + "category": "Sports", + "city_of_event": "Philadelphia", + "date": "2019-03-08", + "event_location": "Lincoln Financial Field", + "event_name": "Owls Vs Knights", + "subcategory": "American Football", + "time": "20:30" + }, + { + "address_of_location": "1 Lincoln Financial Field Way", + "category": "Sports", + "city_of_event": "Philadelphia", + "date": "2019-03-04", + "event_location": "Lincoln Financial Field", + "event_name": "Owls Vs Terrapins", + "subcategory": "American Football", + "time": "19:30" + }, + { + "address_of_location": "1 Lincoln Financial Field Way", + "category": "Sports", + "city_of_event": "Philadelphia", + "date": "2019-03-07", + "event_location": "Lincoln Financial Field", + "event_name": "Owls Vs Tigers", + "subcategory": "American Football", + "time": "19:00" + }, + { + "address_of_location": "1 Lincoln Financial Field Way", + "category": "Sports", + "city_of_event": "Philadelphia", + "date": "2019-03-09", + "event_location": "Lincoln Financial Field", + "event_name": "Owls Vs Yellow Jackets", + "subcategory": "American Football", + "time": "19:00" + }, + { + "address_of_location": "1 Citizens Bank Way", + "category": "Sports", + "city_of_event": "Philadelphia", + "date": "2019-03-10", + "event_location": "Citizens Bank Park", + "event_name": "Phillies Vs Braves", + "subcategory": "Baseball", + "time": "18:00" + }, + { + "address_of_location": "1 Citizens Bank Way", + "category": "Sports", + "city_of_event": "Philadelphia", + "date": "2019-03-07", + "event_location": "Citizens Bank Park", + "event_name": "Phillies Vs Cubs", + "subcategory": "Baseball", + "time": "18:30" + }, + { + "address_of_location": "1 Citizens Bank Way", + "category": "Sports", + "city_of_event": "Philadelphia", + "date": "2019-03-14", + "event_location": "Citizens Bank Park", + "event_name": "Phillies Vs Diamondbacks", + "subcategory": "Baseball", + "time": "18:30" + } + ], + "slots": [ + { + "exclusive_end": 65, + "slot": "event_name", + "start": 48 + }, + { + "exclusive_end": 109, + "slot": "event_location", + "start": 86 + }, + { + "exclusive_end": 137, + "slot": "date", + "start": 127 + }, + { + "exclusive_end": 145, + "slot": "time", + "start": 141 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 10 events that you will like. How about Eagles Vs Cowboys that will be at the Lincoln Financial Field? The event is on March 14th at 8 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "Saturday this week" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Baseball" + ], + "slot": "subcategory", + "values": [ + "Baseball" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 87, + "slot": "date", + "start": 69 + }, + { + "exclusive_end": 104, + "slot": "subcategory", + "start": 96 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Philadelphia" + ], + "date": [ + "Saturday this week" + ], + "subcategory": [ + "Baseball" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good. How about other events though? I want something on Saturday this week. I like Baseball a lot." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Phillies Vs Padres" + ], + "slot": "event_name", + "values": [ + "Phillies Vs Padres" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Citizens Bank Park" + ], + "slot": "event_location", + "values": [ + "Citizens Bank Park" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:00" + ], + "slot": "time", + "values": [ + "8 pm" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "2" + ], + "slot": "count", + "values": [ + "2" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Sports", + "city_of_event": "Philadelphia", + "date": "2019-03-02", + "subcategory": "Baseball" + } + }, + "service_results": [ + { + "address_of_location": "1 Citizens Bank Way", + "category": "Sports", + "city_of_event": "Philadelphia", + "date": "2019-03-02", + "event_location": "Citizens Bank Park", + "event_name": "Phillies Vs Padres", + "subcategory": "Baseball", + "time": "20:00" + }, + { + "address_of_location": "1 Citizens Bank Way", + "category": "Sports", + "city_of_event": "Philadelphia", + "date": "2019-03-02", + "event_location": "Citizens Bank Park", + "event_name": "Phillies Vs Pirates", + "subcategory": "Baseball", + "time": "18:00" + } + ], + "slots": [ + { + "exclusive_end": 61, + "slot": "event_name", + "start": 43 + }, + { + "exclusive_end": 83, + "slot": "event_location", + "start": 65 + }, + { + "exclusive_end": 104, + "slot": "date", + "start": 96 + }, + { + "exclusive_end": 112, + "slot": "time", + "start": 108 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have 2 events that you'd like. How about Phillies Vs Padres at Citizens Bank Park? It will be tomorrow at 8 pm," + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Philadelphia" + ], + "date": [ + "Saturday this week", + "tomorrow" + ], + "event_name": [ + "Phillies Vs Padres" + ], + "subcategory": [ + "Baseball" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds perfect." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like tickets to this event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Philadelphia" + ], + "date": [ + "Saturday this week", + "tomorrow" + ], + "event_name": [ + "Phillies Vs Padres" + ], + "subcategory": [ + "Baseball" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Not at the moment. I don't need anything else." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "11_00097", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "date", + "values": [ + "11th of this month" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 68, + "slot": "date", + "start": 50 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "date": [ + "11th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to go to an interesting event on the 11th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "category", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city_of_event", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you have some specific genre for the event? Do you also know the city where it should take place?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "category", + "values": [ + "Music" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city_of_event", + "values": [ + "NYC" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 43, + "slot": "city_of_event", + "start": 40 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "NYC" + ], + "date": [ + "11th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to attend a Music event in NYC." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Amber Run Brooklyn" + ], + "slot": "event_name", + "values": [ + "Amber Run Brooklyn" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Warsaw" + ], + "slot": "event_location", + "values": [ + "Warsaw" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-11" + ], + "slot": "date", + "values": [ + "March 11th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:30" + ], + "slot": "time", + "values": [ + "6:30 pm" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-11" + } + }, + "service_results": [ + { + "address_of_location": "261 Driggs Avenue, Brooklyn", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-11", + "event_location": "Warsaw", + "event_name": "Amber Run Brooklyn", + "subcategory": "Pop", + "time": "18:30" + }, + { + "address_of_location": "89 South Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-11", + "event_location": "Pier 17", + "event_name": "Ben Harper", + "subcategory": "Blues", + "time": "20:30" + }, + { + "address_of_location": "89 South Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-11", + "event_location": "Pier 17", + "event_name": "Blackbear", + "subcategory": "Hip Hop", + "time": "20:00" + }, + { + "address_of_location": "52-19 Flushing Avenue, Maspeth", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-11", + "event_location": "Knockdown Center", + "event_name": "Blowout Music Festival", + "subcategory": "Hip Hop", + "time": "19:30" + }, + { + "address_of_location": "1 Tennis Place, Forest Hills", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-11", + "event_location": "Forest Hills Stadium", + "event_name": "Chemical Brothers", + "subcategory": "Rock", + "time": "20:00" + }, + { + "address_of_location": "64 North 9th Street, Brooklyn", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-11", + "event_location": "Rough Trade NYC", + "event_name": "Crooked Colours", + "subcategory": "Electronica", + "time": "19:30" + }, + { + "address_of_location": "3608 33rd Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-11", + "event_location": "Melrose Ballroom", + "event_name": "Esscalation Music Festival", + "subcategory": "Electronica", + "time": "18:30" + }, + { + "address_of_location": "881 7th Avenue", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-11", + "event_location": "Stern Auditorium / Perelman Stage", + "event_name": "Joe Hisaishi", + "subcategory": "Classical", + "time": "20:00" + }, + { + "address_of_location": "17 Eastern Parkway, Brooklyn", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-11", + "event_location": "Murmrr", + "event_name": "Low", + "subcategory": "Rock", + "time": "20:30" + }, + { + "address_of_location": "141 Prospect Park West, Brooklyn", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-11", + "event_location": "Prospect Park Bandshell", + "event_name": "Mac Demarco", + "subcategory": "Blues", + "time": "18:00" + } + ], + "slots": [ + { + "exclusive_end": 102, + "slot": "event_name", + "start": 84 + }, + { + "exclusive_end": 36, + "slot": "event_location", + "start": 30 + }, + { + "exclusive_end": 50, + "slot": "date", + "start": 40 + }, + { + "exclusive_end": 70, + "slot": "time", + "start": 63 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's an event happening in Warsaw on March 11th starting at 6:30 pm, it's called Amber Run Brooklyn." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "subcategory", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "address_of_location", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "address_of_location", + "subcategory" + ], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "NYC" + ], + "date": [ + "11th of this month", + "March 11th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Tell me the details of the event. Do you know the address?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Pop" + ], + "slot": "subcategory", + "values": [ + "Pop" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "261 Driggs Avenue, Brooklyn" + ], + "slot": "address_of_location", + "values": [ + "261 Driggs Avenue, Brooklyn" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 10, + "slot": "subcategory", + "start": 7 + }, + { + "exclusive_end": 60, + "slot": "address_of_location", + "start": 33 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It's a Pop event taking place in 261 Driggs Avenue, Brooklyn." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "NYC" + ], + "date": [ + "11th of this month", + "March 11th" + ], + "event_name": [ + "Amber Run Brooklyn" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "It sounds awesome!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "May I buy the tickets for you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "NYC" + ], + "date": [ + "11th of this month", + "March 11th" + ], + "event_name": [ + "Amber Run Brooklyn" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "May I assist you furthermore?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "NYC" + ], + "date": [ + "11th of this month", + "March 11th" + ], + "event_name": [ + "Amber Run Brooklyn" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No but thank for what you've done to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day." + } + ] + }, + { + "dialogue_id": "11_00098", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you help me find interesting events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "category", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city_of_event", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you have a preference on the category of events? Any particular city I should search in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "date", + "values": [ + "9th of March" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "category", + "values": [ + "Sports" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "city_of_event", + "values": [ + "LAX" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 61, + "slot": "date", + "start": 49 + }, + { + "exclusive_end": 41, + "slot": "city_of_event", + "start": 38 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "LAX" + ], + "date": [ + "9th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for a sports event around LAX on the 9th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Dodgers Vs Giants" + ], + "slot": "event_name", + "values": [ + "Dodgers Vs Giants" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Dodger Stadium" + ], + "slot": "event_location", + "values": [ + "Dodger Stadium" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-09" + ], + "slot": "date", + "values": [ + "March 9th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "19:30" + ], + "slot": "time", + "values": [ + "7:30 pm" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Sports", + "city_of_event": "Los Angeles", + "date": "2019-03-09" + } + }, + "service_results": [ + { + "address_of_location": "1000 Vin Scully Ave", + "category": "Sports", + "city_of_event": "Los Angeles", + "date": "2019-03-09", + "event_location": "Dodger Stadium", + "event_name": "Dodgers Vs Giants", + "subcategory": "Baseball", + "time": "19:30" + }, + { + "address_of_location": "3911 Figueroa Street", + "category": "Sports", + "city_of_event": "Los Angeles", + "date": "2019-03-09", + "event_location": "LA Memorial Coliseum", + "event_name": "Rams Vs Cardinals", + "subcategory": "American Football", + "time": "18:30" + }, + { + "address_of_location": "1111 South Figueroa Street", + "category": "Sports", + "city_of_event": "Los Angeles", + "date": "2019-03-09", + "event_location": "STAPLES Center", + "event_name": "Sparks Vs Mystics", + "subcategory": "Basketball", + "time": "18:00" + }, + { + "address_of_location": "1111 South Figueroa Street", + "category": "Sports", + "city_of_event": "Los Angeles", + "date": "2019-03-09", + "event_location": "STAPLES Center", + "event_name": "Sparks Vs Storm", + "subcategory": "Basketball", + "time": "19:00" + }, + { + "address_of_location": "1111 South Figueroa Street", + "category": "Sports", + "city_of_event": "Los Angeles", + "date": "2019-03-09", + "event_location": "STAPLES Center", + "event_name": "Sparks Vs Wings", + "subcategory": "Basketball", + "time": "19:00" + }, + { + "address_of_location": "3911 Figueroa Street", + "category": "Sports", + "city_of_event": "Los Angeles", + "date": "2019-03-09", + "event_location": "LA Memorial Coliseum", + "event_name": "Usc Vs Oregon", + "subcategory": "American Football", + "time": "20:30" + } + ], + "slots": [ + { + "exclusive_end": 43, + "slot": "event_name", + "start": 26 + }, + { + "exclusive_end": 82, + "slot": "event_location", + "start": 68 + }, + { + "exclusive_end": 23, + "slot": "date", + "start": 14 + }, + { + "exclusive_end": 10, + "slot": "time", + "start": 3 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "At 7:30 pm on March 9th a Dodgers Vs Giants game is taking place at Dodger Stadium." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "subcategory", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "subcategory" + ], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "LAX" + ], + "date": [ + "9th of March", + "March 9th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Tell me more about the event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Baseball" + ], + "slot": "subcategory", + "values": [ + "Baseball" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 27, + "slot": "subcategory", + "start": 19 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event involves Baseball." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Basketball" + ], + "slot": "subcategory", + "values": [ + "basketball" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 69, + "slot": "subcategory", + "start": 59 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "LAX" + ], + "date": [ + "9th of March", + "March 9th" + ], + "subcategory": [ + "basketball" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "This is great, and although I like baseballs I really like basketball." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Sparks Vs Mystics" + ], + "slot": "event_name", + "values": [ + "Sparks Vs Mystics" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "STAPLES Center" + ], + "slot": "event_location", + "values": [ + "STAPLES Center" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-09" + ], + "slot": "date", + "values": [ + "March 9th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:00" + ], + "slot": "time", + "values": [ + "6 Pm" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Sports", + "city_of_event": "Los Angeles", + "date": "2019-03-09", + "subcategory": "Basketball" + } + }, + "service_results": [ + { + "address_of_location": "1111 South Figueroa Street", + "category": "Sports", + "city_of_event": "Los Angeles", + "date": "2019-03-09", + "event_location": "STAPLES Center", + "event_name": "Sparks Vs Mystics", + "subcategory": "Basketball", + "time": "18:00" + }, + { + "address_of_location": "1111 South Figueroa Street", + "category": "Sports", + "city_of_event": "Los Angeles", + "date": "2019-03-09", + "event_location": "STAPLES Center", + "event_name": "Sparks Vs Storm", + "subcategory": "Basketball", + "time": "19:00" + }, + { + "address_of_location": "1111 South Figueroa Street", + "category": "Sports", + "city_of_event": "Los Angeles", + "date": "2019-03-09", + "event_location": "STAPLES Center", + "event_name": "Sparks Vs Wings", + "subcategory": "Basketball", + "time": "19:00" + } + ], + "slots": [ + { + "exclusive_end": 48, + "slot": "event_name", + "start": 31 + }, + { + "exclusive_end": 77, + "slot": "event_location", + "start": 63 + }, + { + "exclusive_end": 20, + "slot": "date", + "start": 11 + }, + { + "exclusive_end": 7, + "slot": "time", + "start": 3 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "At 6 Pm on March 9th there's a Sparks Vs Mystics playing a the STAPLES Center." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "LAX" + ], + "date": [ + "9th of March", + "March 9th" + ], + "event_name": [ + "Sparks Vs Mystics" + ], + "subcategory": [ + "basketball" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do 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_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "LAX" + ], + "date": [ + "9th of March", + "March 9th" + ], + "event_name": [ + "Sparks Vs Mystics" + ], + "subcategory": [ + "basketball" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, not right now. That's all I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great days." + } + ] + }, + { + "dialogue_id": "11_00099", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "category", + "values": [ + "Sports" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Washington D.C." + ], + "slot": "city_of_event", + "values": [ + "District of Columbia" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 63, + "slot": "city_of_event", + "start": 43 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "District of Columbia" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for any Games coming up in the District of Columbia. Would you assist me in finding one please?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Dc United Vs Revolution" + ], + "slot": "event_name", + "values": [ + "Dc United vs Revolution" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Audi Field" + ], + "slot": "event_location", + "values": [ + "Audi Field" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:30" + ], + "slot": "time", + "values": [ + "8:30 pm" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "10" + ], + "slot": "count", + "values": [ + "10" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Sports", + "city_of_event": "Washington D.C." + } + }, + "service_results": [ + { + "address_of_location": "100 Potomac Avenue Southwest", + "category": "Sports", + "city_of_event": "Washington D.C.", + "date": "2019-03-02", + "event_location": "Audi Field", + "event_name": "Dc United Vs Revolution", + "subcategory": "Football", + "time": "20:30" + }, + { + "address_of_location": "2400 East Capitol Street Southeast", + "category": "Sports", + "city_of_event": "Washington D.C.", + "date": "2019-03-01", + "event_location": "RFK Stadium", + "event_name": "El Salvador Vs Haiti", + "subcategory": "Football", + "time": "18:00" + }, + { + "address_of_location": "601 F Street Northwest", + "category": "Sports", + "city_of_event": "Washington D.C.", + "date": "2019-03-14", + "event_location": "Capital One Arena", + "event_name": "Mystics Vs Sky", + "subcategory": "Basketball", + "time": "18:30" + }, + { + "address_of_location": "1100 Oak Drive SE", + "category": "Sports", + "city_of_event": "Washington D.C.", + "date": "2019-03-06", + "event_location": "Entertainment & Sports Arena", + "event_name": "Mystics Vs Sun", + "subcategory": "Basketball", + "time": "20:30" + }, + { + "address_of_location": "1500 South Capitol Street Southeast", + "category": "Sports", + "city_of_event": "Washington D.C.", + "date": "2019-03-12", + "event_location": "Nationals Park", + "event_name": "Nationals Vs Braves", + "subcategory": "Baseball", + "time": "20:00" + }, + { + "address_of_location": "1500 South Capitol Street Southeast", + "category": "Sports", + "city_of_event": "Washington D.C.", + "date": "2019-03-14", + "event_location": "Nationals Park", + "event_name": "Nationals Vs Brewers", + "subcategory": "Baseball", + "time": "18:00" + }, + { + "address_of_location": "1500 South Capitol Street Southeast", + "category": "Sports", + "city_of_event": "Washington D.C.", + "date": "2019-03-14", + "event_location": "Nationals Park", + "event_name": "Nationals Vs Diamondbacks", + "subcategory": "Baseball", + "time": "19:30" + }, + { + "address_of_location": "1500 South Capitol Street Southeast", + "category": "Sports", + "city_of_event": "Washington D.C.", + "date": "2019-03-13", + "event_location": "Nationals Park", + "event_name": "Nationals Vs Dodgers", + "subcategory": "Baseball", + "time": "20:30" + }, + { + "address_of_location": "1500 South Capitol Street Southeast", + "category": "Sports", + "city_of_event": "Washington D.C.", + "date": "2019-03-09", + "event_location": "Nationals Park", + "event_name": "Nationals Vs Indians", + "subcategory": "Baseball", + "time": "18:30" + }, + { + "address_of_location": "1500 South Capitol Street Southeast", + "category": "Sports", + "city_of_event": "Washington D.C.", + "date": "2019-03-02", + "event_location": "Nationals Park", + "event_name": "Nationals Vs Orioles", + "subcategory": "Baseball", + "time": "18:00" + } + ], + "slots": [ + { + "exclusive_end": 92, + "slot": "event_name", + "start": 69 + }, + { + "exclusive_end": 47, + "slot": "event_location", + "start": 37 + }, + { + "exclusive_end": 29, + "slot": "date", + "start": 21 + }, + { + "exclusive_end": 58, + "slot": "time", + "start": 51 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure. I found a game tomorrow at the Audi Field at 8:30 pm. It's the Dc United vs Revolution. That's just one of 10 that may interest you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Baseball" + ], + "slot": "subcategory", + "values": [ + "Baseball" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 110, + "slot": "date", + "start": 99 + }, + { + "exclusive_end": 82, + "slot": "subcategory", + "start": 74 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "District of Columbia" + ], + "date": [ + "next Monday" + ], + "subcategory": [ + "Baseball" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds fun but I'd like to check out my other options. Are there any Baseball games happening next Monday?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Nationals Vs Braves" + ], + "slot": "event_name", + "values": [ + "Nationals Vs Braves" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Nationals Park" + ], + "slot": "event_location", + "values": [ + "Nationals Park" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-04" + ], + "slot": "date", + "values": [ + "next Monday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "19:30" + ], + "slot": "time", + "values": [ + "7:30 pm" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Sports", + "city_of_event": "Washington D.C.", + "date": "2019-03-04", + "subcategory": "Baseball" + } + }, + "service_results": [ + { + "address_of_location": "1500 South Capitol Street Southeast", + "category": "Sports", + "city_of_event": "Washington D.C.", + "date": "2019-03-04", + "event_location": "Nationals Park", + "event_name": "Nationals Vs Braves", + "subcategory": "Baseball", + "time": "19:30" + }, + { + "address_of_location": "1500 South Capitol Street Southeast", + "category": "Sports", + "city_of_event": "Washington D.C.", + "date": "2019-03-04", + "event_location": "Nationals Park", + "event_name": "Nationals Vs Brewers", + "subcategory": "Baseball", + "time": "19:00" + }, + { + "address_of_location": "1500 South Capitol Street Southeast", + "category": "Sports", + "city_of_event": "Washington D.C.", + "date": "2019-03-04", + "event_location": "Nationals Park", + "event_name": "Nationals Vs Orioles", + "subcategory": "Baseball", + "time": "18:30" + }, + { + "address_of_location": "1500 South Capitol Street Southeast", + "category": "Sports", + "city_of_event": "Washington D.C.", + "date": "2019-03-04", + "event_location": "Nationals Park", + "event_name": "Nationals Vs Rockies", + "subcategory": "Baseball", + "time": "18:30" + } + ], + "slots": [ + { + "exclusive_end": 84, + "slot": "event_name", + "start": 65 + }, + { + "exclusive_end": 106, + "slot": "event_location", + "start": 92 + }, + { + "exclusive_end": 31, + "slot": "date", + "start": 20 + }, + { + "exclusive_end": 42, + "slot": "time", + "start": 35 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Yes, I found a game next Monday at 7:30 pm. It's going to be the Nationals Vs Braves at the Nationals Park." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "District of Columbia" + ], + "date": [ + "next Monday" + ], + "event_name": [ + "Nationals Vs Braves" + ], + "subcategory": [ + "Baseball" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay, perfect. That should do for now, thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Alright, take care." + } + ] + }, + { + "dialogue_id": "11_00100", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "category", + "values": [ + "Music" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to see a good concert." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city_of_event", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you know what city you would like to go to?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city_of_event", + "values": [ + "New York City" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 27, + "slot": "city_of_event", + "start": 14 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "New York City" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Preferably 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": "event_location", + "values": [ + "Warsaw" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-14" + ], + "slot": "date", + "values": [ + "March 14th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:00" + ], + "slot": "time", + "values": [ + "6 pm" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "10" + ], + "slot": "count", + "values": [ + "10" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Music", + "city_of_event": "New York" + } + }, + "service_results": [ + { + "address_of_location": "261 Driggs Avenue, Brooklyn", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-14", + "event_location": "Warsaw", + "event_name": "Amber Run Brooklyn", + "subcategory": "Pop", + "time": "18:00" + }, + { + "address_of_location": "56-15 Northern Boulevard, Woodside", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-06", + "event_location": "La Boom", + "event_name": "Americo", + "subcategory": "International", + "time": "18:30" + }, + { + "address_of_location": "89 South Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-09", + "event_location": "Pier 17", + "event_name": "Ben Harper", + "subcategory": "Blues", + "time": "18:00" + }, + { + "address_of_location": "89 South Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-09", + "event_location": "Pier 17", + "event_name": "Blackbear", + "subcategory": "Hip Hop", + "time": "18:30" + }, + { + "address_of_location": "52-19 Flushing Avenue, Maspeth", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-05", + "event_location": "Knockdown Center", + "event_name": "Blowout Music Festival", + "subcategory": "Hip Hop", + "time": "18:00" + }, + { + "address_of_location": "235 West 46th Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-10", + "event_location": "Sony Hall", + "event_name": "Buddy Guy", + "subcategory": "Blues", + "time": "19:30" + }, + { + "address_of_location": "1 Tennis Place, Forest Hills", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-11", + "event_location": "Forest Hills Stadium", + "event_name": "Chemical Brothers", + "subcategory": "Rock", + "time": "20:00" + }, + { + "address_of_location": "235 West 46th Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-02", + "event_location": "Sony Hall", + "event_name": "Chris Botti", + "subcategory": "Jazz", + "time": "19:30" + }, + { + "address_of_location": "64 North 9th Street, Brooklyn", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-06", + "event_location": "Rough Trade NYC", + "event_name": "Crooked Colours", + "subcategory": "Electronica", + "time": "18:30" + }, + { + "address_of_location": "3608 33rd Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-06", + "event_location": "Melrose Ballroom", + "event_name": "Esscalation Music Festival", + "subcategory": "Electronica", + "time": "18:00" + } + ], + "slots": [ + { + "exclusive_end": 65, + "slot": "event_name", + "start": 47 + }, + { + "exclusive_end": 75, + "slot": "event_location", + "start": 69 + }, + { + "exclusive_end": 89, + "slot": "date", + "start": 79 + }, + { + "exclusive_end": 97, + "slot": "time", + "start": 93 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 10 concerts in New York City. One is Amber Run Brooklyn at Warsaw on March 14th at 6 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "New York City" + ], + "date": [ + "March 14th" + ], + "event_name": [ + "Amber Run Brooklyn" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to purchase the tickets now?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "New York City" + ], + "date": [ + "March 14th" + ], + "event_name": [ + "Amber Run Brooklyn" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Not now, thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice day." + } + ] + }, + { + "dialogue_id": "11_00101", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "category", + "values": [ + "Music" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find some interesting Music events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city_of_event", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there a certain city you're looking for?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "date", + "values": [ + "the 14th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city_of_event", + "values": [ + "NYC" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 36, + "slot": "date", + "start": 28 + }, + { + "exclusive_end": 24, + "slot": "city_of_event", + "start": 21 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "NYC" + ], + "date": [ + "the 14th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want events around NYC on the 14th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Amber Run Brooklyn" + ], + "slot": "event_name", + "values": [ + "Amber Run Brooklyn" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Warsaw" + ], + "slot": "event_location", + "values": [ + "Warsaw" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-14" + ], + "slot": "date", + "values": [ + "March 14th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:00" + ], + "slot": "time", + "values": [ + "6 pm" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "10" + ], + "slot": "count", + "values": [ + "10" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-14" + } + }, + "service_results": [ + { + "address_of_location": "261 Driggs Avenue, Brooklyn", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-14", + "event_location": "Warsaw", + "event_name": "Amber Run Brooklyn", + "subcategory": "Pop", + "time": "18:00" + }, + { + "address_of_location": "89 South Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-14", + "event_location": "Pier 17", + "event_name": "Ben Harper", + "subcategory": "Blues", + "time": "18:30" + }, + { + "address_of_location": "89 South Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-14", + "event_location": "Pier 17", + "event_name": "Blackbear", + "subcategory": "Hip Hop", + "time": "19:30" + }, + { + "address_of_location": "52-19 Flushing Avenue, Maspeth", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-14", + "event_location": "Knockdown Center", + "event_name": "Blowout Music Festival", + "subcategory": "Hip Hop", + "time": "18:00" + }, + { + "address_of_location": "235 West 46th Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-14", + "event_location": "Sony Hall", + "event_name": "Buddy Guy", + "subcategory": "Blues", + "time": "20:00" + }, + { + "address_of_location": "1 Tennis Place, Forest Hills", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-14", + "event_location": "Forest Hills Stadium", + "event_name": "Chemical Brothers", + "subcategory": "Rock", + "time": "19:00" + }, + { + "address_of_location": "235 West 46th Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-14", + "event_location": "Sony Hall", + "event_name": "Chris Botti", + "subcategory": "Jazz", + "time": "20:30" + }, + { + "address_of_location": "235 West 46th Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-14", + "event_location": "Sony Hall", + "event_name": "Jamey Johnson", + "subcategory": "Country", + "time": "18:30" + }, + { + "address_of_location": "1 Tennis Place, Forest Hills", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-14", + "event_location": "Forest Hills Stadium", + "event_name": "Jethro Tull", + "subcategory": "Rock", + "time": "18:30" + }, + { + "address_of_location": "881 7th Avenue", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-14", + "event_location": "Stern Auditorium / Perelman Stage", + "event_name": "Joe Hisaishi", + "subcategory": "Classical", + "time": "20:00" + } + ], + "slots": [ + { + "exclusive_end": 69, + "slot": "event_name", + "start": 51 + }, + { + "exclusive_end": 79, + "slot": "event_location", + "start": 73 + }, + { + "exclusive_end": 109, + "slot": "date", + "start": 99 + }, + { + "exclusive_end": 117, + "slot": "time", + "start": 113 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 10 events that you'll like. The event is Amber Run Brooklyn in Warsaw. It's happening on March 14th at 6 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "NYC" + ], + "date": [ + "March 14th", + "the 14th" + ], + "event_name": [ + "Amber Run Brooklyn" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Perfect." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you wish to order tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "NYC" + ], + "date": [ + "March 14th", + "the 14th" + ], + "event_name": [ + "Amber Run Brooklyn" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, not at the moment. Thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good one!" + } + ] + }, + { + "dialogue_id": "11_00102", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I am looking for some interesting events to attend." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "category", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there a sort of event that particularly interests you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "category", + "values": [ + "Sports" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I love to watch Match events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city_of_event", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What city will you be in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Anaheim" + ], + "slot": "city_of_event", + "values": [ + "Anaheim, CA" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "dontcare" + ], + "slot": "date", + "values": [ + "dontcare" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 22, + "slot": "city_of_event", + "start": 11 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Anaheim, CA" + ], + "date": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll be in Anaheim, CA and I'm available on any day." + }, + { + "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": "event_location", + "values": [ + "Angel Stadium of Anaheim" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "19:30" + ], + "slot": "time", + "values": [ + "7:30 PM" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "7" + ], + "slot": "count", + "values": [ + "7" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Sports", + "city_of_event": "Anaheim" + } + }, + "service_results": [ + { + "address_of_location": "2000 East Gene Autry Way", + "category": "Sports", + "city_of_event": "Anaheim", + "date": "2019-03-06", + "event_location": "Angel Stadium of Anaheim", + "event_name": "Angels Vs Astros", + "subcategory": "Baseball", + "time": "19:30" + }, + { + "address_of_location": "2000 East Gene Autry Way", + "category": "Sports", + "city_of_event": "Anaheim", + "date": "2019-03-06", + "event_location": "Angel Stadium of Anaheim", + "event_name": "Angels Vs Mariners", + "subcategory": "Baseball", + "time": "20:00" + }, + { + "address_of_location": "2000 East Gene Autry Way", + "category": "Sports", + "city_of_event": "Anaheim", + "date": "2019-03-14", + "event_location": "Angel Stadium of Anaheim", + "event_name": "Angels Vs Orioles", + "subcategory": "Baseball", + "time": "20:30" + }, + { + "address_of_location": "2000 East Gene Autry Way", + "category": "Sports", + "city_of_event": "Anaheim", + "date": "2019-03-09", + "event_location": "Angel Stadium of Anaheim", + "event_name": "Angels Vs Red Sox", + "subcategory": "Baseball", + "time": "19:30" + }, + { + "address_of_location": "2000 East Gene Autry Way", + "category": "Sports", + "city_of_event": "Anaheim", + "date": "2019-03-09", + "event_location": "Angel Stadium of Anaheim", + "event_name": "Angels Vs Tigers", + "subcategory": "Baseball", + "time": "19:30" + }, + { + "address_of_location": "2000 East Gene Autry Way", + "category": "Sports", + "city_of_event": "Anaheim", + "date": "2019-03-13", + "event_location": "Angel Stadium of Anaheim", + "event_name": "Angels Vs White Sox", + "subcategory": "Baseball", + "time": "19:00" + }, + { + "address_of_location": "2000 East Gene Autry Way", + "category": "Sports", + "city_of_event": "Anaheim", + "date": "2019-03-05", + "event_location": "Angel Stadium of Anaheim", + "event_name": "La Angels Vs Houston", + "subcategory": "Baseball", + "time": "19:30" + } + ], + "slots": [ + { + "exclusive_end": 60, + "slot": "event_name", + "start": 44 + }, + { + "exclusive_end": 114, + "slot": "event_location", + "start": 90 + }, + { + "exclusive_end": 75, + "slot": "date", + "start": 61 + }, + { + "exclusive_end": 86, + "slot": "time", + "start": 79 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 7 events including a ball game--the Angels Vs Astros next Wednesday at 7:30 PM at Angel Stadium of Anaheim." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Anaheim, CA" + ], + "date": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you; what other events are available?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Angels Vs Mariners" + ], + "slot": "event_name", + "values": [ + "Angels Vs Mariners" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Angel Stadium of Anaheim" + ], + "slot": "event_location", + "values": [ + "Angel Stadium of Anaheim" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:00" + ], + "slot": "time", + "values": [ + "8 pm" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 49, + "slot": "event_name", + "start": 31 + }, + { + "exclusive_end": 78, + "slot": "event_location", + "start": 54 + }, + { + "exclusive_end": 93, + "slot": "date", + "start": 79 + }, + { + "exclusive_end": 101, + "slot": "time", + "start": 97 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's another ball game, the Angels Vs Mariners, at Angel Stadium of Anaheim next Wednesday at 8 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "subcategory", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "address_of_location", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "address_of_location", + "subcategory" + ], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Anaheim, CA" + ], + "date": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where is this event located?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Baseball" + ], + "slot": "subcategory", + "values": [ + "baseball" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2000 East Gene Autry Way" + ], + "slot": "address_of_location", + "values": [ + "2000 East Gene Autry Way" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 15, + "slot": "subcategory", + "start": 7 + }, + { + "exclusive_end": 76, + "slot": "address_of_location", + "start": 52 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It's a baseball game, and the stadium is located at 2000 East Gene Autry Way." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "this Saturday" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 48, + "slot": "date", + "start": 35 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Anaheim, CA" + ], + "date": [ + "this Saturday" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am interested in doing something this Saturday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Angels Vs Orioles" + ], + "slot": "event_name", + "values": [ + "Angels Vs Orioles" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Angel Stadium of Anaheim" + ], + "slot": "event_location", + "values": [ + "Angel Stadium of Anaheim" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "date", + "values": [ + "tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "19:30" + ], + "slot": "time", + "values": [ + "7:30 pm" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Sports", + "city_of_event": "Anaheim", + "date": "2019-03-02" + } + }, + "service_results": [ + { + "address_of_location": "2000 East Gene Autry Way", + "category": "Sports", + "city_of_event": "Anaheim", + "date": "2019-03-02", + "event_location": "Angel Stadium of Anaheim", + "event_name": "Angels Vs Astros", + "subcategory": "Baseball", + "time": "18:30" + }, + { + "address_of_location": "2000 East Gene Autry Way", + "category": "Sports", + "city_of_event": "Anaheim", + "date": "2019-03-02", + "event_location": "Angel Stadium of Anaheim", + "event_name": "Angels Vs Mariners", + "subcategory": "Baseball", + "time": "18:30" + }, + { + "address_of_location": "2000 East Gene Autry Way", + "category": "Sports", + "city_of_event": "Anaheim", + "date": "2019-03-02", + "event_location": "Angel Stadium of Anaheim", + "event_name": "Angels Vs Orioles", + "subcategory": "Baseball", + "time": "19:30" + }, + { + "address_of_location": "2000 East Gene Autry Way", + "category": "Sports", + "city_of_event": "Anaheim", + "date": "2019-03-02", + "event_location": "Angel Stadium of Anaheim", + "event_name": "Angels Vs White Sox", + "subcategory": "Baseball", + "time": "18:00" + }, + { + "address_of_location": "2000 East Gene Autry Way", + "category": "Sports", + "city_of_event": "Anaheim", + "date": "2019-03-02", + "event_location": "Angel Stadium of Anaheim", + "event_name": "La Angels Vs Houston", + "subcategory": "Baseball", + "time": "18:00" + } + ], + "slots": [ + { + "exclusive_end": 21, + "slot": "event_name", + "start": 4 + }, + { + "exclusive_end": 56, + "slot": "event_location", + "start": 32 + }, + { + "exclusive_end": 65, + "slot": "date", + "start": 57 + }, + { + "exclusive_end": 76, + "slot": "time", + "start": 69 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The Angels Vs Orioles is at the Angel Stadium of Anaheim tomorrow at 7:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Anaheim, CA" + ], + "date": [ + "this Saturday", + "tomorrow" + ], + "event_name": [ + "Angels Vs Orioles" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you for your help; you've given me everything I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You have a great day as well." + } + ] + }, + { + "dialogue_id": "11_00103", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I am meeting with a friend later to hang out. Can you find some cool places to nearby?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "Music", + "Sports" + ], + "slot": "category", + "values": [ + "Music", + "Sports" + ] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city_of_event", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to participate in a music event or a sports event? Which city should I search?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "date", + "values": [ + "12th of this month" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Football" + ], + "slot": "subcategory", + "values": [ + "Football" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "category", + "values": [ + "Sports" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Portland" + ], + "slot": "city_of_event", + "values": [ + "Portland" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 98, + "slot": "date", + "start": 80 + }, + { + "exclusive_end": 36, + "slot": "subcategory", + "start": 28 + }, + { + "exclusive_end": 72, + "slot": "city_of_event", + "start": 64 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Portland" + ], + "date": [ + "12th of this month" + ], + "subcategory": [ + "Football" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sports events will be fine. Football in particular.I will be in Portland on the 12th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Portland Thorns Vs Houston" + ], + "slot": "event_name", + "values": [ + "Portland Thorns Vs Houston" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Providence Park" + ], + "slot": "event_location", + "values": [ + "Providence Park" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-12" + ], + "slot": "date", + "values": [ + "March 12th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:30" + ], + "slot": "time", + "values": [ + "8:30 pm" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "2" + ], + "slot": "count", + "values": [ + "2" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Sports", + "city_of_event": "Portland", + "date": "2019-03-12", + "subcategory": "Football" + } + }, + "service_results": [ + { + "address_of_location": "1844 Southwest Morrison Street", + "category": "Sports", + "city_of_event": "Portland", + "date": "2019-03-12", + "event_location": "Providence Park", + "event_name": "Portland Thorns Vs Houston", + "subcategory": "Football", + "time": "20:30" + }, + { + "address_of_location": "1844 Southwest Morrison Street", + "category": "Sports", + "city_of_event": "Portland", + "date": "2019-03-12", + "event_location": "Providence Park", + "event_name": "Timbers Vs Dc United", + "subcategory": "Football", + "time": "19:00" + } + ], + "slots": [ + { + "exclusive_end": 81, + "slot": "event_name", + "start": 55 + }, + { + "exclusive_end": 105, + "slot": "event_location", + "start": 90 + }, + { + "exclusive_end": 32, + "slot": "date", + "start": 22 + }, + { + "exclusive_end": 43, + "slot": "time", + "start": 36 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 2 events on March 12th at 8:30 pm. It is the Portland Thorns Vs Houston game at Providence Park." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Portland" + ], + "date": [ + "12th of this month", + "March 12th" + ], + "subcategory": [ + "Football" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Those sound find. But can you find me others?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Timbers Vs Dc United" + ], + "slot": "event_name", + "values": [ + "Timbers Vs Dc United" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Providence Park" + ], + "slot": "event_location", + "values": [ + "Providence Park" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-12" + ], + "slot": "date", + "values": [ + "March 12th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "19:00" + ], + "slot": "time", + "values": [ + "7 pm" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 95, + "slot": "event_name", + "start": 75 + }, + { + "exclusive_end": 41, + "slot": "event_location", + "start": 26 + }, + { + "exclusive_end": 55, + "slot": "date", + "start": 45 + }, + { + "exclusive_end": 63, + "slot": "time", + "start": 59 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is another event at Providence Park on March 12th at 7 pm. It is the Timbers Vs Dc United." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "address_of_location", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "address_of_location" + ], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Portland" + ], + "date": [ + "12th of this month", + "March 12th" + ], + "subcategory": [ + "Football" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you provide me with the address?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1844 Southwest Morrison Street" + ], + "slot": "address_of_location", + "values": [ + "1844 Southwest Morrison Street" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 50, + "slot": "address_of_location", + "start": 20 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Yes. The address is 1844 Southwest Morrison Street." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Portland" + ], + "date": [ + "12th of this month", + "March 12th" + ], + "event_name": [ + "Timbers Vs Dc United" + ], + "subcategory": [ + "Football" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great! Thank you!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You're welcome. Have a good day." + } + ] + }, + { + "dialogue_id": "11_00104", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Are there any interesting events happening out there?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "category", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What type of event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "category", + "values": [ + "Sports" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "How about Games." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city_of_event", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where should I look?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "city_of_event", + "values": [ + "SFO" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 16, + "slot": "city_of_event", + "start": 13 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "SFO" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Check around SFO." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Giants Vs Brewers" + ], + "slot": "event_name", + "values": [ + "Giants Vs Brewers" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Oracle Park" + ], + "slot": "event_location", + "values": [ + "Oracle Park" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-05" + ], + "slot": "date", + "values": [ + "next Tuesday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "19:00" + ], + "slot": "time", + "values": [ + "7 pm" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Sports", + "city_of_event": "San Francisco" + } + }, + "service_results": [ + { + "address_of_location": "24 Willie Mays Plaza", + "category": "Sports", + "city_of_event": "San Francisco", + "date": "2019-03-05", + "event_location": "Oracle Park", + "event_name": "Giants Vs Brewers", + "subcategory": "Baseball", + "time": "19:00" + }, + { + "address_of_location": "24 Willie Mays Plaza", + "category": "Sports", + "city_of_event": "San Francisco", + "date": "2019-03-07", + "event_location": "Oracle Park", + "event_name": "Giants Vs Cardinals", + "subcategory": "Baseball", + "time": "19:30" + }, + { + "address_of_location": "24 Willie Mays Plaza", + "category": "Sports", + "city_of_event": "San Francisco", + "date": "2019-03-03", + "event_location": "Oracle Park", + "event_name": "Giants Vs Diamondbacks", + "subcategory": "Baseball", + "time": "20:30" + }, + { + "address_of_location": "24 Willie Mays Plaza", + "category": "Sports", + "city_of_event": "San Francisco", + "date": "2019-03-12", + "event_location": "Oracle Park", + "event_name": "Giants Vs Dodgers", + "subcategory": "Baseball", + "time": "19:30" + }, + { + "address_of_location": "24 Willie Mays Plaza", + "category": "Sports", + "city_of_event": "San Francisco", + "date": "2019-03-10", + "event_location": "Oracle Park", + "event_name": "Giants Vs Marlins", + "subcategory": "Baseball", + "time": "20:30" + }, + { + "address_of_location": "24 Willie Mays Plaza", + "category": "Sports", + "city_of_event": "San Francisco", + "date": "2019-03-12", + "event_location": "Oracle Park", + "event_name": "Giants Vs Nationals", + "subcategory": "Baseball", + "time": "18:30" + }, + { + "address_of_location": "24 Willie Mays Plaza", + "category": "Sports", + "city_of_event": "San Francisco", + "date": "2019-03-08", + "event_location": "Oracle Park", + "event_name": "Giants Vs Phillies", + "subcategory": "Baseball", + "time": "18:00" + }, + { + "address_of_location": "24 Willie Mays Plaza", + "category": "Sports", + "city_of_event": "San Francisco", + "date": "2019-03-11", + "event_location": "Oracle Park", + "event_name": "Giants Vs Rockies", + "subcategory": "Baseball", + "time": "18:30" + } + ], + "slots": [ + { + "exclusive_end": 25, + "slot": "event_name", + "start": 8 + }, + { + "exclusive_end": 40, + "slot": "event_location", + "start": 29 + }, + { + "exclusive_end": 53, + "slot": "date", + "start": 41 + }, + { + "exclusive_end": 61, + "slot": "time", + "start": 57 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's Giants Vs Brewers at Oracle Park next Tuesday at 7 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "Wednesday next week" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "category", + "values": [ + "Music" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 42, + "slot": "date", + "start": 23 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "SFO" + ], + "date": [ + "Wednesday next week" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "How about a Concert on Wednesday next week." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Carmina Burana" + ], + "slot": "event_name", + "values": [ + "Carmina Burana" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "San Francisco Symphony" + ], + "slot": "event_location", + "values": [ + "San Francisco Symphony" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:30" + ], + "slot": "time", + "values": [ + "8:30 pm" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Music", + "city_of_event": "San Francisco", + "date": "2019-03-06" + } + }, + "service_results": [ + { + "address_of_location": "201 Van Ness Avenue", + "category": "Music", + "city_of_event": "San Francisco", + "date": "2019-03-06", + "event_location": "San Francisco Symphony", + "event_name": "Carmina Burana", + "subcategory": "Classical", + "time": "20:30" + }, + { + "address_of_location": "500 Terry A Francois Boulevard Suite 73", + "category": "Music", + "city_of_event": "San Francisco", + "date": "2019-03-06", + "event_location": "Chase Center Experience", + "event_name": "Celine Dion", + "subcategory": "Pop", + "time": "19:00" + }, + { + "address_of_location": "777 Valencia Street", + "category": "Music", + "city_of_event": "San Francisco", + "date": "2019-03-06", + "event_location": "The Chapel", + "event_name": "Okkervil River", + "subcategory": "Country", + "time": "18:00" + } + ], + "slots": [ + { + "exclusive_end": 42, + "slot": "event_name", + "start": 28 + }, + { + "exclusive_end": 68, + "slot": "event_location", + "start": 46 + }, + { + "exclusive_end": 26, + "slot": "date", + "start": 12 + }, + { + "exclusive_end": 86, + "slot": "time", + "start": 79 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I see 3 for next Wednesday. Carmina Burana at San Francisco Symphony starts at 8:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "subcategory", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "address_of_location", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "address_of_location", + "subcategory" + ], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "SFO" + ], + "date": [ + "Wednesday next week", + "next Wednesday" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm intrigued. Tell me more. Where is it, exactly?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Classical" + ], + "slot": "subcategory", + "values": [ + "Classical" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "201 Van Ness Avenue" + ], + "slot": "address_of_location", + "values": [ + "201 Van Ness Avenue" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 44, + "slot": "subcategory", + "start": 35 + }, + { + "exclusive_end": 27, + "slot": "address_of_location", + "start": 8 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It's at 201 Van Ness Avenue. It is Classical music." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "SFO" + ], + "date": [ + "Wednesday next week", + "next Wednesday" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nice. What else you got?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Celine Dion" + ], + "slot": "event_name", + "values": [ + "Celine Dion" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Chase Center Experience" + ], + "slot": "event_location", + "values": [ + "Chase Center Experience" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "19:00" + ], + "slot": "time", + "values": [ + "7 pm" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 17, + "slot": "event_name", + "start": 6 + }, + { + "exclusive_end": 44, + "slot": "event_location", + "start": 21 + }, + { + "exclusive_end": 60, + "slot": "date", + "start": 46 + }, + { + "exclusive_end": 68, + "slot": "time", + "start": 64 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I got Celine Dion at Chase Center Experience, next Wednesday at 7 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "SFO" + ], + "date": [ + "Wednesday next week", + "next Wednesday" + ], + "event_name": [ + "Celine Dion" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds awesome too. I'm good for now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "OK. See you soon." + } + ] + }, + { + "dialogue_id": "11_00105", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city_of_event", + "values": [ + "New York" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 68, + "slot": "city_of_event", + "start": 60 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city_of_event": [ + "New York" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you assist me in finding some interesting events around New York?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "category", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Any preferences in terms of category of events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "category", + "values": [ + "Music" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "New York" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, I like events that have to do with Music" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Amber Run Brooklyn" + ], + "slot": "event_name", + "values": [ + "Amber Run Brooklyn" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Warsaw" + ], + "slot": "event_location", + "values": [ + "Warsaw" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-14" + ], + "slot": "date", + "values": [ + "March 14th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:00" + ], + "slot": "time", + "values": [ + "6 pm" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Music", + "city_of_event": "New York" + } + }, + "service_results": [ + { + "address_of_location": "261 Driggs Avenue, Brooklyn", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-14", + "event_location": "Warsaw", + "event_name": "Amber Run Brooklyn", + "subcategory": "Pop", + "time": "18:00" + }, + { + "address_of_location": "56-15 Northern Boulevard, Woodside", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-06", + "event_location": "La Boom", + "event_name": "Americo", + "subcategory": "International", + "time": "18:30" + }, + { + "address_of_location": "89 South Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-09", + "event_location": "Pier 17", + "event_name": "Ben Harper", + "subcategory": "Blues", + "time": "18:00" + }, + { + "address_of_location": "89 South Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-09", + "event_location": "Pier 17", + "event_name": "Blackbear", + "subcategory": "Hip Hop", + "time": "18:30" + }, + { + "address_of_location": "52-19 Flushing Avenue, Maspeth", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-05", + "event_location": "Knockdown Center", + "event_name": "Blowout Music Festival", + "subcategory": "Hip Hop", + "time": "18:00" + }, + { + "address_of_location": "235 West 46th Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-10", + "event_location": "Sony Hall", + "event_name": "Buddy Guy", + "subcategory": "Blues", + "time": "19:30" + }, + { + "address_of_location": "1 Tennis Place, Forest Hills", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-11", + "event_location": "Forest Hills Stadium", + "event_name": "Chemical Brothers", + "subcategory": "Rock", + "time": "20:00" + }, + { + "address_of_location": "235 West 46th Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-02", + "event_location": "Sony Hall", + "event_name": "Chris Botti", + "subcategory": "Jazz", + "time": "19:30" + }, + { + "address_of_location": "64 North 9th Street, Brooklyn", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-06", + "event_location": "Rough Trade NYC", + "event_name": "Crooked Colours", + "subcategory": "Electronica", + "time": "18:30" + }, + { + "address_of_location": "3608 33rd Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-06", + "event_location": "Melrose Ballroom", + "event_name": "Esscalation Music Festival", + "subcategory": "Electronica", + "time": "18:00" + } + ], + "slots": [ + { + "exclusive_end": 62, + "slot": "event_name", + "start": 44 + }, + { + "exclusive_end": 82, + "slot": "event_location", + "start": 76 + }, + { + "exclusive_end": 33, + "slot": "date", + "start": 23 + }, + { + "exclusive_end": 90, + "slot": "time", + "start": 86 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's one slated for March 14th. It's the Amber Run Brooklyn happening at Warsaw by 6 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "New York" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay nice, but can you help me check out other events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Americo" + ], + "slot": "event_name", + "values": [ + "Americo" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "La Boom" + ], + "slot": "event_location", + "values": [ + "La Boom" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:30" + ], + "slot": "time", + "values": [ + "6:30 pm" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 24, + "slot": "event_name", + "start": 17 + }, + { + "exclusive_end": 45, + "slot": "event_location", + "start": 38 + }, + { + "exclusive_end": 60, + "slot": "date", + "start": 46 + }, + { + "exclusive_end": 71, + "slot": "time", + "start": 64 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay there's the Americo happening at La Boom next Wednesday by 6:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "date", + "values": [ + "March 11th" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 63, + "slot": "date", + "start": 53 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "New York" + ], + "date": [ + "March 11th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Not bad, but can you find me other events slated for March 11th?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Ben Harper" + ], + "slot": "event_name", + "values": [ + "Ben Harper" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Pier 17" + ], + "slot": "event_location", + "values": [ + "Pier 17" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-11" + ], + "slot": "date", + "values": [ + "March 11th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:30" + ], + "slot": "time", + "values": [ + "8:30 pm" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "9" + ], + "slot": "count", + "values": [ + "9" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-11" + } + }, + "service_results": [ + { + "address_of_location": "261 Driggs Avenue, Brooklyn", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-11", + "event_location": "Warsaw", + "event_name": "Amber Run Brooklyn", + "subcategory": "Pop", + "time": "18:30" + }, + { + "address_of_location": "89 South Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-11", + "event_location": "Pier 17", + "event_name": "Ben Harper", + "subcategory": "Blues", + "time": "20:30" + }, + { + "address_of_location": "89 South Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-11", + "event_location": "Pier 17", + "event_name": "Blackbear", + "subcategory": "Hip Hop", + "time": "20:00" + }, + { + "address_of_location": "52-19 Flushing Avenue, Maspeth", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-11", + "event_location": "Knockdown Center", + "event_name": "Blowout Music Festival", + "subcategory": "Hip Hop", + "time": "19:30" + }, + { + "address_of_location": "1 Tennis Place, Forest Hills", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-11", + "event_location": "Forest Hills Stadium", + "event_name": "Chemical Brothers", + "subcategory": "Rock", + "time": "20:00" + }, + { + "address_of_location": "64 North 9th Street, Brooklyn", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-11", + "event_location": "Rough Trade NYC", + "event_name": "Crooked Colours", + "subcategory": "Electronica", + "time": "19:30" + }, + { + "address_of_location": "3608 33rd Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-11", + "event_location": "Melrose Ballroom", + "event_name": "Esscalation Music Festival", + "subcategory": "Electronica", + "time": "18:30" + }, + { + "address_of_location": "881 7th Avenue", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-11", + "event_location": "Stern Auditorium / Perelman Stage", + "event_name": "Joe Hisaishi", + "subcategory": "Classical", + "time": "20:00" + }, + { + "address_of_location": "17 Eastern Parkway, Brooklyn", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-11", + "event_location": "Murmrr", + "event_name": "Low", + "subcategory": "Rock", + "time": "20:30" + } + ], + "slots": [ + { + "exclusive_end": 69, + "slot": "event_name", + "start": 59 + }, + { + "exclusive_end": 109, + "slot": "event_location", + "start": 102 + }, + { + "exclusive_end": 123, + "slot": "date", + "start": 113 + }, + { + "exclusive_end": 134, + "slot": "time", + "start": 127 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, I have 9 events that I think you might like. There's Ben Harper, and it will be taking place at Pier 17 by March 11th at 8:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "subcategory", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "address_of_location", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "address_of_location", + "subcategory" + ], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "New York" + ], + "date": [ + "March 11th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you give me more information about this event? Is there an address for the venue of the event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Blues" + ], + "slot": "subcategory", + "values": [ + "Blues" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "89 South Street" + ], + "slot": "address_of_location", + "values": [ + "89 South Street" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 16, + "slot": "subcategory", + "start": 11 + }, + { + "exclusive_end": 57, + "slot": "address_of_location", + "start": 42 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Yes it's a Blues event and the address is 89 South Street." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "New York" + ], + "date": [ + "March 11th" + ], + "event_name": [ + "Ben Harper" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's great" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you love to purchase ticket for this event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "New York" + ], + "date": [ + "March 11th" + ], + "event_name": [ + "Ben Harper" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Not at the moment. Thanks, that would be all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Alright, enjoy the rest of your day." + } + ] + }, + { + "dialogue_id": "11_00106", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Phoenix" + ], + "slot": "city_of_event", + "values": [ + "Phoenix" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 54, + "slot": "city_of_event", + "start": 47 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city_of_event": [ + "Phoenix" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you help me find interesting events around Phoenix?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "category", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you have an event category preference?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "category", + "values": [ + "Music" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "dontcare" + ], + "slot": "date", + "values": [ + "dontcare" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "Phoenix" + ], + "date": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like concert events and I can go any day." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Anberlin" + ], + "slot": "event_name", + "values": [ + "Anberlin" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Van Buren" + ], + "slot": "event_location", + "values": [ + "The Van Buren" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-10" + ], + "slot": "date", + "values": [ + "March 10th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "19:30" + ], + "slot": "time", + "values": [ + "7:30 pm" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "8" + ], + "slot": "count", + "values": [ + "8" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Music", + "city_of_event": "Phoenix" + } + }, + "service_results": [ + { + "address_of_location": "401 West Van Buren Street", + "category": "Music", + "city_of_event": "Phoenix", + "date": "2019-03-10", + "event_location": "The Van Buren", + "event_name": "Anberlin", + "subcategory": "Rock", + "time": "19:30" + }, + { + "address_of_location": "401 West Van Buren Street", + "category": "Music", + "city_of_event": "Phoenix", + "date": "2019-03-06", + "event_location": "The Van Buren", + "event_name": "Dodie", + "subcategory": "Pop", + "time": "18:30" + }, + { + "address_of_location": "401 West Van Buren Street", + "category": "Music", + "city_of_event": "Phoenix", + "date": "2019-03-14", + "event_location": "The Van Buren", + "event_name": "Greensky Bluegrass", + "subcategory": "Blues", + "time": "19:00" + }, + { + "address_of_location": "401 West Van Buren Street", + "category": "Music", + "city_of_event": "Phoenix", + "date": "2019-03-03", + "event_location": "The Van Buren", + "event_name": "Johnnyswim", + "subcategory": "Blues", + "time": "18:30" + }, + { + "address_of_location": "401 West Van Buren Street", + "category": "Music", + "city_of_event": "Phoenix", + "date": "2019-03-09", + "event_location": "The Van Buren", + "event_name": "Tash Sultana", + "subcategory": "Rock", + "time": "19:00" + }, + { + "address_of_location": "401 West Van Buren Street", + "category": "Music", + "city_of_event": "Phoenix", + "date": "2019-03-06", + "event_location": "The Van Buren", + "event_name": "The Band Camino", + "subcategory": "Pop", + "time": "19:30" + }, + { + "address_of_location": "130 North Central Avenue", + "category": "Music", + "city_of_event": "Phoenix", + "date": "2019-03-02", + "event_location": "Valley Bar", + "event_name": "The Chats", + "subcategory": "Rock", + "time": "20:00" + }, + { + "address_of_location": "401 West Van Buren Street", + "category": "Music", + "city_of_event": "Phoenix", + "date": "2019-03-11", + "event_location": "The Van Buren", + "event_name": "The Drums", + "subcategory": "Pop", + "time": "18:00" + } + ], + "slots": [ + { + "exclusive_end": 69, + "slot": "event_name", + "start": 61 + }, + { + "exclusive_end": 127, + "slot": "event_location", + "start": 114 + }, + { + "exclusive_end": 83, + "slot": "date", + "start": 73 + }, + { + "exclusive_end": 94, + "slot": "time", + "start": 87 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 8 events you might be interested in. An event called Anberlin on March 10th at 7:30 pm and takes place at The Van Buren." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "address_of_location", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "address_of_location" + ], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "Phoenix" + ], + "date": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is the venue address?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "401 West Van Buren Street" + ], + "slot": "address_of_location", + "values": [ + "401 West Van Buren Street" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 49, + "slot": "address_of_location", + "start": 24 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The venue is located at 401 West Van Buren Street." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "Phoenix" + ], + "date": [ + "March 10th" + ], + "event_name": [ + "Anberlin" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do 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_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "Phoenix" + ], + "date": [ + "March 10th" + ], + "event_name": [ + "Anberlin" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, not right now. That's all I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "11_00107", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you check to see if any occurrences of interest are nearby?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city_of_event", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Give me a city to check." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "city_of_event", + "values": [ + "Los Angeles" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 49, + "slot": "city_of_event", + "start": 38 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city_of_event": [ + "Los Angeles" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to see what's happening around Los Angeles." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "category", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there any specific type event you want to search for?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "American Football" + ], + "slot": "subcategory", + "values": [ + "American Football" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "category", + "values": [ + "Sports" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 33, + "slot": "subcategory", + "start": 16 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Los Angeles" + ], + "subcategory": [ + "American Football" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "As a big fan of American Football, I'd love it if you could show me any nearby Sports events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Rams Vs Cardinals" + ], + "slot": "event_name", + "values": [ + "Rams VS Cardinals" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "LA Memorial Coliseum" + ], + "slot": "event_location", + "values": [ + "LA Memorial Coliseum" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-12" + ], + "slot": "date", + "values": [ + "March 12th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:00" + ], + "slot": "time", + "values": [ + "6 pm" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "5" + ], + "slot": "count", + "values": [ + "5" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Sports", + "city_of_event": "Los Angeles", + "subcategory": "American Football" + } + }, + "service_results": [ + { + "address_of_location": "3911 Figueroa Street", + "category": "Sports", + "city_of_event": "Los Angeles", + "date": "2019-03-12", + "event_location": "LA Memorial Coliseum", + "event_name": "Rams Vs Cardinals", + "subcategory": "American Football", + "time": "18:00" + }, + { + "address_of_location": "3911 Figueroa Street", + "category": "Sports", + "city_of_event": "Los Angeles", + "date": "2019-03-03", + "event_location": "LA Memorial Coliseum", + "event_name": "Trojans Vs Bulldogs", + "subcategory": "American Football", + "time": "20:30" + }, + { + "address_of_location": "3911 Figueroa Street", + "category": "Sports", + "city_of_event": "Los Angeles", + "date": "2019-03-05", + "event_location": "LA Memorial Coliseum", + "event_name": "Usc Vs Oregon", + "subcategory": "American Football", + "time": "20:30" + }, + { + "address_of_location": "3911 Figueroa Street", + "category": "Sports", + "city_of_event": "Los Angeles", + "date": "2019-03-01", + "event_location": "LA Memorial Coliseum", + "event_name": "Usc Vs Ucla", + "subcategory": "American Football", + "time": "20:30" + }, + { + "address_of_location": "3911 Figueroa Street", + "category": "Sports", + "city_of_event": "Los Angeles", + "date": "2019-03-07", + "event_location": "LA Memorial Coliseum", + "event_name": "Usc Vs Utah", + "subcategory": "American Football", + "time": "19:00" + } + ], + "slots": [ + { + "exclusive_end": 89, + "slot": "event_name", + "start": 72 + }, + { + "exclusive_end": 139, + "slot": "event_location", + "start": 119 + }, + { + "exclusive_end": 175, + "slot": "date", + "start": 165 + }, + { + "exclusive_end": 161, + "slot": "time", + "start": 157 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have found 5 events relevant to your interests. One such event is the Rams VS Cardinals match. It takes place at the LA Memorial Coliseum, and the time is 6 pm on March 12th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Los Angeles" + ], + "subcategory": [ + "American Football" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds fine, but I'd like to hear about other events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Trojans Vs Bulldogs" + ], + "slot": "event_name", + "values": [ + "Trojans Vs Bulldogs" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "LA Memorial Coliseum" + ], + "slot": "event_location", + "values": [ + "LA Memorial Coliseum" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:30" + ], + "slot": "time", + "values": [ + "8:30 pm" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 65, + "slot": "event_name", + "start": 46 + }, + { + "exclusive_end": 118, + "slot": "event_location", + "start": 98 + }, + { + "exclusive_end": 165, + "slot": "date", + "start": 147 + }, + { + "exclusive_end": 176, + "slot": "time", + "start": 169 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Another match that might appeal to you is the Trojans Vs Bulldogs one. It also takes place at the LA Memorial Coliseum, but instead happens on the day after tomorrow at 8:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Los Angeles" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Trojans Vs Bulldogs" + ], + "subcategory": [ + "American Football" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want to purchase tickets for this game?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Los Angeles" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Trojans Vs Bulldogs" + ], + "subcategory": [ + "American Football" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Not at the moment." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there any other way I can assist you today?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Los Angeles" + ], + "date": [ + "day after tomorrow" + ], + "event_name": [ + "Trojans Vs Bulldogs" + ], + "subcategory": [ + "American Football" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Not right now. I appreciate your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Enjoy the rest of your day!" + } + ] + }, + { + "dialogue_id": "11_00108", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "American Football" + ], + "slot": "subcategory", + "values": [ + "American Football" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "category", + "values": [ + "Sports" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 65, + "slot": "subcategory", + "start": 48 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "subcategory": [ + "American Football" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you help me find interesting events such as American Football or other Match events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city_of_event", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which city would you like me to search in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Berkeley" + ], + "slot": "city_of_event", + "values": [ + "Berkeley" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 15, + "slot": "city_of_event", + "start": 7 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Berkeley" + ], + "subcategory": [ + "American Football" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Around Berkeley please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Golden Bears Vs Cougars" + ], + "slot": "event_name", + "values": [ + "Golden Bears Vs Cougars" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "California Memorial Stadium" + ], + "slot": "event_location", + "values": [ + "California Memorial Stadium" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-09" + ], + "slot": "date", + "values": [ + "March 9th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:00" + ], + "slot": "time", + "values": [ + "6 pm" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Sports", + "city_of_event": "Berkeley", + "subcategory": "American Football" + } + }, + "service_results": [ + { + "address_of_location": "2227 Piedmont Avenue", + "category": "Sports", + "city_of_event": "Berkeley", + "date": "2019-03-09", + "event_location": "California Memorial Stadium", + "event_name": "Golden Bears Vs Cougars", + "subcategory": "American Football", + "time": "18:00" + }, + { + "address_of_location": "2227 Piedmont Avenue", + "category": "Sports", + "city_of_event": "Berkeley", + "date": "2019-03-10", + "event_location": "California Memorial Stadium", + "event_name": "Golden Bears Vs Trojans", + "subcategory": "American Football", + "time": "20:00" + } + ], + "slots": [ + { + "exclusive_end": 27, + "slot": "event_name", + "start": 4 + }, + { + "exclusive_end": 58, + "slot": "event_location", + "start": 31 + }, + { + "exclusive_end": 87, + "slot": "date", + "start": 78 + }, + { + "exclusive_end": 95, + "slot": "time", + "start": 91 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The Golden Bears Vs Cougars at California Memorial Stadium will take place on March 9th at 6 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Berkeley" + ], + "date": [ + "March 9th" + ], + "event_name": [ + "Golden Bears Vs Cougars" + ], + "subcategory": [ + "American Football" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Perfect, thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Glad to help, have a great day." + } + ] + }, + { + "dialogue_id": "11_00109", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "category", + "values": [ + "Sports" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you please help me find events like games?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city_of_event", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you have any city preference?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Baseball" + ], + "slot": "subcategory", + "values": [ + "baseball" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "city_of_event", + "values": [ + "Chicago" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "dontcare" + ], + "slot": "date", + "values": [ + "dontcare" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 23, + "slot": "subcategory", + "start": 15 + }, + { + "exclusive_end": 38, + "slot": "city_of_event", + "start": 31 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Chicago" + ], + "date": [ + "dontcare" + ], + "subcategory": [ + "baseball" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, It can be baseball around Chicago on any day." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Cubs Vs Brewers" + ], + "slot": "event_name", + "values": [ + "Cubs Vs Brewers" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Wrigley Field" + ], + "slot": "event_location", + "values": [ + "Wrigley Field" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-06" + ], + "slot": "date", + "values": [ + "next wednesday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:30" + ], + "slot": "time", + "values": [ + "6:30 pm" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Sports", + "city_of_event": "Chicago", + "subcategory": "Baseball" + } + }, + "service_results": [ + { + "address_of_location": "1060 West Addison Street", + "category": "Sports", + "city_of_event": "Chicago", + "date": "2019-03-06", + "event_location": "Wrigley Field", + "event_name": "Cubs Vs Brewers", + "subcategory": "Baseball", + "time": "18:30" + }, + { + "address_of_location": "1060 West Addison Street", + "category": "Sports", + "city_of_event": "Chicago", + "date": "2019-03-04", + "event_location": "Wrigley Field", + "event_name": "Cubs Vs Giants", + "subcategory": "Baseball", + "time": "20:30" + }, + { + "address_of_location": "1060 West Addison Street", + "category": "Sports", + "city_of_event": "Chicago", + "date": "2019-03-09", + "event_location": "Wrigley Field", + "event_name": "Cubs Vs Mariners", + "subcategory": "Baseball", + "time": "20:00" + }, + { + "address_of_location": "1060 West Addison Street", + "category": "Sports", + "city_of_event": "Chicago", + "date": "2019-03-14", + "event_location": "Wrigley Field", + "event_name": "Cubs Vs Padres", + "subcategory": "Baseball", + "time": "20:30" + }, + { + "address_of_location": "333 West 35th Street", + "category": "Sports", + "city_of_event": "Chicago", + "date": "2019-03-04", + "event_location": "Guaranteed Rate Field", + "event_name": "White Sox Vs Angels", + "subcategory": "Baseball", + "time": "20:00" + }, + { + "address_of_location": "333 West 35th Street", + "category": "Sports", + "city_of_event": "Chicago", + "date": "2019-03-05", + "event_location": "Guaranteed Rate Field", + "event_name": "White Sox Vs Astros", + "subcategory": "Baseball", + "time": "20:00" + }, + { + "address_of_location": "333 West 35th Street", + "category": "Sports", + "city_of_event": "Chicago", + "date": "2019-03-08", + "event_location": "Guaranteed Rate Field", + "event_name": "White Sox Vs Indians", + "subcategory": "Baseball", + "time": "20:00" + }, + { + "address_of_location": "333 West 35th Street", + "category": "Sports", + "city_of_event": "Chicago", + "date": "2019-03-07", + "event_location": "Guaranteed Rate Field", + "event_name": "White Sox Vs Rangers", + "subcategory": "Baseball", + "time": "20:30" + }, + { + "address_of_location": "333 West 35th Street", + "category": "Sports", + "city_of_event": "Chicago", + "date": "2019-03-11", + "event_location": "Guaranteed Rate Field", + "event_name": "White Sox Vs Tigers", + "subcategory": "Baseball", + "time": "20:30" + }, + { + "address_of_location": "333 West 35th Street", + "category": "Sports", + "city_of_event": "Chicago", + "date": "2019-03-13", + "event_location": "Guaranteed Rate Field", + "event_name": "White Sox Vs Twins", + "subcategory": "Baseball", + "time": "18:00" + } + ], + "slots": [ + { + "exclusive_end": 36, + "slot": "event_name", + "start": 21 + }, + { + "exclusive_end": 53, + "slot": "event_location", + "start": 40 + }, + { + "exclusive_end": 88, + "slot": "date", + "start": 74 + }, + { + "exclusive_end": 73, + "slot": "time", + "start": 66 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is an event of Cubs Vs Brewers at Wrigley Field starting at 6:30 pm next wednesday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "date", + "values": [ + "8th of March" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "city_of_event", + "values": [ + "Los Angeles" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 48, + "slot": "date", + "start": 36 + }, + { + "exclusive_end": 32, + "slot": "city_of_event", + "start": 21 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Los Angeles" + ], + "date": [ + "8th of March" + ], + "subcategory": [ + "baseball" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is there anything in Los Angeles on 8th of March?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Dodgers Vs Cubs" + ], + "slot": "event_name", + "values": [ + "Dodgers Vs Cubs" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Dodger Stadium" + ], + "slot": "event_location", + "values": [ + "Dodger Stadium" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-08" + ], + "slot": "date", + "values": [ + "Next Friday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "19:30" + ], + "slot": "time", + "values": [ + "7:30 pm" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Sports", + "city_of_event": "Los Angeles", + "date": "2019-03-08", + "subcategory": "Baseball" + } + }, + "service_results": [ + { + "address_of_location": "1000 Vin Scully Ave", + "category": "Sports", + "city_of_event": "Los Angeles", + "date": "2019-03-08", + "event_location": "Dodger Stadium", + "event_name": "Dodgers Vs Cubs", + "subcategory": "Baseball", + "time": "19:30" + }, + { + "address_of_location": "1000 Vin Scully Ave", + "category": "Sports", + "city_of_event": "Los Angeles", + "date": "2019-03-08", + "event_location": "Dodger Stadium", + "event_name": "Dodgers Vs Marlins", + "subcategory": "Baseball", + "time": "19:30" + }, + { + "address_of_location": "1000 Vin Scully Ave", + "category": "Sports", + "city_of_event": "Los Angeles", + "date": "2019-03-08", + "event_location": "Dodger Stadium", + "event_name": "Dodgers Vs Rockies", + "subcategory": "Baseball", + "time": "18:00" + } + ], + "slots": [ + { + "exclusive_end": 49, + "slot": "event_name", + "start": 34 + }, + { + "exclusive_end": 67, + "slot": "event_location", + "start": 53 + }, + { + "exclusive_end": 11, + "slot": "date", + "start": 0 + }, + { + "exclusive_end": 87, + "slot": "time", + "start": 80 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Next Friday there is one event of Dodgers Vs Cubs at Dodger Stadium starting at 7:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Los Angeles" + ], + "date": [ + "8th of March", + "Next Friday" + ], + "event_name": [ + "Dodgers Vs Cubs" + ], + "subcategory": [ + "baseball" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thats all I need. Thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "11_00110", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you help me find some interesting events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "Music", + "Sports" + ], + "slot": "category", + "values": [ + "Music", + "Sports" + ] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you like any particular category? Music? Sports? Something else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "date", + "values": [ + "13th of this month" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "category", + "values": [ + "Music" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 58, + "slot": "date", + "start": 40 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "date": [ + "13th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want concert events. Something on the 13th of this month" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city_of_event", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Any particular city?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Hip Hop" + ], + "slot": "subcategory", + "values": [ + "hip hop" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city_of_event", + "values": [ + "New York City" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 38, + "slot": "subcategory", + "start": 31 + }, + { + "exclusive_end": 22, + "slot": "city_of_event", + "start": 9 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "New York City" + ], + "date": [ + "13th of this month" + ], + "subcategory": [ + "hip hop" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Maybe in New York City. I love hip hop" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Blowout Music Festival" + ], + "slot": "event_name", + "values": [ + "Blowout Music Festival" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Knockdown Center" + ], + "slot": "event_location", + "values": [ + "Knockdown Center" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-13" + ], + "slot": "date", + "values": [ + "March 13th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:30" + ], + "slot": "time", + "values": [ + "6:30 pm" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "2" + ], + "slot": "count", + "values": [ + "2" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-13", + "subcategory": "Hip Hop" + } + }, + "service_results": [ + { + "address_of_location": "52-19 Flushing Avenue, Maspeth", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-13", + "event_location": "Knockdown Center", + "event_name": "Blowout Music Festival", + "subcategory": "Hip Hop", + "time": "18:30" + }, + { + "address_of_location": "235 West 46th Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-13", + "event_location": "Sony Hall", + "event_name": "Westside Gunn", + "subcategory": "Hip Hop", + "time": "18:30" + } + ], + "slots": [ + { + "exclusive_end": 51, + "slot": "event_name", + "start": 29 + }, + { + "exclusive_end": 71, + "slot": "event_location", + "start": 55 + }, + { + "exclusive_end": 109, + "slot": "date", + "start": 99 + }, + { + "exclusive_end": 120, + "slot": "time", + "start": 113 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 2 events. One is the Blowout Music Festival at Knockdown Center. The event is happening on March 13th at 6:30 pm" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "address_of_location", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "address_of_location" + ], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "New York City" + ], + "date": [ + "13th of this month", + "March 13th" + ], + "subcategory": [ + "hip hop" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What's the address?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "52-19 Flushing Avenue, Maspeth" + ], + "slot": "address_of_location", + "values": [ + "52-19 Flushing Avenue, Maspeth" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 46, + "slot": "address_of_location", + "start": 16 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The venue is at 52-19 Flushing Avenue, Maspeth" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "New York City" + ], + "date": [ + "13th of this month", + "March 13th" + ], + "event_name": [ + "Blowout Music Festival" + ], + "subcategory": [ + "hip hop" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want me to buy tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "New York City" + ], + "date": [ + "13th of this month", + "March 13th" + ], + "event_name": [ + "Blowout Music Festival" + ], + "subcategory": [ + "hip hop" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No not right now, that's all I need" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day" + } + ] + }, + { + "dialogue_id": "11_00111", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Baseball" + ], + "slot": "subcategory", + "values": [ + "Baseball" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 22, + "slot": "subcategory", + "start": 14 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "subcategory": [ + "Baseball" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I really like Baseball, please find me some interesting events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city_of_event", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What city in particular should I search in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "date", + "values": [ + "next Thursday" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "category", + "values": [ + "Sports" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "city_of_event", + "values": [ + "Seattle" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 90, + "slot": "date", + "start": 77 + }, + { + "exclusive_end": 56, + "slot": "city_of_event", + "start": 49 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Seattle" + ], + "date": [ + "next Thursday" + ], + "subcategory": [ + "Baseball" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like sports events, I am looking for events in Seattle, something going on next Thursday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Mariners Vs Tigers" + ], + "slot": "event_name", + "values": [ + "Mariners Vs Tigers" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "T-Mobile Park" + ], + "slot": "event_location", + "values": [ + "T-Mobile Park" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-07" + ], + "slot": "date", + "values": [ + "next Thursday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:30" + ], + "slot": "time", + "values": [ + "8:30 pm" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "2" + ], + "slot": "count", + "values": [ + "2" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Sports", + "city_of_event": "Seattle", + "date": "2019-03-07", + "subcategory": "Baseball" + } + }, + "service_results": [ + { + "address_of_location": "1250 1st Avenue South", + "category": "Sports", + "city_of_event": "Seattle", + "date": "2019-03-07", + "event_location": "T-Mobile Park", + "event_name": "Mariners Vs Tigers", + "subcategory": "Baseball", + "time": "20:30" + }, + { + "address_of_location": "1250 1st Avenue South", + "category": "Sports", + "city_of_event": "Seattle", + "date": "2019-03-07", + "event_location": "T-Mobile Park", + "event_name": "Mariners Vs White Sox", + "subcategory": "Baseball", + "time": "19:00" + } + ], + "slots": [ + { + "exclusive_end": 71, + "slot": "event_name", + "start": 53 + }, + { + "exclusive_end": 131, + "slot": "event_location", + "start": 118 + }, + { + "exclusive_end": 110, + "slot": "date", + "start": 97 + }, + { + "exclusive_end": 96, + "slot": "time", + "start": 89 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 2 events which you will like. The event is Mariners Vs Tigers. taking place at 8:30 pm next Thursday at the T-Mobile Park." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "address_of_location", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "address_of_location" + ], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Seattle" + ], + "date": [ + "next Thursday" + ], + "subcategory": [ + "Baseball" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is the venue address?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1250 1st Avenue South" + ], + "slot": "address_of_location", + "values": [ + "1250 1st Avenue South" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 45, + "slot": "address_of_location", + "start": 24 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The venue is located at 1250 1st Avenue South." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "Seattle" + ], + "date": [ + "next Thursday" + ], + "event_name": [ + "Mariners Vs Tigers" + ], + "subcategory": [ + "Baseball" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That is all I need, that sounds great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "11_00112", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "date", + "values": [ + "the 7th" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 128, + "slot": "date", + "start": 121 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "date": [ + "the 7th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I have vacation days coming up, and I am looking for interesting events to attend. Could you please find me something on the 7th?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "category", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city_of_event", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there a particular category you'd prefer? Which city should I search in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "category", + "values": [ + "Sports" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Washington D.C." + ], + "slot": "city_of_event", + "values": [ + "DC" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 31, + "slot": "city_of_event", + "start": 29 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "DC" + ], + "date": [ + "the 7th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like Match events around DC." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Mystics Vs Sun" + ], + "slot": "event_name", + "values": [ + "Mystics Vs Sun" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Entertainment & Sports Arena" + ], + "slot": "event_location", + "values": [ + "Entertainment & Sports Arena" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-07" + ], + "slot": "date", + "values": [ + "next Thursday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "19:00" + ], + "slot": "time", + "values": [ + "7 pm" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Sports", + "city_of_event": "Washington D.C.", + "date": "2019-03-07" + } + }, + "service_results": [ + { + "address_of_location": "1100 Oak Drive SE", + "category": "Sports", + "city_of_event": "Washington D.C.", + "date": "2019-03-07", + "event_location": "Entertainment & Sports Arena", + "event_name": "Mystics Vs Sun", + "subcategory": "Basketball", + "time": "19:00" + }, + { + "address_of_location": "1500 South Capitol Street Southeast", + "category": "Sports", + "city_of_event": "Washington D.C.", + "date": "2019-03-07", + "event_location": "Nationals Park", + "event_name": "Nationals Vs Diamondbacks", + "subcategory": "Baseball", + "time": "18:00" + }, + { + "address_of_location": "1500 South Capitol Street Southeast", + "category": "Sports", + "city_of_event": "Washington D.C.", + "date": "2019-03-07", + "event_location": "Nationals Park", + "event_name": "Nationals Vs Indians", + "subcategory": "Baseball", + "time": "19:00" + }, + { + "address_of_location": "1500 South Capitol Street Southeast", + "category": "Sports", + "city_of_event": "Washington D.C.", + "date": "2019-03-07", + "event_location": "Nationals Park", + "event_name": "Nationals Vs Orioles", + "subcategory": "Baseball", + "time": "18:30" + }, + { + "address_of_location": "1500 South Capitol Street Southeast", + "category": "Sports", + "city_of_event": "Washington D.C.", + "date": "2019-03-07", + "event_location": "Nationals Park", + "event_name": "Nationals Vs Phillies", + "subcategory": "Baseball", + "time": "20:30" + }, + { + "address_of_location": "1500 South Capitol Street Southeast", + "category": "Sports", + "city_of_event": "Washington D.C.", + "date": "2019-03-07", + "event_location": "Nationals Park", + "event_name": "Nationals Vs Rockies", + "subcategory": "Baseball", + "time": "18:00" + }, + { + "address_of_location": "1500 South Capitol Street Southeast", + "category": "Sports", + "city_of_event": "Washington D.C.", + "date": "2019-03-07", + "event_location": "Nationals Park", + "event_name": "Nationals Vs Royals", + "subcategory": "Baseball", + "time": "19:30" + }, + { + "address_of_location": "1500 South Capitol Street Southeast", + "category": "Sports", + "city_of_event": "Washington D.C.", + "date": "2019-03-07", + "event_location": "Nationals Park", + "event_name": "Nationals Vs White Sox", + "subcategory": "Baseball", + "time": "18:00" + }, + { + "address_of_location": "1100 Oak Drive SE", + "category": "Sports", + "city_of_event": "Washington D.C.", + "date": "2019-03-07", + "event_location": "Entertainment & Sports Arena", + "event_name": "Washington Vs Ny Liberty", + "subcategory": "Basketball", + "time": "18:30" + } + ], + "slots": [ + { + "exclusive_end": 24, + "slot": "event_name", + "start": 10 + }, + { + "exclusive_end": 65, + "slot": "event_location", + "start": 37 + }, + { + "exclusive_end": 79, + "slot": "date", + "start": 66 + }, + { + "exclusive_end": 97, + "slot": "time", + "start": 93 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's a Mystics Vs Sun game at the Entertainment & Sports Arena next Thursday, starting at 7 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "DC" + ], + "date": [ + "next Thursday", + "the 7th" + ], + "event_name": [ + "Mystics Vs Sun" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds perfect!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like tickets for this event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "DC" + ], + "date": [ + "next Thursday", + "the 7th" + ], + "event_name": [ + "Mystics Vs Sun" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, not at the moment." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Will there be anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "DC" + ], + "date": [ + "next Thursday", + "the 7th" + ], + "event_name": [ + "Mystics Vs Sun" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thanks. You've been very helpful." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day." + } + ] + }, + { + "dialogue_id": "11_00113", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "category", + "values": [ + "Music" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city_of_event", + "values": [ + "New York" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 41, + "slot": "city_of_event", + "start": 33 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "New York" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Help me find Music events around New York." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Amber Run Brooklyn" + ], + "slot": "event_name", + "values": [ + "Amber Run Brooklyn" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Warsaw" + ], + "slot": "event_location", + "values": [ + "Warsaw" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-14" + ], + "slot": "date", + "values": [ + "March 14th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:00" + ], + "slot": "time", + "values": [ + "6 pm" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "10" + ], + "slot": "count", + "values": [ + "10" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Music", + "city_of_event": "New York" + } + }, + "service_results": [ + { + "address_of_location": "261 Driggs Avenue, Brooklyn", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-14", + "event_location": "Warsaw", + "event_name": "Amber Run Brooklyn", + "subcategory": "Pop", + "time": "18:00" + }, + { + "address_of_location": "56-15 Northern Boulevard, Woodside", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-06", + "event_location": "La Boom", + "event_name": "Americo", + "subcategory": "International", + "time": "18:30" + }, + { + "address_of_location": "89 South Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-09", + "event_location": "Pier 17", + "event_name": "Ben Harper", + "subcategory": "Blues", + "time": "18:00" + }, + { + "address_of_location": "89 South Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-09", + "event_location": "Pier 17", + "event_name": "Blackbear", + "subcategory": "Hip Hop", + "time": "18:30" + }, + { + "address_of_location": "52-19 Flushing Avenue, Maspeth", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-05", + "event_location": "Knockdown Center", + "event_name": "Blowout Music Festival", + "subcategory": "Hip Hop", + "time": "18:00" + }, + { + "address_of_location": "235 West 46th Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-10", + "event_location": "Sony Hall", + "event_name": "Buddy Guy", + "subcategory": "Blues", + "time": "19:30" + }, + { + "address_of_location": "1 Tennis Place, Forest Hills", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-11", + "event_location": "Forest Hills Stadium", + "event_name": "Chemical Brothers", + "subcategory": "Rock", + "time": "20:00" + }, + { + "address_of_location": "235 West 46th Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-02", + "event_location": "Sony Hall", + "event_name": "Chris Botti", + "subcategory": "Jazz", + "time": "19:30" + }, + { + "address_of_location": "64 North 9th Street, Brooklyn", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-06", + "event_location": "Rough Trade NYC", + "event_name": "Crooked Colours", + "subcategory": "Electronica", + "time": "18:30" + }, + { + "address_of_location": "3608 33rd Street", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-06", + "event_location": "Melrose Ballroom", + "event_name": "Esscalation Music Festival", + "subcategory": "Electronica", + "time": "18:00" + } + ], + "slots": [ + { + "exclusive_end": 47, + "slot": "event_name", + "start": 29 + }, + { + "exclusive_end": 57, + "slot": "event_location", + "start": 51 + }, + { + "exclusive_end": 71, + "slot": "date", + "start": 61 + }, + { + "exclusive_end": 79, + "slot": "time", + "start": 75 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 10. One event is the Amber Run Brooklyn in Warsaw on March 14th at 6 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "date", + "values": [ + "8th of this month" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Hip Hop" + ], + "slot": "subcategory", + "values": [ + "hip hop" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 81, + "slot": "date", + "start": 64 + }, + { + "exclusive_end": 56, + "slot": "subcategory", + "start": 49 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "New York" + ], + "date": [ + "8th of this month" + ], + "subcategory": [ + "hip hop" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Anything related?? How about something involving hip hop on the 8th of this month?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Blowout Music Festival" + ], + "slot": "event_name", + "values": [ + "Blowout Music Festival" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Knockdown Center" + ], + "slot": "event_location", + "values": [ + "Knockdown Center" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-08" + ], + "slot": "date", + "values": [ + "next Friday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:00" + ], + "slot": "time", + "values": [ + "6 pm" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-08", + "subcategory": "Hip Hop" + } + }, + "service_results": [ + { + "address_of_location": "52-19 Flushing Avenue, Maspeth", + "category": "Music", + "city_of_event": "New York", + "date": "2019-03-08", + "event_location": "Knockdown Center", + "event_name": "Blowout Music Festival", + "subcategory": "Hip Hop", + "time": "18:00" + } + ], + "slots": [ + { + "exclusive_end": 36, + "slot": "event_name", + "start": 14 + }, + { + "exclusive_end": 56, + "slot": "event_location", + "start": 40 + }, + { + "exclusive_end": 74, + "slot": "date", + "start": 63 + }, + { + "exclusive_end": 82, + "slot": "time", + "start": 78 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Here's 1. The Blowout Music Festival at Knockdown Center. It's next Friday at 6 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "address_of_location", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "address_of_location" + ], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "New York" + ], + "date": [ + "8th of this month", + "next Friday" + ], + "subcategory": [ + "hip hop" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What's the address?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "52-19 Flushing Avenue, Maspeth" + ], + "slot": "address_of_location", + "values": [ + "52-19 Flushing Avenue, Maspeth" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 30, + "slot": "address_of_location", + "start": 0 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "52-19 Flushing Avenue, Maspeth" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "New York" + ], + "date": [ + "8th of this month", + "next Friday" + ], + "event_name": [ + "Blowout Music Festival" + ], + "subcategory": [ + "hip hop" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_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": "Events_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "New York" + ], + "date": [ + "8th of this month", + "next Friday" + ], + "event_name": [ + "Blowout Music Festival" + ], + "subcategory": [ + "hip hop" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nope. Thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "11_00114", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 63, + "slot": "date", + "start": 58 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "date": [ + "today" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Hello. Can you help me find some interesting events to do today?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city_of_event", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Any particular city or area I should search?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Vancouver" + ], + "slot": "city_of_event", + "values": [ + "Vancouver, BC" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 44, + "slot": "city_of_event", + "start": 31 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city_of_event": [ + "Vancouver, BC" + ], + "date": [ + "today" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am looking for events around Vancouver, BC." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "Music", + "Sports" + ], + "slot": "category", + "values": [ + "Music", + "Sports" + ] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you like any particular category? You can say Music or Sports or anything else." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Blues" + ], + "slot": "subcategory", + "values": [ + "Blues" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "category", + "values": [ + "Music" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 19, + "slot": "subcategory", + "start": 14 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "Vancouver, BC" + ], + "date": [ + "today" + ], + "subcategory": [ + "Blues" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I really like Blues. How about Music events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Zz Top" + ], + "slot": "event_name", + "values": [ + "Zz Top" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "PNE Amphitheatre" + ], + "slot": "event_location", + "values": [ + "PNE Amphitheatre" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:00" + ], + "slot": "time", + "values": [ + "6 pm" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Music", + "city_of_event": "Vancouver", + "date": "2019-03-01", + "subcategory": "Blues" + } + }, + "service_results": [ + { + "address_of_location": "2901 East Hastings Street", + "category": "Music", + "city_of_event": "Vancouver", + "date": "2019-03-01", + "event_location": "PNE Amphitheatre", + "event_name": "Zz Top", + "subcategory": "Blues", + "time": "18:00" + } + ], + "slots": [ + { + "exclusive_end": 6, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 41, + "slot": "event_location", + "start": 25 + }, + { + "exclusive_end": 47, + "slot": "date", + "start": 42 + }, + { + "exclusive_end": 64, + "slot": "time", + "start": 60 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Zz Top is playing at the PNE Amphitheatre today starting at 6 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "date", + "values": [ + "10th of this month" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Brisbane" + ], + "slot": "city_of_event", + "values": [ + "Brisbane" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 120, + "slot": "date", + "start": 102 + }, + { + "exclusive_end": 157, + "slot": "city_of_event", + "start": 149 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "Brisbane" + ], + "date": [ + "10th of this month" + ], + "subcategory": [ + "Blues" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you, but can you please find me some other events? I would like to see what is happening on the 10th of this month, specifically in and around 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": "event_location", + "values": [ + "Brisbane Community Park" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-10" + ], + "slot": "date", + "values": [ + "March 10th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:30" + ], + "slot": "time", + "values": [ + "8:30 pm" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Music", + "city_of_event": "Brisbane", + "date": "2019-03-10", + "subcategory": "Blues" + } + }, + "service_results": [ + { + "address_of_location": "Brisbane, California 94005, United States", + "category": "Music", + "city_of_event": "Brisbane", + "date": "2019-03-10", + "event_location": "Brisbane Community Park", + "event_name": "Star City Music Festival", + "subcategory": "Blues", + "time": "20:30" + } + ], + "slots": [ + { + "exclusive_end": 28, + "slot": "event_name", + "start": 4 + }, + { + "exclusive_end": 71, + "slot": "event_location", + "start": 48 + }, + { + "exclusive_end": 104, + "slot": "date", + "start": 94 + }, + { + "exclusive_end": 124, + "slot": "time", + "start": 117 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The Star City Music Festival is taking place at Brisbane Community Park. This is occurring on March 10th starting at 8:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "Brisbane" + ], + "date": [ + "10th of this month", + "March 10th" + ], + "event_name": [ + "Star City Music Festival" + ], + "subcategory": [ + "Blues" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great, thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to purchase tickets for this event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "Brisbane" + ], + "date": [ + "10th of this month", + "March 10th" + ], + "event_name": [ + "Star City Music Festival" + ], + "subcategory": [ + "Blues" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can I help you with anything else today?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Music" + ], + "city_of_event": [ + "Brisbane" + ], + "date": [ + "10th of this month", + "March 10th" + ], + "event_name": [ + "Star City Music Festival" + ], + "subcategory": [ + "Blues" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No thanks. I appreciate your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "11_00115", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I am looking for some interesting events, can you help me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "category", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What is your preference on the category of events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "category", + "values": [ + "Sports" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Games are my favorite events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city_of_event", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What city should I search in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city_of_event", + "values": [ + "NYC" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 43, + "slot": "city_of_event", + "start": 40 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "NYC" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What are some interesting events around NYC?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Mets Vs Braves" + ], + "slot": "event_name", + "values": [ + "Mets Vs Braves" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Citi Field" + ], + "slot": "event_location", + "values": [ + "Citi Field" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-13" + ], + "slot": "date", + "values": [ + "March 13th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:00" + ], + "slot": "time", + "values": [ + "6 pm" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "10" + ], + "slot": "count", + "values": [ + "10" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Sports", + "city_of_event": "New York" + } + }, + "service_results": [ + { + "address_of_location": "123-01 Roosevelt Avenue", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-13", + "event_location": "Citi Field", + "event_name": "Mets Vs Braves", + "subcategory": "Baseball", + "time": "18:00" + }, + { + "address_of_location": "123-01 Roosevelt Avenue", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-02", + "event_location": "Citi Field", + "event_name": "Mets Vs Cubs", + "subcategory": "Baseball", + "time": "19:30" + }, + { + "address_of_location": "123-01 Roosevelt Avenue", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-01", + "event_location": "Citi Field", + "event_name": "Mets Vs Diamondbacks", + "subcategory": "Baseball", + "time": "18:00" + }, + { + "address_of_location": "123-01 Roosevelt Avenue", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-03", + "event_location": "Citi Field", + "event_name": "Mets Vs Dodgers", + "subcategory": "Baseball", + "time": "19:00" + }, + { + "address_of_location": "123-01 Roosevelt Avenue", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-12", + "event_location": "Citi Field", + "event_name": "Mets Vs Indians", + "subcategory": "Baseball", + "time": "20:30" + }, + { + "address_of_location": "123-01 Roosevelt Avenue", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-08", + "event_location": "Citi Field", + "event_name": "Mets Vs Padres", + "subcategory": "Baseball", + "time": "19:30" + }, + { + "address_of_location": "123-01 Roosevelt Avenue", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-02", + "event_location": "Citi Field", + "event_name": "Mets Vs Phillies", + "subcategory": "Baseball", + "time": "19:00" + }, + { + "address_of_location": "123-01 Roosevelt Avenue", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-14", + "event_location": "Citi Field", + "event_name": "Mets Vs Pirates", + "subcategory": "Baseball", + "time": "20:00" + }, + { + "address_of_location": "123-01 Roosevelt Avenue", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-10", + "event_location": "Citi Field", + "event_name": "Mets Vs Rockies", + "subcategory": "Baseball", + "time": "18:30" + }, + { + "address_of_location": "123-01 Roosevelt Avenue", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-01", + "event_location": "Citi Field", + "event_name": "Mets Vs Yankees", + "subcategory": "Baseball", + "time": "18:30" + } + ], + "slots": [ + { + "exclusive_end": 66, + "slot": "event_name", + "start": 52 + }, + { + "exclusive_end": 80, + "slot": "event_location", + "start": 70 + }, + { + "exclusive_end": 116, + "slot": "date", + "start": 106 + }, + { + "exclusive_end": 134, + "slot": "time", + "start": 130 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 10 events that you'll like, one being the Mets Vs Braves at Citi Field which is taking place on March 13th beginning at 6 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "NYC" + ], + "date": [ + "March 13th" + ], + "event_name": [ + "Mets Vs Braves" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That works for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you need tickets for the event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "NYC" + ], + "date": [ + "March 13th" + ], + "event_name": [ + "Mets Vs Braves" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that's all I need for now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Good day." + } + ] + }, + { + "dialogue_id": "11_00116", + "services": [ + "Events_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city_of_event", + "values": [ + "NYC" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_1", + "slots": [ + { + "exclusive_end": 82, + "slot": "city_of_event", + "start": 79 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city_of_event": [ + "NYC" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Hi I have a friend visiting and I'm looking for some interesting events around NYC, can you help me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "category", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What specific category of events are you looking for?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "category", + "values": [ + "Sports" + ] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "NYC" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for Games events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Mets Vs Braves" + ], + "slot": "event_name", + "values": [ + "Mets Vs Braves" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Citi Field" + ], + "slot": "event_location", + "values": [ + "Citi Field" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-13" + ], + "slot": "date", + "values": [ + "March 13th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:00" + ], + "slot": "time", + "values": [ + "6 pm" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "10" + ], + "slot": "count", + "values": [ + "10" + ] + } + ], + "service": "Events_1", + "service_call": { + "method": "FindEvents", + "parameters": { + "category": "Sports", + "city_of_event": "New York" + } + }, + "service_results": [ + { + "address_of_location": "123-01 Roosevelt Avenue", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-13", + "event_location": "Citi Field", + "event_name": "Mets Vs Braves", + "subcategory": "Baseball", + "time": "18:00" + }, + { + "address_of_location": "123-01 Roosevelt Avenue", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-02", + "event_location": "Citi Field", + "event_name": "Mets Vs Cubs", + "subcategory": "Baseball", + "time": "19:30" + }, + { + "address_of_location": "123-01 Roosevelt Avenue", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-01", + "event_location": "Citi Field", + "event_name": "Mets Vs Diamondbacks", + "subcategory": "Baseball", + "time": "18:00" + }, + { + "address_of_location": "123-01 Roosevelt Avenue", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-03", + "event_location": "Citi Field", + "event_name": "Mets Vs Dodgers", + "subcategory": "Baseball", + "time": "19:00" + }, + { + "address_of_location": "123-01 Roosevelt Avenue", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-12", + "event_location": "Citi Field", + "event_name": "Mets Vs Indians", + "subcategory": "Baseball", + "time": "20:30" + }, + { + "address_of_location": "123-01 Roosevelt Avenue", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-08", + "event_location": "Citi Field", + "event_name": "Mets Vs Padres", + "subcategory": "Baseball", + "time": "19:30" + }, + { + "address_of_location": "123-01 Roosevelt Avenue", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-02", + "event_location": "Citi Field", + "event_name": "Mets Vs Phillies", + "subcategory": "Baseball", + "time": "19:00" + }, + { + "address_of_location": "123-01 Roosevelt Avenue", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-14", + "event_location": "Citi Field", + "event_name": "Mets Vs Pirates", + "subcategory": "Baseball", + "time": "20:00" + }, + { + "address_of_location": "123-01 Roosevelt Avenue", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-10", + "event_location": "Citi Field", + "event_name": "Mets Vs Rockies", + "subcategory": "Baseball", + "time": "18:30" + }, + { + "address_of_location": "123-01 Roosevelt Avenue", + "category": "Sports", + "city_of_event": "New York", + "date": "2019-03-01", + "event_location": "Citi Field", + "event_name": "Mets Vs Yankees", + "subcategory": "Baseball", + "time": "18:30" + } + ], + "slots": [ + { + "exclusive_end": 92, + "slot": "event_name", + "start": 78 + }, + { + "exclusive_end": 106, + "slot": "event_location", + "start": 96 + }, + { + "exclusive_end": 120, + "slot": "date", + "start": 110 + }, + { + "exclusive_end": 128, + "slot": "time", + "start": 124 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I managed to find 10 events that I think you'll like. There is a game for the Mets Vs Braves at Citi Field on March 13th at 6 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "NYC" + ], + "date": [ + "March 13th" + ], + "event_name": [ + "Mets Vs Braves" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's perfect." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to purchase tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "NYC" + ], + "date": [ + "March 13th" + ], + "event_name": [ + "Mets Vs Braves" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, not at this time." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_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": "Events_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "category": [ + "Sports" + ], + "city_of_event": [ + "NYC" + ], + "date": [ + "March 13th" + ], + "event_name": [ + "Mets Vs Braves" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That will be all, thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a pleasant day." + } + ] + }, + { + "dialogue_id": "11_00117", + "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 Music events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "In which city?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Phoenix" + ], + "slot": "city", + "values": [ + "Phoenix" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 7, + "slot": "city", + "start": 0 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Phoenix" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Phoenix please." + }, + { + "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": [ + "8" + ], + "slot": "count", + "values": [ + "8" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Phoenix", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "Rock", + "city": "Phoenix", + "date": "2019-03-09", + "event_name": "Anberlin", + "event_type": "Music", + "time": "17:30", + "venue": "The Van Buren", + "venue_address": "401 West Van Buren Street" + }, + { + "category": "Pop", + "city": "Phoenix", + "date": "2019-03-07", + "event_name": "Dodie", + "event_type": "Music", + "time": "17:30", + "venue": "The Van Buren", + "venue_address": "401 West Van Buren Street" + }, + { + "category": "Blues", + "city": "Phoenix", + "date": "2019-03-13", + "event_name": "Greensky Bluegrass", + "event_type": "Music", + "time": "18:30", + "venue": "The Van Buren", + "venue_address": "401 West Van Buren Street" + }, + { + "category": "Blues", + "city": "Phoenix", + "date": "2019-03-03", + "event_name": "Johnnyswim", + "event_type": "Music", + "time": "17:30", + "venue": "The Van Buren", + "venue_address": "401 West Van Buren Street" + }, + { + "category": "Rock", + "city": "Phoenix", + "date": "2019-03-11", + "event_name": "Tash Sultana", + "event_type": "Music", + "time": "17:30", + "venue": "The Van Buren", + "venue_address": "401 West Van Buren Street" + }, + { + "category": "Pop", + "city": "Phoenix", + "date": "2019-03-06", + "event_name": "The Band Camino", + "event_type": "Music", + "time": "18:30", + "venue": "The Van Buren", + "venue_address": "401 West Van Buren Street" + }, + { + "category": "Rock", + "city": "Phoenix", + "date": "2019-03-08", + "event_name": "The Chats", + "event_type": "Music", + "time": "19:30", + "venue": "Valley Bar", + "venue_address": "130 North Central Avenue" + }, + { + "category": "Pop", + "city": "Phoenix", + "date": "2019-03-04", + "event_name": "The Drums", + "event_type": "Music", + "time": "19:00", + "venue": "The Van Buren", + "venue_address": "401 West Van Buren Street" + } + ], + "slots": [ + { + "exclusive_end": 39, + "slot": "event_name", + "start": 31 + }, + { + "exclusive_end": 56, + "slot": "venue", + "start": 43 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 8 events, the first is Anberlin at the Van Buren." + }, + { + "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": [ + "Phoenix" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does it start? Where is it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17:30" + ], + "slot": "time", + "values": [ + "5:30 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "401 West Van Buren Street" + ], + "slot": "venue_address", + "values": [ + "401 West Van Buren Street" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 10, + "slot": "time", + "start": 3 + }, + { + "exclusive_end": 39, + "slot": "venue_address", + "start": 14 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "At 5:30 pm at 401 West Van Buren Street." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Phoenix" + ], + "event_name": [ + "Anberlin" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's perfect." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want 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": [ + "Phoenix" + ], + "event_name": [ + "Anberlin" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No that is all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "11_00118", + "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 an event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there a particular city that you're interested in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Washington D.C." + ], + "slot": "city", + "values": [ + "DC" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 10, + "slot": "city", + "start": 8 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "DC" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, in DC." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "Music", + "Sports" + ], + "slot": "event_type", + "values": [ + "Music", + "Sports" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there an event in particular that you would like, such as 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": [ + "DC" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like something in the games category." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Dc United Vs Revolution" + ], + "slot": "event_name", + "values": [ + "DC United Vs Revolution" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Audi Field" + ], + "slot": "venue", + "values": [ + "Audi Field" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "10" + ], + "slot": "count", + "values": [ + "10" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Washington D.C.", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Soccer", + "city": "Washington D.C.", + "date": "2019-03-14", + "event_name": "Dc United Vs Revolution", + "event_type": "Sports", + "time": "17:30", + "venue": "Audi Field", + "venue_address": "100 Potomac Avenue Southwest" + }, + { + "category": "Soccer", + "city": "Washington D.C.", + "date": "2019-03-12", + "event_name": "El Salvador Vs Haiti", + "event_type": "Sports", + "time": "18:30", + "venue": "RFK Stadium", + "venue_address": "2400 East Capitol Street Southeast" + }, + { + "category": "Basketball", + "city": "Washington D.C.", + "date": "2019-03-03", + "event_name": "Mystics Vs Sky", + "event_type": "Sports", + "time": "18:00", + "venue": "Capital One Arena", + "venue_address": "601 F Street Northwest" + }, + { + "category": "Basketball", + "city": "Washington D.C.", + "date": "2019-03-04", + "event_name": "Mystics Vs Sun", + "event_type": "Sports", + "time": "17:00", + "venue": "Entertainment & Sports Arena", + "venue_address": "1100 Oak Drive SE" + }, + { + "category": "Baseball", + "city": "Washington D.C.", + "date": "2019-03-04", + "event_name": "Nationals Vs Braves", + "event_type": "Sports", + "time": "19:00", + "venue": "Nationals Park", + "venue_address": "1500 South Capitol Street Southeast" + }, + { + "category": "Baseball", + "city": "Washington D.C.", + "date": "2019-03-03", + "event_name": "Nationals Vs Brewers", + "event_type": "Sports", + "time": "19:30", + "venue": "Nationals Park", + "venue_address": "1500 South Capitol Street Southeast" + }, + { + "category": "Baseball", + "city": "Washington D.C.", + "date": "2019-03-12", + "event_name": "Nationals Vs Diamondbacks", + "event_type": "Sports", + "time": "17:00", + "venue": "Nationals Park", + "venue_address": "1500 South Capitol Street Southeast" + }, + { + "category": "Baseball", + "city": "Washington D.C.", + "date": "2019-03-03", + "event_name": "Nationals Vs Dodgers", + "event_type": "Sports", + "time": "17:00", + "venue": "Nationals Park", + "venue_address": "1500 South Capitol Street Southeast" + }, + { + "category": "Baseball", + "city": "Washington D.C.", + "date": "2019-03-13", + "event_name": "Nationals Vs Indians", + "event_type": "Sports", + "time": "19:00", + "venue": "Nationals Park", + "venue_address": "1500 South Capitol Street Southeast" + }, + { + "category": "Baseball", + "city": "Washington D.C.", + "date": "2019-03-13", + "event_name": "Nationals Vs Orioles", + "event_type": "Sports", + "time": "19:30", + "venue": "Nationals Park", + "venue_address": "1500 South Capitol Street Southeast" + } + ], + "slots": [ + { + "exclusive_end": 71, + "slot": "event_name", + "start": 48 + }, + { + "exclusive_end": 85, + "slot": "venue", + "start": 75 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have 10 possibilities for you. One of them is DC United Vs Revolution at Audi Field." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "DC" + ], + "event_name": [ + "DC United Vs Revolution" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like that one." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Shall I make reservations for you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "DC" + ], + "event_name": [ + "DC United Vs Revolution" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Not yet, I don't think." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What else may I 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": { + "city": [ + "DC" + ], + "event_name": [ + "DC United Vs Revolution" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nothing right now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Thanks for calling us." + } + ] + }, + { + "dialogue_id": "11_00119", + "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 wish to find for events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "In which city do you prefer?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Brisbane" + ], + "slot": "city", + "values": [ + "Brisbane" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 36, + "slot": "city", + "start": 28 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Brisbane" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I wish to see the events in Brisbane." + }, + { + "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": [ + "Music" + ], + "slot": "event_type", + "values": [ + "Music" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Brisbane" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am searching for Concert." + }, + { + "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": 34, + "slot": "event_name", + "start": 10 + }, + { + "exclusive_end": 64, + "slot": "venue", + "start": 41 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event Star City Music Festival is 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": "It is looking nice for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Are you wish to book tickets for that 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": "Nope. This time I don't want to get tickets. This is what I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a fantastic day." + } + ] + }, + { + "dialogue_id": "11_00120", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "dontcare" + ], + "slot": "date", + "values": [ + "dontcare" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "date": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to search for an event, any date will do." + }, + { + "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": "Do you have a preferred type of event such as music or sports, and what city would you like me to search in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "event_type", + "values": [ + "Music" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Diego" + ], + "slot": "city", + "values": [ + "san diego" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 54, + "slot": "city", + "start": 45 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "san diego" + ], + "date": [ + "dontcare" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Uh I'd like to go to a concert, somewhere in san diego." + }, + { + "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" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "San Diego", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "International", + "city": "San Diego", + "date": "2019-03-09", + "event_name": "Alejandro Sanz", + "event_type": "Music", + "time": "19:30", + "venue": "Cal Coast Credit Union Amphitheater", + "venue_address": "5500 Campanile Drive" + }, + { + "category": "Pop", + "city": "San Diego", + "date": "2019-03-04", + "event_name": "Aly And Aj", + "event_type": "Music", + "time": "19:30", + "venue": "The Observatory North Park", + "venue_address": "2891 University Avenue" + }, + { + "category": "Pop", + "city": "San Diego", + "date": "2019-03-14", + "event_name": "Bastille", + "event_type": "Music", + "time": "17:00", + "venue": "Cal Coast Credit Union Amphitheater", + "venue_address": "5500 Campanile Drive" + }, + { + "category": "Rock", + "city": "San Diego", + "date": "2019-03-13", + "event_name": "Fidlar", + "event_type": "Music", + "time": "18:00", + "venue": "The Observatory North Park", + "venue_address": "2891 University Avenue" + }, + { + "category": "Blues", + "city": "San Diego", + "date": "2019-03-12", + "event_name": "Greta Van Fleet", + "event_type": "Music", + "time": "18:00", + "venue": "Cal Coast Credit Union Amphitheater", + "venue_address": "5500 Campanile Drive" + }, + { + "category": "Blues", + "city": "San Diego", + "date": "2019-03-12", + "event_name": "Hozier", + "event_type": "Music", + "time": "18:30", + "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-08", + "event_name": "Local Natives", + "event_type": "Music", + "time": "17:00", + "venue": "The Observatory North Park", + "venue_address": "2891 University Avenue" + }, + { + "category": "Pop", + "city": "San Diego", + "date": "2019-03-09", + "event_name": "Prettymuch", + "event_type": "Music", + "time": "18: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" + } + ], + "slots": [ + { + "exclusive_end": 36, + "slot": "event_name", + "start": 22 + }, + { + "exclusive_end": 79, + "slot": "venue", + "start": 44 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is an event for Alejandro Sanz at the Cal Coast Credit Union Amphitheater." + }, + { + "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": [ + "san diego" + ], + "date": [ + "dontcare" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What kind of event is that and when will it be?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "19:30" + ], + "slot": "time", + "values": [ + "7:30 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "International" + ], + "slot": "category", + "values": [ + "international" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 50, + "slot": "time", + "start": 43 + }, + { + "exclusive_end": 22, + "slot": "category", + "start": 9 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It is an international event 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": { + "city": [ + "san diego" + ], + "date": [ + "dontcare" + ], + "event_name": [ + "Alejandro Sanz" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds like a great event 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 the 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": [ + "san diego" + ], + "date": [ + "dontcare" + ], + "event_name": [ + "Alejandro Sanz" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No I don't want to buy tickets right now, I just needed some info thanks!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You're welcome, have a great day!" + } + ] + }, + { + "dialogue_id": "11_00121", + "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 to an event" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_type", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure. What city? Any type of event?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "event_type", + "values": [ + "Music" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "city", + "values": [ + "Philly" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 38, + "slot": "city", + "start": 32 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Philly" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for music events in Philly" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Blueface" + ], + "slot": "event_name", + "values": [ + "Blueface" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Fillmore Philadelphia" + ], + "slot": "venue", + "values": [ + "The Fillmore Philadelphia" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "10" + ], + "slot": "count", + "values": [ + "10" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Philadelphia", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "Hip Hop", + "city": "Philadelphia", + "date": "2019-03-08", + "event_name": "Blueface", + "event_type": "Music", + "time": "17:00", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + }, + { + "category": "Pop", + "city": "Philadelphia", + "date": "2019-03-13", + "event_name": "Conan Gray", + "event_type": "Music", + "time": "19:00", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + }, + { + "category": "Rock", + "city": "Philadelphia", + "date": "2019-03-11", + "event_name": "Don Broco", + "event_type": "Music", + "time": "18:30", + "venue": "The Foundry", + "venue_address": "29 East Allen Street 2nd Floor" + }, + { + "category": "Pop", + "city": "Philadelphia", + "date": "2019-03-07", + "event_name": "Girl In Red", + "event_type": "Music", + "time": "18:00", + "venue": "The Foundry", + "venue_address": "29 East Allen Street 2nd Floor" + }, + { + "category": "Rock", + "city": "Philadelphia", + "date": "2019-03-12", + "event_name": "Hot Water Music", + "event_type": "Music", + "time": "18:30", + "venue": "Underground Arts", + "venue_address": "1200 Callowhill Street" + }, + { + "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" + }, + { + "category": "Electronica", + "city": "Philadelphia", + "date": "2019-03-06", + "event_name": "Lights", + "event_type": "Music", + "time": "17:30", + "venue": "The Foundry", + "venue_address": "29 East Allen Street 2nd Floor" + }, + { + "category": "Hip Hop", + "city": "Philadelphia", + "date": "2019-03-02", + "event_name": "Nav With Killy", + "event_type": "Music", + "time": "18:30", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + }, + { + "category": "Rock", + "city": "Philadelphia", + "date": "2019-03-03", + "event_name": "Northlane", + "event_type": "Music", + "time": "17:00", + "venue": "The Foundry", + "venue_address": "29 East Allen Street 2nd Floor" + }, + { + "category": "Rock", + "city": "Philadelphia", + "date": "2019-03-13", + "event_name": "The Lemonheads", + "event_type": "Music", + "time": "19:00", + "venue": "The Foundry", + "venue_address": "29 East Allen Street 2nd Floor" + } + ], + "slots": [ + { + "exclusive_end": 49, + "slot": "event_name", + "start": 41 + }, + { + "exclusive_end": 78, + "slot": "venue", + "start": 53 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok. I found 10 events for you. How about Blueface at The Fillmore Philadelphia" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Philly" + ], + "event_name": [ + "Blueface" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "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": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "Philly" + ], + "event_name": [ + "Blueface" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Eh, not right now. Thanks" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Always here to help" + } + ] + }, + { + "dialogue_id": "11_00122", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "event_type", + "values": [ + "Music" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "city", + "values": [ + "Philly" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 43, + "slot": "city", + "start": 37 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Philly" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for some Music events in Philly, do you know of anything?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Blueface" + ], + "slot": "event_name", + "values": [ + "Blueface" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Fillmore Philadelphia" + ], + "slot": "venue", + "values": [ + "The Fillmore Philadelphia" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Philadelphia", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "Hip Hop", + "city": "Philadelphia", + "date": "2019-03-08", + "event_name": "Blueface", + "event_type": "Music", + "time": "17:00", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + }, + { + "category": "Pop", + "city": "Philadelphia", + "date": "2019-03-13", + "event_name": "Conan Gray", + "event_type": "Music", + "time": "19:00", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + }, + { + "category": "Rock", + "city": "Philadelphia", + "date": "2019-03-11", + "event_name": "Don Broco", + "event_type": "Music", + "time": "18:30", + "venue": "The Foundry", + "venue_address": "29 East Allen Street 2nd Floor" + }, + { + "category": "Pop", + "city": "Philadelphia", + "date": "2019-03-07", + "event_name": "Girl In Red", + "event_type": "Music", + "time": "18:00", + "venue": "The Foundry", + "venue_address": "29 East Allen Street 2nd Floor" + }, + { + "category": "Rock", + "city": "Philadelphia", + "date": "2019-03-12", + "event_name": "Hot Water Music", + "event_type": "Music", + "time": "18:30", + "venue": "Underground Arts", + "venue_address": "1200 Callowhill Street" + }, + { + "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" + }, + { + "category": "Electronica", + "city": "Philadelphia", + "date": "2019-03-06", + "event_name": "Lights", + "event_type": "Music", + "time": "17:30", + "venue": "The Foundry", + "venue_address": "29 East Allen Street 2nd Floor" + }, + { + "category": "Hip Hop", + "city": "Philadelphia", + "date": "2019-03-02", + "event_name": "Nav With Killy", + "event_type": "Music", + "time": "18:30", + "venue": "The Fillmore Philadelphia", + "venue_address": "29 East Allen Street" + }, + { + "category": "Rock", + "city": "Philadelphia", + "date": "2019-03-03", + "event_name": "Northlane", + "event_type": "Music", + "time": "17:00", + "venue": "The Foundry", + "venue_address": "29 East Allen Street 2nd Floor" + }, + { + "category": "Rock", + "city": "Philadelphia", + "date": "2019-03-13", + "event_name": "The Lemonheads", + "event_type": "Music", + "time": "19:00", + "venue": "The Foundry", + "venue_address": "29 East Allen Street 2nd Floor" + } + ], + "slots": [ + { + "exclusive_end": 32, + "slot": "event_name", + "start": 24 + }, + { + "exclusive_end": 61, + "slot": "venue", + "start": 36 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's an event called Blueface at The Fillmore Philadelphia." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Philly" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any other events out there?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Conan Gray" + ], + "slot": "event_name", + "values": [ + "Conan Gray" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Fillmore Philadelphia" + ], + "slot": "venue", + "values": [ + "The Fillmore Philadelphia" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 34, + "slot": "event_name", + "start": 24 + }, + { + "exclusive_end": 63, + "slot": "venue", + "start": 38 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's an event called Conan Gray at The Fillmore Philadelphia." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Philly" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "How about anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Don Broco" + ], + "slot": "event_name", + "values": [ + "Don Broco" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "The Foundry" + ], + "slot": "venue", + "values": [ + "the Foundry" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 31, + "slot": "event_name", + "start": 22 + }, + { + "exclusive_end": 46, + "slot": "venue", + "start": 35 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's an event call Don Broco at the Foundry." + }, + { + "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": [ + "Philly" + ], + "event_name": [ + "Don Broco" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like the sound of that. That'll be all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a terrific day." + } + ] + }, + { + "dialogue_id": "11_00123", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sports" + ], + "slot": "event_type", + "values": [ + "Sports" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Sacramento" + ], + "slot": "city", + "values": [ + "Sacramento, CA" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 140, + "slot": "city", + "start": 126 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Sacramento, CA" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for something to do. I want to find some events. I am specifically interested in Games. I am looking for those in Sacramento, CA." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Republic Vs Toros" + ], + "slot": "event_name", + "values": [ + "Republic Vs Toros" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Papa Murphy's Park" + ], + "slot": "venue", + "values": [ + "Papa Murphy's Park" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Sacramento", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Soccer", + "city": "Sacramento", + "date": "2019-03-13", + "event_name": "Republic Vs Toros", + "event_type": "Sports", + "time": "17:30", + "venue": "Papa Murphy's Park", + "venue_address": "1600 Exposition Boulevard" + } + ], + "slots": [ + { + "exclusive_end": 37, + "slot": "event_name", + "start": 20 + }, + { + "exclusive_end": 78, + "slot": "venue", + "start": 60 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "An event I found is Republic Vs Toros and it takes place at Papa Murphy's Park." + }, + { + "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, CA" + ], + "event_name": [ + "Republic Vs Toros" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like the sound of that. That's the only thing I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day." + } + ] + }, + { + "dialogue_id": "11_00124", + "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 look for events." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_type", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What kind of events 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 want a Sports event." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there a particular city I should look in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York City" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "date", + "values": [ + "7th of this month" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 38, + "slot": "city", + "start": 25 + }, + { + "exclusive_end": 71, + "slot": "date", + "start": 54 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "New York City" + ], + "date": [ + "7th of this month" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to find events in New York City. How about the 7th of this month?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Mets Vs Dodgers" + ], + "slot": "event_name", + "values": [ + "Mets Vs Dodgers" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Citi Field" + ], + "slot": "venue", + "values": [ + "Citi Field" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "New York", + "date": "2019-03-07", + "event_type": "Sports" + } + }, + "service_results": [ + { + "category": "Baseball", + "city": "New York", + "date": "2019-03-07", + "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-07", + "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-07", + "event_name": "Mets Vs Phillies", + "event_type": "Sports", + "time": "19:30", + "venue": "Citi Field", + "venue_address": "123-01 Roosevelt Avenue" + }, + { + "category": "Baseball", + "city": "New York", + "date": "2019-03-07", + "event_name": "Nycfc Vs Union", + "event_type": "Sports", + "time": "17:00", + "venue": "Yankee Stadium", + "venue_address": "1 East 161 Street" + }, + { + "category": "Baseball", + "city": "New York", + "date": "2019-03-07", + "event_name": "Yankees Vs Angels", + "event_type": "Sports", + "time": "17:00", + "venue": "Yankee Stadium", + "venue_address": "1 East 161 Street" + }, + { + "category": "Baseball", + "city": "New York", + "date": "2019-03-07", + "event_name": "Yankees Vs Indians", + "event_type": "Sports", + "time": "17:00", + "venue": "Yankee Stadium", + "venue_address": "1 East 161 Street" + }, + { + "category": "Baseball", + "city": "New York", + "date": "2019-03-07", + "event_name": "Yankees Vs Rays", + "event_type": "Sports", + "time": "19:30", + "venue": "Yankee Stadium", + "venue_address": "1 East 161 Street" + } + ], + "slots": [ + { + "exclusive_end": 37, + "slot": "event_name", + "start": 22 + }, + { + "exclusive_end": 63, + "slot": "venue", + "start": 53 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Are you interested in Mets Vs Dodgers? It will be 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": { + "city": [ + "New York City" + ], + "date": [ + "7th of this month" + ], + "event_name": [ + "Mets Vs Dodgers" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great. That is all for now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good one." + } + ] + }, + { + "dialogue_id": "11_00125", + "services": [ + "Events_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Music" + ], + "slot": "event_type", + "values": [ + "Music" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "date", + "values": [ + "Sunday this week" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "FindEvents" + ], + "slot": "intent", + "values": [ + "FindEvents" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 50, + "slot": "date", + "start": 34 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "date": [ + "Sunday this week" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to find a Music event on Sunday this week." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which city are you searching in?" + }, + { + "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": 15, + "slot": "city", + "start": 0 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Toronto, Canada" + ], + "date": [ + "Sunday this week" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Toronto, Canada please. Actually, I'd like a Sports event instead." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Blue Jays Vs Mariners" + ], + "slot": "event_name", + "values": [ + "Blue Jays Vs Mariners" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Rogers Centre" + ], + "slot": "venue", + "values": [ + "Rogers Centre" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "5" + ], + "slot": "count", + "values": [ + "5" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Toronto", + "date": "2019-03-03", + "event_type": "Sports" + } + }, + "service_results": [ + { + "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-03", + "event_name": "Blue Jays Vs Rangers", + "event_type": "Sports", + "time": "19:00", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + }, + { + "category": "Baseball", + "city": "Toronto", + "date": "2019-03-03", + "event_name": "Blue Jays Vs Royals", + "event_type": "Sports", + "time": "17:30", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + }, + { + "category": "Baseball", + "city": "Toronto", + "date": "2019-03-03", + "event_name": "Blue Jays Vs Yankees", + "event_type": "Sports", + "time": "18:00", + "venue": "Rogers Centre", + "venue_address": "1 Blue Jays Way" + }, + { + "category": "Soccer", + "city": "Toronto", + "date": "2019-03-03", + "event_name": "Toronto Fc Vs Impact", + "event_type": "Sports", + "time": "17:30", + "venue": "BMO Field", + "venue_address": "170 Princes' Boulevard" + } + ], + "slots": [ + { + "exclusive_end": 49, + "slot": "event_name", + "start": 28 + }, + { + "exclusive_end": 66, + "slot": "venue", + "start": 53 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I've found 5 events. One is Blue Jays Vs Mariners at Rogers Centre." + }, + { + "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": [ + "Toronto, Canada" + ], + "date": [ + "Sunday this week" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What time does the event begin, and what is the address?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17:00" + ], + "slot": "time", + "values": [ + "5 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "1 Blue Jays Way" + ], + "slot": "venue_address", + "values": [ + "1 Blue Jays Way" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 24, + "slot": "time", + "start": 20 + }, + { + "exclusive_end": 59, + "slot": "venue_address", + "start": 44 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The event starts at 5 pm and the address is 1 Blue Jays Way." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Toronto, Canada" + ], + "date": [ + "Sunday this week" + ], + "event_name": [ + "Blue Jays Vs Mariners" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good." + }, + { + "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": { + "city": [ + "Toronto, Canada" + ], + "date": [ + "Sunday this week" + ], + "event_name": [ + "Blue Jays Vs Mariners" + ], + "event_type": [ + "Sports" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice day." + } + ] + }, + { + "dialogue_id": "11_00126", + "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 keen to head out. What events are on?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Let's have a look, what city are you in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "city", + "values": [ + "New York" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 8, + "slot": "city", + "start": 0 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "New York" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "New York City!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "event_type", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "okay what are you up for doing?" + }, + { + "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" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd love 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" + ] + }, + { + "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": 56, + "slot": "event_name", + "start": 38 + }, + { + "exclusive_end": 66, + "slot": "venue", + "start": 60 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay I've found 10 events, what about Amber Run Brooklyn at Warsaw?" + }, + { + "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" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What sort of music? What time does it start?" + }, + { + "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": 39, + "slot": "time", + "start": 32 + }, + { + "exclusive_end": 8, + "slot": "category", + "start": 5 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It's pop music and it 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": { + "city": [ + "New York" + ], + "event_name": [ + "Amber Run Brooklyn" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay sounds great" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like me to book a ticket for you?" + }, + { + "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" + ], + "event_name": [ + "Amber Run Brooklyn" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No thanks, not right now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, glad I could help." + } + ] + }, + { + "dialogue_id": "11_00127", + "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": [ + "Music", + "Sports" + ], + "slot": "event_type", + "values": [ + "Music", + "Sports" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there a specific kind of event like Music or Sports that you wish to attend?" + }, + { + "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": "I would lke to find a concert." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "city", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "In what city are you looking for a concert?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "city", + "values": [ + "Chicago" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 28, + "slot": "city", + "start": 21 + } + ], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Chicago" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Please search in the Chicago area." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Basta" + ], + "slot": "event_name", + "values": [ + "Basta" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Concord Music Hall" + ], + "slot": "venue", + "values": [ + "Concord Music Hall" + ] + } + ], + "service": "Events_2", + "service_call": { + "method": "FindEvents", + "parameters": { + "city": "Chicago", + "event_type": "Music" + } + }, + "service_results": [ + { + "category": "Pop", + "city": "Chicago", + "date": "2019-03-01", + "event_name": "Basta", + "event_type": "Music", + "time": "18:00", + "venue": "Concord Music Hall", + "venue_address": "2047 North Milwaukee Avenue" + }, + { + "category": "Country", + "city": "Chicago", + "date": "2019-03-12", + "event_name": "Billy Currington", + "event_type": "Music", + "time": "18:30", + "venue": "Gallagher Way", + "venue_address": "3635 North Clark Street" + }, + { + "category": "Pop", + "city": "Chicago", + "date": "2019-03-10", + "event_name": "New Found Glory", + "event_type": "Music", + "time": "18:30", + "venue": "Concord Music Hall", + "venue_address": "2047 North Milwaukee Avenue" + }, + { + "category": "Rock", + "city": "Chicago", + "date": "2019-03-12", + "event_name": "The Buttertones", + "event_type": "Music", + "time": "17:30", + "venue": "Chop Shop", + "venue_address": "2033 West North Avenue" + }, + { + "category": "Jazz", + "city": "Chicago", + "date": "2019-03-01", + "event_name": "Timmy Trumpet", + "event_type": "Music", + "time": "18:00", + "venue": "Concord Music Hall", + "venue_address": "2047 North Milwaukee Avenue" + } + ], + "slots": [ + { + "exclusive_end": 5, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 42, + "slot": "venue", + "start": 24 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Basta is playing at the Concord Music Hall." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Chicago" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What are some other events?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Billy Currington" + ], + "slot": "event_name", + "values": [ + "Billy Currington" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Gallagher Way" + ], + "slot": "venue", + "values": [ + "Gallagher Way" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 16, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 44, + "slot": "venue", + "start": 31 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Billy Currington is playing at Gallagher Way." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "category", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [ + "category" + ], + "slot_values": { + "city": [ + "Chicago" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What type of even is this one?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Country" + ], + "slot": "category", + "values": [ + "Country" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 17, + "slot": "category", + "start": 10 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "This is a Country concert." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Chicago" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What are some other concerts?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "New Found Glory" + ], + "slot": "event_name", + "values": [ + "New Found Glory" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Concord Music Hall" + ], + "slot": "venue", + "values": [ + "Concord Music Hall" + ] + } + ], + "service": "Events_2", + "slots": [ + { + "exclusive_end": 15, + "slot": "event_name", + "start": 0 + }, + { + "exclusive_end": 49, + "slot": "venue", + "start": 31 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "New Found Glory will be at the Concord Music Hall." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "FindEvents", + "requested_slots": [], + "slot_values": { + "city": [ + "Chicago" + ], + "event_name": [ + "New Found Glory" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That one sounds great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "BuyEventTickets" + ], + "slot": "intent", + "values": [ + "BuyEventTickets" + ] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you wish to purchase tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "city": [ + "Chicago" + ], + "event_name": [ + "New Found Glory" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No I do not wish to purchase tickets at this time." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else I can assist you with today?" + }, + { + "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": [ + "Chicago" + ], + "event_name": [ + "New Found Glory" + ], + "event_type": [ + "Music" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thank you for your assistance." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Events_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day!" + } + ] + } +]