diff --git "a/datasets/schema_guided/dialogues_009.json" "b/datasets/schema_guided/dialogues_009.json" deleted file mode 100644--- "a/datasets/schema_guided/dialogues_009.json" +++ /dev/null @@ -1,117927 +0,0 @@ -[ - { - "dialogue_id": "9_00000", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Anaheim" - ], - "slot": "city", - "values": [ - "Anaheim, CA" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 43, - "slot": "city", - "start": 32 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Anaheim, CA" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Will you help me find events in Anaheim, CA?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "event_type", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What type of events?" - }, - { - "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": [ - "Anaheim, CA" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sports." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Angels Vs Astros" - ], - "slot": "event_name", - "values": [ - "Angels Vs Astros" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Angel Stadium of Anaheim" - ], - "slot": "venue", - "values": [ - "Angel Stadium of Anaheim" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "7" - ], - "slot": "count", - "values": [ - "7" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "Anaheim", - "event_type": "Sports" - } - }, - "service_results": [ - { - "category": "Baseball", - "city": "Anaheim", - "date": "2019-03-07", - "event_name": "Angels Vs Astros", - "event_type": "Sports", - "time": "17:00", - "venue": "Angel Stadium of Anaheim", - "venue_address": "2000 East Gene Autry Way" - }, - { - "category": "Baseball", - "city": "Anaheim", - "date": "2019-03-11", - "event_name": "Angels Vs Mariners", - "event_type": "Sports", - "time": "17:00", - "venue": "Angel Stadium of Anaheim", - "venue_address": "2000 East Gene Autry Way" - }, - { - "category": "Baseball", - "city": "Anaheim", - "date": "2019-03-14", - "event_name": "Angels Vs Orioles", - "event_type": "Sports", - "time": "19:30", - "venue": "Angel Stadium of Anaheim", - "venue_address": "2000 East Gene Autry Way" - }, - { - "category": "Baseball", - "city": "Anaheim", - "date": "2019-03-04", - "event_name": "Angels Vs Red Sox", - "event_type": "Sports", - "time": "19:00", - "venue": "Angel Stadium of Anaheim", - "venue_address": "2000 East Gene Autry Way" - }, - { - "category": "Baseball", - "city": "Anaheim", - "date": "2019-03-10", - "event_name": "Angels Vs Tigers", - "event_type": "Sports", - "time": "18:30", - "venue": "Angel Stadium of Anaheim", - "venue_address": "2000 East Gene Autry Way" - }, - { - "category": "Baseball", - "city": "Anaheim", - "date": "2019-03-11", - "event_name": "Angels Vs White Sox", - "event_type": "Sports", - "time": "18:00", - "venue": "Angel Stadium of Anaheim", - "venue_address": "2000 East Gene Autry Way" - }, - { - "category": "Baseball", - "city": "Anaheim", - "date": "2019-03-03", - "event_name": "La Angels Vs Houston", - "event_type": "Sports", - "time": "19:30", - "venue": "Angel Stadium of Anaheim", - "venue_address": "2000 East Gene Autry Way" - } - ], - "slots": [ - { - "exclusive_end": 49, - "slot": "event_name", - "start": 33 - }, - { - "exclusive_end": 77, - "slot": "venue", - "start": 53 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 7 events. One of them is Angels Vs Astros at Angel Stadium of Anaheim." - }, - { - "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": [ - "Anaheim, CA" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What category? What time does it start?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "17:00" - ], - "slot": "time", - "values": [ - "5 pm" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Baseball" - ], - "slot": "category", - "values": [ - "Baseball" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 27, - "slot": "time", - "start": 23 - }, - { - "exclusive_end": 8, - "slot": "category", - "start": 0 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Baseball. It starts 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": [ - "Anaheim, CA" - ], - "event_name": [ - "Angels Vs Astros" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds good. I want to buy tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_of_tickets", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What date? How many tickets?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "4" - ], - "slot": "number_of_tickets", - "values": [ - "4" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-07" - ], - "slot": "date", - "values": [ - "next Thursday" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 30, - "slot": "date", - "start": 17 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Anaheim, CA" - ], - "date": [ - "next Thursday" - ], - "event_name": [ - "Angels Vs Astros" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Four tickets for next Thursday." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Angels Vs Astros" - ], - "slot": "event_name", - "values": [ - "Angels Vs Astros" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "4" - ], - "slot": "number_of_tickets", - "values": [ - "4" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-07" - ], - "slot": "date", - "values": [ - "next Thursday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Anaheim" - ], - "slot": "city", - "values": [ - "Anaheim" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 45, - "slot": "event_name", - "start": 29 - }, - { - "exclusive_end": 59, - "slot": "date", - "start": 46 - }, - { - "exclusive_end": 70, - "slot": "city", - "start": 63 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm 4 tickets for Angels Vs Astros next Thursday in Anaheim." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "date", - "values": [ - "8th of this month" - ] - }, - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 38, - "slot": "date", - "start": 21 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Anaheim", - "Anaheim, CA" - ], - "date": [ - "8th of this month" - ], - "event_name": [ - "Angels Vs Astros" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No. Change is to the 8th of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "date", - "values": [ - "next Friday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Anaheim" - ], - "slot": "city", - "values": [ - "Anaheim" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 38, - "slot": "date", - "start": 27 - }, - { - "exclusive_end": 49, - "slot": "city", - "start": 42 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm an event on next Friday in Anaheim." - }, - { - "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": [ - "Anaheim", - "Anaheim, CA" - ], - "date": [ - "8th of this month", - "next Friday" - ], - "event_name": [ - "Angels Vs Astros" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Great. Where is located?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2000 East Gene Autry Way" - ], - "slot": "venue_address", - "values": [ - "2000 East Gene Autry Way" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Anaheim", - "date": "2019-03-08", - "event_name": "Angels Vs Astros", - "number_of_tickets": "4" - } - }, - "service_results": [ - { - "city": "Anaheim", - "date": "2019-03-08", - "event_name": "Angels Vs Astros", - "number_of_tickets": "4", - "time": "18:00", - "venue": "Angel Stadium of Anaheim", - "venue_address": "2000 East Gene Autry Way" - } - ], - "slots": [ - { - "exclusive_end": 68, - "slot": "venue_address", - "start": 44 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I've made your reservation. It's located at 2000 East Gene Autry Way." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Anaheim", - "Anaheim, CA" - ], - "date": [ - "8th of this month", - "next Friday" - ], - "event_name": [ - "Angels Vs Astros" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "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": [ - "Anaheim", - "Anaheim, CA" - ], - "date": [ - "8th of this month", - "next Friday" - ], - "event_name": [ - "Angels Vs Astros" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a wonderful day." - } - ] - }, - { - "dialogue_id": "9_00001", - "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": 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 please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "event_type", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What kind of events?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Music" - ], - "slot": "event_type", - "values": [ - "Music" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "NYC" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want 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": 57, - "slot": "event_name", - "start": 39 - }, - { - "exclusive_end": 24, - "slot": "venue", - "start": 18 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have an even in Warsaw, which is the Amber Run Brooklyn." - }, - { - "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": "What else do you have?" - }, - { - "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": 41, - "slot": "event_name", - "start": 34 - }, - { - "exclusive_end": 26, - "slot": "venue", - "start": 19 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have an event at La Boom called Americo." - }, - { - "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": "What else is there?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Ben Harper" - ], - "slot": "event_name", - "values": [ - "Ben Harper" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Pier 17" - ], - "slot": "venue", - "values": [ - "Pier 17" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 20, - "slot": "event_name", - "start": 10 - }, - { - "exclusive_end": 31, - "slot": "venue", - "start": 24 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "How about Ben Harper at Pier 17?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2" - ], - "slot": "number_of_tickets", - "values": [ - "2" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "date", - "values": [ - "March 10th" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "BuyEventTickets" - ], - "slot": "intent", - "values": [ - "BuyEventTickets" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 50, - "slot": "date", - "start": 40 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "NYC" - ], - "date": [ - "March 10th" - ], - "event_name": [ - "Ben Harper" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I like that one. I want two tickets for March 10th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Ben Harper" - ], - "slot": "event_name", - "values": [ - "Ben Harper" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2" - ], - "slot": "number_of_tickets", - "values": [ - "2" - ] - }, - { - "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": 34, - "slot": "event_name", - "start": 24 - }, - { - "exclusive_end": 48, - "slot": "date", - "start": 38 - }, - { - "exclusive_end": 60, - "slot": "city", - "start": 52 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Confirming 2 tickets to Ben Harper on March 10th 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 10th" - ], - "event_name": [ - "Ben Harper" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Perfect, thank you." - }, - { - "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": "Ben Harper", - "number_of_tickets": "2" - } - }, - "service_results": [ - { - "city": "New York", - "date": "2019-03-10", - "event_name": "Ben Harper", - "number_of_tickets": "2", - "time": "19:00", - "venue": "Pier 17", - "venue_address": "89 South Street" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "The booking is complete." - }, - { - "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": [ - "March 10th" - ], - "event_name": [ - "Ben Harper" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank for your help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Anything else 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": [ - "NYC", - "New York" - ], - "date": [ - "March 10th" - ], - "event_name": [ - "Ben Harper" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, not right now." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Thank you very much." - } - ] - }, - { - "dialogue_id": "9_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": "I need to find an event." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "event_type", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What type of event?" - }, - { - "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": "Sports sounds fun." - }, - { - "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": [ - "Washington D.C." - ], - "slot": "city", - "values": [ - "Washington D.C." - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 18, - "slot": "city", - "start": 3 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Washington D.C." - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "In Washington D.C. 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": "venue", - "values": [ - "Audi Field" - ] - } - ], - "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": 31, - "slot": "event_name", - "start": 8 - }, - { - "exclusive_end": 45, - "slot": "venue", - "start": 35 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 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": [ - "Washington D.C." - ], - "event_name": [ - "Dc United Vs Revolution" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds great/" - }, - { - "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": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Washington D.C." - ], - "event_name": [ - "Dc United Vs Revolution" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_of_tickets", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "date", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How many tickets, and which date?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "date", - "values": [ - "14th of March" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "4" - ], - "slot": "number_of_tickets", - "values": [ - "4" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 17, - "slot": "date", - "start": 4 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Washington D.C." - ], - "date": [ - "14th of March" - ], - "event_name": [ - "Dc United Vs Revolution" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "the 14th of March, four tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Dc United Vs Revolution" - ], - "slot": "event_name", - "values": [ - "Dc United Vs Revolution" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "4" - ], - "slot": "number_of_tickets", - "values": [ - "4" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "date", - "values": [ - "March 14th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Washington D.C." - ], - "slot": "city", - "values": [ - "Washington D.C." - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 66, - "slot": "event_name", - "start": 43 - }, - { - "exclusive_end": 34, - "slot": "date", - "start": 24 - }, - { - "exclusive_end": 85, - "slot": "city", - "start": 70 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have 4 tickets on the March 14th for the Dc United Vs Revolution in Washington D.C., is that correct?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "date", - "values": [ - "the 9th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "3" - ], - "slot": "number_of_tickets", - "values": [ - "3" - ] - }, - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 23, - "slot": "date", - "start": 16 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Washington D.C." - ], - "date": [ - "the 9th" - ], - "event_name": [ - "Dc United Vs Revolution" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, I want 3 on the 9th please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "3" - ], - "slot": "number_of_tickets", - "values": [ - "3" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "date", - "values": [ - "March 9th" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 29, - "slot": "date", - "start": 20 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have 3 tickets on March 9th, is that correct?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Washington D.C." - ], - "date": [ - "March 9th", - "the 9th" - ], - "event_name": [ - "Dc United Vs Revolution" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "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": "Washington D.C.", - "date": "2019-03-09", - "event_name": "Dc United Vs Revolution", - "number_of_tickets": "3" - } - }, - "service_results": [ - { - "city": "Washington D.C.", - "date": "2019-03-09", - "event_name": "Dc United Vs Revolution", - "number_of_tickets": "3", - "time": "18:30", - "venue": "Audi Field", - "venue_address": "100 Potomac Avenue Southwest" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your tickets are 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": { - "city": [ - "Washington D.C." - ], - "date": [ - "March 9th", - "the 9th" - ], - "event_name": [ - "Dc United Vs Revolution" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you, that's all I needed." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a wonderful day." - } - ] - }, - { - "dialogue_id": "9_00003", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "city", - "values": [ - "New York" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 40, - "slot": "city", - "start": 32 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "New York" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want you to find me events in New York." - }, - { - "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 any other type of events?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Music" - ], - "slot": "event_type", - "values": [ - "Music" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "New York" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Search Concert events for me." - }, - { - "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": 68, - "slot": "event_name", - "start": 50 - }, - { - "exclusive_end": 78, - "slot": "venue", - "start": 72 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 10 concert events in New York. What about Amber Run Brooklyn at Warsaw?" - }, - { - "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": [ - "New York" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What type of event is this and when 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": 41, - "slot": "time", - "start": 34 - }, - { - "exclusive_end": 16, - "slot": "category", - "start": 13 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The genre is Pop and it starts at 7:30 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "New York" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What else can you find?" - }, - { - "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": 18, - "slot": "event_name", - "start": 11 - }, - { - "exclusive_end": 29, - "slot": "venue", - "start": 22 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "What about Americo at La Boom?" - }, - { - "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" - ], - "event_name": [ - "Americo" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That works for me. Buy me some tickets to it." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "date", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What date do you want?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "number_of_tickets", - "values": [ - "1" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "date", - "values": [ - "this Saturday" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 35, - "slot": "date", - "start": 22 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "New York" - ], - "date": [ - "this Saturday" - ], - "event_name": [ - "Americo" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Get me one ticket for this Saturday." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Americo" - ], - "slot": "event_name", - "values": [ - "Americo" - ] - }, - { - "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": [ - "New York" - ], - "slot": "city", - "values": [ - "New York" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 33, - "slot": "event_name", - "start": 26 - }, - { - "exclusive_end": 61, - "slot": "date", - "start": 53 - }, - { - "exclusive_end": 52, - "slot": "city", - "start": 44 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You want 1 ticket for the Americo evnent in New York tomorrow. Is that right?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2" - ], - "slot": "number_of_tickets", - "values": [ - "2" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-01" - ], - "slot": "date", - "values": [ - "later today" - ] - }, - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 39, - "slot": "date", - "start": 28 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "New York" - ], - "date": [ - "later today" - ], - "event_name": [ - "Americo" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, make it two tickets for later today." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "2" - ], - "slot": "number_of_tickets", - "values": [ - "2" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-01" - ], - "slot": "date", - "values": [ - "today" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 38, - "slot": "date", - "start": 33 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You want 2 tickets for the event today. Is that right?" - }, - { - "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": [ - "New York" - ], - "date": [ - "later today", - "today" - ], - "event_name": [ - "Americo" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that is right. What is their address?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "56-15 Northern Boulevard, Woodside" - ], - "slot": "venue_address", - "values": [ - "56-15 Northern Boulevard, Woodside" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "New York", - "date": "2019-03-01", - "event_name": "Americo", - "number_of_tickets": "2" - } - }, - "service_results": [ - { - "city": "New York", - "date": "2019-03-01", - "event_name": "Americo", - "number_of_tickets": "2", - "time": "18:30", - "venue": "La Boom", - "venue_address": "56-15 Northern Boulevard, Woodside" - } - ], - "slots": [ - { - "exclusive_end": 51, - "slot": "venue_address", - "start": 17 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Their address is 56-15 Northern Boulevard, Woodside and your tickets have been booked." - }, - { - "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": [ - "later today", - "today" - ], - "event_name": [ - "Americo" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks a lot." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you need 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": [ - "New York" - ], - "date": [ - "later today", - "today" - ], - "event_name": [ - "Americo" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that is all. Thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day." - } - ] - }, - { - "dialogue_id": "9_00004", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Anaheim" - ], - "slot": "city", - "values": [ - "Anaheim, CA" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 43, - "slot": "city", - "start": 32 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Anaheim, CA" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you find me things to do in Anaheim, CA?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "Music", - "Sports" - ], - "slot": "event_type", - "values": [ - "Music", - "Sports" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Of course. Any preference for what type of event? Maybe 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": [ - "Anaheim, CA" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Any games I can go see?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Angels Vs Astros" - ], - "slot": "event_name", - "values": [ - "Angels vs Astros" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Angel Stadium of Anaheim" - ], - "slot": "venue", - "values": [ - "Angel Stadium of Anaheim" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "Anaheim", - "event_type": "Sports" - } - }, - "service_results": [ - { - "category": "Baseball", - "city": "Anaheim", - "date": "2019-03-07", - "event_name": "Angels Vs Astros", - "event_type": "Sports", - "time": "17:00", - "venue": "Angel Stadium of Anaheim", - "venue_address": "2000 East Gene Autry Way" - }, - { - "category": "Baseball", - "city": "Anaheim", - "date": "2019-03-11", - "event_name": "Angels Vs Mariners", - "event_type": "Sports", - "time": "17:00", - "venue": "Angel Stadium of Anaheim", - "venue_address": "2000 East Gene Autry Way" - }, - { - "category": "Baseball", - "city": "Anaheim", - "date": "2019-03-14", - "event_name": "Angels Vs Orioles", - "event_type": "Sports", - "time": "19:30", - "venue": "Angel Stadium of Anaheim", - "venue_address": "2000 East Gene Autry Way" - }, - { - "category": "Baseball", - "city": "Anaheim", - "date": "2019-03-04", - "event_name": "Angels Vs Red Sox", - "event_type": "Sports", - "time": "19:00", - "venue": "Angel Stadium of Anaheim", - "venue_address": "2000 East Gene Autry Way" - }, - { - "category": "Baseball", - "city": "Anaheim", - "date": "2019-03-10", - "event_name": "Angels Vs Tigers", - "event_type": "Sports", - "time": "18:30", - "venue": "Angel Stadium of Anaheim", - "venue_address": "2000 East Gene Autry Way" - }, - { - "category": "Baseball", - "city": "Anaheim", - "date": "2019-03-11", - "event_name": "Angels Vs White Sox", - "event_type": "Sports", - "time": "18:00", - "venue": "Angel Stadium of Anaheim", - "venue_address": "2000 East Gene Autry Way" - }, - { - "category": "Baseball", - "city": "Anaheim", - "date": "2019-03-03", - "event_name": "La Angels Vs Houston", - "event_type": "Sports", - "time": "19:30", - "venue": "Angel Stadium of Anaheim", - "venue_address": "2000 East Gene Autry Way" - } - ], - "slots": [ - { - "exclusive_end": 27, - "slot": "event_name", - "start": 11 - }, - { - "exclusive_end": 55, - "slot": "venue", - "start": 31 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "What about Angels vs Astros at Angel Stadium of Anaheim" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-07" - ], - "slot": "date", - "values": [ - "next Thursday" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "BuyEventTickets" - ], - "slot": "intent", - "values": [ - "BuyEventTickets" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 73, - "slot": "date", - "start": 60 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Anaheim, CA" - ], - "date": [ - "next Thursday" - ], - "event_name": [ - "Angels vs Astros" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yeah a baseball game sounds fun. Can you buy me tickets for next Thursday?" - }, - { - "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": [ - "4" - ], - "slot": "number_of_tickets", - "values": [ - "4" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Anaheim, CA" - ], - "date": [ - "next Thursday" - ], - "event_name": [ - "Angels vs Astros" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Make it 4 tickets" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Angels Vs Astros" - ], - "slot": "event_name", - "values": [ - "Angels vs Astros" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "4" - ], - "slot": "number_of_tickets", - "values": [ - "4" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-07" - ], - "slot": "date", - "values": [ - "next Thursday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Anaheim" - ], - "slot": "city", - "values": [ - "Anaheim" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 46, - "slot": "event_name", - "start": 30 - }, - { - "exclusive_end": 60, - "slot": "date", - "start": 47 - }, - { - "exclusive_end": 71, - "slot": "city", - "start": 64 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm: 4 tickets for Angels vs Astros next Thursday in Anaheim" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Anaheim", - "Anaheim, CA" - ], - "date": [ - "next Thursday" - ], - "event_name": [ - "Angels vs Astros" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes that's right" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Anaheim", - "date": "2019-03-07", - "event_name": "Angels Vs Astros", - "number_of_tickets": "4" - } - }, - "service_results": [ - { - "city": "Anaheim", - "date": "2019-03-07", - "event_name": "Angels Vs Astros", - "number_of_tickets": "4", - "time": "17:00", - "venue": "Angel Stadium of Anaheim", - "venue_address": "2000 East Gene Autry Way" - } - ], - "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": [ - "Anaheim", - "Anaheim, CA" - ], - "date": [ - "next Thursday" - ], - "event_name": [ - "Angels vs Astros" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Always here to help" - } - ] - }, - { - "dialogue_id": "9_00005", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "city", - "values": [ - "New York" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 27, - "slot": "city", - "start": 19 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "New York" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I will be visiting New York tonight, please help me search for events I could attend to." - }, - { - "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": [ - "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": "A concert might happen the same day that I visit 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" - ] - } - ], - "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": 49, - "slot": "event_name", - "start": 31 - }, - { - "exclusive_end": 16, - "slot": "venue", - "start": 10 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 1 Warsaw, the event is Amber Run Brooklyn." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "venue_address", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "time", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [ - "time", - "venue_address" - ], - "slot_values": { - "city": [ - "New York" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Am not really sure where can I find the venue, I am not yet familiar with the place. And when does it starts by the way?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "261 Driggs Avenue, Brooklyn" - ], - "slot": "venue_address", - "values": [ - "261 Driggs Avenue, Brooklyn" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "19:30" - ], - "slot": "time", - "values": [ - "7:30 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 48, - "slot": "venue_address", - "start": 21 - }, - { - "exclusive_end": 77, - "slot": "time", - "start": 70 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The exact address is 261 Driggs Avenue, Brooklyn and it will start at 7:30 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "New York" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "It conflicts my schedule. Can you find another one?" - }, - { - "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": 48, - "slot": "event_name", - "start": 41 - }, - { - "exclusive_end": 20, - "slot": "venue", - "start": 13 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There's 1 at La Boom, the event title is Americo." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-01" - ], - "slot": "date", - "values": [ - "later today" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 52, - "slot": "date", - "start": 41 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "New York" - ], - "date": [ - "later today" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you find another one that will start later today?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Blowout Music Festival" - ], - "slot": "event_name", - "values": [ - "Blowout Music Festival" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Knockdown Center" - ], - "slot": "venue", - "values": [ - "Knockdown Center" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "New York", - "date": "2019-03-01", - "event_type": "Music" - } - }, - "service_results": [ - { - "category": "International", - "city": "New York", - "date": "2019-03-01", - "event_name": "Americo", - "event_type": "Music", - "time": "18:30", - "venue": "La Boom", - "venue_address": "56-15 Northern Boulevard, Woodside" - }, - { - "category": "Hip Hop", - "city": "New York", - "date": "2019-03-01", - "event_name": "Blowout Music Festival", - "event_type": "Music", - "time": "19:30", - "venue": "Knockdown Center", - "venue_address": "52-19 Flushing Avenue, Maspeth" - }, - { - "category": "Blues", - "city": "New York", - "date": "2019-03-01", - "event_name": "Buddy Guy", - "event_type": "Music", - "time": "17:00", - "venue": "Sony Hall", - "venue_address": "235 West 46th Street" - }, - { - "category": "Electronica", - "city": "New York", - "date": "2019-03-01", - "event_name": "Crooked Colours", - "event_type": "Music", - "time": "19:00", - "venue": "Rough Trade NYC", - "venue_address": "64 North 9th Street, Brooklyn" - }, - { - "category": "Electronica", - "city": "New York", - "date": "2019-03-01", - "event_name": "Esscalation Music Festival", - "event_type": "Music", - "time": "19:30", - "venue": "Melrose Ballroom", - "venue_address": "3608 33rd Street" - }, - { - "category": "Blues", - "city": "New York", - "date": "2019-03-01", - "event_name": "Greensky Bluegrass", - "event_type": "Music", - "time": "18:00", - "venue": "Pier 17", - "venue_address": "89 South Street" - }, - { - "category": "Country", - "city": "New York", - "date": "2019-03-01", - "event_name": "Jamey Johnson", - "event_type": "Music", - "time": "19:30", - "venue": "Sony Hall", - "venue_address": "235 West 46th Street" - }, - { - "category": "Rock", - "city": "New York", - "date": "2019-03-01", - "event_name": "Jethro Tull", - "event_type": "Music", - "time": "17:30", - "venue": "Forest Hills Stadium", - "venue_address": "1 Tennis Place, Forest Hills" - }, - { - "category": "Classical", - "city": "New York", - "date": "2019-03-01", - "event_name": "Laura Osnes", - "event_type": "Music", - "time": "19:30", - "venue": "Sony Hall", - "venue_address": "235 West 46th Street" - }, - { - "category": "Blues", - "city": "New York", - "date": "2019-03-01", - "event_name": "Lyfe Jennings", - "event_type": "Music", - "time": "18:00", - "venue": "Sony Hall", - "venue_address": "235 West 46th Street" - } - ], - "slots": [ - { - "exclusive_end": 83, - "slot": "event_name", - "start": 61 - }, - { - "exclusive_end": 49, - "slot": "venue", - "start": 33 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There's one that will be held at Knockdown Center, it is the Blowout Music Festival." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "New York" - ], - "date": [ - "later today" - ], - "event_name": [ - "Blowout Music Festival" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I think I heard that one. That's nice!" - }, - { - "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 Blowout Music Festival?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "New York" - ], - "date": [ - "later today" - ], - "event_name": [ - "Blowout Music Festival" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, please buy me a ticket." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_of_tickets", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Will you go by yourself?" - }, - { - "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": [ - "New York" - ], - "date": [ - "later today" - ], - "event_name": [ - "Blowout Music Festival" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, please buy only 1 ticket." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Blowout Music Festival" - ], - "slot": "event_name", - "values": [ - "Blowout Music Festival" - ] - }, - { - "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": [ - "New York" - ], - "slot": "city", - "values": [ - "New York" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 93, - "slot": "event_name", - "start": 71 - }, - { - "exclusive_end": 103, - "slot": "date", - "start": 98 - }, - { - "exclusive_end": 115, - "slot": "city", - "start": 107 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Alright, please confirm the following details: Purchase of 1 ticket to Blowout Music Festival for today at New York." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "New York" - ], - "date": [ - "later today", - "today" - ], - "event_name": [ - "Blowout Music Festival" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, all good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "New York", - "date": "2019-03-01", - "event_name": "Blowout Music Festival", - "number_of_tickets": "1" - } - }, - "service_results": [ - { - "city": "New York", - "date": "2019-03-01", - "event_name": "Blowout Music Festival", - "number_of_tickets": "1", - "time": "19:30", - "venue": "Knockdown Center", - "venue_address": "52-19 Flushing Avenue, Maspeth" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Reservation is successful." - }, - { - "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": [ - "later today", - "today" - ], - "event_name": [ - "Blowout Music Festival" - ], - "event_type": [ - "Music" - ], - "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": "Do you need help 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": { - "city": [ - "New York" - ], - "date": [ - "later today", - "today" - ], - "event_name": [ - "Blowout Music Festival" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No,that would be all. Thank you!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day" - } - ] - }, - { - "dialogue_id": "9_00006", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-07" - ], - "slot": "date", - "values": [ - "next Thursday" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 41, - "slot": "date", - "start": 28 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "date": [ - "next Thursday" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am looking for events for next Thursday." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "Music", - "Sports" - ], - "slot": "event_type", - "values": [ - "Music", - "Sports" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What type of events are you interested in, music, concerts, sports or something else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Sports" - ], - "slot": "event_type", - "values": [ - "Sports" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "date": [ - "next Thursday" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am interested in Games." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "city", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What city or area should I search in?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "city", - "values": [ - "Los Angeles" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 28, - "slot": "city", - "start": 17 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Los Angeles" - ], - "date": [ - "next Thursday" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want events in Los Angeles California." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Dodgers Vs Rockies" - ], - "slot": "event_name", - "values": [ - "Dodgers Vs Rockies" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Dodger Stadium" - ], - "slot": "venue", - "values": [ - "Dodger Stadium" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "Los Angeles", - "date": "2019-03-07", - "event_type": "Sports" - } - }, - "service_results": [ - { - "category": "Baseball", - "city": "Los Angeles", - "date": "2019-03-07", - "event_name": "Dodgers Vs Rockies", - "event_type": "Sports", - "time": "18:30", - "venue": "Dodger Stadium", - "venue_address": "1000 Vin Scully Ave" - }, - { - "category": "Soccer", - "city": "Los Angeles", - "date": "2019-03-07", - "event_name": "Lafc Vs Rapids", - "event_type": "Sports", - "time": "19:30", - "venue": "Banc of California Stadium", - "venue_address": "3939 South Figueroa Street" - }, - { - "category": "Basketball", - "city": "Los Angeles", - "date": "2019-03-07", - "event_name": "Sparks Vs Lynx", - "event_type": "Sports", - "time": "18:00", - "venue": "STAPLES Center", - "venue_address": "1111 South Figueroa Street" - }, - { - "category": "Basketball", - "city": "Los Angeles", - "date": "2019-03-07", - "event_name": "Sparks Vs Mystics", - "event_type": "Sports", - "time": "19:30", - "venue": "STAPLES Center", - "venue_address": "1111 South Figueroa Street" - }, - { - "category": "Basketball", - "city": "Los Angeles", - "date": "2019-03-07", - "event_name": "Sparks Vs Storm", - "event_type": "Sports", - "time": "19:00", - "venue": "STAPLES Center", - "venue_address": "1111 South Figueroa Street" - }, - { - "category": "Football", - "city": "Los Angeles", - "date": "2019-03-07", - "event_name": "Trojans Vs Bulldogs", - "event_type": "Sports", - "time": "19:30", - "venue": "LA Memorial Coliseum", - "venue_address": "3911 Figueroa Street" - }, - { - "category": "Football", - "city": "Los Angeles", - "date": "2019-03-07", - "event_name": "Usc Vs Oregon", - "event_type": "Sports", - "time": "18:00", - "venue": "LA Memorial Coliseum", - "venue_address": "3911 Figueroa Street" - }, - { - "category": "Football", - "city": "Los Angeles", - "date": "2019-03-07", - "event_name": "Usc Vs Ucla", - "event_type": "Sports", - "time": "19:00", - "venue": "LA Memorial Coliseum", - "venue_address": "3911 Figueroa Street" - }, - { - "category": "Football", - "city": "Los Angeles", - "date": "2019-03-07", - "event_name": "Usc Vs Utah", - "event_type": "Sports", - "time": "17:00", - "venue": "LA Memorial Coliseum", - "venue_address": "3911 Figueroa Street" - } - ], - "slots": [ - { - "exclusive_end": 37, - "slot": "event_name", - "start": 19 - }, - { - "exclusive_end": 56, - "slot": "venue", - "start": 42 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is an event, Dodgers Vs Rockies, at Dodger 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": { - "city": [ - "Los Angeles" - ], - "date": [ - "next Thursday" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What time does the event start and where is Dodger Stadium?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1000 Vin Scully Ave" - ], - "slot": "venue_address", - "values": [ - "1000 Vin Scully Ave" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "18:30" - ], - "slot": "time", - "values": [ - "6:30 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 89, - "slot": "venue_address", - "start": 70 - }, - { - "exclusive_end": 36, - "slot": "time", - "start": 29 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Dodgers vs Rockies begins at 6:30 pm and Dodger Stadium is located at 1000 Vin Scully Ave." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Los Angeles" - ], - "date": [ - "next Thursday" - ], - "event_name": [ - "Dodgers Vs Rockies" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yeah, that sounds like a plan." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "BuyEventTickets" - ], - "slot": "intent", - "values": [ - "BuyEventTickets" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like to buy tickets for this event?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Los Angeles" - ], - "date": [ - "next Thursday" - ], - "event_name": [ - "Dodgers Vs Rockies" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, I'd like to buy tickets for the Dodgers 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 to purchase?" - }, - { - "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 Thursday" - ], - "event_name": [ - "Dodgers Vs Rockies" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I only need 1 ticket." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Dodgers Vs Rockies" - ], - "slot": "event_name", - "values": [ - "Dodgers Vs Rockies" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "number_of_tickets", - "values": [ - "1" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-07" - ], - "slot": "date", - "values": [ - "next Thursday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "city", - "values": [ - "Los Angeles" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 75, - "slot": "event_name", - "start": 57 - }, - { - "exclusive_end": 95, - "slot": "date", - "start": 82 - }, - { - "exclusive_end": 111, - "slot": "city", - "start": 100 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Could you please confirm the following: 1 ticket for the Dodgers Vs Rockies game, next Thursday, in Los Angeles, California, that begins at 6:30 pm?" - }, - { - "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 Thursday" - ], - "event_name": [ - "Dodgers Vs Rockies" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that's what I want." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Los Angeles", - "date": "2019-03-07", - "event_name": "Dodgers Vs Rockies", - "number_of_tickets": "1" - } - }, - "service_results": [ - { - "city": "Los Angeles", - "date": "2019-03-07", - "event_name": "Dodgers Vs Rockies", - "number_of_tickets": "1", - "time": "18:30", - "venue": "Dodger Stadium", - "venue_address": "1000 Vin Scully Ave" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your ticket has been purchased." - }, - { - "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": [ - "next Thursday" - ], - "event_name": [ - "Dodgers Vs Rockies" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That's great. Thanks a lot." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "May I help you with any other event?" - }, - { - "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": [ - "next Thursday" - ], - "event_name": [ - "Dodgers Vs Rockies" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, thanks. That's all I need." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Enjoy the Dodgers vs Rockies!" - } - ] - }, - { - "dialogue_id": "9_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 would like to find performances happening" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "city", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "In what location would you like me to search for events?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "city", - "values": [ - "New York City" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 55, - "slot": "city", - "start": 42 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "New York City" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am interested in events taking place in New York City." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "Music", - "Sports" - ], - "slot": "event_type", - "values": [ - "Music", - "Sports" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Are you looking for specific types of events? You can specify by saying Music, Sports, or other types of events?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Music" - ], - "slot": "event_type", - "values": [ - "Music" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "New York City" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am interested in Music." - }, - { - "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": 79, - "slot": "event_name", - "start": 61 - }, - { - "exclusive_end": 99, - "slot": "venue", - "start": 93 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There are 10 events meeting your criteria. One such event is Amber Run Brooklyn happening at Warsaw." - }, - { - "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 City" - ], - "event_name": [ - "Amber Run Brooklyn" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Excellent. I would like to purchase tickets to this one." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_of_tickets", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How many tickets would you like and for which date?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "4" - ], - "slot": "number_of_tickets", - "values": [ - "4" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "date", - "values": [ - "5th of this month" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 67, - "slot": "date", - "start": 50 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "New York City" - ], - "date": [ - "5th of this month" - ], - "event_name": [ - "Amber Run Brooklyn" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to get 4 tickets for the show on the 5th of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Amber Run Brooklyn" - ], - "slot": "event_name", - "values": [ - "Amber Run Brooklyn" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "4" - ], - "slot": "number_of_tickets", - "values": [ - "4" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "date", - "values": [ - "next Tuesday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "New York" - ], - "slot": "city", - "values": [ - "New York" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 65, - "slot": "event_name", - "start": 47 - }, - { - "exclusive_end": 82, - "slot": "date", - "start": 70 - }, - { - "exclusive_end": 94, - "slot": "city", - "start": 86 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "So to confirm, you would like 4 tickets to the Amber Run Brooklyn for next Tuesday in New York." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "New York", - "New York City" - ], - "date": [ - "5th of this month", - "next Tuesday" - ], - "event_name": [ - "Amber Run Brooklyn" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes please, that fits perfectly." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "New York", - "date": "2019-03-05", - "event_name": "Amber Run Brooklyn", - "number_of_tickets": "4" - } - }, - "service_results": [ - { - "city": "New York", - "date": "2019-03-05", - "event_name": "Amber Run Brooklyn", - "number_of_tickets": "4", - "time": "19:30", - "venue": "Warsaw", - "venue_address": "261 Driggs Avenue, Brooklyn" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Tickets have been successfully purchased." - }, - { - "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": [ - "New York", - "New York City" - ], - "date": [ - "5th of this month", - "next Tuesday" - ], - "event_name": [ - "Amber Run Brooklyn" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you tell me the start time of the show as well as the venue address?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "19:30" - ], - "slot": "time", - "values": [ - "7:30 pm" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "261 Driggs Avenue, Brooklyn" - ], - "slot": "venue_address", - "values": [ - "261 Driggs Avenue, Brooklyn" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 26, - "slot": "time", - "start": 19 - }, - { - "exclusive_end": 86, - "slot": "venue_address", - "start": 59 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The show starts at 7:30 pm and the address of the venue is 261 Driggs Avenue, Brooklyn." - }, - { - "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", - "New York City" - ], - "date": [ - "5th of this month", - "next Tuesday" - ], - "event_name": [ - "Amber Run Brooklyn" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Great, thank you. That's everything." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a nice day" - } - ] - }, - { - "dialogue_id": "9_00008", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I haven't gone out in a while. Can you see what events are going on right now?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "event_type", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure, what kinds of events?" - }, - { - "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": "Some kind of Sports game would be good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "city", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Ok, and in what city?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Washington D.C." - ], - "slot": "city", - "values": [ - "District of Columbia" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 37, - "slot": "city", - "start": 17 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "District of Columbia" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Something in the District of Columbia would be great." - }, - { - "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": 89, - "slot": "event_name", - "start": 66 - }, - { - "exclusive_end": 103, - "slot": "venue", - "start": 93 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Looks like there's 10 different sports events going on. How about Dc United Vs Revolution at Audi Field?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "District of Columbia" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What else is there?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "El Salvador Vs Haiti" - ], - "slot": "event_name", - "values": [ - "El Salvador Vs Haiti" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "RFK Stadium" - ], - "slot": "venue", - "values": [ - "RFK Stadium" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 33, - "slot": "event_name", - "start": 13 - }, - { - "exclusive_end": 48, - "slot": "venue", - "start": 37 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There's also El Salvador Vs Haiti at RFK Stadium." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Baseball" - ], - "slot": "category", - "values": [ - "Baseball" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 35, - "slot": "category", - "start": 27 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "Baseball" - ], - "city": [ - "District of Columbia" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you see if there's any Baseball games going on?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Nationals Vs Braves" - ], - "slot": "event_name", - "values": [ - "Nationals Vs Braves" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Nationals Park" - ], - "slot": "venue", - "values": [ - "Nationals Park" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "category": "Baseball", - "city": "Washington D.C.", - "event_type": "Sports" - } - }, - "service_results": [ - { - "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" - }, - { - "category": "Baseball", - "city": "Washington D.C.", - "date": "2019-03-14", - "event_name": "Nationals Vs Phillies", - "event_type": "Sports", - "time": "17:30", - "venue": "Nationals Park", - "venue_address": "1500 South Capitol Street Southeast" - }, - { - "category": "Baseball", - "city": "Washington D.C.", - "date": "2019-03-14", - "event_name": "Nationals Vs Reds", - "event_type": "Sports", - "time": "17:30", - "venue": "Nationals Park", - "venue_address": "1500 South Capitol Street Southeast" - }, - { - "category": "Baseball", - "city": "Washington D.C.", - "date": "2019-03-11", - "event_name": "Nationals Vs Rockies", - "event_type": "Sports", - "time": "17:30", - "venue": "Nationals Park", - "venue_address": "1500 South Capitol Street Southeast" - }, - { - "category": "Baseball", - "city": "Washington D.C.", - "date": "2019-03-06", - "event_name": "Nationals Vs Royals", - "event_type": "Sports", - "time": "19:30", - "venue": "Nationals Park", - "venue_address": "1500 South Capitol Street Southeast" - } - ], - "slots": [ - { - "exclusive_end": 31, - "slot": "event_name", - "start": 12 - }, - { - "exclusive_end": 49, - "slot": "venue", - "start": 35 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There's the Nationals Vs Braves at Nationals 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": [ - "Baseball" - ], - "city": [ - "District of Columbia" - ], - "event_name": [ - "Nationals Vs Braves" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Great, that sounds perfect. Can you get me a ticket?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "date", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure, on what day?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "date", - "values": [ - "Monday next week" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 32, - "slot": "date", - "start": 16 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "Baseball" - ], - "city": [ - "District of Columbia" - ], - "date": [ - "Monday next week" - ], - "event_name": [ - "Nationals Vs Braves" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "The game that's Monday next week would be perfect." - }, - { - "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": { - "category": [ - "Baseball" - ], - "city": [ - "District of Columbia" - ], - "date": [ - "Monday next week" - ], - "event_name": [ - "Nationals Vs Braves" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Just 1 ticket." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Nationals Vs Braves" - ], - "slot": "event_name", - "values": [ - "Nationals Vs Braves" - ] - }, - { - "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": [ - "Washington D.C." - ], - "slot": "city", - "values": [ - "Washington D.C." - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 66, - "slot": "event_name", - "start": 47 - }, - { - "exclusive_end": 83, - "slot": "date", - "start": 72 - }, - { - "exclusive_end": 102, - "slot": "city", - "start": 87 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Ok, just to confirm, you want 1 ticket for the Nationals Vs Braves game next Monday in Washington D.C. Is that right?" - }, - { - "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": [ - "District of Columbia", - "Washington D.C." - ], - "date": [ - "Monday next week", - "next Monday" - ], - "event_name": [ - "Nationals Vs Braves" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, actually, make it 4 tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "4" - ], - "slot": "number_of_tickets", - "values": [ - "4" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Washington D.C." - ], - "slot": "city", - "values": [ - "Washington D.C." - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 70, - "slot": "city", - "start": 55 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Ok, just to confirm, you want 4 tickets to the game in Washington D.C." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-06" - ], - "slot": "date", - "values": [ - "6th of March" - ] - }, - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 52, - "slot": "date", - "start": 40 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "Baseball" - ], - "city": [ - "District of Columbia", - "Washington D.C." - ], - "date": [ - "6th of March" - ], - "event_name": [ - "Nationals Vs Braves" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Oh also, can you change the date to the 6th of March?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Nationals Vs Braves" - ], - "slot": "event_name", - "values": [ - "Nationals Vs Braves" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-06" - ], - "slot": "date", - "values": [ - "next Wednesday" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 70, - "slot": "event_name", - "start": 51 - }, - { - "exclusive_end": 90, - "slot": "date", - "start": 76 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure. Just to confirm, I'm getting tickets for the Nationals Vs Braves game next Wednesday." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "Baseball" - ], - "city": [ - "District of Columbia", - "Washington D.C." - ], - "date": [ - "6th of March", - "next Wednesday" - ], - "event_name": [ - "Nationals Vs Braves" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that's right." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Washington D.C.", - "date": "2019-03-06", - "event_name": "Nationals Vs Braves", - "number_of_tickets": "4" - } - }, - "service_results": [ - { - "city": "Washington D.C.", - "date": "2019-03-06", - "event_name": "Nationals Vs Braves", - "number_of_tickets": "4", - "time": "18:00", - "venue": "Nationals Park", - "venue_address": "1500 South Capitol Street Southeast" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Ok, I've purchased your tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "Baseball" - ], - "city": [ - "District of Columbia", - "Washington D.C." - ], - "date": [ - "6th of March", - "next Wednesday" - ], - "event_name": [ - "Nationals Vs Braves" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Great, thanks for your help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Need anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "category": [ - "Baseball" - ], - "city": [ - "District of Columbia", - "Washington D.C." - ], - "date": [ - "6th of March", - "next Wednesday" - ], - "event_name": [ - "Nationals Vs Braves" - ], - "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 great day." - } - ] - }, - { - "dialogue_id": "9_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": "I am looking for some 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": "What city should I search in? What type of events are you interested in?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Phoenix" - ], - "slot": "city", - "values": [ - "Phoenix, AZ" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Sports" - ], - "slot": "event_type", - "values": [ - "Sports" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Baseball" - ], - "slot": "category", - "values": [ - "baseball" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "dontcare" - ], - "slot": "date", - "values": [ - "dontcare" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 37, - "slot": "city", - "start": 26 - }, - { - "exclusive_end": 67, - "slot": "category", - "start": 59 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "baseball" - ], - "city": [ - "Phoenix, AZ" - ], - "date": [ - "dontcare" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am looking for games in Phoenix, AZ. I particularly like baseball events. I don't care about what date it is on." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Arizona Vs La Dodgers" - ], - "slot": "event_name", - "values": [ - "Arizona Vs La Dodgers" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Chase Field" - ], - "slot": "venue", - "values": [ - "Chase Field" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "category": "Baseball", - "city": "Phoenix", - "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": 36, - "slot": "event_name", - "start": 15 - }, - { - "exclusive_end": 51, - "slot": "venue", - "start": 40 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "What about the Arizona Vs La Dodgers at Chase Field?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "venue_address", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [ - "venue_address" - ], - "slot_values": { - "category": [ - "baseball" - ], - "city": [ - "Phoenix, AZ" - ], - "date": [ - "dontcare" - ], - "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": "REQUEST", - "canonical_values": [], - "slot": "time", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [ - "time" - ], - "slot_values": { - "category": [ - "baseball" - ], - "city": [ - "Phoenix, AZ" - ], - "date": [ - "dontcare" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What time does the event start?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "17:30" - ], - "slot": "time", - "values": [ - "5:30 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 20, - "slot": "time", - "start": 13 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It starts at 5:30 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "baseball" - ], - "city": [ - "Phoenix, AZ" - ], - "date": [ - "dontcare" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you find some other events for me?" - }, - { - "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", - "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": "INFORM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "date", - "values": [ - "the 11th" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 45, - "slot": "date", - "start": 37 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "baseball" - ], - "city": [ - "Phoenix, AZ" - ], - "date": [ - "the 11th" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm looking for some other events on the 11th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Diamondbacks Vs Dodgers" - ], - "slot": "event_name", - "values": [ - "Diamondbacks vs Dodgers" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Chase Field" - ], - "slot": "venue", - "values": [ - "Chase Field" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "4" - ], - "slot": "count", - "values": [ - "4" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "category": "Baseball", - "city": "Phoenix", - "date": "2019-03-11", - "event_type": "Sports" - } - }, - "service_results": [ - { - "category": "Baseball", - "city": "Phoenix", - "date": "2019-03-11", - "event_name": "Arizona Vs La Dodgers", - "event_type": "Sports", - "time": "18:00", - "venue": "Chase Field", - "venue_address": "401 East Jefferson Street" - }, - { - "category": "Baseball", - "city": "Phoenix", - "date": "2019-03-11", - "event_name": "Diamondbacks Vs Dodgers", - "event_type": "Sports", - "time": "17:00", - "venue": "Chase Field", - "venue_address": "401 East Jefferson Street" - }, - { - "category": "Baseball", - "city": "Phoenix", - "date": "2019-03-11", - "event_name": "Diamondbacks Vs Giants", - "event_type": "Sports", - "time": "18:30", - "venue": "Chase Field", - "venue_address": "401 East Jefferson Street" - }, - { - "category": "Baseball", - "city": "Phoenix", - "date": "2019-03-11", - "event_name": "Diamondbacks Vs Reds", - "event_type": "Sports", - "time": "17:30", - "venue": "Chase Field", - "venue_address": "401 East Jefferson Street" - } - ], - "slots": [ - { - "exclusive_end": 72, - "slot": "event_name", - "start": 49 - }, - { - "exclusive_end": 87, - "slot": "venue", - "start": 76 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 4 events that might work. What about the Diamondbacks vs Dodgers at Chase Field?" - }, - { - "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": [ - "baseball" - ], - "city": [ - "Phoenix, AZ" - ], - "date": [ - "the 11th" - ], - "event_name": [ - "Diamondbacks vs Dodgers" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that sounds good to me. Can you help me purchase tickets to 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": [ - "4" - ], - "slot": "number_of_tickets", - "values": [ - "4" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "baseball" - ], - "city": [ - "Phoenix, AZ" - ], - "date": [ - "the 11th" - ], - "event_name": [ - "Diamondbacks vs Dodgers" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need 4 tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Diamondbacks Vs Dodgers" - ], - "slot": "event_name", - "values": [ - "Diamondbacks vs Dodgers" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "4" - ], - "slot": "number_of_tickets", - "values": [ - "4" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "date", - "values": [ - "March 11th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Phoenix" - ], - "slot": "city", - "values": [ - "Phoenix" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 54, - "slot": "event_name", - "start": 31 - }, - { - "exclusive_end": 68, - "slot": "date", - "start": 58 - }, - { - "exclusive_end": 79, - "slot": "city", - "start": 72 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, I have 4 tickets for the Diamondbacks vs Dodgers on March 11th in Phoenix, is this correct?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "baseball" - ], - "city": [ - "Phoenix", - "Phoenix, AZ" - ], - "date": [ - "March 11th", - "the 11th" - ], - "event_name": [ - "Diamondbacks vs Dodgers" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "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": "Phoenix", - "date": "2019-03-11", - "event_name": "Diamondbacks Vs Dodgers", - "number_of_tickets": "4" - } - }, - "service_results": [ - { - "city": "Phoenix", - "date": "2019-03-11", - "event_name": "Diamondbacks Vs Dodgers", - "number_of_tickets": "4", - "time": "17:00", - "venue": "Chase Field", - "venue_address": "401 East Jefferson Street" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "I have successfully purchased the tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "baseball" - ], - "city": [ - "Phoenix", - "Phoenix, AZ" - ], - "date": [ - "March 11th", - "the 11th" - ], - "event_name": [ - "Diamondbacks vs Dodgers" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank 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 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": { - "category": [ - "baseball" - ], - "city": [ - "Phoenix", - "Phoenix, AZ" - ], - "date": [ - "March 11th", - "the 11th" - ], - "event_name": [ - "Diamondbacks vs Dodgers" - ], - "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 great day" - } - ] - }, - { - "dialogue_id": "9_00010", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "date", - "values": [ - "8th of this month" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 76, - "slot": "date", - "start": 59 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "date": [ - "8th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm on vacation and would like help finding events for the 8th of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "event_type", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you have a preferred city to search in? What kind of events interest you?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Sports" - ], - "slot": "event_type", - "values": [ - "Sports" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "city", - "values": [ - "NYC" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 27, - "slot": "city", - "start": 24 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "NYC" - ], - "date": [ - "8th of this month" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please find me Games in NYC." - }, - { - "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", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "New York", - "date": "2019-03-08", - "event_type": "Sports" - } - }, - "service_results": [ - { - "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-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-08", - "event_name": "Mets Vs Rockies", - "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": "Nycfc Vs Timbers", - "event_type": "Sports", - "time": "18:00", - "venue": "Yankee Stadium", - "venue_address": "1 East 161 Street" - }, - { - "category": "Baseball", - "city": "New York", - "date": "2019-03-08", - "event_name": "Nycfc Vs United", - "event_type": "Sports", - "time": "19:00", - "venue": "Yankee Stadium", - "venue_address": "1 East 161 Street" - }, - { - "category": "Baseball", - "city": "New York", - "date": "2019-03-08", - "event_name": "Yankees Vs Angels", - "event_type": "Sports", - "time": "18:00", - "venue": "Yankee Stadium", - "venue_address": "1 East 161 Street" - }, - { - "category": "Baseball", - "city": "New York", - "date": "2019-03-08", - "event_name": "Yankees Vs Blue Jays", - "event_type": "Sports", - "time": "17:30", - "venue": "Yankee Stadium", - "venue_address": "1 East 161 Street" - }, - { - "category": "Baseball", - "city": "New York", - "date": "2019-03-08", - "event_name": "Yankees Vs Orioles", - "event_type": "Sports", - "time": "19:00", - "venue": "Yankee Stadium", - "venue_address": "1 East 161 Street" - } - ], - "slots": [ - { - "exclusive_end": 22, - "slot": "event_name", - "start": 10 - }, - { - "exclusive_end": 41, - "slot": "venue", - "start": 31 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There's a Mets Vs Cubs game at Citi Field." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "NYC" - ], - "date": [ - "8th of this month" - ], - "event_name": [ - "Mets Vs Cubs" - ], - "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": "Would you like to buy tickets for this 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": { - "city": [ - "NYC" - ], - "date": [ - "8th of this month" - ], - "event_name": [ - "Mets Vs Cubs" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, please. I'd like to buy one event ticket." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Mets Vs Cubs" - ], - "slot": "event_name", - "values": [ - "Mets Vs Cubs" - ] - }, - { - "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": [ - "New York" - ], - "slot": "city", - "values": [ - "New York" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 92, - "slot": "event_name", - "start": 80 - }, - { - "exclusive_end": 77, - "slot": "date", - "start": 66 - }, - { - "exclusive_end": 109, - "slot": "city", - "start": 101 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Let me see if I got everything correctly: You'd like 1 ticket for next Friday's Mets Vs Cubs game 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": [ - "NYC", - "New York" - ], - "date": [ - "8th of this month", - "next Friday" - ], - "event_name": [ - "Mets Vs Cubs" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, sounds good. Please find out when the event venue, and the start time." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "18:00" - ], - "slot": "time", - "values": [ - "6 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-08", - "event_name": "Mets Vs Cubs", - "number_of_tickets": "1" - } - }, - "service_results": [ - { - "city": "New York", - "date": "2019-03-08", - "event_name": "Mets Vs Cubs", - "number_of_tickets": "1", - "time": "18:00", - "venue": "Citi Field", - "venue_address": "123-01 Roosevelt Avenue" - } - ], - "slots": [ - { - "exclusive_end": 56, - "slot": "time", - "start": 52 - }, - { - "exclusive_end": 84, - "slot": "venue_address", - "start": 61 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Reservation was successful. The event will start at 6 pm, at 123-01 Roosevelt 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": [ - "NYC", - "New York" - ], - "date": [ - "8th of this month", - "next Friday" - ], - "event_name": [ - "Mets Vs Cubs" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you very much for your help. That will be all." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a nice day." - } - ] - }, - { - "dialogue_id": "9_00011", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I'm bored. Can you find me something to do?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "city", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure. What city are you in?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Atlanta" - ], - "slot": "city", - "values": [ - "Atlanta, GA" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 37, - "slot": "city", - "start": 26 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Atlanta, GA" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want something to do in Atlanta, GA." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "Music", - "Sports" - ], - "slot": "event_type", - "values": [ - "Music", - "Sports" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What kind of activity would you like to do? Maybe 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": [ - "Atlanta, GA" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to see some kind of Games." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Falcons Vs Buccaneers" - ], - "slot": "event_name", - "values": [ - "Falcons Vs Buccaneers" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Mercedes-Benz Stadium" - ], - "slot": "venue", - "values": [ - "Mercedes-Benz Stadium" - ] - } - ], - "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": 57, - "slot": "event_name", - "start": 36 - }, - { - "exclusive_end": 82, - "slot": "venue", - "start": 61 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is a football game available. Falcons Vs Buccaneers at Mercedes-Benz Stadium." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Soccer" - ], - "slot": "category", - "values": [ - "soccer" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 51, - "slot": "category", - "start": 45 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "soccer" - ], - "city": [ - "Atlanta, GA" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm not a big fan of football. Are there any soccer games?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "United Vs Earthquakes" - ], - "slot": "event_name", - "values": [ - "United Vs Earthquakes" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Mercedes-Benz Stadium" - ], - "slot": "venue", - "values": [ - "Mercedes-Benz Stadium" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "4" - ], - "slot": "count", - "values": [ - "4" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "category": "Soccer", - "city": "Atlanta", - "event_type": "Sports" - } - }, - "service_results": [ - { - "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" - }, - { - "category": "Soccer", - "city": "Atlanta", - "date": "2019-03-10", - "event_name": "United Vs Revolution", - "event_type": "Sports", - "time": "19:00", - "venue": "Mercedes-Benz Stadium", - "venue_address": "1 AMB Drive Northwest" - }, - { - "category": "Soccer", - "city": "Atlanta", - "date": "2019-03-06", - "event_name": "United Vs United", - "event_type": "Sports", - "time": "17:30", - "venue": "Mercedes-Benz Stadium", - "venue_address": "1 AMB Drive Northwest" - } - ], - "slots": [ - { - "exclusive_end": 57, - "slot": "event_name", - "start": 36 - }, - { - "exclusive_end": 82, - "slot": "venue", - "start": 61 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There are 4 soccer games. How about United Vs Earthquakes at Mercedes-Benz Stadium?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "soccer" - ], - "city": [ - "Atlanta, GA" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I hate the Earthquakes. What other games are there?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "United Vs Red Bulls" - ], - "slot": "event_name", - "values": [ - "United Vs Red Bulls" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Mercedes-Benz Stadium" - ], - "slot": "venue", - "values": [ - "Mercedes-Benz Stadium" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 28, - "slot": "event_name", - "start": 9 - }, - { - "exclusive_end": 68, - "slot": "venue", - "start": 47 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is United Vs Red Bulls, which is also at Mercedes-Benz 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": [ - "soccer" - ], - "city": [ - "Atlanta, GA" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Perfect. Where is Mercedes-Benz Stadium anyways? And what time does the game begin?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1 AMB Drive Northwest" - ], - "slot": "venue_address", - "values": [ - "1 AMB Drive Northwest" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "17:30" - ], - "slot": "time", - "values": [ - "5:30 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 39, - "slot": "venue_address", - "start": 18 - }, - { - "exclusive_end": 70, - "slot": "time", - "start": 63 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The stadium is at 1 AMB Drive Northwest and the game begins 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": [ - "soccer" - ], - "city": [ - "Atlanta, GA" - ], - "event_name": [ - "United Vs Red Bulls" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds great." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "BuyEventTickets" - ], - "slot": "intent", - "values": [ - "BuyEventTickets" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Should I purchase the tickets now?" - }, - { - "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": [ - "soccer" - ], - "city": [ - "Atlanta, GA" - ], - "event_name": [ - "United Vs Red Bulls" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yeah, please get me one ticket." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "date", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What day would you like to go?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "date", - "values": [ - "5th of this month" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 33, - "slot": "date", - "start": 16 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "soccer" - ], - "city": [ - "Atlanta, GA" - ], - "date": [ - "5th of this month" - ], - "event_name": [ - "United Vs Red Bulls" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Preferably, the 5th of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "United Vs Red Bulls" - ], - "slot": "event_name", - "values": [ - "United Vs Red Bulls" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "number_of_tickets", - "values": [ - "1" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "date", - "values": [ - "next Tuesday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Atlanta" - ], - "slot": "city", - "values": [ - "Atlanta" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 45, - "slot": "event_name", - "start": 26 - }, - { - "exclusive_end": 81, - "slot": "date", - "start": 69 - }, - { - "exclusive_end": 68, - "slot": "city", - "start": 61 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You want 1 ticket for the United Vs Red Bulls soccer game in Atlanta next Tuesday. 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": [ - "Atlanta", - "Atlanta, GA" - ], - "date": [ - "5th of this month", - "next Tuesday" - ], - "event_name": [ - "United Vs Red Bulls" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That is correct." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Atlanta", - "date": "2019-03-05", - "event_name": "United Vs Red Bulls", - "number_of_tickets": "1" - } - }, - "service_results": [ - { - "city": "Atlanta", - "date": "2019-03-05", - "event_name": "United Vs Red Bulls", - "number_of_tickets": "1", - "time": "17:30", - "venue": "Mercedes-Benz Stadium", - "venue_address": "1 AMB Drive Northwest" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "I have purchased your ticket." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "soccer" - ], - "city": [ - "Atlanta", - "Atlanta, GA" - ], - "date": [ - "5th of this month", - "next Tuesday" - ], - "event_name": [ - "United Vs Red Bulls" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you very much." - }, - { - "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": "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": [ - "soccer" - ], - "city": [ - "Atlanta", - "Atlanta, GA" - ], - "date": [ - "5th of this month", - "next Tuesday" - ], - "event_name": [ - "United Vs Red Bulls" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That's all, thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Enjoy the rest of your day." - } - ] - }, - { - "dialogue_id": "9_00012", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "city", - "values": [ - "San Francisco" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 190, - "slot": "city", - "start": 177 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "San Francisco" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm excited today. My cousins just told me on the phone they're coming in town for the holiday. Would you please do me a big favor and help me some events I can take them to in San Francisco?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "Music", - "Sports" - ], - "slot": "event_type", - "values": [ - "Music", - "Sports" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "I'll be happy to assist you today. Do you have an idea of the kind of event you want to attend? Just let me know if you want to find a Music or Sports event, or any other type of event." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "date", - "values": [ - "March 8th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Sports" - ], - "slot": "event_type", - "values": [ - "Sports" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 107, - "slot": "date", - "start": 98 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "San Francisco" - ], - "date": [ - "March 8th" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes. Actually, I'm looking for a Match event, like game team competing. Do you have something for March 8th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Giants Vs Brewers" - ], - "slot": "event_name", - "values": [ - "Giants Vs Brewers" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Oracle Park" - ], - "slot": "venue", - "values": [ - "Oracle Park" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "5" - ], - "slot": "count", - "values": [ - "5" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "San Francisco", - "date": "2019-03-08", - "event_type": "Sports" - } - }, - "service_results": [ - { - "category": "Baseball", - "city": "San Francisco", - "date": "2019-03-08", - "event_name": "Giants Vs Brewers", - "event_type": "Sports", - "time": "19:00", - "venue": "Oracle Park", - "venue_address": "24 Willie Mays Plaza" - }, - { - "category": "Baseball", - "city": "San Francisco", - "date": "2019-03-08", - "event_name": "Giants Vs Diamondbacks", - "event_type": "Sports", - "time": "19:00", - "venue": "Oracle Park", - "venue_address": "24 Willie Mays Plaza" - }, - { - "category": "Baseball", - "city": "San Francisco", - "date": "2019-03-08", - "event_name": "Giants Vs Dodgers", - "event_type": "Sports", - "time": "17:00", - "venue": "Oracle Park", - "venue_address": "24 Willie Mays Plaza" - }, - { - "category": "Baseball", - "city": "San Francisco", - "date": "2019-03-08", - "event_name": "Giants Vs Marlins", - "event_type": "Sports", - "time": "17:30", - "venue": "Oracle Park", - "venue_address": "24 Willie Mays Plaza" - }, - { - "category": "Baseball", - "city": "San Francisco", - "date": "2019-03-08", - "event_name": "Giants Vs Phillies", - "event_type": "Sports", - "time": "17:30", - "venue": "Oracle Park", - "venue_address": "24 Willie Mays Plaza" - } - ], - "slots": [ - { - "exclusive_end": 95, - "slot": "event_name", - "start": 78 - }, - { - "exclusive_end": 125, - "slot": "venue", - "start": 114 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Yes, I do. There are 5 events that may interest you. One of the events is the Giants Vs Brewers game coming up at Oracle Park." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "category", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [ - "category" - ], - "slot_values": { - "city": [ - "San Francisco" - ], - "date": [ - "March 8th" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Oh, what kind of team play event is that, please?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Baseball" - ], - "slot": "category", - "values": [ - "Baseball" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 23, - "slot": "category", - "start": 15 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The event is a Baseball game." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "San Francisco" - ], - "date": [ - "March 8th" - ], - "event_name": [ - "Giants Vs Brewers" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Nice. I like that." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "BuyEventTickets" - ], - "slot": "intent", - "values": [ - "BuyEventTickets" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Shall I purchase tickets for the game now?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "INFORM", - "canonical_values": [ - "3" - ], - "slot": "number_of_tickets", - "values": [ - "3" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "San Francisco" - ], - "date": [ - "March 8th" - ], - "event_name": [ - "Giants Vs Brewers" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes. Let's snag those tickets now. Make it three tickets, please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Giants Vs Brewers" - ], - "slot": "event_name", - "values": [ - "Giants Vs Brewers" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "3" - ], - "slot": "number_of_tickets", - "values": [ - "3" - ] - }, - { - "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": 58, - "slot": "event_name", - "start": 41 - }, - { - "exclusive_end": 88, - "slot": "date", - "start": 77 - }, - { - "exclusive_end": 105, - "slot": "city", - "start": 92 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "All right. I'm getting 3 tickets for the Giants Vs Brewers game coming up on next Friday in San Francisco. Shall I confirm?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "San Francisco" - ], - "date": [ - "March 8th", - "next Friday" - ], - "event_name": [ - "Giants Vs Brewers" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes. That's fantastic." - }, - { - "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": "Giants Vs Brewers", - "number_of_tickets": "3" - } - }, - "service_results": [ - { - "city": "San Francisco", - "date": "2019-03-08", - "event_name": "Giants Vs Brewers", - "number_of_tickets": "3", - "time": "19:00", - "venue": "Oracle Park", - "venue_address": "24 Willie Mays Plaza" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your ticket purchase is now confirmed." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "San Francisco" - ], - "date": [ - "March 8th", - "next Friday" - ], - "event_name": [ - "Giants Vs Brewers" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Well done, my friend. That sounds like it'll be a great game and we'll have a lot of fun. Thanks so much." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "My pleasure. Would you like any other assistance at this time?" - }, - { - "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": [ - "San Francisco" - ], - "date": [ - "March 8th", - "next Friday" - ], - "event_name": [ - "Giants Vs Brewers" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Nope. Thanks for helping me get that done. I'm relieved." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Enjoy your day." - } - ] - }, - { - "dialogue_id": "9_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": "I'm bored, let's search events please." - }, - { - "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": "OK, what kind of event? You can say Music, Sports or anything else. Also, what city is of interest to you?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Music" - ], - "slot": "event_type", - "values": [ - "Music" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "city", - "values": [ - "Los Angeles" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 25, - "slot": "city", - "start": 14 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Los Angeles" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Let's go with Los Angeles. I think Music would be a fun event." - }, - { - "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": 66, - "slot": "event_name", - "start": 53 - }, - { - "exclusive_end": 51, - "slot": "venue", - "start": 41 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Ok, no problem. There is an event at the Lodge Room. Bill Callahan, would that be of interest to you?" - }, - { - "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": [ - "Los Angeles" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Is this a music event? When does this event start?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "19:30" - ], - "slot": "time", - "values": [ - "7:30 pm" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Country" - ], - "slot": "category", - "values": [ - "Country" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 44, - "slot": "time", - "start": 37 - }, - { - "exclusive_end": 17, - "slot": "category", - "start": 10 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "This is a Country event, starting at 7:30 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "date", - "values": [ - "March 10th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Pop" - ], - "slot": "category", - "values": [ - "Pop" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 73, - "slot": "date", - "start": 63 - }, - { - "exclusive_end": 18, - "slot": "category", - "start": 15 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "Pop" - ], - "city": [ - "Los Angeles" - ], - "date": [ - "March 10th" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would prefer Pop events please. Also, I would like to search March 10th please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Girl In Red" - ], - "slot": "event_name", - "values": [ - "Girl In Red" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "The Teragram Ballroom" - ], - "slot": "venue", - "values": [ - "The Teragram Ballroom" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "category": "Pop", - "city": "Los Angeles", - "date": "2019-03-10", - "event_type": "Music" - } - }, - "service_results": [ - { - "category": "Pop", - "city": "Los Angeles", - "date": "2019-03-10", - "event_name": "Girl In Red", - "event_type": "Music", - "time": "19:30", - "venue": "The Teragram Ballroom", - "venue_address": "1234 West 7th Street" - } - ], - "slots": [ - { - "exclusive_end": 77, - "slot": "event_name", - "start": 66 - }, - { - "exclusive_end": 64, - "slot": "venue", - "start": 43 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Ok, How about this 1 event i've located at The Teragram Ballroom. Girl In Red is playing." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "Pop" - ], - "city": [ - "Los Angeles" - ], - "date": [ - "March 10th" - ], - "event_name": [ - "Girl In Red" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sound alright." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "BuyEventTickets" - ], - "slot": "intent", - "values": [ - "BuyEventTickets" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Should I buy tickets for this event?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "INFORM", - "canonical_values": [ - "3" - ], - "slot": "number_of_tickets", - "values": [ - "3" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "Pop" - ], - "city": [ - "Los Angeles" - ], - "date": [ - "March 10th" - ], - "event_name": [ - "Girl In Red" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yeah, buy 3 tickets please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Girl In Red" - ], - "slot": "event_name", - "values": [ - "Girl In Red" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "3" - ], - "slot": "number_of_tickets", - "values": [ - "3" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "date", - "values": [ - "March 10th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "city", - "values": [ - "Los Angeles" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 58, - "slot": "event_name", - "start": 47 - }, - { - "exclusive_end": 72, - "slot": "date", - "start": 62 - }, - { - "exclusive_end": 87, - "slot": "city", - "start": 76 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure, please confirm: Purchasing 3 tickets for Girl In Red on March 10th in Los Angeles. Does this sound correct?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "Pop" - ], - "city": [ - "Los Angeles" - ], - "date": [ - "March 10th" - ], - "event_name": [ - "Girl In Red" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Perfect. 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-10", - "event_name": "Girl In Red", - "number_of_tickets": "3" - } - }, - "service_results": [ - { - "city": "Los Angeles", - "date": "2019-03-10", - "event_name": "Girl In Red", - "number_of_tickets": "3", - "time": "19:30", - "venue": "The Teragram Ballroom", - "venue_address": "1234 West 7th Street" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Great. 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": { - "category": [ - "Pop" - ], - "city": [ - "Los Angeles" - ], - "date": [ - "March 10th" - ], - "event_name": [ - "Girl In Red" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks for your help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your welcome. Can I assist with anything else 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": { - "category": [ - "Pop" - ], - "city": [ - "Los Angeles" - ], - "date": [ - "March 10th" - ], - "event_name": [ - "Girl In Red" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Nope. That's it." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Ok, Have a great day." - } - ] - }, - { - "dialogue_id": "9_00014", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Washington D.C." - ], - "slot": "city", - "values": [ - "Washington" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 31, - "slot": "city", - "start": 21 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Washington" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Anything going on in Washington?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "Music", - "Sports" - ], - "slot": "event_type", - "values": [ - "Music", - "Sports" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "You mean like an event, as in 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": [ - "Washington" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Well, more like a Match." - }, - { - "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": 38, - "slot": "event_name", - "start": 15 - }, - { - "exclusive_end": 52, - "slot": "venue", - "start": 42 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Well, there is Dc United Vs Revolution at Audi Field. Got 10 things like that." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Washington" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What else you have?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "El Salvador Vs Haiti" - ], - "slot": "event_name", - "values": [ - "El Salvador Vs Haiti" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "RFK Stadium" - ], - "slot": "venue", - "values": [ - "RFK Stadium" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 30, - "slot": "event_name", - "start": 10 - }, - { - "exclusive_end": 45, - "slot": "venue", - "start": 34 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "How about El Salvador Vs Haiti at RFK Stadium." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "date", - "values": [ - "2nd of March" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Baseball" - ], - "slot": "category", - "values": [ - "Baseball" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 34, - "slot": "date", - "start": 22 - }, - { - "exclusive_end": 49, - "slot": "category", - "start": 41 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "Baseball" - ], - "city": [ - "Washington" - ], - "date": [ - "2nd of March" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Keep looking. Try the 2nd of March for a Baseball game." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Nationals Vs Diamondbacks" - ], - "slot": "event_name", - "values": [ - "Nationals Vs Diamondbacks" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Nationals Park" - ], - "slot": "venue", - "values": [ - "Nationals Park" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "4" - ], - "slot": "count", - "values": [ - "4" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "category": "Baseball", - "city": "Washington D.C.", - "date": "2019-03-02", - "event_type": "Sports" - } - }, - "service_results": [ - { - "category": "Baseball", - "city": "Washington D.C.", - "date": "2019-03-02", - "event_name": "Nationals Vs Diamondbacks", - "event_type": "Sports", - "time": "18:00", - "venue": "Nationals Park", - "venue_address": "1500 South Capitol Street Southeast" - }, - { - "category": "Baseball", - "city": "Washington D.C.", - "date": "2019-03-02", - "event_name": "Nationals Vs Dodgers", - "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-02", - "event_name": "Nationals Vs Rockies", - "event_type": "Sports", - "time": "18:30", - "venue": "Nationals Park", - "venue_address": "1500 South Capitol Street Southeast" - }, - { - "category": "Baseball", - "city": "Washington D.C.", - "date": "2019-03-02", - "event_name": "Nationals Vs White Sox", - "event_type": "Sports", - "time": "18:30", - "venue": "Nationals Park", - "venue_address": "1500 South Capitol Street Southeast" - } - ], - "slots": [ - { - "exclusive_end": 41, - "slot": "event_name", - "start": 16 - }, - { - "exclusive_end": 59, - "slot": "venue", - "start": 45 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I see 4. We got Nationals Vs Diamondbacks at Nationals Park." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "Baseball" - ], - "city": [ - "Washington" - ], - "date": [ - "2nd of March" - ], - "event_name": [ - "Nationals Vs Diamondbacks" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm down with that." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Great. Anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "number_of_tickets", - "values": [ - "1" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "BuyEventTickets" - ], - "slot": "intent", - "values": [ - "BuyEventTickets" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "Baseball" - ], - "city": [ - "Washington" - ], - "date": [ - "2nd of March" - ], - "event_name": [ - "Nationals Vs Diamondbacks" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yeah, get me 1 ticket." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Nationals Vs Diamondbacks" - ], - "slot": "event_name", - "values": [ - "Nationals Vs Diamondbacks" - ] - }, - { - "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": [ - "Washington D.C." - ], - "slot": "city", - "values": [ - "Washington D.C." - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 35, - "slot": "event_name", - "start": 10 - }, - { - "exclusive_end": 49, - "slot": "date", - "start": 41 - }, - { - "exclusive_end": 68, - "slot": "city", - "start": 53 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "1 seat at Nationals Vs Diamondbacks game tomorrow in Washington D.C.?" - }, - { - "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": [ - "Washington", - "Washington D.C." - ], - "date": [ - "2nd of March", - "tomorrow" - ], - "event_name": [ - "Nationals Vs Diamondbacks" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, make it 4." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "4" - ], - "slot": "number_of_tickets", - "values": [ - "4" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "date", - "values": [ - "tomorrow" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 20, - "slot": "date", - "start": 12 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "4 seats for tomorrow?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "Baseball" - ], - "city": [ - "Washington", - "Washington D.C." - ], - "date": [ - "2nd of March", - "tomorrow" - ], - "event_name": [ - "Nationals Vs Diamondbacks" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That is right." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Washington D.C.", - "date": "2019-03-02", - "event_name": "Nationals Vs Diamondbacks", - "number_of_tickets": "4" - } - }, - "service_results": [ - { - "city": "Washington D.C.", - "date": "2019-03-02", - "event_name": "Nationals Vs Diamondbacks", - "number_of_tickets": "4", - "time": "18:00", - "venue": "Nationals Park", - "venue_address": "1500 South Capitol Street Southeast" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Done. Enjoy your game." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "Baseball" - ], - "city": [ - "Washington", - "Washington D.C." - ], - "date": [ - "2nd of March", - "tomorrow" - ], - "event_name": [ - "Nationals Vs Diamondbacks" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Excellent. Thanks a lot." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Anything else you need?" - }, - { - "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": [ - "Washington", - "Washington D.C." - ], - "date": [ - "2nd of March", - "tomorrow" - ], - "event_name": [ - "Nationals Vs Diamondbacks" - ], - "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": "Take it easy." - } - ] - }, - { - "dialogue_id": "9_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 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 type of events interest you? Is there a specific city you would like me to search?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "date", - "values": [ - "5th of March" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Sports" - ], - "slot": "event_type", - "values": [ - "Sports" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "city", - "values": [ - "New York City" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Baseball" - ], - "slot": "category", - "values": [ - "baseball" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 79, - "slot": "date", - "start": 67 - }, - { - "exclusive_end": 96, - "slot": "city", - "start": 83 - }, - { - "exclusive_end": 58, - "slot": "category", - "start": 50 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "baseball" - ], - "city": [ - "New York City" - ], - "date": [ - "5th of March" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to attend a sports event, especially baseball, on the 5th of March in New York City." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Mets Vs Pirates" - ], - "slot": "event_name", - "values": [ - "Mets vs Pirates" - ] - }, - { - "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", - "date": "2019-03-05", - "event_type": "Sports" - } - }, - "service_results": [ - { - "category": "Baseball", - "city": "New York", - "date": "2019-03-05", - "event_name": "Mets Vs Pirates", - "event_type": "Sports", - "time": "17:30", - "venue": "Citi Field", - "venue_address": "123-01 Roosevelt Avenue" - }, - { - "category": "Baseball", - "city": "New York", - "date": "2019-03-05", - "event_name": "Mets Vs Rockies", - "event_type": "Sports", - "time": "18:00", - "venue": "Citi Field", - "venue_address": "123-01 Roosevelt Avenue" - }, - { - "category": "Baseball", - "city": "New York", - "date": "2019-03-05", - "event_name": "Nycfc Vs Dynamo", - "event_type": "Sports", - "time": "17:00", - "venue": "Yankee Stadium", - "venue_address": "1 East 161 Street" - }, - { - "category": "Baseball", - "city": "New York", - "date": "2019-03-05", - "event_name": "Nycfc Vs Timbers", - "event_type": "Sports", - "time": "18:00", - "venue": "Yankee Stadium", - "venue_address": "1 East 161 Street" - }, - { - "category": "Baseball", - "city": "New York", - "date": "2019-03-05", - "event_name": "Nycfc Vs Union", - "event_type": "Sports", - "time": "18:30", - "venue": "Yankee Stadium", - "venue_address": "1 East 161 Street" - }, - { - "category": "Baseball", - "city": "New York", - "date": "2019-03-05", - "event_name": "Nycfc Vs United", - "event_type": "Sports", - "time": "17:30", - "venue": "Yankee Stadium", - "venue_address": "1 East 161 Street" - }, - { - "category": "Baseball", - "city": "New York", - "date": "2019-03-05", - "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-05", - "event_name": "Yankees Vs Blue Jays", - "event_type": "Sports", - "time": "18:30", - "venue": "Yankee Stadium", - "venue_address": "1 East 161 Street" - }, - { - "category": "Baseball", - "city": "New York", - "date": "2019-03-05", - "event_name": "Yankees Vs Diamondbacks", - "event_type": "Sports", - "time": "17:00", - "venue": "Yankee Stadium", - "venue_address": "1 East 161 Street" - } - ], - "slots": [ - { - "exclusive_end": 70, - "slot": "event_name", - "start": 55 - }, - { - "exclusive_end": 84, - "slot": "venue", - "start": 74 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There are 9 events that meet your criteria. One is the Mets vs Pirates 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": [ - "New York City" - ], - "date": [ - "5th of March" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What time is the event?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "17:30" - ], - "slot": "time", - "values": [ - "5:30 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 32, - "slot": "time", - "start": 25 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The time of the event is 5:30 pm." - }, - { - "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 City" - ], - "date": [ - "5th of March" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What are the other events in your search?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Mets Vs Rockies" - ], - "slot": "event_name", - "values": [ - "Mets vs Rockies" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Citi Field" - ], - "slot": "venue", - "values": [ - "citi Field" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 34, - "slot": "event_name", - "start": 19 - }, - { - "exclusive_end": 48, - "slot": "venue", - "start": 38 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Another one is the Mets vs Rockies at 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": { - "category": [ - "baseball" - ], - "city": [ - "New York City" - ], - "date": [ - "5th of March" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What is the location of the venue?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "123-01 Roosevelt Avenue" - ], - "slot": "venue_address", - "values": [ - "123-01 Roosevelt Avenue" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 40, - "slot": "venue_address", - "start": 17 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It is located at 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": { - "category": [ - "baseball" - ], - "city": [ - "New York City" - ], - "date": [ - "5th of March" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please provide me with information on the other events." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Nycfc Vs Dynamo" - ], - "slot": "event_name", - "values": [ - "Nycfc Vs Dynamo" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Yankee Stadium" - ], - "slot": "venue", - "values": [ - "yankee Stadium" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 26, - "slot": "event_name", - "start": 11 - }, - { - "exclusive_end": 44, - "slot": "venue", - "start": 30 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is a Nycfc Vs Dynamo at yankee Stadium." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "baseball" - ], - "city": [ - "New York City" - ], - "date": [ - "5th of March" - ], - "event_name": [ - "Nycfc Vs Dynamo" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That one sounds perfect." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "BuyEventTickets" - ], - "slot": "intent", - "values": [ - "BuyEventTickets" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like to purchase tickets?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "baseball" - ], - "city": [ - "New York City" - ], - "date": [ - "5th of March" - ], - "event_name": [ - "Nycfc Vs Dynamo" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes 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 will you need?" - }, - { - "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": { - "category": [ - "baseball" - ], - "city": [ - "New York City" - ], - "date": [ - "5th of March" - ], - "event_name": [ - "Nycfc Vs Dynamo" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please purchase 2 tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Nycfc Vs Dynamo" - ], - "slot": "event_name", - "values": [ - "NYcfc Vs Dynamo" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2" - ], - "slot": "number_of_tickets", - "values": [ - "2" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "date", - "values": [ - "next Tuesday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "New York" - ], - "slot": "city", - "values": [ - "New York" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 40, - "slot": "event_name", - "start": 25 - }, - { - "exclusive_end": 58, - "slot": "date", - "start": 46 - }, - { - "exclusive_end": 70, - "slot": "city", - "start": 62 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have 2 tickets for the NYcfc Vs Dynamo game next Tuesday 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": [ - "New York", - "New York City" - ], - "date": [ - "5th of March", - "next Tuesday" - ], - "event_name": [ - "NYcfc Vs Dynamo", - "Nycfc Vs Dynamo" - ], - "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": "New York", - "date": "2019-03-05", - "event_name": "Nycfc Vs Dynamo", - "number_of_tickets": "2" - } - }, - "service_results": [ - { - "city": "New York", - "date": "2019-03-05", - "event_name": "Nycfc Vs Dynamo", - "number_of_tickets": "2", - "time": "17:00", - "venue": "Yankee Stadium", - "venue_address": "1 East 161 Street" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your reservation is confirmed." - }, - { - "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": { - "category": [ - "baseball" - ], - "city": [ - "New York", - "New York City" - ], - "date": [ - "5th of March", - "next Tuesday" - ], - "event_name": [ - "NYcfc Vs Dynamo", - "Nycfc Vs Dynamo" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please provide with the time of the event and the location." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "17:00" - ], - "slot": "time", - "values": [ - "5 pm" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "1 East 161 Street" - ], - "slot": "venue_address", - "values": [ - "1 East 161 Street" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 20, - "slot": "time", - "start": 16 - }, - { - "exclusive_end": 41, - "slot": "venue_address", - "start": 24 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The event is at 5 pm at 1 East 161 Street." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "baseball" - ], - "city": [ - "New York", - "New York City" - ], - "date": [ - "5th of March", - "next Tuesday" - ], - "event_name": [ - "NYcfc Vs Dynamo", - "Nycfc Vs Dynamo" - ], - "event_type": [ - "Sports" - ], - "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": "Do you need any further help?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "category": [ - "baseball" - ], - "city": [ - "New York", - "New York City" - ], - "date": [ - "5th of March", - "next Tuesday" - ], - "event_name": [ - "NYcfc Vs Dynamo", - "Nycfc Vs Dynamo" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, thank you for your help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day!" - } - ] - }, - { - "dialogue_id": "9_00016", - "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 some events, any date will 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 city would you like me to search in, and what kind of event are you looking for?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Music" - ], - "slot": "event_type", - "values": [ - "Music" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "city", - "values": [ - "SFO" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 44, - "slot": "city", - "start": 41 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "SFO" - ], - "date": [ - "dontcare" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd really like to find a concert around SFO." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Allan Rayman" - ], - "slot": "event_name", - "values": [ - "Allan Rayman" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "August Hall" - ], - "slot": "venue", - "values": [ - "August Hall" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "San Francisco", - "event_type": "Music" - } - }, - "service_results": [ - { - "category": "Hip Hop", - "city": "San Francisco", - "date": "2019-03-01", - "event_name": "Allan Rayman", - "event_type": "Music", - "time": "18:00", - "venue": "August Hall", - "venue_address": "420 Mason Street" - }, - { - "category": "Classical", - "city": "San Francisco", - "date": "2019-03-14", - "event_name": "Carmina Burana", - "event_type": "Music", - "time": "18:00", - "venue": "San Francisco Symphony", - "venue_address": "201 Van Ness Avenue" - }, - { - "category": "Pop", - "city": "San Francisco", - "date": "2019-03-01", - "event_name": "Celine Dion", - "event_type": "Music", - "time": "19:00", - "venue": "Chase Center Experience", - "venue_address": "500 Terry A Francois Boulevard Suite 73" - }, - { - "category": "Pop", - "city": "San Francisco", - "date": "2019-03-12", - "event_name": "Cher", - "event_type": "Music", - "time": "19:00", - "venue": "Chase Center Experience", - "venue_address": "500 Terry A Francois Boulevard Suite 73" - }, - { - "category": "Electronica", - "city": "San Francisco", - "date": "2019-03-09", - "event_name": "Electric Feels", - "event_type": "Music", - "time": "17:00", - "venue": "August Hall", - "venue_address": "420 Mason Street" - }, - { - "category": "Christian", - "city": "San Francisco", - "date": "2019-03-11", - "event_name": "Matt Corby", - "event_type": "Music", - "time": "18:00", - "venue": "August Hall", - "venue_address": "420 Mason Street" - }, - { - "category": "Country", - "city": "San Francisco", - "date": "2019-03-14", - "event_name": "Okkervil River", - "event_type": "Music", - "time": "18:00", - "venue": "The Chapel", - "venue_address": "777 Valencia Street" - }, - { - "category": "Pop", - "city": "San Francisco", - "date": "2019-03-10", - "event_name": "Remo Drive", - "event_type": "Music", - "time": "18:00", - "venue": "The Chapel", - "venue_address": "777 Valencia Street" - }, - { - "category": "Classical", - "city": "San Francisco", - "date": "2019-03-12", - "event_name": "San Francisco Symphony", - "event_type": "Music", - "time": "18:00", - "venue": "San Francisco Symphony", - "venue_address": "201 Van Ness Avenue" - }, - { - "category": "Pop", - "city": "San Francisco", - "date": "2019-03-02", - "event_name": "The Drums", - "event_type": "Music", - "time": "18:00", - "venue": "August Hall", - "venue_address": "420 Mason Street" - } - ], - "slots": [ - { - "exclusive_end": 24, - "slot": "event_name", - "start": 12 - }, - { - "exclusive_end": 51, - "slot": "venue", - "start": 40 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is an Allan Rayman concert at the August Hall." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "dontcare" - ], - "slot": "category", - "values": [ - "dontcare" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "dontcare" - ], - "city": [ - "SFO" - ], - "date": [ - "dontcare" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you find some other events, any category this time." - }, - { - "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" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "San Francisco", - "event_type": "Music" - } - }, - "service_results": [ - { - "category": "Hip Hop", - "city": "San Francisco", - "date": "2019-03-01", - "event_name": "Allan Rayman", - "event_type": "Music", - "time": "18:00", - "venue": "August Hall", - "venue_address": "420 Mason Street" - }, - { - "category": "Classical", - "city": "San Francisco", - "date": "2019-03-14", - "event_name": "Carmina Burana", - "event_type": "Music", - "time": "18:00", - "venue": "San Francisco Symphony", - "venue_address": "201 Van Ness Avenue" - }, - { - "category": "Pop", - "city": "San Francisco", - "date": "2019-03-01", - "event_name": "Celine Dion", - "event_type": "Music", - "time": "19:00", - "venue": "Chase Center Experience", - "venue_address": "500 Terry A Francois Boulevard Suite 73" - }, - { - "category": "Pop", - "city": "San Francisco", - "date": "2019-03-12", - "event_name": "Cher", - "event_type": "Music", - "time": "19:00", - "venue": "Chase Center Experience", - "venue_address": "500 Terry A Francois Boulevard Suite 73" - }, - { - "category": "Electronica", - "city": "San Francisco", - "date": "2019-03-09", - "event_name": "Electric Feels", - "event_type": "Music", - "time": "17:00", - "venue": "August Hall", - "venue_address": "420 Mason Street" - }, - { - "category": "Christian", - "city": "San Francisco", - "date": "2019-03-11", - "event_name": "Matt Corby", - "event_type": "Music", - "time": "18:00", - "venue": "August Hall", - "venue_address": "420 Mason Street" - }, - { - "category": "Country", - "city": "San Francisco", - "date": "2019-03-14", - "event_name": "Okkervil River", - "event_type": "Music", - "time": "18:00", - "venue": "The Chapel", - "venue_address": "777 Valencia Street" - }, - { - "category": "Pop", - "city": "San Francisco", - "date": "2019-03-10", - "event_name": "Remo Drive", - "event_type": "Music", - "time": "18:00", - "venue": "The Chapel", - "venue_address": "777 Valencia Street" - }, - { - "category": "Classical", - "city": "San Francisco", - "date": "2019-03-12", - "event_name": "San Francisco Symphony", - "event_type": "Music", - "time": "18:00", - "venue": "San Francisco Symphony", - "venue_address": "201 Van Ness Avenue" - }, - { - "category": "Pop", - "city": "San Francisco", - "date": "2019-03-02", - "event_name": "The Drums", - "event_type": "Music", - "time": "18:00", - "venue": "August Hall", - "venue_address": "420 Mason Street" - } - ], - "slots": [ - { - "exclusive_end": 38, - "slot": "event_name", - "start": 24 - }, - { - "exclusive_end": 68, - "slot": "venue", - "start": 46 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is another event, Carmina Burana at the San Francisco Symphony." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Berkeley" - ], - "slot": "city", - "values": [ - "Berkeley" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Electronica" - ], - "slot": "category", - "values": [ - "electronica" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 59, - "slot": "city", - "start": 51 - }, - { - "exclusive_end": 75, - "slot": "category", - "start": 64 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "electronica" - ], - "city": [ - "Berkeley" - ], - "date": [ - "dontcare" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "How about something else, can you try searching in Berkeley for electronica events?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Phutureprimitive" - ], - "slot": "event_name", - "values": [ - "Phutureprimitive" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Cornerstone Craft Beer & Live Music" - ], - "slot": "venue", - "values": [ - "Cornerstone Craft Beer & Live Music" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "category": "Electronica", - "city": "Berkeley", - "event_type": "Music" - } - }, - "service_results": [ - { - "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" - } - ], - "slots": [ - { - "exclusive_end": 26, - "slot": "event_name", - "start": 10 - }, - { - "exclusive_end": 65, - "slot": "venue", - "start": 30 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "How about Phutureprimitive at Cornerstone Craft Beer & Live Music?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "time", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [ - "time" - ], - "slot_values": { - "category": [ - "electronica" - ], - "city": [ - "Berkeley" - ], - "date": [ - "dontcare" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What time does that start?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "19:00" - ], - "slot": "time", - "values": [ - "7 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 24, - "slot": "time", - "start": 20 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The event starts at 7 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "electronica" - ], - "city": [ - "Berkeley" - ], - "date": [ - "dontcare" - ], - "event_name": [ - "Phutureprimitive" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds perfect." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "BuyEventTickets" - ], - "slot": "intent", - "values": [ - "BuyEventTickets" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like to purchase tickets to this event?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "electronica" - ], - "city": [ - "Berkeley" - ], - "date": [ - "dontcare" - ], - "event_name": [ - "Phutureprimitive" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yeah, I'd love to buy some tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_of_tickets", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "date", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How many tickets would you like to purchase, and do you have a preferred date you'd like?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2" - ], - "slot": "number_of_tickets", - "values": [ - "2" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "date", - "values": [ - "12th of this month" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 48, - "slot": "date", - "start": 30 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "electronica" - ], - "city": [ - "Berkeley" - ], - "date": [ - "12th of this month" - ], - "event_name": [ - "Phutureprimitive" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can I get two tickets for the 12th of this month?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Phutureprimitive" - ], - "slot": "event_name", - "values": [ - "Phutureprimitive" - ] - }, - { - "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": [ - "Berkeley" - ], - "slot": "city", - "values": [ - "Berkeley" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 48, - "slot": "event_name", - "start": 32 - }, - { - "exclusive_end": 62, - "slot": "date", - "start": 52 - }, - { - "exclusive_end": 74, - "slot": "city", - "start": 66 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay so you'd like 2 tickets to Phutureprimitive on march 12th in Berkeley?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "electronica" - ], - "city": [ - "Berkeley" - ], - "date": [ - "12th of this month", - "march 12th" - ], - "event_name": [ - "Phutureprimitive" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "yes, thats right." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Berkeley", - "date": "2019-03-12", - "event_name": "Phutureprimitive", - "number_of_tickets": "2" - } - }, - "service_results": [ - { - "city": "Berkeley", - "date": "2019-03-12", - "event_name": "Phutureprimitive", - "number_of_tickets": "2", - "time": "19:00", - "venue": "Cornerstone Craft Beer & Live Music", - "venue_address": "2367 Shattuck Avenue" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your ticket reservation was successful." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "electronica" - ], - "city": [ - "Berkeley" - ], - "date": [ - "12th of this month", - "march 12th" - ], - "event_name": [ - "Phutureprimitive" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you for the help." - }, - { - "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": "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": [ - "electronica" - ], - "city": [ - "Berkeley" - ], - "date": [ - "12th of this month", - "march 12th" - ], - "event_name": [ - "Phutureprimitive" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No thats all I wanted, 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": "9_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": "I'm looking for some fun, interesting events to go to. Can you help me find some?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "event_type", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "city", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What kind of events are you interested in going to and where should I look?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Santa Rosa" - ], - "slot": "city", - "values": [ - "Santa Rosa" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Music" - ], - "slot": "event_type", - "values": [ - "Music" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 47, - "slot": "city", - "start": 37 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Santa Rosa" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Look for Concert events happening in Santa Rosa, please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Huichica Music Festival" - ], - "slot": "event_name", - "values": [ - "Huichica Music Festival" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "The Sandman Hotel" - ], - "slot": "venue", - "values": [ - "The Sandman Hotel" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "Santa Rosa", - "event_type": "Music" - } - }, - "service_results": [ - { - "category": "Pop", - "city": "Santa Rosa", - "date": "2019-03-10", - "event_name": "Huichica Music Festival", - "event_type": "Music", - "time": "18:00", - "venue": "The Sandman Hotel", - "venue_address": "3421 Cleveland Avenue" - } - ], - "slots": [ - { - "exclusive_end": 103, - "slot": "event_name", - "start": 80 - }, - { - "exclusive_end": 134, - "slot": "venue", - "start": 117 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, I found 1 event that you might like. What do you think about going to the Huichica Music Festival happening at The Sandman Hotel?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "category", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [ - "category" - ], - "slot_values": { - "city": [ - "Santa Rosa" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What kind of event is it?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Pop" - ], - "slot": "category", - "values": [ - "Pop" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 10, - "slot": "category", - "start": 7 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It's a Pop event." - }, - { - "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": [ - "Santa Rosa" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When does it start and what's the address of the venue?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "18:00" - ], - "slot": "time", - "values": [ - "6 pm" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "3421 Cleveland Avenue" - ], - "slot": "venue_address", - "values": [ - "3421 Cleveland Avenue" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 56, - "slot": "time", - "start": 52 - }, - { - "exclusive_end": 37, - "slot": "venue_address", - "start": 16 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It's located at 3421 Cleveland Avenue and starts at 6 pm." - }, - { - "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": [ - "Santa Rosa" - ], - "event_name": [ - "Huichica Music Festival" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Okay, that sounds good. I'd like to buy 2 tickets for it." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "date", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What day would you like the tickets to be for?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "date", - "values": [ - "10th of March" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 57, - "slot": "date", - "start": 44 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Santa Rosa" - ], - "date": [ - "10th of March" - ], - "event_name": [ - "Huichica Music Festival" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want the tickets to be for the one on the 10th of March." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Huichica Music Festival" - ], - "slot": "event_name", - "values": [ - "Huichica Music Festival" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2" - ], - "slot": "number_of_tickets", - "values": [ - "2" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "date", - "values": [ - "March 10th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Santa Rosa" - ], - "slot": "city", - "values": [ - "Santa Rosa" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 59, - "slot": "event_name", - "start": 36 - }, - { - "exclusive_end": 86, - "slot": "date", - "start": 76 - }, - { - "exclusive_end": 100, - "slot": "city", - "start": 90 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, so you want 2 tickets for the Huichica Music Festival that happens on March 10th in Santa Rosa, right?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "date", - "values": [ - "14th of March" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "number_of_tickets", - "values": [ - "1" - ] - }, - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 52, - "slot": "date", - "start": 39 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Santa Rosa" - ], - "date": [ - "14th of March" - ], - "event_name": [ - "Huichica Music Festival" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, I want 1 ticket for the one on the 14th of March." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "number_of_tickets", - "values": [ - "1" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "date", - "values": [ - "March 14th" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 78, - "slot": "date", - "start": 68 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, so you want to buy 1 ticket for the event that takes place on March 14th, right?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Santa Rosa" - ], - "date": [ - "14th of March", - "March 14th" - ], - "event_name": [ - "Huichica Music Festival" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yup, that's right." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Santa Rosa", - "date": "2019-03-14", - "event_name": "Huichica Music Festival", - "number_of_tickets": "1" - } - }, - "service_results": [ - { - "city": "Santa Rosa", - "date": "2019-03-14", - "event_name": "Huichica Music Festival", - "number_of_tickets": "1", - "time": "19:30", - "venue": "The Sandman Hotel", - "venue_address": "3421 Cleveland Avenue" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your tickets have been reserved!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Santa Rosa" - ], - "date": [ - "14th of March", - "March 14th" - ], - "event_name": [ - "Huichica Music Festival" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Great, thanks so much for the help!" - }, - { - "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": [ - "Santa Rosa" - ], - "date": [ - "14th of March", - "March 14th" - ], - "event_name": [ - "Huichica Music Festival" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No thanks, that's all I needed help with." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a nice day!" - } - ] - }, - { - "dialogue_id": "9_00018", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Music" - ], - "slot": "event_type", - "values": [ - "Music" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Rock" - ], - "slot": "category", - "values": [ - "Rock" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 20, - "slot": "category", - "start": 16 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "Rock" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to see a Rock Concert. Can you find me some upcoming events?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "city", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure. Do you prefer any city in particular?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Chicago" - ], - "slot": "city", - "values": [ - "Chi-town" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Country" - ], - "slot": "category", - "values": [ - "Country" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 49, - "slot": "city", - "start": 41 - }, - { - "exclusive_end": 31, - "slot": "category", - "start": 24 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "Country" - ], - "city": [ - "Chi-town" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yeah, I'm look for some Country music in Chi-town." - }, - { - "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" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "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": 37, - "slot": "event_name", - "start": 21 - }, - { - "exclusive_end": 54, - "slot": "venue", - "start": 41 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There's 1 event with Billy Currington at Gallagher Way." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "time", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [ - "time" - ], - "slot_values": { - "category": [ - "Country" - ], - "city": [ - "Chi-town" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When's that start?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "18:30" - ], - "slot": "time", - "values": [ - "6:30 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 20, - "slot": "time", - "start": 13 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It starts at 6: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": [ - "Country" - ], - "city": [ - "Chi-town" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Cool. Where's that at?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "3635 North Clark Street" - ], - "slot": "venue_address", - "values": [ - "3635 North Clark Street" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 39, - "slot": "venue_address", - "start": 16 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It's located at 3635 North Clark Street." - }, - { - "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 perfect. I'm interested." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "BuyEventTickets" - ], - "slot": "intent", - "values": [ - "BuyEventTickets" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Should I order some tickets?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "Country" - ], - "city": [ - "Chi-town" - ], - "event_name": [ - "Billy Currington" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yeah, go ahead. I'd like to buy some tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_of_tickets", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "date", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How many? What day do you want to go?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "date", - "values": [ - "March 12th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "4" - ], - "slot": "number_of_tickets", - "values": [ - "4" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 32, - "slot": "date", - "start": 22 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "Country" - ], - "city": [ - "Chi-town" - ], - "date": [ - "March 12th" - ], - "event_name": [ - "Billy Currington" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like 4 tickets on March 12th if possible." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Billy Currington" - ], - "slot": "event_name", - "values": [ - "Billy Currington" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "4" - ], - "slot": "number_of_tickets", - "values": [ - "4" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "date", - "values": [ - "March 12th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Chicago" - ], - "slot": "city", - "values": [ - "Chicago" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 48, - "slot": "event_name", - "start": 32 - }, - { - "exclusive_end": 62, - "slot": "date", - "start": 52 - }, - { - "exclusive_end": 73, - "slot": "city", - "start": 66 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay. So, you want 4 tickets to Billy Currington on March 12th in Chicago." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2" - ], - "slot": "number_of_tickets", - "values": [ - "2" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "date", - "values": [ - "14th of this month" - ] - }, - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 59, - "slot": "date", - "start": 41 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "Country" - ], - "city": [ - "Chi-town", - "Chicago" - ], - "date": [ - "14th of this month" - ], - "event_name": [ - "Billy Currington" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Actually, no. Make that 2 tickets on the 14th of this month." - }, - { - "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": 37, - "slot": "date", - "start": 27 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, so it's 2 tickets on March 14th." - }, - { - "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": [ - "14th of this month", - "March 14th" - ], - "event_name": [ - "Billy Currington" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yeah, that sounds like it will work." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Chicago", - "date": "2019-03-14", - "event_name": "Billy Currington", - "number_of_tickets": "2" - } - }, - "service_results": [ - { - "city": "Chicago", - "date": "2019-03-14", - "event_name": "Billy Currington", - "number_of_tickets": "2", - "time": "17:30", - "venue": "Gallagher Way", - "venue_address": "3635 North Clark Street" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Alright. Your tickets have been ordered." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "Country" - ], - "city": [ - "Chi-town", - "Chicago" - ], - "date": [ - "14th of this month", - "March 14th" - ], - "event_name": [ - "Billy Currington" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "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 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": [ - "Country" - ], - "city": [ - "Chi-town", - "Chicago" - ], - "date": [ - "14th of this month", - "March 14th" - ], - "event_name": [ - "Billy Currington" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Nope. That will be it." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay. Have a good day!" - } - ] - }, - { - "dialogue_id": "9_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": "Are there any events in the area?" - }, - { - "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": "Which events interest you? Music and sports are options. Which city would you like me to search in?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "city", - "values": [ - "New York City" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Sports" - ], - "slot": "event_type", - "values": [ - "Sports" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 41, - "slot": "city", - "start": 28 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "New York City" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am interested in Games in New York City." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Mets Vs Braves" - ], - "slot": "event_name", - "values": [ - "Mets vs Braves" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Citi Field" - ], - "slot": "venue", - "values": [ - "Citi Field" - ] - } - ], - "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": 25, - "slot": "event_name", - "start": 11 - }, - { - "exclusive_end": 44, - "slot": "venue", - "start": 34 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is a Mets vs Braves game in Citi Field." - }, - { - "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 City" - ], - "event_name": [ - "Mets vs Braves" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to get 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 would you like?" - }, - { - "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": [ - "New York City" - ], - "event_name": [ - "Mets vs Braves" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Two tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "date", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When would you like to attend?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "date", - "values": [ - "the 9th" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 24, - "slot": "date", - "start": 17 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "New York City" - ], - "date": [ - "the 9th" - ], - "event_name": [ - "Mets vs Braves" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am not busy on the 9th" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Mets Vs Braves" - ], - "slot": "event_name", - "values": [ - "Mets vs Braves" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2" - ], - "slot": "number_of_tickets", - "values": [ - "2" - ] - }, - { - "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": 82, - "slot": "event_name", - "start": 68 - }, - { - "exclusive_end": 101, - "slot": "date", - "start": 92 - }, - { - "exclusive_end": 113, - "slot": "city", - "start": 105 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I would like to confirm the following information: 2 tickets to the Mets vs Braves games on March 9th 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": [ - "New York", - "New York City" - ], - "date": [ - "March 9th", - "the 9th" - ], - "event_name": [ - "Mets vs Braves" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That would be awesome. Where is the game taking place?" - }, - { - "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-09", - "event_name": "Mets Vs Braves", - "number_of_tickets": "2" - } - }, - "service_results": [ - { - "city": "New York", - "date": "2019-03-09", - "event_name": "Mets Vs Braves", - "number_of_tickets": "2", - "time": "17:00", - "venue": "Citi Field", - "venue_address": "123-01 Roosevelt Avenue" - } - ], - "slots": [ - { - "exclusive_end": 72, - "slot": "venue_address", - "start": 49 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I already reserved your tickets. The venue is at 123-01 Roosevelt Avenue." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "time", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [ - "time" - ], - "slot_values": { - "city": [ - "New York", - "New York City" - ], - "date": [ - "March 9th", - "the 9th" - ], - "event_name": [ - "Mets vs Braves" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What is the starting time?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "17:00" - ], - "slot": "time", - "values": [ - "5 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 4, - "slot": "time", - "start": 0 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "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": [ - "New York", - "New York City" - ], - "date": [ - "March 9th", - "the 9th" - ], - "event_name": [ - "Mets vs Braves" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Great. I appreciate your assistance. That would be all." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Enjoy the rest of your day." - } - ] - }, - { - "dialogue_id": "9_00020", - "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 find events, games in particular." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "city", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What city would you like me to search in?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "city", - "values": [ - "LAX" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 20, - "slot": "city", - "start": 17 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "LAX" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want events in LAX." - }, - { - "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": 23, - "slot": "event_name", - "start": 8 - }, - { - "exclusive_end": 41, - "slot": "venue", - "start": 27 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found Dodgers vs Cubs at Dodger Stadium." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "date", - "values": [ - "March 12th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Baseball" - ], - "slot": "category", - "values": [ - "baseball" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 69, - "slot": "date", - "start": 59 - }, - { - "exclusive_end": 49, - "slot": "category", - "start": 41 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "baseball" - ], - "city": [ - "LAX" - ], - "date": [ - "March 12th" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Could you find anything else? I'd like a baseball event on March 12th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Dodgers Vs Diamondbacks" - ], - "slot": "event_name", - "values": [ - "Dodgers vs Diamondbacks" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Dodger Stadium" - ], - "slot": "venue", - "values": [ - "Dodger Stadium" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "category": "Baseball", - "city": "Los Angeles", - "date": "2019-03-12", - "event_type": "Sports" - } - }, - "service_results": [ - { - "category": "Baseball", - "city": "Los Angeles", - "date": "2019-03-12", - "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" - } - ], - "slots": [ - { - "exclusive_end": 33, - "slot": "event_name", - "start": 10 - }, - { - "exclusive_end": 51, - "slot": "venue", - "start": 37 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "How about Dodgers vs Diamondbacks at Dodger Stadium?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "date", - "values": [ - "March 14th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "city", - "values": [ - "NY" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 55, - "slot": "date", - "start": 45 - }, - { - "exclusive_end": 61, - "slot": "city", - "start": 59 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "baseball" - ], - "city": [ - "NY" - ], - "date": [ - "March 14th" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Keep looking, please. I actually want one on March 14th 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": { - "category": "Baseball", - "city": "New York", - "date": "2019-03-14", - "event_type": "Sports" - } - }, - "service_results": [ - { - "category": "Baseball", - "city": "New York", - "date": "2019-03-14", - "event_name": "Mets Vs Braves", - "event_type": "Sports", - "time": "18: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-14", - "event_name": "Mets Vs Pirates", - "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": "Nycfc Vs Dynamo", - "event_type": "Sports", - "time": "18:00", - "venue": "Yankee Stadium", - "venue_address": "1 East 161 Street" - }, - { - "category": "Baseball", - "city": "New York", - "date": "2019-03-14", - "event_name": "Revolution Vs Nycfc", - "event_type": "Sports", - "time": "19:00", - "venue": "Yankee Stadium", - "venue_address": "1 East 161 Street" - }, - { - "category": "Baseball", - "city": "New York", - "date": "2019-03-14", - "event_name": "Yankees Vs Indians", - "event_type": "Sports", - "time": "19:00", - "venue": "Yankee Stadium", - "venue_address": "1 East 161 Street" - }, - { - "category": "Baseball", - "city": "New York", - "date": "2019-03-14", - "event_name": "Yankees Vs Rangers", - "event_type": "Sports", - "time": "17:00", - "venue": "Yankee Stadium", - "venue_address": "1 East 161 Street" - }, - { - "category": "Baseball", - "city": "New York", - "date": "2019-03-14", - "event_name": "Yankees Vs Rays", - "event_type": "Sports", - "time": "17:30", - "venue": "Yankee Stadium", - "venue_address": "1 East 161 Street" - } - ], - "slots": [ - { - "exclusive_end": 22, - "slot": "event_name", - "start": 8 - }, - { - "exclusive_end": 36, - "slot": "venue", - "start": 26 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found Mets vs Braves 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": [ - "March 14th" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What time will it start?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "18:00" - ], - "slot": "time", - "values": [ - "6 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 23, - "slot": "time", - "start": 19 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The game starts at 6 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "baseball" - ], - "city": [ - "NY" - ], - "date": [ - "March 14th" - ], - "event_name": [ - "Mets vs Braves" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "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": "Would you like to get 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": { - "category": [ - "baseball" - ], - "city": [ - "NY" - ], - "date": [ - "March 14th" - ], - "event_name": [ - "Mets vs Braves" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yeah, 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 should I purchase for you?" - }, - { - "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": { - "category": [ - "baseball" - ], - "city": [ - "NY" - ], - "date": [ - "March 14th" - ], - "event_name": [ - "Mets vs Braves" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need two tickets, please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Mets Vs Braves" - ], - "slot": "event_name", - "values": [ - "Mets vs Braves" - ] - }, - { - "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": 44, - "slot": "event_name", - "start": 30 - }, - { - "exclusive_end": 58, - "slot": "date", - "start": 48 - }, - { - "exclusive_end": 70, - "slot": "city", - "start": 62 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm: 2 tickets for Mets vs Braves on March 14th 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": { - "category": [ - "baseball" - ], - "city": [ - "NY", - "New York" - ], - "date": [ - "March 14th" - ], - "event_name": [ - "Mets vs Braves" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yep, that's perfect for me. Where is the venue?" - }, - { - "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-14", - "event_name": "Mets Vs Braves", - "number_of_tickets": "2" - } - }, - "service_results": [ - { - "city": "New York", - "date": "2019-03-14", - "event_name": "Mets Vs Braves", - "number_of_tickets": "2", - "time": "18:00", - "venue": "Citi Field", - "venue_address": "123-01 Roosevelt Avenue" - } - ], - "slots": [ - { - "exclusive_end": 75, - "slot": "venue_address", - "start": 52 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The reservation has been placed and the venue is at 123-01 Roosevelt Avenue." - }, - { - "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": [ - "March 14th" - ], - "event_name": [ - "Mets vs Braves" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks so much for helping." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Can I do anything more 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": [ - "March 14th" - ], - "event_name": [ - "Mets vs Braves" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No thanks, I'm good now." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a lovely day." - } - ] - }, - { - "dialogue_id": "9_00021", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Can you help me find an event?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "city", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "In which location should I search?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "city", - "values": [ - "SF" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 28, - "slot": "city", - "start": 26 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "SF" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm looking for events in SF." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "Music", - "Sports" - ], - "slot": "event_type", - "values": [ - "Music", - "Sports" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you prefer a Music or Sports type 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": [ - "SF" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am looking for a Music event." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Allan Rayman" - ], - "slot": "event_name", - "values": [ - "Allan Rayman" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "August Hall" - ], - "slot": "venue", - "values": [ - "August Hall" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "10" - ], - "slot": "count", - "values": [ - "10" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "San Francisco", - "event_type": "Music" - } - }, - "service_results": [ - { - "category": "Hip Hop", - "city": "San Francisco", - "date": "2019-03-01", - "event_name": "Allan Rayman", - "event_type": "Music", - "time": "18:00", - "venue": "August Hall", - "venue_address": "420 Mason Street" - }, - { - "category": "Classical", - "city": "San Francisco", - "date": "2019-03-14", - "event_name": "Carmina Burana", - "event_type": "Music", - "time": "18:00", - "venue": "San Francisco Symphony", - "venue_address": "201 Van Ness Avenue" - }, - { - "category": "Pop", - "city": "San Francisco", - "date": "2019-03-01", - "event_name": "Celine Dion", - "event_type": "Music", - "time": "19:00", - "venue": "Chase Center Experience", - "venue_address": "500 Terry A Francois Boulevard Suite 73" - }, - { - "category": "Pop", - "city": "San Francisco", - "date": "2019-03-12", - "event_name": "Cher", - "event_type": "Music", - "time": "19:00", - "venue": "Chase Center Experience", - "venue_address": "500 Terry A Francois Boulevard Suite 73" - }, - { - "category": "Electronica", - "city": "San Francisco", - "date": "2019-03-09", - "event_name": "Electric Feels", - "event_type": "Music", - "time": "17:00", - "venue": "August Hall", - "venue_address": "420 Mason Street" - }, - { - "category": "Christian", - "city": "San Francisco", - "date": "2019-03-11", - "event_name": "Matt Corby", - "event_type": "Music", - "time": "18:00", - "venue": "August Hall", - "venue_address": "420 Mason Street" - }, - { - "category": "Country", - "city": "San Francisco", - "date": "2019-03-14", - "event_name": "Okkervil River", - "event_type": "Music", - "time": "18:00", - "venue": "The Chapel", - "venue_address": "777 Valencia Street" - }, - { - "category": "Pop", - "city": "San Francisco", - "date": "2019-03-10", - "event_name": "Remo Drive", - "event_type": "Music", - "time": "18:00", - "venue": "The Chapel", - "venue_address": "777 Valencia Street" - }, - { - "category": "Classical", - "city": "San Francisco", - "date": "2019-03-12", - "event_name": "San Francisco Symphony", - "event_type": "Music", - "time": "18:00", - "venue": "San Francisco Symphony", - "venue_address": "201 Van Ness Avenue" - }, - { - "category": "Pop", - "city": "San Francisco", - "date": "2019-03-02", - "event_name": "The Drums", - "event_type": "Music", - "time": "18:00", - "venue": "August Hall", - "venue_address": "420 Mason Street" - } - ], - "slots": [ - { - "exclusive_end": 42, - "slot": "event_name", - "start": 30 - }, - { - "exclusive_end": 57, - "slot": "venue", - "start": 46 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 10 events. One is the Allan Rayman at August Hall." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "SF" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you find another event please?" - }, - { - "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" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 23, - "slot": "event_name", - "start": 9 - }, - { - "exclusive_end": 53, - "slot": "venue", - "start": 31 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is Carmina Burana at the San Francisco Symphony." - }, - { - "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": [ - "SF" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What category of event is this and when does it start?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "18:00" - ], - "slot": "time", - "values": [ - "6 pm" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Classical" - ], - "slot": "category", - "values": [ - "Classical" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 33, - "slot": "time", - "start": 29 - }, - { - "exclusive_end": 16, - "slot": "category", - "start": 7 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It's a Classical starting at 6 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": [ - "SF" - ], - "event_name": [ - "Carmina Burana" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can I purchase a ticket?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_of_tickets", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "date", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How many tickets would you like and for when?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "3" - ], - "slot": "number_of_tickets", - "values": [ - "3" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "date", - "values": [ - "March 14th" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 41, - "slot": "date", - "start": 31 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "SF" - ], - "date": [ - "March 14th" - ], - "event_name": [ - "Carmina Burana" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like three tickets for March 14th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Carmina Burana" - ], - "slot": "event_name", - "values": [ - "Carmina Burana" - ] - }, - { - "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": [ - "San Francisco" - ], - "slot": "city", - "values": [ - "San Francisco" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 35, - "slot": "event_name", - "start": 21 - }, - { - "exclusive_end": 49, - "slot": "date", - "start": 39 - }, - { - "exclusive_end": 66, - "slot": "city", - "start": 53 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "3 tickets booked for Carmina Burana on March 14th in San Francisco." - }, - { - "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": [ - "SF", - "San Francisco" - ], - "date": [ - "March 14th" - ], - "event_name": [ - "Carmina Burana" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can I have the location of the venue?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "201 Van Ness Avenue" - ], - "slot": "venue_address", - "values": [ - "201 Van Ness Avenue" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "San Francisco", - "date": "2019-03-14", - "event_name": "Carmina Burana", - "number_of_tickets": "3" - } - }, - "service_results": [ - { - "city": "San Francisco", - "date": "2019-03-14", - "event_name": "Carmina Burana", - "number_of_tickets": "3", - "time": "18:00", - "venue": "San Francisco Symphony", - "venue_address": "201 Van Ness Avenue" - } - ], - "slots": [ - { - "exclusive_end": 35, - "slot": "venue_address", - "start": 16 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It's 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": [ - "March 14th" - ], - "event_name": [ - "Carmina Burana" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you for booking the tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day." - } - ] - }, - { - "dialogue_id": "9_00022", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Music" - ], - "slot": "event_type", - "values": [ - "Music" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "date", - "values": [ - "12th of March" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 54, - "slot": "date", - "start": 41 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "date": [ - "12th of March" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am searching for Concert events on the 12th of March." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "city", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you have any city preferences?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "city", - "values": [ - "New York" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Blues" - ], - "slot": "category", - "values": [ - "Blues" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 27, - "slot": "city", - "start": 19 - }, - { - "exclusive_end": 41, - "slot": "category", - "start": 36 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "Blues" - ], - "city": [ - "New York" - ], - "date": [ - "12th of March" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I prefer events in New York. I like Blues events." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Ben Harper" - ], - "slot": "event_name", - "values": [ - "Ben Harper" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Pier 17" - ], - "slot": "venue", - "values": [ - "Pier 17" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "5" - ], - "slot": "count", - "values": [ - "5" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "category": "Blues", - "city": "New York", - "date": "2019-03-12", - "event_type": "Music" - } - }, - "service_results": [ - { - "category": "Blues", - "city": "New York", - "date": "2019-03-12", - "event_name": "Ben Harper", - "event_type": "Music", - "time": "18:00", - "venue": "Pier 17", - "venue_address": "89 South Street" - }, - { - "category": "Blues", - "city": "New York", - "date": "2019-03-12", - "event_name": "Greensky Bluegrass", - "event_type": "Music", - "time": "18:00", - "venue": "Pier 17", - "venue_address": "89 South Street" - }, - { - "category": "Blues", - "city": "New York", - "date": "2019-03-12", - "event_name": "Mac Demarco", - "event_type": "Music", - "time": "19:30", - "venue": "Prospect Park Bandshell", - "venue_address": "141 Prospect Park West, Brooklyn" - }, - { - "category": "Blues", - "city": "New York", - "date": "2019-03-12", - "event_name": "Shanice", - "event_type": "Music", - "time": "17:00", - "venue": "Sony Hall", - "venue_address": "235 West 46th Street" - }, - { - "category": "Blues", - "city": "New York", - "date": "2019-03-12", - "event_name": "Vivian Green", - "event_type": "Music", - "time": "19:00", - "venue": "Sony Hall", - "venue_address": "235 West 46th Street" - } - ], - "slots": [ - { - "exclusive_end": 65, - "slot": "event_name", - "start": 55 - }, - { - "exclusive_end": 87, - "slot": "venue", - "start": 80 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 5 events which may suit your taste. There is a Ben Harper event held at Pier 17." - }, - { - "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": [ - "Blues" - ], - "city": [ - "New York" - ], - "date": [ - "12th of March" - ], - "event_name": [ - "Ben Harper" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds good to me. I want to purchase 3 tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Ben Harper" - ], - "slot": "event_name", - "values": [ - "Ben Harper" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "3" - ], - "slot": "number_of_tickets", - "values": [ - "3" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "date", - "values": [ - "March 12th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "New York" - ], - "slot": "city", - "values": [ - "New York" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 54, - "slot": "event_name", - "start": 44 - }, - { - "exclusive_end": 74, - "slot": "date", - "start": 64 - }, - { - "exclusive_end": 86, - "slot": "city", - "start": 78 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm these details: 3 tickets for Ben Harper event on March 12th in New York." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "Blues" - ], - "city": [ - "New York" - ], - "date": [ - "12th of March", - "March 12th" - ], - "event_name": [ - "Ben Harper" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "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-12", - "event_name": "Ben Harper", - "number_of_tickets": "3" - } - }, - "service_results": [ - { - "city": "New York", - "date": "2019-03-12", - "event_name": "Ben Harper", - "number_of_tickets": "3", - "time": "18:00", - "venue": "Pier 17", - "venue_address": "89 South Street" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your reservation has been made." - }, - { - "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": [ - "Blues" - ], - "city": [ - "New York" - ], - "date": [ - "12th of March", - "March 12th" - ], - "event_name": [ - "Ben Harper" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Where is the venue located?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "89 South Street" - ], - "slot": "venue_address", - "values": [ - "89 South Street" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 39, - "slot": "venue_address", - "start": 24 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The venue is located at 89 South Street." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "time", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [ - "time" - ], - "slot_values": { - "category": [ - "Blues" - ], - "city": [ - "New York" - ], - "date": [ - "12th of March", - "March 12th" - ], - "event_name": [ - "Ben Harper" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When does the event start?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "18:00" - ], - "slot": "time", - "values": [ - "6 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 24, - "slot": "time", - "start": 20 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The event starts at 6 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "Blues" - ], - "city": [ - "New York" - ], - "date": [ - "12th of March", - "March 12th" - ], - "event_name": [ - "Ben Harper" - ], - "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": "Is there anything else I can help you with?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "category": [ - "Blues" - ], - "city": [ - "New York" - ], - "date": [ - "12th of March", - "March 12th" - ], - "event_name": [ - "Ben Harper" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No. Thank you for your help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day." - } - ] - }, - { - "dialogue_id": "9_00023", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Music" - ], - "slot": "event_type", - "values": [ - "Music" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Jazz" - ], - "slot": "category", - "values": [ - "Jazz" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 52, - "slot": "category", - "start": 48 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "Jazz" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm looking for some Music events, specifically Jazz, to go to. Can you help find me some?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "city", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure. Where should I look?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "city", - "values": [ - "New York" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 42, - "slot": "city", - "start": 34 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "Jazz" - ], - "city": [ - "New York" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Look for some events happening in New York." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Chris Botti" - ], - "slot": "event_name", - "values": [ - "Chris Botti" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Sony Hall" - ], - "slot": "venue", - "values": [ - "Sony Hall" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "category": "Jazz", - "city": "New York", - "event_type": "Music" - } - }, - "service_results": [ - { - "category": "Jazz", - "city": "New York", - "date": "2019-03-07", - "event_name": "Chris Botti", - "event_type": "Music", - "time": "17:00", - "venue": "Sony Hall", - "venue_address": "235 West 46th Street" - } - ], - "slots": [ - { - "exclusive_end": 73, - "slot": "event_name", - "start": 62 - }, - { - "exclusive_end": 102, - "slot": "venue", - "start": 93 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, I found 1 event you might like. Are you interested in a Chris Botti event happening at Sony 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": [ - "Jazz" - ], - "city": [ - "New York" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What's the address and when does it begin?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "235 West 46th Street" - ], - "slot": "venue_address", - "values": [ - "235 West 46th Street" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "17:00" - ], - "slot": "time", - "values": [ - "5 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 35, - "slot": "venue_address", - "start": 15 - }, - { - "exclusive_end": 57, - "slot": "time", - "start": 53 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The address is 235 West 46th Street and it starts 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": { - "category": [ - "Jazz" - ], - "city": [ - "New York" - ], - "event_name": [ - "Chris Botti" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Cool, sounds good. I wanna buy tickets for it." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_of_tickets", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "date", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How many tickets do you want and what day do you want them to be for?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-07" - ], - "slot": "date", - "values": [ - "next Thursday" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "number_of_tickets", - "values": [ - "1" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 51, - "slot": "date", - "start": 38 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "Jazz" - ], - "city": [ - "New York" - ], - "date": [ - "next Thursday" - ], - "event_name": [ - "Chris Botti" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need 1 ticket for the one happening next Thursday." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Chris Botti" - ], - "slot": "event_name", - "values": [ - "Chris Botti" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "number_of_tickets", - "values": [ - "1" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-07" - ], - "slot": "date", - "values": [ - "next Thursday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "New York" - ], - "slot": "city", - "values": [ - "New York" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 53, - "slot": "event_name", - "start": 42 - }, - { - "exclusive_end": 83, - "slot": "date", - "start": 70 - }, - { - "exclusive_end": 95, - "slot": "city", - "start": 87 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, so you want to buy 1 ticket for the Chris Botti event happening next Thursday in New York, right?" - }, - { - "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": [ - "Jazz" - ], - "city": [ - "New York" - ], - "date": [ - "next Thursday" - ], - "event_name": [ - "Chris Botti" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, I need 3 tickets please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "3" - ], - "slot": "number_of_tickets", - "values": [ - "3" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-07" - ], - "slot": "date", - "values": [ - "next Thursday" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 73, - "slot": "date", - "start": 60 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Alright, should I reserve 3 tickets for the event happening next Thursday?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "Jazz" - ], - "city": [ - "New York" - ], - "date": [ - "next Thursday" - ], - "event_name": [ - "Chris Botti" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yup, that's right." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "New York", - "date": "2019-03-07", - "event_name": "Chris Botti", - "number_of_tickets": "3" - } - }, - "service_results": [ - { - "city": "New York", - "date": "2019-03-07", - "event_name": "Chris Botti", - "number_of_tickets": "3", - "time": "17:00", - "venue": "Sony Hall", - "venue_address": "235 West 46th Street" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, the reservation for your tickets 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": [ - "Jazz" - ], - "city": [ - "New York" - ], - "date": [ - "next Thursday" - ], - "event_name": [ - "Chris Botti" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Great, thanks for your help! That's everything I needed help with." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a nice day!" - } - ] - }, - { - "dialogue_id": "9_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 would like to search for an event." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "event_type", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What are you interested in?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Music" - ], - "slot": "event_type", - "values": [ - "Music" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to go to a Concert." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "city", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "In which city are you located?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Anaheim" - ], - "slot": "city", - "values": [ - "Anaheim" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 23, - "slot": "city", - "start": 16 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Anaheim" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am looking in Anaheim." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Brown Sabbath" - ], - "slot": "event_name", - "values": [ - "Brown Sabbath" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Crossroads at House of Blues Anaheim" - ], - "slot": "venue", - "values": [ - "Crossroads at House of Blues Anaheim" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "Anaheim", - "event_type": "Music" - } - }, - "service_results": [ - { - "category": "Funk", - "city": "Anaheim", - "date": "2019-03-01", - "event_name": "Brown Sabbath", - "event_type": "Music", - "time": "19:00", - "venue": "Crossroads at House of Blues Anaheim", - "venue_address": "1530 Disneyland Monrail System" - } - ], - "slots": [ - { - "exclusive_end": 74, - "slot": "event_name", - "start": 61 - }, - { - "exclusive_end": 56, - "slot": "venue", - "start": 20 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is 1 event at Crossroads at House of Blues Anaheim the Brown Sabbath." - }, - { - "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": [ - "Anaheim" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When does this start and which category does this event belong to?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "19:00" - ], - "slot": "time", - "values": [ - "7 pm" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Funk" - ], - "slot": "category", - "values": [ - "Funk" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 28, - "slot": "time", - "start": 24 - }, - { - "exclusive_end": 14, - "slot": "category", - "start": 10 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "This is a Funk event at 7 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": { - "city": [ - "Anaheim" - ], - "event_name": [ - "Brown Sabbath" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds good can I get one ticket?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "date", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you have a date in mind?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-01" - ], - "slot": "date", - "values": [ - "March 1st" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 12, - "slot": "date", - "start": 3 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Anaheim" - ], - "date": [ - "March 1st" - ], - "event_name": [ - "Brown Sabbath" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "On March 1st please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Brown Sabbath" - ], - "slot": "event_name", - "values": [ - "Brown Sabbath" - ] - }, - { - "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": [ - "Anaheim" - ], - "slot": "city", - "values": [ - "Anaheim" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 26, - "slot": "event_name", - "start": 13 - }, - { - "exclusive_end": 32, - "slot": "date", - "start": 27 - }, - { - "exclusive_end": 43, - "slot": "city", - "start": 36 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "1 ticket for Brown Sabbath today at Anaheim." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Anaheim" - ], - "date": [ - "March 1st", - "today" - ], - "event_name": [ - "Brown Sabbath" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Anaheim", - "date": "2019-03-01", - "event_name": "Brown Sabbath", - "number_of_tickets": "1" - } - }, - "service_results": [ - { - "city": "Anaheim", - "date": "2019-03-01", - "event_name": "Brown Sabbath", - "number_of_tickets": "1", - "time": "19:00", - "venue": "Crossroads at House of Blues Anaheim", - "venue_address": "1530 Disneyland Monrail System" - } - ], - "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": { - "city": [ - "Anaheim" - ], - "date": [ - "March 1st", - "today" - ], - "event_name": [ - "Brown Sabbath" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you for your search." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "have a great day." - } - ] - }, - { - "dialogue_id": "9_00025", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I'd 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": "What type of event would you like? I can search for Music or Sports or anything else." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Sports" - ], - "slot": "event_type", - "values": [ - "Sports" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Philadelphia" - ], - "slot": "city", - "values": [ - "Philadelphia" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 60, - "slot": "city", - "start": 48 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Philadelphia" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to attend some sort of sports event in Philadelphia." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Eagles Vs Cowboys" - ], - "slot": "event_name", - "values": [ - "Eagles vs Cowboys" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Lincoln Financial Field" - ], - "slot": "venue", - "values": [ - "Lincoln Financial Field" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "10" - ], - "slot": "count", - "values": [ - "10" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "Philadelphia", - "event_type": "Sports" - } - }, - "service_results": [ - { - "category": "Football", - "city": "Philadelphia", - "date": "2019-03-10", - "event_name": "Eagles Vs Cowboys", - "event_type": "Sports", - "time": "17:00", - "venue": "Lincoln Financial Field", - "venue_address": "1 Lincoln Financial Field Way" - }, - { - "category": "Football", - "city": "Philadelphia", - "date": "2019-03-12", - "event_name": "Owls Vs Bison", - "event_type": "Sports", - "time": "19:30", - "venue": "Lincoln Financial Field", - "venue_address": "1 Lincoln Financial Field Way" - }, - { - "category": "Football", - "city": "Philadelphia", - "date": "2019-03-03", - "event_name": "Owls Vs Huskies", - "event_type": "Sports", - "time": "17:30", - "venue": "Lincoln Financial Field", - "venue_address": "1 Lincoln Financial Field Way" - }, - { - "category": "Football", - "city": "Philadelphia", - "date": "2019-03-10", - "event_name": "Owls Vs Knights", - "event_type": "Sports", - "time": "17:00", - "venue": "Lincoln Financial Field", - "venue_address": "1 Lincoln Financial Field Way" - }, - { - "category": "Football", - "city": "Philadelphia", - "date": "2019-03-12", - "event_name": "Owls Vs Terrapins", - "event_type": "Sports", - "time": "19:00", - "venue": "Lincoln Financial Field", - "venue_address": "1 Lincoln Financial Field Way" - }, - { - "category": "Football", - "city": "Philadelphia", - "date": "2019-03-08", - "event_name": "Owls Vs Tigers", - "event_type": "Sports", - "time": "19:00", - "venue": "Lincoln Financial Field", - "venue_address": "1 Lincoln Financial Field Way" - }, - { - "category": "Football", - "city": "Philadelphia", - "date": "2019-03-08", - "event_name": "Owls Vs Yellow Jackets", - "event_type": "Sports", - "time": "19:30", - "venue": "Lincoln Financial Field", - "venue_address": "1 Lincoln Financial Field Way" - }, - { - "category": "Baseball", - "city": "Philadelphia", - "date": "2019-03-09", - "event_name": "Phillies Vs Braves", - "event_type": "Sports", - "time": "19:30", - "venue": "Citizens Bank Park", - "venue_address": "1 Citizens Bank Way" - }, - { - "category": "Baseball", - "city": "Philadelphia", - "date": "2019-03-12", - "event_name": "Phillies Vs Cubs", - "event_type": "Sports", - "time": "17:00", - "venue": "Citizens Bank Park", - "venue_address": "1 Citizens Bank Way" - }, - { - "category": "Baseball", - "city": "Philadelphia", - "date": "2019-03-09", - "event_name": "Phillies Vs Diamondbacks", - "event_type": "Sports", - "time": "19:00", - "venue": "Citizens Bank Park", - "venue_address": "1 Citizens Bank Way" - } - ], - "slots": [ - { - "exclusive_end": 66, - "slot": "event_name", - "start": 49 - }, - { - "exclusive_end": 97, - "slot": "venue", - "start": 74 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 10 events in Philadelphia. How about the Eagles vs Cowboys at the Lincoln Financial 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": 28, - "slot": "category", - "start": 20 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "baseball" - ], - "city": [ - "Philadelphia" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Could you find me a baseball event instead?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Phillies Vs Braves" - ], - "slot": "event_name", - "values": [ - "Phillies vs Braves" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Citizens Bank Park" - ], - "slot": "venue", - "values": [ - "Citizens Bank Park" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "category": "Baseball", - "city": "Philadelphia", - "event_type": "Sports" - } - }, - "service_results": [ - { - "category": "Baseball", - "city": "Philadelphia", - "date": "2019-03-09", - "event_name": "Phillies Vs Braves", - "event_type": "Sports", - "time": "19:30", - "venue": "Citizens Bank Park", - "venue_address": "1 Citizens Bank Way" - }, - { - "category": "Baseball", - "city": "Philadelphia", - "date": "2019-03-12", - "event_name": "Phillies Vs Cubs", - "event_type": "Sports", - "time": "17:00", - "venue": "Citizens Bank Park", - "venue_address": "1 Citizens Bank Way" - }, - { - "category": "Baseball", - "city": "Philadelphia", - "date": "2019-03-09", - "event_name": "Phillies Vs Diamondbacks", - "event_type": "Sports", - "time": "19:00", - "venue": "Citizens Bank Park", - "venue_address": "1 Citizens Bank Way" - }, - { - "category": "Baseball", - "city": "Philadelphia", - "date": "2019-03-11", - "event_name": "Phillies Vs Mets", - "event_type": "Sports", - "time": "17:00", - "venue": "Citizens Bank Park", - "venue_address": "1 Citizens Bank Way" - }, - { - "category": "Baseball", - "city": "Philadelphia", - "date": "2019-03-09", - "event_name": "Phillies Vs Padres", - "event_type": "Sports", - "time": "17:30", - "venue": "Citizens Bank Park", - "venue_address": "1 Citizens Bank Way" - }, - { - "category": "Baseball", - "city": "Philadelphia", - "date": "2019-03-01", - "event_name": "Phillies Vs Pirates", - "event_type": "Sports", - "time": "18:30", - "venue": "Citizens Bank Park", - "venue_address": "1 Citizens Bank Way" - }, - { - "category": "Baseball", - "city": "Philadelphia", - "date": "2019-03-01", - "event_name": "Phillies Vs White Sox", - "event_type": "Sports", - "time": "18:00", - "venue": "Citizens Bank Park", - "venue_address": "1 Citizens Bank Way" - } - ], - "slots": [ - { - "exclusive_end": 32, - "slot": "event_name", - "start": 14 - }, - { - "exclusive_end": 58, - "slot": "venue", - "start": 40 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "How about the Phillies vs Braves at the Citizens Bank 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": [ - "baseball" - ], - "city": [ - "Philadelphia" - ], - "event_name": [ - "Phillies vs Braves" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds good to me, could you buy tickets?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_of_tickets", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What date would you like to attend the event? And how many tickets do you need?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "date", - "values": [ - "9th of this month" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2" - ], - "slot": "number_of_tickets", - "values": [ - "2" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 39, - "slot": "date", - "start": 22 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "baseball" - ], - "city": [ - "Philadelphia" - ], - "date": [ - "9th of this month" - ], - "event_name": [ - "Phillies vs Braves" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to go on the 9th of this month, and I need enough tickets for two people." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Phillies Vs Braves" - ], - "slot": "event_name", - "values": [ - "Phillies vs Braves" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2" - ], - "slot": "number_of_tickets", - "values": [ - "2" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "date", - "values": [ - "March 9th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Philadelphia" - ], - "slot": "city", - "values": [ - "Philadelphia" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 61, - "slot": "event_name", - "start": 43 - }, - { - "exclusive_end": 79, - "slot": "date", - "start": 70 - }, - { - "exclusive_end": 95, - "slot": "city", - "start": 83 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm: You need 2 tickets for the Phillies vs Braves game on March 9th in Philadelphia." - }, - { - "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": [ - "Philadelphia" - ], - "date": [ - "9th of this month", - "March 9th" - ], - "event_name": [ - "Phillies vs Braves" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, sorry, I got a call from some friends. I need four tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "4" - ], - "slot": "number_of_tickets", - "values": [ - "4" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Philadelphia" - ], - "slot": "city", - "values": [ - "Philadelphia" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 84, - "slot": "city", - "start": 72 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm the following change: You need 4 tickets for the game in Philadelphia." - }, - { - "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": { - "category": [ - "baseball" - ], - "city": [ - "Philadelphia" - ], - "date": [ - "9th of this month", - "March 9th" - ], - "event_name": [ - "Phillies vs Braves" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds good to me, where is the venue and when does the event start?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_FAILURE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Philadelphia", - "date": "2019-03-09", - "event_name": "Phillies Vs Braves", - "number_of_tickets": "4" - } - }, - "service_results": [], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sorry, I couldn't buy tickets. Could 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": [ - "baseball" - ], - "city": [ - "Philadelphia" - ], - "date": [ - "9th of this month", - "March 9th" - ], - "event_name": [ - "Phillies vs Braves" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, thank you for your help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day." - } - ] - }, - { - "dialogue_id": "9_00026", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Sports" - ], - "slot": "event_type", - "values": [ - "Sports" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am looking for activities; specifically games." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "city", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Is there a metropolis you prefer me to search in?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Atlanta" - ], - "slot": "city", - "values": [ - "ATL" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 36, - "slot": "city", - "start": 33 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "ATL" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am searching for activities in ATL." - }, - { - "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": 88, - "slot": "event_name", - "start": 67 - }, - { - "exclusive_end": 122, - "slot": "venue", - "start": 101 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I discovered 10 activities catering to your preference. There is a Falcons vs Buccaneers activity at Mercedes-Benz Stadium." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "ATL" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Could you look for alternative events for me, please?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Falcons Vs Jaguars" - ], - "slot": "event_name", - "values": [ - "Falcons Vs Jaguars" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Mercedes-Benz Stadium" - ], - "slot": "venue", - "values": [ - "Mercedes-Benz Stadium" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 29, - "slot": "event_name", - "start": 11 - }, - { - "exclusive_end": 63, - "slot": "venue", - "start": 42 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is a Falcons Vs Jaguars activity at Mercedes-Benz Stadium." - }, - { - "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": [ - "ATL" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What is the event's location?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1 AMB Drive Northwest" - ], - "slot": "venue_address", - "values": [ - "1 AMB Drive Northwest" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 47, - "slot": "venue_address", - "start": 26 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The activity is placed at 1 AMB Drive Northwest" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "ATL" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Could you please get me alternative activities?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Falcons Vs Rams" - ], - "slot": "event_name", - "values": [ - "Falcons Vs Rams" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Mercedes-Benz Stadium" - ], - "slot": "venue", - "values": [ - "Mercedes-Benz Stadium" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 26, - "slot": "event_name", - "start": 11 - }, - { - "exclusive_end": 61, - "slot": "venue", - "start": 40 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is a Falcons Vs Rams event at the Mercedes-Benz Stadium." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "time", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [ - "time" - ], - "slot_values": { - "city": [ - "ATL" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What time does the event begin?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "18:30" - ], - "slot": "time", - "values": [ - "6:30 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 30, - "slot": "time", - "start": 23 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The activity begins at 6:30 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "ATL" - ], - "event_name": [ - "Falcons Vs Rams" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That's 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 for the activity?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "ATL" - ], - "event_name": [ - "Falcons Vs Rams" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yeah, I want to purchase event tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_of_tickets", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "date", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How many tickets do you want me to obtain, and do you have a time you prefer for the event?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "date", - "values": [ - "the 11th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "4" - ], - "slot": "number_of_tickets", - "values": [ - "4" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 33, - "slot": "date", - "start": 25 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "ATL" - ], - "date": [ - "the 11th" - ], - "event_name": [ - "Falcons Vs Rams" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like four tickets on the 11th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Falcons Vs Rams" - ], - "slot": "event_name", - "values": [ - "Falcons vs Rams" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "4" - ], - "slot": "number_of_tickets", - "values": [ - "4" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "date", - "values": [ - "March 11th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Atlanta" - ], - "slot": "city", - "values": [ - "Atlanta" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 74, - "slot": "event_name", - "start": 59 - }, - { - "exclusive_end": 118, - "slot": "date", - "start": 108 - }, - { - "exclusive_end": 104, - "slot": "city", - "start": 97 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please verify the following information: 4 tickets for the Falcons vs Rams event taking place in Atlanta on March 11th." - }, - { - "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": [ - "ATL", - "Atlanta" - ], - "date": [ - "March 11th", - "the 11th" - ], - "event_name": [ - "Falcons Vs Rams", - "Falcons vs Rams" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yeah, that's perfect for me. What is the event's location?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1 AMB Drive Northwest" - ], - "slot": "venue_address", - "values": [ - "1 AMB Drive Northwest" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Atlanta", - "date": "2019-03-11", - "event_name": "Falcons Vs Rams", - "number_of_tickets": "4" - } - }, - "service_results": [ - { - "city": "Atlanta", - "date": "2019-03-11", - "event_name": "Falcons Vs Rams", - "number_of_tickets": "4", - "time": "18:30", - "venue": "Mercedes-Benz Stadium", - "venue_address": "1 AMB Drive Northwest" - } - ], - "slots": [ - { - "exclusive_end": 72, - "slot": "venue_address", - "start": 51 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your booking is successful. The event is placed at 1 AMB Drive Northwest." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "ATL", - "Atlanta" - ], - "date": [ - "March 11th", - "the 11th" - ], - "event_name": [ - "Falcons Vs Rams", - "Falcons vs Rams" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you for your assistance." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Could I assist you with something else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "city": [ - "ATL", - "Atlanta" - ], - "date": [ - "March 11th", - "the 11th" - ], - "event_name": [ - "Falcons Vs Rams", - "Falcons vs Rams" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "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 pleasant afternoon." - } - ] - }, - { - "dialogue_id": "9_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 bored. Can you search some 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? Do you want any specific type of event?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Music" - ], - "slot": "event_type", - "values": [ - "Music" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "London" - ], - "slot": "city", - "values": [ - "London" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 23, - "slot": "city", - "start": 17 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "London" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "A Music event in London." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Beyond The Black" - ], - "slot": "event_name", - "values": [ - "Beyond The Black" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Boston Music Room" - ], - "slot": "venue", - "values": [ - "Boston Music Room" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "5" - ], - "slot": "count", - "values": [ - "5" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "London", - "event_type": "Music" - } - }, - "service_results": [ - { - "category": "Rock", - "city": "London", - "date": "2019-03-11", - "event_name": "Beyond The Black", - "event_type": "Music", - "time": "19:00", - "venue": "Boston Music Room", - "venue_address": "178 Junction Road" - }, - { - "category": "Rock", - "city": "London", - "date": "2019-03-14", - "event_name": "Crystal Lake", - "event_type": "Music", - "time": "17:30", - "venue": "Boston Music Room", - "venue_address": "178 Junction Road" - }, - { - "category": "Pop", - "city": "London", - "date": "2019-03-09", - "event_name": "Imperial Daze", - "event_type": "Music", - "time": "19:30", - "venue": "The Victoria Dalston", - "venue_address": "451 Queensbridge Road" - }, - { - "category": "Blues", - "city": "London", - "date": "2019-03-12", - "event_name": "Shakey Graves", - "event_type": "Music", - "time": "19:30", - "venue": "The Dome", - "venue_address": "2A Dartmouth Park Hill" - }, - { - "category": "Rock", - "city": "London", - "date": "2019-03-06", - "event_name": "Wallows", - "event_type": "Music", - "time": "17:00", - "venue": "Electric Brixton", - "venue_address": "Town Hall Parade" - } - ], - "slots": [ - { - "exclusive_end": 47, - "slot": "event_name", - "start": 31 - }, - { - "exclusive_end": 83, - "slot": "venue", - "start": 66 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 5 events you may like. Beyond The Black is playing at the Boston Music Room." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "London" - ], - "event_name": [ - "Beyond The Black" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds great for me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Can I help you in anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "BuyEventTickets" - ], - "slot": "intent", - "values": [ - "BuyEventTickets" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "London" - ], - "event_name": [ - "Beyond The Black" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to buy the tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_of_tickets", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "For what date? How many tickets?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "number_of_tickets", - "values": [ - "1" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "date", - "values": [ - "11th of this month" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 35, - "slot": "date", - "start": 17 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "London" - ], - "date": [ - "11th of this month" - ], - "event_name": [ - "Beyond The Black" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "1 ticket for the 11th of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Beyond The Black" - ], - "slot": "event_name", - "values": [ - "Beyond The Black" - ] - }, - { - "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": [ - "London" - ], - "slot": "city", - "values": [ - "London" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 53, - "slot": "event_name", - "start": 37 - }, - { - "exclusive_end": 67, - "slot": "date", - "start": 57 - }, - { - "exclusive_end": 77, - "slot": "city", - "start": 71 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm: you want 1 ticket to Beyond The Black on March 11th in London." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "date", - "values": [ - "the 9th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "4" - ], - "slot": "number_of_tickets", - "values": [ - "4" - ] - }, - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 30, - "slot": "date", - "start": 23 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "London" - ], - "date": [ - "the 9th" - ], - "event_name": [ - "Beyond The Black" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Actually, I want it on the 9th. And make it 4 tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "4" - ], - "slot": "number_of_tickets", - "values": [ - "4" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "date", - "values": [ - "March 9th" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 51, - "slot": "date", - "start": 42 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm: 4 tickets to the event on March 9th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "London" - ], - "date": [ - "March 9th", - "the 9th" - ], - "event_name": [ - "Beyond The Black" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that's exactly it." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "London", - "date": "2019-03-09", - "event_name": "Beyond The Black", - "number_of_tickets": "4" - } - }, - "service_results": [ - { - "city": "London", - "date": "2019-03-09", - "event_name": "Beyond The Black", - "number_of_tickets": "4", - "time": "17:00", - "venue": "Boston Music Room", - "venue_address": "178 Junction Road" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your reservation was successful." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "London" - ], - "date": [ - "March 9th", - "the 9th" - ], - "event_name": [ - "Beyond The Black" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you very much for the help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Can I assist you in anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "city": [ - "London" - ], - "date": [ - "March 9th", - "the 9th" - ], - "event_name": [ - "Beyond The Black" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that was all. Thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have an amazing day." - } - ] - }, - { - "dialogue_id": "9_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": "Can you help me find an event?" - }, - { - "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 should I search in? What kind of event would you like?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Sports" - ], - "slot": "event_type", - "values": [ - "Sports" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Atlanta" - ], - "slot": "city", - "values": [ - "Atlanta" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Soccer" - ], - "slot": "category", - "values": [ - "soccer" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 33, - "slot": "city", - "start": 26 - }, - { - "exclusive_end": 49, - "slot": "category", - "start": 43 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "soccer" - ], - "city": [ - "Atlanta" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like a games event in Atlanta. I enjoy soccer events." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "United Vs Earthquakes" - ], - "slot": "event_name", - "values": [ - "United Vs Earthquakes" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Mercedes-Benz Stadium" - ], - "slot": "venue", - "values": [ - "Mercedes-Benz Stadium" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "4" - ], - "slot": "count", - "values": [ - "4" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "category": "Soccer", - "city": "Atlanta", - "event_type": "Sports" - } - }, - "service_results": [ - { - "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" - }, - { - "category": "Soccer", - "city": "Atlanta", - "date": "2019-03-10", - "event_name": "United Vs Revolution", - "event_type": "Sports", - "time": "19:00", - "venue": "Mercedes-Benz Stadium", - "venue_address": "1 AMB Drive Northwest" - }, - { - "category": "Soccer", - "city": "Atlanta", - "date": "2019-03-06", - "event_name": "United Vs United", - "event_type": "Sports", - "time": "17:30", - "venue": "Mercedes-Benz Stadium", - "venue_address": "1 AMB Drive Northwest" - } - ], - "slots": [ - { - "exclusive_end": 64, - "slot": "event_name", - "start": 43 - }, - { - "exclusive_end": 89, - "slot": "venue", - "start": 68 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I've found 4 events you might like. One is United Vs Earthquakes at Mercedes-Benz Stadium." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "soccer" - ], - "city": [ - "Atlanta" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What other options are there?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "United Vs Red Bulls" - ], - "slot": "event_name", - "values": [ - "United Vs Red Bulls" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Mercedes-Benz Stadium" - ], - "slot": "venue", - "values": [ - "Mercedes-Benz Stadium" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 27, - "slot": "event_name", - "start": 8 - }, - { - "exclusive_end": 52, - "slot": "venue", - "start": 31 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There's United Vs Red Bulls at Mercedes-Benz Stadium." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "soccer" - ], - "city": [ - "Atlanta" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What other options are there?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "United Vs Revolution" - ], - "slot": "event_name", - "values": [ - "United Vs Revolution" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Mercedes-Benz Stadium" - ], - "slot": "venue", - "values": [ - "Mercedes-Benz Stadium" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 28, - "slot": "event_name", - "start": 8 - }, - { - "exclusive_end": 53, - "slot": "venue", - "start": 32 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There's United Vs Revolution at Mercedes-Benz Stadium." - }, - { - "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": [ - "Atlanta" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What is the address of the stadium?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1 AMB Drive Northwest" - ], - "slot": "venue_address", - "values": [ - "1 AMB Drive Northwest" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 39, - "slot": "venue_address", - "start": 18 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The stadium is at 1 AMB Drive Northwest." - }, - { - "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": [ - "Atlanta" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When does the event begin?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "19:00" - ], - "slot": "time", - "values": [ - "7 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 23, - "slot": "time", - "start": 19 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The even begins at 7 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": [ - "soccer" - ], - "city": [ - "Atlanta" - ], - "event_name": [ - "United Vs Revolution" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds good. Can you help me buy tickets?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_of_tickets", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Which date would you like, and how many tickets?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2" - ], - "slot": "number_of_tickets", - "values": [ - "2" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "date", - "values": [ - "10th of this month" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 45, - "slot": "date", - "start": 27 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "soccer" - ], - "city": [ - "Atlanta" - ], - "date": [ - "10th of this month" - ], - "event_name": [ - "United Vs Revolution" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like 2 tickets for the 10th of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "United Vs Revolution" - ], - "slot": "event_name", - "values": [ - "United Vs Revolution" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2" - ], - "slot": "number_of_tickets", - "values": [ - "2" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "date", - "values": [ - "March 10th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Atlanta" - ], - "slot": "city", - "values": [ - "Atlanta" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 47, - "slot": "event_name", - "start": 27 - }, - { - "exclusive_end": 95, - "slot": "date", - "start": 85 - }, - { - "exclusive_end": 81, - "slot": "city", - "start": 74 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "So you'd like 2 tickets to United Vs Revolution? The event takes place in Atlanta on March 10th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "date", - "values": [ - "the 13th" - ] - }, - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 27, - "slot": "date", - "start": 19 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "soccer" - ], - "city": [ - "Atlanta" - ], - "date": [ - "the 13th" - ], - "event_name": [ - "United Vs Revolution" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Actually, I'd like the 13th instead." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "United Vs Revolution" - ], - "slot": "event_name", - "values": [ - "United Vs Revolution" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "date", - "values": [ - "March 13th" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 47, - "slot": "event_name", - "start": 27 - }, - { - "exclusive_end": 61, - "slot": "date", - "start": 51 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "So you'd like 2 tickets to United Vs Revolution on March 13th?" - }, - { - "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": [ - "soccer" - ], - "city": [ - "Atlanta" - ], - "date": [ - "March 13th", - "the 13th" - ], - "event_name": [ - "United Vs Revolution" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Actually, make it four tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "4" - ], - "slot": "number_of_tickets", - "values": [ - "4" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Atlanta" - ], - "slot": "city", - "values": [ - "Atlanta" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 58, - "slot": "city", - "start": 51 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "So you'd like 4 tickets to United Vs Revolution in Atlanta?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "soccer" - ], - "city": [ - "Atlanta" - ], - "date": [ - "March 13th", - "the 13th" - ], - "event_name": [ - "United Vs Revolution" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Atlanta", - "date": "2019-03-13", - "event_name": "United Vs Revolution", - "number_of_tickets": "4" - } - }, - "service_results": [ - { - "city": "Atlanta", - "date": "2019-03-13", - "event_name": "United Vs Revolution", - "number_of_tickets": "4", - "time": "19:30", - "venue": "Mercedes-Benz Stadium", - "venue_address": "1 AMB Drive Northwest" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your reservation is successful." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "soccer" - ], - "city": [ - "Atlanta" - ], - "date": [ - "March 13th", - "the 13th" - ], - "event_name": [ - "United Vs Revolution" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "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": "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": [ - "soccer" - ], - "city": [ - "Atlanta" - ], - "date": [ - "March 13th", - "the 13th" - ], - "event_name": [ - "United Vs Revolution" - ], - "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 nice day." - } - ] - }, - { - "dialogue_id": "9_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": "I'm bored. Can you help me find an event?" - }, - { - "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": "Sure thing! What city would you like me to search in? What kind of event would you like ( music, sports, etc.)?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Sports" - ], - "slot": "event_type", - "values": [ - "Sports" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "city", - "values": [ - "NYC" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 51, - "slot": "city", - "start": 48 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "NYC" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "A sports match would be fun to go to. I live 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": "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": 60, - "slot": "event_name", - "start": 46 - }, - { - "exclusive_end": 74, - "slot": "venue", - "start": 64 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 10 events occurring soon. I recommend Mets Vs Braves at Citi Field. Does that interest you at all?" - }, - { - "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" - ], - "event_name": [ - "Mets Vs Braves" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds great! Can you buy tickets for me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_of_tickets", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "date", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Absolutely! How many tickets would you like? Do you have a preferred date to attend the game?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "4" - ], - "slot": "number_of_tickets", - "values": [ - "4" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "date", - "values": [ - "March 9th" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 49, - "slot": "date", - "start": 40 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "NYC" - ], - "date": [ - "March 9th" - ], - "event_name": [ - "Mets Vs Braves" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want four tickets. Is there a game on March 9th?" - }, - { - "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-09" - ], - "slot": "date", - "values": [ - "March 9th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "New York" - ], - "slot": "city", - "values": [ - "New York" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 111, - "slot": "event_name", - "start": 97 - }, - { - "exclusive_end": 124, - "slot": "date", - "start": 115 - }, - { - "exclusive_end": 136, - "slot": "city", - "start": 128 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Yes, there is! Can you confirm the following details, please? You're purchasing 4 tickets to the Mets Vs Braves on March 9th 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": [ - "NYC", - "New York" - ], - "date": [ - "March 9th" - ], - "event_name": [ - "Mets Vs Braves" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That's all correct. When does the game start? Where is the game happening?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "17:00" - ], - "slot": "time", - "values": [ - "5 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-09", - "event_name": "Mets Vs Braves", - "number_of_tickets": "4" - } - }, - "service_results": [ - { - "city": "New York", - "date": "2019-03-09", - "event_name": "Mets Vs Braves", - "number_of_tickets": "4", - "time": "17:00", - "venue": "Citi Field", - "venue_address": "123-01 Roosevelt Avenue" - } - ], - "slots": [ - { - "exclusive_end": 55, - "slot": "time", - "start": 51 - }, - { - "exclusive_end": 101, - "slot": "venue_address", - "start": 78 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your reservation has been made! The game starts at 5 pm. The venue address is 123-01 Roosevelt Avenue." - }, - { - "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": [ - "March 9th" - ], - "event_name": [ - "Mets Vs Braves" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks for everything!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "You're welcome! Can I help you with anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "city": [ - "NYC", - "New York" - ], - "date": [ - "March 9th" - ], - "event_name": [ - "Mets Vs Braves" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, 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": "9_00030", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Music" - ], - "slot": "event_type", - "values": [ - "Music" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "dontcare" - ], - "slot": "category", - "values": [ - "dontcare" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "dontcare" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am interested in attending a Concert. I am open to any type." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "city", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where would you like me to search?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "San Diego" - ], - "slot": "city", - "values": [ - "SD" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 15, - "slot": "city", - "start": 13 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "dontcare" - ], - "city": [ - "SD" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I will be in SD." - }, - { - "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": 84, - "slot": "event_name", - "start": 70 - }, - { - "exclusive_end": 123, - "slot": "venue", - "start": 88 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There are 10 events that might interest you. Would you like to attend Alejandro Sanz at Cal Coast Credit Union Amphitheater?" - }, - { - "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": [ - "dontcare" - ], - "city": [ - "SD" - ], - "event_name": [ - "Alejandro Sanz" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That would be wonderful. I'd like to purchase 3 tickets to the event." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "date", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "I can do that for you. When would you be attending?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "4" - ], - "slot": "number_of_tickets", - "values": [ - "4" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "date", - "values": [ - "March 4th" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 31, - "slot": "date", - "start": 22 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "dontcare" - ], - "city": [ - "SD" - ], - "date": [ - "March 4th" - ], - "event_name": [ - "Alejandro Sanz" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to go to the March 4th show. I need four tickets instead of 3." - }, - { - "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-04" - ], - "slot": "date", - "values": [ - "next Monday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "San Diego" - ], - "slot": "city", - "values": [ - "San Diego" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 70, - "slot": "event_name", - "start": 56 - }, - { - "exclusive_end": 99, - "slot": "date", - "start": 88 - }, - { - "exclusive_end": 83, - "slot": "city", - "start": 74 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, let's review. You'd like to purchase 4 tickets to Alejandro Sanz in San Diego for next Monday. Is that right?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "dontcare" - ], - "city": [ - "SD", - "San Diego" - ], - "date": [ - "March 4th", - "next Monday" - ], - "event_name": [ - "Alejandro Sanz" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds perfect." - }, - { - "frames": [ - { - "actions": [ - { - "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": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Great! Your tickets are confirmed." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "dontcare" - ], - "city": [ - "SD", - "San Diego" - ], - "date": [ - "March 4th", - "next Monday" - ], - "event_name": [ - "Alejandro Sanz" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you for your assistance!" - }, - { - "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": { - "category": [ - "dontcare" - ], - "city": [ - "SD", - "San Diego" - ], - "date": [ - "March 4th", - "next Monday" - ], - "event_name": [ - "Alejandro Sanz" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I think that's all I need for now. Thank you again." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "You are welcome. Have a wonderful day and enjoy the show!" - } - ] - }, - { - "dialogue_id": "9_00031", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Philadelphia" - ], - "slot": "city", - "values": [ - "Philadelphia" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 54, - "slot": "city", - "start": 42 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Philadelphia" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need to get out. Find me some events in Philadelphia." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "Music", - "Sports" - ], - "slot": "event_type", - "values": [ - "Music", - "Sports" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do have a preferred type of event like 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": [ - "Philadelphia" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Something Music related please." - }, - { - "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": 38, - "slot": "event_name", - "start": 30 - }, - { - "exclusive_end": 67, - "slot": "venue", - "start": 42 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 10 events. What about Blueface at The Fillmore Philadelphia?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Sports" - ], - "slot": "event_type", - "values": [ - "Sports" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Baseball" - ], - "slot": "category", - "values": [ - "Baseball" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 55, - "slot": "category", - "start": 47 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "Baseball" - ], - "city": [ - "Philadelphia" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Do you have anything else? I'm looking for a a Baseball event, a match." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Phillies Vs Braves" - ], - "slot": "event_name", - "values": [ - "Phillies Vs Braves" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Citizens Bank Park" - ], - "slot": "venue", - "values": [ - "Citizens Bank Park" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "7" - ], - "slot": "count", - "values": [ - "7" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "category": "Baseball", - "city": "Philadelphia", - "event_type": "Sports" - } - }, - "service_results": [ - { - "category": "Baseball", - "city": "Philadelphia", - "date": "2019-03-09", - "event_name": "Phillies Vs Braves", - "event_type": "Sports", - "time": "19:30", - "venue": "Citizens Bank Park", - "venue_address": "1 Citizens Bank Way" - }, - { - "category": "Baseball", - "city": "Philadelphia", - "date": "2019-03-12", - "event_name": "Phillies Vs Cubs", - "event_type": "Sports", - "time": "17:00", - "venue": "Citizens Bank Park", - "venue_address": "1 Citizens Bank Way" - }, - { - "category": "Baseball", - "city": "Philadelphia", - "date": "2019-03-09", - "event_name": "Phillies Vs Diamondbacks", - "event_type": "Sports", - "time": "19:00", - "venue": "Citizens Bank Park", - "venue_address": "1 Citizens Bank Way" - }, - { - "category": "Baseball", - "city": "Philadelphia", - "date": "2019-03-11", - "event_name": "Phillies Vs Mets", - "event_type": "Sports", - "time": "17:00", - "venue": "Citizens Bank Park", - "venue_address": "1 Citizens Bank Way" - }, - { - "category": "Baseball", - "city": "Philadelphia", - "date": "2019-03-09", - "event_name": "Phillies Vs Padres", - "event_type": "Sports", - "time": "17:30", - "venue": "Citizens Bank Park", - "venue_address": "1 Citizens Bank Way" - }, - { - "category": "Baseball", - "city": "Philadelphia", - "date": "2019-03-01", - "event_name": "Phillies Vs Pirates", - "event_type": "Sports", - "time": "18:30", - "venue": "Citizens Bank Park", - "venue_address": "1 Citizens Bank Way" - }, - { - "category": "Baseball", - "city": "Philadelphia", - "date": "2019-03-01", - "event_name": "Phillies Vs White Sox", - "event_type": "Sports", - "time": "18:00", - "venue": "Citizens Bank Park", - "venue_address": "1 Citizens Bank Way" - } - ], - "slots": [ - { - "exclusive_end": 44, - "slot": "event_name", - "start": 26 - }, - { - "exclusive_end": 70, - "slot": "venue", - "start": 52 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 7 events. There's Phillies Vs Braves at the Citizens Bank Park." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-01" - ], - "slot": "date", - "values": [ - "1st of March" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 44, - "slot": "date", - "start": 32 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "Baseball" - ], - "city": [ - "Philadelphia" - ], - "date": [ - "1st of March" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Anything else? Search it on the 1st of March." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Phillies Vs Cubs" - ], - "slot": "event_name", - "values": [ - "Phillies Vs Cubs" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Citizens Bank Park" - ], - "slot": "venue", - "values": [ - "Citizens Bank Park" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "4" - ], - "slot": "count", - "values": [ - "4" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "category": "Baseball", - "city": "Philadelphia", - "date": "2019-03-01", - "event_type": "Sports" - } - }, - "service_results": [ - { - "category": "Baseball", - "city": "Philadelphia", - "date": "2019-03-01", - "event_name": "Phillies Vs Cubs", - "event_type": "Sports", - "time": "18:00", - "venue": "Citizens Bank Park", - "venue_address": "1 Citizens Bank Way" - }, - { - "category": "Baseball", - "city": "Philadelphia", - "date": "2019-03-01", - "event_name": "Phillies Vs Diamondbacks", - "event_type": "Sports", - "time": "17:30", - "venue": "Citizens Bank Park", - "venue_address": "1 Citizens Bank Way" - }, - { - "category": "Baseball", - "city": "Philadelphia", - "date": "2019-03-01", - "event_name": "Phillies Vs Pirates", - "event_type": "Sports", - "time": "18:30", - "venue": "Citizens Bank Park", - "venue_address": "1 Citizens Bank Way" - }, - { - "category": "Baseball", - "city": "Philadelphia", - "date": "2019-03-01", - "event_name": "Phillies Vs White Sox", - "event_type": "Sports", - "time": "18:00", - "venue": "Citizens Bank Park", - "venue_address": "1 Citizens Bank Way" - } - ], - "slots": [ - { - "exclusive_end": 42, - "slot": "event_name", - "start": 26 - }, - { - "exclusive_end": 68, - "slot": "venue", - "start": 50 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 4 others. There's Phillies Vs Cubs at the Citizens Bank Park." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "venue_address", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "time", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [ - "time", - "venue_address" - ], - "slot_values": { - "category": [ - "Baseball" - ], - "city": [ - "Philadelphia" - ], - "date": [ - "1st of March" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Where is their venue located? When does it start?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1 Citizens Bank Way" - ], - "slot": "venue_address", - "values": [ - "1 Citizens Bank Way" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "18:00" - ], - "slot": "time", - "values": [ - "6 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 22, - "slot": "venue_address", - "start": 3 - }, - { - "exclusive_end": 38, - "slot": "time", - "start": 34 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "At 1 Citizens Bank Way. Starts at 6 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "Baseball" - ], - "city": [ - "Philadelphia" - ], - "date": [ - "1st of March" - ], - "event_name": [ - "Phillies Vs Cubs" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds great, awesome." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "BuyEventTickets" - ], - "slot": "intent", - "values": [ - "BuyEventTickets" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like to buy the tickets?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "Baseball" - ], - "city": [ - "Philadelphia" - ], - "date": [ - "1st of March" - ], - "event_name": [ - "Phillies Vs Cubs" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, I would." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_of_tickets", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How many tickets?" - }, - { - "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": [ - "Baseball" - ], - "city": [ - "Philadelphia" - ], - "date": [ - "1st of March" - ], - "event_name": [ - "Phillies Vs Cubs" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Just 1 ticket." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Phillies Vs Cubs" - ], - "slot": "event_name", - "values": [ - "Phillies Vs Cubs" - ] - }, - { - "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": 31, - "slot": "event_name", - "start": 15 - }, - { - "exclusive_end": 37, - "slot": "date", - "start": 32 - }, - { - "exclusive_end": 53, - "slot": "city", - "start": 41 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "So 1 ticket to Phillies Vs Cubs today 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": [ - "Baseball" - ], - "city": [ - "Philadelphia" - ], - "date": [ - "1st of March", - "today" - ], - "event_name": [ - "Phillies Vs Cubs" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Actually, get me three tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "3" - ], - "slot": "number_of_tickets", - "values": [ - "3" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-01" - ], - "slot": "date", - "values": [ - "today" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 31, - "slot": "date", - "start": 26 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "So 3 tickets to the event today?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "Baseball" - ], - "city": [ - "Philadelphia" - ], - "date": [ - "1st of March", - "today" - ], - "event_name": [ - "Phillies Vs Cubs" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that's it." - }, - { - "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": "Phillies Vs Cubs", - "number_of_tickets": "3" - } - }, - "service_results": [ - { - "city": "Philadelphia", - "date": "2019-03-01", - "event_name": "Phillies Vs Cubs", - "number_of_tickets": "3", - "time": "18:00", - "venue": "Citizens Bank Park", - "venue_address": "1 Citizens Bank Way" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your reservation was 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": [ - "Philadelphia" - ], - "date": [ - "1st of March", - "today" - ], - "event_name": [ - "Phillies Vs Cubs" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks a lot, that's all." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have an amazing day." - } - ] - }, - { - "dialogue_id": "9_00032", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I want to 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": "Do you have a preference on the city? Do you have a preference for events? You can say Music, Sports, or anything else." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Sports" - ], - "slot": "event_type", - "values": [ - "Sports" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "city", - "values": [ - "New York" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 34, - "slot": "city", - "start": 26 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "New York" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am looking for Games 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" - ] - } - ], - "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": 27, - "slot": "event_name", - "start": 13 - }, - { - "exclusive_end": 41, - "slot": "venue", - "start": 31 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The event is Mets Vs Braves at Citi Field." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "dontcare" - ], - "slot": "category", - "values": [ - "dontcare" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "dontcare" - ], - "city": [ - "New York" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you find me other events. Any category is fine." - }, - { - "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": { - "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": 61, - "slot": "event_name", - "start": 49 - }, - { - "exclusive_end": 75, - "slot": "venue", - "start": 65 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 9 events that may suit you. The event is Mets Vs Cubs at 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": { - "category": [ - "dontcare" - ], - "city": [ - "New York" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Where is the venue?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "123-01 Roosevelt Avenue" - ], - "slot": "venue_address", - "values": [ - "123-01 Roosevelt Avenue" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 47, - "slot": "venue_address", - "start": 24 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The venue is located at 123-01 Roosevelt Avenue." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "time", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [ - "time" - ], - "slot_values": { - "category": [ - "dontcare" - ], - "city": [ - "New York" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "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": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "dontcare" - ], - "city": [ - "New York" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you find me other events please?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Mets Vs Diamondbacks" - ], - "slot": "event_name", - "values": [ - "Mets Vs Diamondbacks" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Citi Field" - ], - "slot": "venue", - "values": [ - "Citi Field" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 33, - "slot": "event_name", - "start": 13 - }, - { - "exclusive_end": 47, - "slot": "venue", - "start": 37 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The event is Mets Vs Diamondbacks at Citi Field." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "dontcare" - ], - "city": [ - "New York" - ], - "event_name": [ - "Mets Vs Diamondbacks" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Can I be of further help?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "date", - "values": [ - "March 10th" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "BuyEventTickets" - ], - "slot": "intent", - "values": [ - "BuyEventTickets" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 46, - "slot": "date", - "start": 36 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "dontcare" - ], - "city": [ - "New York" - ], - "date": [ - "March 10th" - ], - "event_name": [ - "Mets Vs Diamondbacks" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to buy ticket to an event on March 10th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_of_tickets", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How many tickets?" - }, - { - "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": [ - "dontcare" - ], - "city": [ - "New York" - ], - "date": [ - "March 10th" - ], - "event_name": [ - "Mets Vs Diamondbacks" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want one ticket." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Mets Vs Diamondbacks" - ], - "slot": "event_name", - "values": [ - "Mets Vs Diamondbacks" - ] - }, - { - "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": 63, - "slot": "event_name", - "start": 43 - }, - { - "exclusive_end": 77, - "slot": "date", - "start": 67 - }, - { - "exclusive_end": 89, - "slot": "city", - "start": 81 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm the following: the event is Mets Vs Diamondbacks on March 10th in New York. You want 1 ticket." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "dontcare" - ], - "city": [ - "New York" - ], - "date": [ - "March 10th" - ], - "event_name": [ - "Mets Vs Diamondbacks" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "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": "New York", - "date": "2019-03-10", - "event_name": "Mets Vs Diamondbacks", - "number_of_tickets": "1" - } - }, - "service_results": [ - { - "city": "New York", - "date": "2019-03-10", - "event_name": "Mets Vs Diamondbacks", - "number_of_tickets": "1", - "time": "18:30", - "venue": "Citi Field", - "venue_address": "123-01 Roosevelt Avenue" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "The 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": [ - "dontcare" - ], - "city": [ - "New York" - ], - "date": [ - "March 10th" - ], - "event_name": [ - "Mets Vs Diamondbacks" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you, that is all I needed." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a nice day." - } - ] - }, - { - "dialogue_id": "9_00033", - "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 need a help, I am interested to find 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": "Sure, i will help you, Do you interested in any preferred type of events like Music or sports, Which city should i search in?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Sports" - ], - "slot": "event_type", - "values": [ - "Sports" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "city", - "values": [ - "San Francisco" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 36, - "slot": "city", - "start": 23 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "San Francisco" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I like match events in San Francisco" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Giants Vs Brewers" - ], - "slot": "event_name", - "values": [ - "giants vs Brewers" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Oracle Park" - ], - "slot": "venue", - "values": [ - "Oracle Park" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "San Francisco", - "event_type": "Sports" - } - }, - "service_results": [ - { - "category": "Baseball", - "city": "San Francisco", - "date": "2019-03-13", - "event_name": "Giants Vs Brewers", - "event_type": "Sports", - "time": "18:00", - "venue": "Oracle Park", - "venue_address": "24 Willie Mays Plaza" - }, - { - "category": "Baseball", - "city": "San Francisco", - "date": "2019-03-12", - "event_name": "Giants Vs Cardinals", - "event_type": "Sports", - "time": "18:00", - "venue": "Oracle Park", - "venue_address": "24 Willie Mays Plaza" - }, - { - "category": "Baseball", - "city": "San Francisco", - "date": "2019-03-01", - "event_name": "Giants Vs Diamondbacks", - "event_type": "Sports", - "time": "18:00", - "venue": "Oracle Park", - "venue_address": "24 Willie Mays Plaza" - }, - { - "category": "Baseball", - "city": "San Francisco", - "date": "2019-03-12", - "event_name": "Giants Vs Dodgers", - "event_type": "Sports", - "time": "17:00", - "venue": "Oracle Park", - "venue_address": "24 Willie Mays Plaza" - }, - { - "category": "Baseball", - "city": "San Francisco", - "date": "2019-03-05", - "event_name": "Giants Vs Marlins", - "event_type": "Sports", - "time": "19:30", - "venue": "Oracle Park", - "venue_address": "24 Willie Mays Plaza" - }, - { - "category": "Baseball", - "city": "San Francisco", - "date": "2019-03-02", - "event_name": "Giants Vs Nationals", - "event_type": "Sports", - "time": "18:30", - "venue": "Oracle Park", - "venue_address": "24 Willie Mays Plaza" - }, - { - "category": "Baseball", - "city": "San Francisco", - "date": "2019-03-06", - "event_name": "Giants Vs Phillies", - "event_type": "Sports", - "time": "18:00", - "venue": "Oracle Park", - "venue_address": "24 Willie Mays Plaza" - }, - { - "category": "Baseball", - "city": "San Francisco", - "date": "2019-03-01", - "event_name": "Giants Vs Rockies", - "event_type": "Sports", - "time": "18:30", - "venue": "Oracle Park", - "venue_address": "24 Willie Mays Plaza" - } - ], - "slots": [ - { - "exclusive_end": 56, - "slot": "event_name", - "start": 39 - }, - { - "exclusive_end": 71, - "slot": "venue", - "start": 60 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found a result for you, The event is giants vs Brewers at Oracle Park" - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "San Francisco" - ], - "event_name": [ - "giants vs Brewers" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes,it seems good for me" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "BuyEventTickets" - ], - "slot": "intent", - "values": [ - "BuyEventTickets" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Shall i buy tickets for you?" - }, - { - "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": { - "city": [ - "San Francisco" - ], - "event_name": [ - "giants vs Brewers" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, i need one tickets" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "date", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Please tell me do you have any particular date for the event?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "date", - "values": [ - "the 13th" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 26, - "slot": "date", - "start": 18 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "San Francisco" - ], - "date": [ - "the 13th" - ], - "event_name": [ - "giants vs Brewers" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "yes, i want it on the 13th" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Giants Vs Brewers" - ], - "slot": "event_name", - "values": [ - "Giants vs Brewers" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "number_of_tickets", - "values": [ - "1" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "date", - "values": [ - "march 13th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "San Francisco" - ], - "slot": "city", - "values": [ - "San francisco" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 68, - "slot": "event_name", - "start": 51 - }, - { - "exclusive_end": 107, - "slot": "date", - "start": 97 - }, - { - "exclusive_end": 93, - "slot": "city", - "start": 80 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "please confirm the following details: The event is Giants vs Brewers located at San francisco on march 13th, The number of tickets is 1" - }, - { - "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": [ - "San Francisco", - "San francisco" - ], - "date": [ - "march 13th", - "the 13th" - ], - "event_name": [ - "Giants vs Brewers", - "giants vs Brewers" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, could you tell me Where is the venue located?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "24 Willie Mays Plaza" - ], - "slot": "venue_address", - "values": [ - "24 willie Mays Plaza" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "San Francisco", - "date": "2019-03-13", - "event_name": "Giants Vs Brewers", - "number_of_tickets": "1" - } - }, - "service_results": [ - { - "city": "San Francisco", - "date": "2019-03-13", - "event_name": "Giants Vs Brewers", - "number_of_tickets": "1", - "time": "18:00", - "venue": "Oracle Park", - "venue_address": "24 Willie Mays Plaza" - } - ], - "slots": [ - { - "exclusive_end": 83, - "slot": "venue_address", - "start": 63 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Congrats, Your Reservation has been made, the venue located at 24 willie Mays Plaza, Shall i help you with anything more?" - }, - { - "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 Francisco", - "San francisco" - ], - "date": [ - "march 13th", - "the 13th" - ], - "event_name": [ - "Giants vs Brewers", - "giants vs Brewers" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, thank you very much for your great 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": "9_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'm looking 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": "What city are you looking for events in? What type of events are you interested in?" - }, - { - "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": 37, - "slot": "city", - "start": 31 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Philly" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to find 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": 64, - "slot": "event_name", - "start": 56 - }, - { - "exclusive_end": 93, - "slot": "venue", - "start": 68 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 10 events that match your request. The event is Blueface at the Fillmore Philadelphia." - }, - { - "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": [ - "Philly" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What time is the event? What kind of event is it?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "17:00" - ], - "slot": "time", - "values": [ - "5 pm" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Hip Hop" - ], - "slot": "category", - "values": [ - "hip hop" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 41, - "slot": "time", - "start": 37 - }, - { - "exclusive_end": 15, - "slot": "category", - "start": 8 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It is a hip hop event that starts at 5 pm." - }, - { - "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?" - }, - { - "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": 74, - "slot": "venue", - "start": 49 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is another event. Conan Gray is playing at The Fillmore Philadelphia." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "city", - "values": [ - "NYC" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Pop" - ], - "slot": "category", - "values": [ - "pop" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 60, - "slot": "city", - "start": 57 - }, - { - "exclusive_end": 46, - "slot": "category", - "start": 43 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "pop" - ], - "city": [ - "NYC" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What are some other events? I want to find pop 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": "venue", - "values": [ - "Warsaw" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "4" - ], - "slot": "count", - "values": [ - "4" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "category": "Pop", - "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": "Pop", - "city": "New York", - "date": "2019-03-03", - "event_name": "Jojo Siwa", - "event_type": "Music", - "time": "18:00", - "venue": "Forest Hills Stadium", - "venue_address": "1 Tennis Place, Forest Hills" - }, - { - "category": "Pop", - "city": "New York", - "date": "2019-03-03", - "event_name": "Madonna", - "event_type": "Music", - "time": "18:00", - "venue": "BAM Howard Gilman Opera House", - "venue_address": "Peter Jay Sharp Building, 30 Lafayette Avenue, Brooklyn" - }, - { - "category": "Pop", - "city": "New York", - "date": "2019-03-02", - "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" - } - ], - "slots": [ - { - "exclusive_end": 60, - "slot": "event_name", - "start": 42 - }, - { - "exclusive_end": 81, - "slot": "venue", - "start": 75 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 4 events that match your request. Amber Run Brooklyn is playing at Warsaw." - }, - { - "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": [ - "pop" - ], - "city": [ - "NYC" - ], - "event_name": [ - "Amber Run Brooklyn" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds good, I want to buy tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_of_tickets", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "date", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How many tickets do you want to buy? What date do you want to buy tickets for?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "4" - ], - "slot": "number_of_tickets", - "values": [ - "4" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "date", - "values": [ - "next Tuesday" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 40, - "slot": "date", - "start": 28 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "pop" - ], - "city": [ - "NYC" - ], - "date": [ - "next Tuesday" - ], - "event_name": [ - "Amber Run Brooklyn" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to buy 4 tickets for next Tuesday." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Amber Run Brooklyn" - ], - "slot": "event_name", - "values": [ - "Amber Run Brooklyn" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "4" - ], - "slot": "number_of_tickets", - "values": [ - "4" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "date", - "values": [ - "next Tuesday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "New York" - ], - "slot": "city", - "values": [ - "New York" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 48, - "slot": "event_name", - "start": 30 - }, - { - "exclusive_end": 61, - "slot": "date", - "start": 49 - }, - { - "exclusive_end": 73, - "slot": "city", - "start": 65 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm: 4 tickets for Amber Run Brooklyn next Tuesday in New York." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "pop" - ], - "city": [ - "NYC", - "New York" - ], - "date": [ - "next Tuesday" - ], - "event_name": [ - "Amber Run Brooklyn" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, sounds good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "New York", - "date": "2019-03-05", - "event_name": "Amber Run Brooklyn", - "number_of_tickets": "4" - } - }, - "service_results": [ - { - "city": "New York", - "date": "2019-03-05", - "event_name": "Amber Run Brooklyn", - "number_of_tickets": "4", - "time": "19:30", - "venue": "Warsaw", - "venue_address": "261 Driggs Avenue, Brooklyn" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your reservation was 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": [ - "pop" - ], - "city": [ - "NYC", - "New York" - ], - "date": [ - "next Tuesday" - ], - "event_name": [ - "Amber Run Brooklyn" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you, that's all." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day." - } - ] - }, - { - "dialogue_id": "9_00035", - "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 interested in upcoming events, particularly Music related." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "city", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Which city should I search for music events?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Seattle" - ], - "slot": "city", - "values": [ - "Seattle, WA" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 42, - "slot": "city", - "start": 31 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Seattle, WA" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would prefer music events in Seattle, WA." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Cody Johnson" - ], - "slot": "event_name", - "values": [ - "Cody Johnson" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Flamingo Lot" - ], - "slot": "venue", - "values": [ - "Flamingo Lot" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "Seattle", - "event_type": "Music" - } - }, - "service_results": [ - { - "category": "Country", - "city": "Seattle", - "date": "2019-03-14", - "event_name": "Cody Johnson", - "event_type": "Music", - "time": "18:00", - "venue": "Flamingo Lot", - "venue_address": "5500 Phinney Avenue North" - }, - { - "category": "Blues", - "city": "Seattle", - "date": "2019-03-08", - "event_name": "Greensky Bluegrass", - "event_type": "Music", - "time": "19:30", - "venue": "Flamingo Lot", - "venue_address": "5500 Phinney Avenue North" - } - ], - "slots": [ - { - "exclusive_end": 22, - "slot": "event_name", - "start": 10 - }, - { - "exclusive_end": 42, - "slot": "venue", - "start": 30 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "How about Cody Johnson at the Flamingo Lot?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Seattle, WA" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm not interested in that, can you recommend me something else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Greensky Bluegrass" - ], - "slot": "event_name", - "values": [ - "Greensky Bluegrass" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Flamingo Lot" - ], - "slot": "venue", - "values": [ - "Flamingo Lot" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 40, - "slot": "event_name", - "start": 22 - }, - { - "exclusive_end": 60, - "slot": "venue", - "start": 48 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Are you interested in Greensky Bluegrass at the Flamingo Lot?" - }, - { - "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" - ], - "event_name": [ - "Greensky Bluegrass" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yeah, that sounds good to me, please buy me tickets to the event." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_of_tickets", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "date", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How many tickets are you planning to buy, and when will you be going?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "date", - "values": [ - "next Friday" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2" - ], - "slot": "number_of_tickets", - "values": [ - "2" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 47, - "slot": "date", - "start": 36 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Seattle, WA" - ], - "date": [ - "next Friday" - ], - "event_name": [ - "Greensky Bluegrass" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want 2 tickets for the event, for next Friday" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Greensky Bluegrass" - ], - "slot": "event_name", - "values": [ - "Greensky Bluegrass" - ] - }, - { - "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": [ - "Seattle" - ], - "slot": "city", - "values": [ - "Seattle" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 63, - "slot": "event_name", - "start": 45 - }, - { - "exclusive_end": 75, - "slot": "date", - "start": 64 - }, - { - "exclusive_end": 86, - "slot": "city", - "start": 79 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your planning on purchasing 2 tickets to see Greensky Bluegrass next Friday in Seattle, does that sound correct?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-01" - ], - "slot": "date", - "values": [ - "1st of this month" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "number_of_tickets", - "values": [ - "1" - ] - }, - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 95, - "slot": "date", - "start": 78 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Seattle", - "Seattle, WA" - ], - "date": [ - "1st of this month" - ], - "event_name": [ - "Greensky Bluegrass" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, on second thought I want one ticket for the event and I want to go on the 1st of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "number_of_tickets", - "values": [ - "1" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-01" - ], - "slot": "date", - "values": [ - "today" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 78, - "slot": "date", - "start": 73 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "So instead of two tickets you want 1, and you plan on going to the event today, correct?" - }, - { - "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": [ - "Seattle", - "Seattle, WA" - ], - "date": [ - "1st of this month", - "today" - ], - "event_name": [ - "Greensky Bluegrass" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that is correct, when will the event start?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "17:30" - ], - "slot": "time", - "values": [ - "5:30 pm" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Seattle", - "date": "2019-03-01", - "event_name": "Greensky Bluegrass", - "number_of_tickets": "1" - } - }, - "service_results": [ - { - "city": "Seattle", - "date": "2019-03-01", - "event_name": "Greensky Bluegrass", - "number_of_tickets": "1", - "time": "17:30", - "venue": "Flamingo Lot", - "venue_address": "5500 Phinney Avenue North" - } - ], - "slots": [ - { - "exclusive_end": 27, - "slot": "time", - "start": 20 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The event starts at 5:30 pm, and 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": [ - "Seattle", - "Seattle, WA" - ], - "date": [ - "1st of this month", - "today" - ], - "event_name": [ - "Greensky Bluegrass" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks for all your help, that will be all." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "No problem, have a great day." - } - ] - }, - { - "dialogue_id": "9_00036", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I've had a long week and need to unwind. Please help me search for events I can attend." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "event_type", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Please let me know the city to search in, and the type of events that interest you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Sports" - ], - "slot": "event_type", - "values": [ - "Sports" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Philadelphia" - ], - "slot": "city", - "values": [ - "Philly" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 41, - "slot": "city", - "start": 35 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Philly" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please search for Sports events in Philly." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Eagles Vs Cowboys" - ], - "slot": "event_name", - "values": [ - "Eagles Vs Cowboys" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Lincoln Financial Field" - ], - "slot": "venue", - "values": [ - "Lincoln Financial Field" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "10" - ], - "slot": "count", - "values": [ - "10" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "Philadelphia", - "event_type": "Sports" - } - }, - "service_results": [ - { - "category": "Football", - "city": "Philadelphia", - "date": "2019-03-10", - "event_name": "Eagles Vs Cowboys", - "event_type": "Sports", - "time": "17:00", - "venue": "Lincoln Financial Field", - "venue_address": "1 Lincoln Financial Field Way" - }, - { - "category": "Football", - "city": "Philadelphia", - "date": "2019-03-12", - "event_name": "Owls Vs Bison", - "event_type": "Sports", - "time": "19:30", - "venue": "Lincoln Financial Field", - "venue_address": "1 Lincoln Financial Field Way" - }, - { - "category": "Football", - "city": "Philadelphia", - "date": "2019-03-03", - "event_name": "Owls Vs Huskies", - "event_type": "Sports", - "time": "17:30", - "venue": "Lincoln Financial Field", - "venue_address": "1 Lincoln Financial Field Way" - }, - { - "category": "Football", - "city": "Philadelphia", - "date": "2019-03-10", - "event_name": "Owls Vs Knights", - "event_type": "Sports", - "time": "17:00", - "venue": "Lincoln Financial Field", - "venue_address": "1 Lincoln Financial Field Way" - }, - { - "category": "Football", - "city": "Philadelphia", - "date": "2019-03-12", - "event_name": "Owls Vs Terrapins", - "event_type": "Sports", - "time": "19:00", - "venue": "Lincoln Financial Field", - "venue_address": "1 Lincoln Financial Field Way" - }, - { - "category": "Football", - "city": "Philadelphia", - "date": "2019-03-08", - "event_name": "Owls Vs Tigers", - "event_type": "Sports", - "time": "19:00", - "venue": "Lincoln Financial Field", - "venue_address": "1 Lincoln Financial Field Way" - }, - { - "category": "Football", - "city": "Philadelphia", - "date": "2019-03-08", - "event_name": "Owls Vs Yellow Jackets", - "event_type": "Sports", - "time": "19:30", - "venue": "Lincoln Financial Field", - "venue_address": "1 Lincoln Financial Field Way" - }, - { - "category": "Baseball", - "city": "Philadelphia", - "date": "2019-03-09", - "event_name": "Phillies Vs Braves", - "event_type": "Sports", - "time": "19:30", - "venue": "Citizens Bank Park", - "venue_address": "1 Citizens Bank Way" - }, - { - "category": "Baseball", - "city": "Philadelphia", - "date": "2019-03-12", - "event_name": "Phillies Vs Cubs", - "event_type": "Sports", - "time": "17:00", - "venue": "Citizens Bank Park", - "venue_address": "1 Citizens Bank Way" - }, - { - "category": "Baseball", - "city": "Philadelphia", - "date": "2019-03-09", - "event_name": "Phillies Vs Diamondbacks", - "event_type": "Sports", - "time": "19:00", - "venue": "Citizens Bank Park", - "venue_address": "1 Citizens Bank Way" - } - ], - "slots": [ - { - "exclusive_end": 67, - "slot": "event_name", - "start": 50 - }, - { - "exclusive_end": 99, - "slot": "venue", - "start": 76 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 10 events that you may like. How does the Eagles Vs Cowboys game at Lincoln Financial Field sound?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Philly" - ], - "event_name": [ - "Eagles Vs Cowboys" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That will work 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 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": [ - "Philly" - ], - "event_name": [ - "Eagles Vs Cowboys" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, please. I'd like to buy two tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "date", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Which date would you like to attend the event?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "date", - "values": [ - "March 10th" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 31, - "slot": "date", - "start": 21 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Philly" - ], - "date": [ - "March 10th" - ], - "event_name": [ - "Eagles Vs Cowboys" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please get me one on March 10th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Eagles Vs Cowboys" - ], - "slot": "event_name", - "values": [ - "Eagles Vs Cowboys" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2" - ], - "slot": "number_of_tickets", - "values": [ - "2" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "date", - "values": [ - "March 10th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Philadelphia" - ], - "slot": "city", - "values": [ - "Philadelphia" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 95, - "slot": "event_name", - "start": 78 - }, - { - "exclusive_end": 77, - "slot": "date", - "start": 67 - }, - { - "exclusive_end": 116, - "slot": "city", - "start": 104 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Let me see if I got everything correctly: You'd like 2 tickets for March 10th Eagles Vs Cowboys game in Philadelphia?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "number_of_tickets", - "values": [ - "1" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "date", - "values": [ - "the 9th" - ] - }, - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 74, - "slot": "date", - "start": 67 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Philadelphia", - "Philly" - ], - "date": [ - "the 9th" - ], - "event_name": [ - "Eagles Vs Cowboys" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No. My friend is no longer available. Please make that 1 ticket on the 9th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "number_of_tickets", - "values": [ - "1" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "date", - "values": [ - "March 9th" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 77, - "slot": "date", - "start": 68 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Let me see if I got everything correctly: 1 ticket for the event on March 9th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Philadelphia", - "Philly" - ], - "date": [ - "March 9th", - "the 9th" - ], - "event_name": [ - "Eagles Vs Cowboys" - ], - "event_type": [ - "Sports" - ], - "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": "Philadelphia", - "date": "2019-03-09", - "event_name": "Eagles Vs Cowboys", - "number_of_tickets": "1" - } - }, - "service_results": [ - { - "city": "Philadelphia", - "date": "2019-03-09", - "event_name": "Eagles Vs Cowboys", - "number_of_tickets": "1", - "time": "18:30", - "venue": "Lincoln Financial Field", - "venue_address": "1 Lincoln Financial Field Way" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "I have successfully made your reservation." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "venue_address", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "time", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [ - "time", - "venue_address" - ], - "slot_values": { - "city": [ - "Philadelphia", - "Philly" - ], - "date": [ - "March 9th", - "the 9th" - ], - "event_name": [ - "Eagles Vs Cowboys" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Do you know the where the event will be and when it will start?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1 Lincoln Financial Field Way" - ], - "slot": "venue_address", - "values": [ - "1 Lincoln Financial Field Way" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "18:30" - ], - "slot": "time", - "values": [ - "6:30 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 64, - "slot": "venue_address", - "start": 35 - }, - { - "exclusive_end": 31, - "slot": "time", - "start": 24 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The event will start at 6:30 pm at 1 Lincoln Financial Field Way." - }, - { - "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": [ - "March 9th", - "the 9th" - ], - "event_name": [ - "Eagles Vs Cowboys" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you very much. You've been very helpful." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Will the 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": [ - "Philadelphia", - "Philly" - ], - "date": [ - "March 9th", - "the 9th" - ], - "event_name": [ - "Eagles Vs Cowboys" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No. Thank you very much. You've been very helpful." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a nice day." - } - ] - }, - { - "dialogue_id": "9_00037", - "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 was finally able to get a day off work and would like to do something. Can you look for music events for me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "city", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "I can help you with that. What area would you like me to narrow my search down to?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "city", - "values": [ - "New York City" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 91, - "slot": "city", - "start": 78 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "New York City" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want something that is close to my home so can you look for music events in New York City?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Amber Run Brooklyn" - ], - "slot": "event_name", - "values": [ - "Amber Run Brooklyn" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Warsaw" - ], - "slot": "venue", - "values": [ - "Warsaw" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "10" - ], - "slot": "count", - "values": [ - "10" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "New York", - "event_type": "Music" - } - }, - "service_results": [ - { - "category": "Pop", - "city": "New York", - "date": "2019-03-05", - "event_name": "Amber Run Brooklyn", - "event_type": "Music", - "time": "19:30", - "venue": "Warsaw", - "venue_address": "261 Driggs Avenue, Brooklyn" - }, - { - "category": "International", - "city": "New York", - "date": "2019-03-02", - "event_name": "Americo", - "event_type": "Music", - "time": "18:30", - "venue": "La Boom", - "venue_address": "56-15 Northern Boulevard, Woodside" - }, - { - "category": "Blues", - "city": "New York", - "date": "2019-03-10", - "event_name": "Ben Harper", - "event_type": "Music", - "time": "19:00", - "venue": "Pier 17", - "venue_address": "89 South Street" - }, - { - "category": "Hip Hop", - "city": "New York", - "date": "2019-03-13", - "event_name": "Blackbear", - "event_type": "Music", - "time": "18:30", - "venue": "Pier 17", - "venue_address": "89 South Street" - }, - { - "category": "Hip Hop", - "city": "New York", - "date": "2019-03-14", - "event_name": "Blowout Music Festival", - "event_type": "Music", - "time": "18:00", - "venue": "Knockdown Center", - "venue_address": "52-19 Flushing Avenue, Maspeth" - }, - { - "category": "Blues", - "city": "New York", - "date": "2019-03-09", - "event_name": "Buddy Guy", - "event_type": "Music", - "time": "17:00", - "venue": "Sony Hall", - "venue_address": "235 West 46th Street" - }, - { - "category": "Rock", - "city": "New York", - "date": "2019-03-06", - "event_name": "Chemical Brothers", - "event_type": "Music", - "time": "19:00", - "venue": "Forest Hills Stadium", - "venue_address": "1 Tennis Place, Forest Hills" - }, - { - "category": "Jazz", - "city": "New York", - "date": "2019-03-07", - "event_name": "Chris Botti", - "event_type": "Music", - "time": "17:00", - "venue": "Sony Hall", - "venue_address": "235 West 46th Street" - }, - { - "category": "Electronica", - "city": "New York", - "date": "2019-03-02", - "event_name": "Crooked Colours", - "event_type": "Music", - "time": "19:30", - "venue": "Rough Trade NYC", - "venue_address": "64 North 9th Street, Brooklyn" - }, - { - "category": "Electronica", - "city": "New York", - "date": "2019-03-01", - "event_name": "Esscalation Music Festival", - "event_type": "Music", - "time": "19:30", - "venue": "Melrose Ballroom", - "venue_address": "3608 33rd Street" - } - ], - "slots": [ - { - "exclusive_end": 86, - "slot": "event_name", - "start": 68 - }, - { - "exclusive_end": 104, - "slot": "venue", - "start": 98 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Of the 10 events I found with your specifications, the first one is Amber Run Brooklyn located at Warsaw." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "venue_address", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "time", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [ - "time", - "venue_address" - ], - "slot_values": { - "city": [ - "New York City" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Okay, where is that venue located and what time does it start?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "261 Driggs Avenue, Brooklyn" - ], - "slot": "venue_address", - "values": [ - "261 Driggs Avenue, Brooklyn" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "19:30" - ], - "slot": "time", - "values": [ - "7:30 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 56, - "slot": "venue_address", - "start": 29 - }, - { - "exclusive_end": 81, - "slot": "time", - "start": 74 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The address for the venue is 261 Driggs Avenue, Brooklyn and it begins at 7:30 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "date", - "values": [ - "March 2nd" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Jazz" - ], - "slot": "category", - "values": [ - "Jazz" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 43, - "slot": "date", - "start": 34 - }, - { - "exclusive_end": 62, - "slot": "category", - "start": 58 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "Jazz" - ], - "city": [ - "New York City" - ], - "date": [ - "March 2nd" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you find me something else on March 2nd, preferably a Jazz event?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Chris Botti" - ], - "slot": "event_name", - "values": [ - "Chris Botti" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Sony Hall" - ], - "slot": "venue", - "values": [ - "Sony Hall" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "category": "Jazz", - "city": "New York", - "date": "2019-03-02", - "event_type": "Music" - } - }, - "service_results": [ - { - "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" - } - ], - "slots": [ - { - "exclusive_end": 69, - "slot": "event_name", - "start": 58 - }, - { - "exclusive_end": 90, - "slot": "venue", - "start": 81 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There 1 event I found matching that criteria is featuring Chris Botti playing at Sony Hall." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "Jazz" - ], - "city": [ - "New York City" - ], - "date": [ - "March 2nd" - ], - "event_name": [ - "Chris Botti" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds like something I would enjoy." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "BuyEventTickets" - ], - "slot": "intent", - "values": [ - "BuyEventTickets" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like me to proceed with purchasing the ticket for you?" - }, - { - "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": [ - "Jazz" - ], - "city": [ - "New York City" - ], - "date": [ - "March 2nd" - ], - "event_name": [ - "Chris Botti" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, please, but I have others that may want to go with me so can you purchase four?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Chris Botti" - ], - "slot": "event_name", - "values": [ - "Chris Botti" - ] - }, - { - "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": [ - "New York" - ], - "slot": "city", - "values": [ - "New York" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 158, - "slot": "event_name", - "start": 147 - }, - { - "exclusive_end": 167, - "slot": "date", - "start": 159 - }, - { - "exclusive_end": 180, - "slot": "city", - "start": 172 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure, before I submit your request I just need you to confirm that the details I have are correct. You would like 4 tickets to the event featuring Chris Botti tomorrow, in New York. Do I have that 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": { - "category": [ - "Jazz" - ], - "city": [ - "New York", - "New York City" - ], - "date": [ - "March 2nd", - "tomorrow" - ], - "event_name": [ - "Chris Botti" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm sorry, no, the others can purchase their own tickets so I will only be needed one." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Chris Botti" - ], - "slot": "event_name", - "values": [ - "Chris Botti" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "number_of_tickets", - "values": [ - "1" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 73, - "slot": "event_name", - "start": 62 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I am changing your request to 1 ticket for the show featuring Chris Botti." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "Jazz" - ], - "city": [ - "New York", - "New York City" - ], - "date": [ - "March 2nd", - "tomorrow" - ], - "event_name": [ - "Chris Botti" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that is what I would like." - }, - { - "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": "Chris Botti", - "number_of_tickets": "1" - } - }, - "service_results": [ - { - "city": "New York", - "date": "2019-03-02", - "event_name": "Chris Botti", - "number_of_tickets": "1", - "time": "18:30", - "venue": "Sony Hall", - "venue_address": "235 West 46th Street" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Great, I was able to successfully submit that request and confirm your tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "Jazz" - ], - "city": [ - "New York", - "New York City" - ], - "date": [ - "March 2nd", - "tomorrow" - ], - "event_name": [ - "Chris Botti" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks so much, that was easy enough." - }, - { - "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": { - "category": [ - "Jazz" - ], - "city": [ - "New York", - "New York City" - ], - "date": [ - "March 2nd", - "tomorrow" - ], - "event_name": [ - "Chris Botti" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, you have taken care of the only item on my agenda for today. Thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "It was my pleasure, have a great day!" - } - ] - }, - { - "dialogue_id": "9_00038", - "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": "Hello, any Music events coming up shortly?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "city", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "In which city you are looking for the event?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Vancouver" - ], - "slot": "city", - "values": [ - "Vancouver, BC" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 49, - "slot": "city", - "start": 36 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Vancouver, BC" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Do you have any events coming up in Vancouver, BC?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Beach Boys" - ], - "slot": "event_name", - "values": [ - "Beach Boys" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "PNE Amphitheatre" - ], - "slot": "venue", - "values": [ - "PNE Amphitheatre" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "7" - ], - "slot": "count", - "values": [ - "7" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "Vancouver", - "event_type": "Music" - } - }, - "service_results": [ - { - "category": "Pop", - "city": "Vancouver", - "date": "2019-03-14", - "event_name": "Beach Boys", - "event_type": "Music", - "time": "18:30", - "venue": "PNE Amphitheatre", - "venue_address": "2901 East Hastings Street" - }, - { - "category": "Rock", - "city": "Vancouver", - "date": "2019-03-04", - "event_name": "Billy Idol", - "event_type": "Music", - "time": "17:30", - "venue": "PNE Amphitheatre", - "venue_address": "2901 East Hastings Street" - }, - { - "category": "Blues", - "city": "Vancouver", - "date": "2019-03-01", - "event_name": "Colin James", - "event_type": "Music", - "time": "19:00", - "venue": "PNE Amphitheatre", - "venue_address": "2901 East Hastings Street" - }, - { - "category": "Electronica", - "city": "Vancouver", - "date": "2019-03-01", - "event_name": "Last Dinosaurs", - "event_type": "Music", - "time": "18:30", - "venue": "Imperial Vancouver", - "venue_address": "319 Main Street" - }, - { - "category": "Blues", - "city": "Vancouver", - "date": "2019-03-12", - "event_name": "Smokey Robinson", - "event_type": "Music", - "time": "17:00", - "venue": "PNE Amphitheatre", - "venue_address": "2901 East Hastings Street" - }, - { - "category": "Rock", - "city": "Vancouver", - "date": "2019-03-13", - "event_name": "Styx", - "event_type": "Music", - "time": "19:30", - "venue": "PNE Amphitheatre", - "venue_address": "2901 East Hastings Street" - }, - { - "category": "Blues", - "city": "Vancouver", - "date": "2019-03-09", - "event_name": "Zz Top", - "event_type": "Music", - "time": "18:30", - "venue": "PNE Amphitheatre", - "venue_address": "2901 East Hastings Street" - } - ], - "slots": [ - { - "exclusive_end": 112, - "slot": "event_name", - "start": 102 - }, - { - "exclusive_end": 146, - "slot": "venue", - "start": 130 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Just give me a minute... I will search for you.... Hey! there are 7 events coming up and one of them, Beach Boys is to be held at PNE Amphitheatre." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "date", - "values": [ - "day after tomorrow" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Blues" - ], - "slot": "category", - "values": [ - "Blues" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 146, - "slot": "date", - "start": 128 - }, - { - "exclusive_end": 75, - "slot": "category", - "start": 70 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "Blues" - ], - "city": [ - "Vancouver, BC" - ], - "date": [ - "day after tomorrow" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Oh! Is it so!! But... Please can you suggest something else? I prefer Blues events and it would be good if anything comes up on day after tomorrow." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Colin James" - ], - "slot": "event_name", - "values": [ - "Colin James" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "PNE Amphitheatre" - ], - "slot": "venue", - "values": [ - "PNE Amphitheatre" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "category": "Blues", - "city": "Vancouver", - "date": "2019-03-03", - "event_type": "Music" - } - }, - "service_results": [ - { - "category": "Blues", - "city": "Vancouver", - "date": "2019-03-03", - "event_name": "Colin James", - "event_type": "Music", - "time": "19:30", - "venue": "PNE Amphitheatre", - "venue_address": "2901 East Hastings Street" - } - ], - "slots": [ - { - "exclusive_end": 93, - "slot": "event_name", - "start": 82 - }, - { - "exclusive_end": 59, - "slot": "venue", - "start": 43 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay! You have got 1 event taking place at PNE Amphitheatre and the event name is Colin James. Would you prefer to attend this event?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "Blues" - ], - "city": [ - "Vancouver, BC" - ], - "date": [ - "day after tomorrow" - ], - "event_name": [ - "Colin James" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yup! Sounds good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "BuyEventTickets" - ], - "slot": "intent", - "values": [ - "BuyEventTickets" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Can I buy tickets for this event?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "Blues" - ], - "city": [ - "Vancouver, BC" - ], - "date": [ - "day after tomorrow" - ], - "event_name": [ - "Colin James" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yup! Sure... Please go ahead..." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_of_tickets", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "For how many people you want to buy tickets?" - }, - { - "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": [ - "Blues" - ], - "city": [ - "Vancouver, BC" - ], - "date": [ - "day after tomorrow" - ], - "event_name": [ - "Colin James" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please give me three tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Colin James" - ], - "slot": "event_name", - "values": [ - "Colin James" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "3" - ], - "slot": "number_of_tickets", - "values": [ - "3" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "date", - "values": [ - "day after tomorrow" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Vancouver" - ], - "slot": "city", - "values": [ - "Vancouver" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 95, - "slot": "event_name", - "start": 84 - }, - { - "exclusive_end": 141, - "slot": "date", - "start": 123 - }, - { - "exclusive_end": 121, - "slot": "city", - "start": 112 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay! Here is your purchase details - You would like to buy 3 tickets for the event Colin James taking place in Vancouver, day after tomorrow, right?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "Blues" - ], - "city": [ - "Vancouver", - "Vancouver, BC" - ], - "date": [ - "day after tomorrow" - ], - "event_name": [ - "Colin James" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yup! that's nice." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Vancouver", - "date": "2019-03-03", - "event_name": "Colin James", - "number_of_tickets": "3" - } - }, - "service_results": [ - { - "city": "Vancouver", - "date": "2019-03-03", - "event_name": "Colin James", - "number_of_tickets": "3", - "time": "19:30", - "venue": "PNE Amphitheatre", - "venue_address": "2901 East Hastings Street" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Alright! Your reservation 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": [ - "Blues" - ], - "city": [ - "Vancouver", - "Vancouver, BC" - ], - "date": [ - "day after tomorrow" - ], - "event_name": [ - "Colin James" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks much for your time in getting me tickets for a good event." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a wonderful day." - } - ] - }, - { - "dialogue_id": "9_00039", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Washington D.C." - ], - "slot": "city", - "values": [ - "Washington D.C." - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 28, - "slot": "city", - "start": 13 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Washington D.C." - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm visiting Washington D.C. for a work conference and want to see if there's any events I can attend while I'm there." - }, - { - "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": { - "city": [ - "Washington D.C." - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you look for Games in the area?" - }, - { - "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": 62, - "slot": "event_name", - "start": 39 - }, - { - "exclusive_end": 76, - "slot": "venue", - "start": 66 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 10 events of that kind. One is DC United Vs Revolution at Audi 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": { - "city": [ - "Washington D.C." - ], - "event_name": [ - "DC United Vs Revolution" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds great, I'd like to buy 1 ticket." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "date", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What date would you like?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "date", - "values": [ - "14th of this month" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 32, - "slot": "date", - "start": 14 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Washington D.C." - ], - "date": [ - "14th of this month" - ], - "event_name": [ - "DC United Vs Revolution" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Let's try the 14th of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Dc United Vs Revolution" - ], - "slot": "event_name", - "values": [ - "DC United Vs Revolution" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "number_of_tickets", - "values": [ - "1" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "date", - "values": [ - "March 14th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Washington D.C." - ], - "slot": "city", - "values": [ - "Washington D.C." - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 52, - "slot": "event_name", - "start": 29 - }, - { - "exclusive_end": 66, - "slot": "date", - "start": 56 - }, - { - "exclusive_end": 85, - "slot": "city", - "start": 70 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm: 1 ticket for DC United Vs Revolution on March 14th in Washington D.C." - }, - { - "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": [ - "Washington D.C." - ], - "date": [ - "14th of this month", - "March 14th" - ], - "event_name": [ - "DC United Vs Revolution" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That works. What is the address?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "100 Potomac Avenue Southwest" - ], - "slot": "venue_address", - "values": [ - "100 Potomac Avenue Southwest" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Washington D.C.", - "date": "2019-03-14", - "event_name": "Dc United Vs Revolution", - "number_of_tickets": "1" - } - }, - "service_results": [ - { - "city": "Washington D.C.", - "date": "2019-03-14", - "event_name": "Dc United Vs Revolution", - "number_of_tickets": "1", - "time": "17:30", - "venue": "Audi Field", - "venue_address": "100 Potomac Avenue Southwest" - } - ], - "slots": [ - { - "exclusive_end": 76, - "slot": "venue_address", - "start": 48 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your ticket has been purchased. The venue is at 100 Potomac Avenue Southwest." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "time", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [ - "time" - ], - "slot_values": { - "city": [ - "Washington D.C." - ], - "date": [ - "14th of this month", - "March 14th" - ], - "event_name": [ - "DC United Vs Revolution" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What time does the game start?" - }, - { - "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 starts at 5:30 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Washington D.C." - ], - "date": [ - "14th of this month", - "March 14th" - ], - "event_name": [ - "DC United Vs Revolution" - ], - "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": "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": [ - "Washington D.C." - ], - "date": [ - "14th of this month", - "March 14th" - ], - "event_name": [ - "DC United Vs Revolution" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, thanks for your help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day." - } - ] - }, - { - "dialogue_id": "9_00040", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "city", - "values": [ - "LAX" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 49, - "slot": "city", - "start": 46 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "LAX" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you please help me find events located in LAX?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "Music", - "Sports" - ], - "slot": "event_type", - "values": [ - "Music", - "Sports" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "I can help with that! What type of event are you looking for? Music, Sports, or something else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Sports" - ], - "slot": "event_type", - "values": [ - "Sports" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "LAX" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to attend a Sports event." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Dodgers Vs Cubs" - ], - "slot": "event_name", - "values": [ - "Dodgers Vs Cubs" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Dodger Stadium" - ], - "slot": "venue", - "values": [ - "Dodger Stadium" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "10" - ], - "slot": "count", - "values": [ - "10" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "Los Angeles", - "event_type": "Sports" - } - }, - "service_results": [ - { - "category": "Baseball", - "city": "Los Angeles", - "date": "2019-03-01", - "event_name": "Dodgers Vs Cubs", - "event_type": "Sports", - "time": "17:30", - "venue": "Dodger Stadium", - "venue_address": "1000 Vin Scully Ave" - }, - { - "category": "Baseball", - "city": "Los Angeles", - "date": "2019-03-08", - "event_name": "Dodgers Vs Diamondbacks", - "event_type": "Sports", - "time": "18:00", - "venue": "Dodger Stadium", - "venue_address": "1000 Vin Scully Ave" - }, - { - "category": "Baseball", - "city": "Los Angeles", - "date": "2019-03-12", - "event_name": "Dodgers Vs Giants", - "event_type": "Sports", - "time": "19:30", - "venue": "Dodger Stadium", - "venue_address": "1000 Vin Scully Ave" - }, - { - "category": "Baseball", - "city": "Los Angeles", - "date": "2019-03-13", - "event_name": "Dodgers Vs Marlins", - "event_type": "Sports", - "time": "18:30", - "venue": "Dodger Stadium", - "venue_address": "1000 Vin Scully Ave" - }, - { - "category": "Baseball", - "city": "Los Angeles", - "date": "2019-03-04", - "event_name": "Dodgers Vs Rockies", - "event_type": "Sports", - "time": "17:30", - "venue": "Dodger Stadium", - "venue_address": "1000 Vin Scully Ave" - }, - { - "category": "Soccer", - "city": "Los Angeles", - "date": "2019-03-02", - "event_name": "Lafc Vs Atlanta United", - "event_type": "Sports", - "time": "17:30", - "venue": "Banc of California Stadium", - "venue_address": "3939 South Figueroa Street" - }, - { - "category": "Soccer", - "city": "Los Angeles", - "date": "2019-03-13", - "event_name": "Lafc Vs Rapids", - "event_type": "Sports", - "time": "19:30", - "venue": "Banc of California Stadium", - "venue_address": "3939 South Figueroa Street" - }, - { - "category": "Soccer", - "city": "Los Angeles", - "date": "2019-03-08", - "event_name": "Lafc Vs Toronto Fc", - "event_type": "Sports", - "time": "18:00", - "venue": "Banc of California Stadium", - "venue_address": "3939 South Figueroa Street" - }, - { - "category": "Football", - "city": "Los Angeles", - "date": "2019-03-11", - "event_name": "Rams Vs Cardinals", - "event_type": "Sports", - "time": "18:00", - "venue": "LA Memorial Coliseum", - "venue_address": "3911 Figueroa Street" - }, - { - "category": "Basketball", - "city": "Los Angeles", - "date": "2019-03-08", - "event_name": "Sparks Vs Lynx", - "event_type": "Sports", - "time": "19:00", - "venue": "STAPLES Center", - "venue_address": "1111 South Figueroa Street" - } - ], - "slots": [ - { - "exclusive_end": 19, - "slot": "event_name", - "start": 4 - }, - { - "exclusive_end": 53, - "slot": "venue", - "start": 39 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The Dodgers Vs Cubs will be playing at Dodger Stadium. How does that sound? I also found a total of 10 events you may be interested in." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "date", - "values": [ - "Tuesday next week" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 66, - "slot": "date", - "start": 49 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "LAX" - ], - "date": [ - "Tuesday next week" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to go to another event. What's going on Tuesday next week?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Dodgers Vs Giants" - ], - "slot": "event_name", - "values": [ - "Dodgers Vs Giants" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Dodger Stadium" - ], - "slot": "venue", - "values": [ - "Dodger Stadium" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "6" - ], - "slot": "count", - "values": [ - "6" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "Los Angeles", - "date": "2019-03-05", - "event_type": "Sports" - } - }, - "service_results": [ - { - "category": "Baseball", - "city": "Los Angeles", - "date": "2019-03-05", - "event_name": "Dodgers Vs Giants", - "event_type": "Sports", - "time": "17:00", - "venue": "Dodger Stadium", - "venue_address": "1000 Vin Scully Ave" - }, - { - "category": "Baseball", - "city": "Los Angeles", - "date": "2019-03-05", - "event_name": "Dodgers Vs Rockies", - "event_type": "Sports", - "time": "18:30", - "venue": "Dodger Stadium", - "venue_address": "1000 Vin Scully Ave" - }, - { - "category": "Soccer", - "city": "Los Angeles", - "date": "2019-03-05", - "event_name": "Lafc Vs Rapids", - "event_type": "Sports", - "time": "19:30", - "venue": "Banc of California Stadium", - "venue_address": "3939 South Figueroa Street" - }, - { - "category": "Basketball", - "city": "Los Angeles", - "date": "2019-03-05", - "event_name": "Sparks Vs Lynx", - "event_type": "Sports", - "time": "17:00", - "venue": "STAPLES Center", - "venue_address": "1111 South Figueroa Street" - }, - { - "category": "Basketball", - "city": "Los Angeles", - "date": "2019-03-05", - "event_name": "Sparks Vs Mystics", - "event_type": "Sports", - "time": "18:00", - "venue": "STAPLES Center", - "venue_address": "1111 South Figueroa Street" - }, - { - "category": "Football", - "city": "Los Angeles", - "date": "2019-03-05", - "event_name": "Usc Vs Utah", - "event_type": "Sports", - "time": "19:30", - "venue": "LA Memorial Coliseum", - "venue_address": "3911 Figueroa Street" - } - ], - "slots": [ - { - "exclusive_end": 48, - "slot": "event_name", - "start": 31 - }, - { - "exclusive_end": 82, - "slot": "venue", - "start": 68 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 6 events next Tuesday. Dodgers Vs Giants will be playing at Dodger Stadium. How does that sound?" - }, - { - "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": [ - "LAX" - ], - "date": [ - "Tuesday next week" - ], - "event_name": [ - "Dodgers Vs Giants" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds good! Can you purchase 4 tickets to the event for me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Dodgers Vs Giants" - ], - "slot": "event_name", - "values": [ - "Dodgers Vs Giants" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "4" - ], - "slot": "number_of_tickets", - "values": [ - "4" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "date", - "values": [ - "next Tuesday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "city", - "values": [ - "Los Angeles" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 72, - "slot": "event_name", - "start": 55 - }, - { - "exclusive_end": 85, - "slot": "date", - "start": 73 - }, - { - "exclusive_end": 100, - "slot": "city", - "start": 89 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure thing! Just to confirm: you want 4 tickets to see Dodgers Vs Giants next Tuesday in Los Angeles?" - }, - { - "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": [ - "LAX", - "Los Angeles" - ], - "date": [ - "Tuesday next week", - "next Tuesday" - ], - "event_name": [ - "Dodgers Vs Giants" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Never mind. I want 3 tickets instead." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "3" - ], - "slot": "number_of_tickets", - "values": [ - "3" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "date", - "values": [ - "next Tuesday" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 50, - "slot": "date", - "start": 38 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I will purchase 3 tickets for you for next Tuesday. Is this okay?" - }, - { - "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": [ - "LAX", - "Los Angeles" - ], - "date": [ - "Tuesday next week", - "next Tuesday" - ], - "event_name": [ - "Dodgers Vs Giants" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Perfect! When will it start?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "17:00" - ], - "slot": "time", - "values": [ - "5 pm" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Los Angeles", - "date": "2019-03-05", - "event_name": "Dodgers Vs Giants", - "number_of_tickets": "3" - } - }, - "service_results": [ - { - "city": "Los Angeles", - "date": "2019-03-05", - "event_name": "Dodgers Vs Giants", - "number_of_tickets": "3", - "time": "17:00", - "venue": "Dodger Stadium", - "venue_address": "1000 Vin Scully Ave" - } - ], - "slots": [ - { - "exclusive_end": 58, - "slot": "time", - "start": 54 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have reserved your tickets. The event will start at 5 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "LAX", - "Los Angeles" - ], - "date": [ - "Tuesday next week", - "next Tuesday" - ], - "event_name": [ - "Dodgers Vs Giants" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Great! Thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Is there anything else I can assist 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": [ - "LAX", - "Los Angeles" - ], - "date": [ - "Tuesday next week", - "next Tuesday" - ], - "event_name": [ - "Dodgers Vs Giants" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Nope, that's all!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day. Enjoy your event!" - } - ] - }, - { - "dialogue_id": "9_00041", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Will you help me find 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": "What events? What city?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Chicago" - ], - "slot": "city", - "values": [ - "Chi-town" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Music" - ], - "slot": "event_type", - "values": [ - "Music" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 17, - "slot": "city", - "start": 9 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Chi-town" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Music in Chi-town." - }, - { - "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": 13, - "slot": "event_name", - "start": 8 - }, - { - "exclusive_end": 35, - "slot": "venue", - "start": 17 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found Basta at Concord Music Hall." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "date", - "values": [ - "4th of March" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 42, - "slot": "date", - "start": 30 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Chi-town" - ], - "date": [ - "4th of March" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Will you find other events on 4th of March?" - }, - { - "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" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "3" - ], - "slot": "count", - "values": [ - "3" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "Chicago", - "date": "2019-03-04", - "event_type": "Music" - } - }, - "service_results": [ - { - "category": "Pop", - "city": "Chicago", - "date": "2019-03-04", - "event_name": "Basta", - "event_type": "Music", - "time": "18:30", - "venue": "Concord Music Hall", - "venue_address": "2047 North Milwaukee Avenue" - }, - { - "category": "Country", - "city": "Chicago", - "date": "2019-03-04", - "event_name": "Billy Currington", - "event_type": "Music", - "time": "17:00", - "venue": "Gallagher Way", - "venue_address": "3635 North Clark Street" - }, - { - "category": "Pop", - "city": "Chicago", - "date": "2019-03-04", - "event_name": "New Found Glory", - "event_type": "Music", - "time": "19:00", - "venue": "Concord Music Hall", - "venue_address": "2047 North Milwaukee Avenue" - } - ], - "slots": [ - { - "exclusive_end": 49, - "slot": "event_name", - "start": 33 - }, - { - "exclusive_end": 66, - "slot": "venue", - "start": 53 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 3 events. One of them is Billy Currington at Gallagher Way." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Chi-town" - ], - "date": [ - "4th of March" - ], - "event_name": [ - "Billy Currington" - ], - "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": [ - "4" - ], - "slot": "number_of_tickets", - "values": [ - "4" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Chi-town" - ], - "date": [ - "4th of March" - ], - "event_name": [ - "Billy Currington" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, four tickets, please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Billy Currington" - ], - "slot": "event_name", - "values": [ - "Billy Currington" - ] - }, - { - "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": [ - "Chicago" - ], - "slot": "city", - "values": [ - "Chicago" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 45, - "slot": "event_name", - "start": 29 - }, - { - "exclusive_end": 57, - "slot": "date", - "start": 46 - }, - { - "exclusive_end": 68, - "slot": "city", - "start": 61 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm 4 tickets for Billy Currington next Monday in Chicago." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Chi-town", - "Chicago" - ], - "date": [ - "4th of March", - "next Monday" - ], - "event_name": [ - "Billy Currington" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds great." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Chicago", - "date": "2019-03-04", - "event_name": "Billy Currington", - "number_of_tickets": "4" - } - }, - "service_results": [ - { - "city": "Chicago", - "date": "2019-03-04", - "event_name": "Billy Currington", - "number_of_tickets": "4", - "time": "17:00", - "venue": "Gallagher Way", - "venue_address": "3635 North Clark Street" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your reservation is successful." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Chi-town", - "Chicago" - ], - "date": [ - "4th of March", - "next Monday" - ], - "event_name": [ - "Billy Currington" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "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": [ - "Chi-town", - "Chicago" - ], - "date": [ - "4th of March", - "next Monday" - ], - "event_name": [ - "Billy Currington" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a wonderful day." - } - ] - }, - { - "dialogue_id": "9_00042", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I'm looking for evente" - }, - { - "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 any preference in city and type of events like music or Sports something like that?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Santa Rosa" - ], - "slot": "city", - "values": [ - "Santa Rosa" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Music" - ], - "slot": "event_type", - "values": [ - "Music" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 43, - "slot": "city", - "start": 33 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Santa Rosa" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm looking for music ,events in Santa Rosa" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Huichica Music Festival" - ], - "slot": "event_name", - "values": [ - "Huichica Music Festival" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "The Sandman Hotel" - ], - "slot": "venue", - "values": [ - "The Sandman hotel" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "Santa Rosa", - "event_type": "Music" - } - }, - "service_results": [ - { - "category": "Pop", - "city": "Santa Rosa", - "date": "2019-03-10", - "event_name": "Huichica Music Festival", - "event_type": "Music", - "time": "18:00", - "venue": "The Sandman Hotel", - "venue_address": "3421 Cleveland Avenue" - } - ], - "slots": [ - { - "exclusive_end": 45, - "slot": "event_name", - "start": 22 - }, - { - "exclusive_end": 66, - "slot": "venue", - "start": 49 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "We have 1 event named Huichica Music Festival at The Sandman hotel" - }, - { - "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": [ - "Santa Rosa" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Where is it located at?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "3421 Cleveland Avenue" - ], - "slot": "venue_address", - "values": [ - "3421 Cleveland Avenue" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 29, - "slot": "venue_address", - "start": 8 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It's in 3421 Cleveland Avenue" - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Santa Rosa" - ], - "event_name": [ - "Huichica Music Festival" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That works with me" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "BuyEventTickets" - ], - "slot": "intent", - "values": [ - "BuyEventTickets" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you wanna buy the tickets?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Santa Rosa" - ], - "event_name": [ - "Huichica Music Festival" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes I would like to get the tickets" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "date", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you have any preferred dates?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "date", - "values": [ - "the 10th" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 21, - "slot": "date", - "start": 13 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Santa Rosa" - ], - "date": [ - "the 10th" - ], - "event_name": [ - "Huichica Music Festival" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want it on the 10th" - }, - { - "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": [ - "2019-03-14" - ], - "slot": "date", - "values": [ - "14th of March" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2" - ], - "slot": "number_of_tickets", - "values": [ - "2" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 36, - "slot": "date", - "start": 23 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Santa Rosa" - ], - "date": [ - "14th of March" - ], - "event_name": [ - "Huichica Music Festival" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want two tickets for 14th of March" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Huichica Music Festival" - ], - "slot": "event_name", - "values": [ - "Huichica Music Festival" - ] - }, - { - "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": [ - "Santa Rosa" - ], - "slot": "city", - "values": [ - "Santa Rosa" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 76, - "slot": "event_name", - "start": 53 - }, - { - "exclusive_end": 104, - "slot": "date", - "start": 94 - }, - { - "exclusive_end": 90, - "slot": "city", - "start": 80 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm this: Booking 2 tickets for the event Huichica Music Festival at Santa Rosa on March 14th" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Santa Rosa" - ], - "date": [ - "14th of March", - "March 14th" - ], - "event_name": [ - "Huichica Music Festival" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes thats perfect for me" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Santa Rosa", - "date": "2019-03-14", - "event_name": "Huichica Music Festival", - "number_of_tickets": "2" - } - }, - "service_results": [ - { - "city": "Santa Rosa", - "date": "2019-03-14", - "event_name": "Huichica Music Festival", - "number_of_tickets": "2", - "time": "19:30", - "venue": "The Sandman Hotel", - "venue_address": "3421 Cleveland Avenue" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your reservation has been made successfully" - }, - { - "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": [ - "Santa Rosa" - ], - "date": [ - "14th of March", - "March 14th" - ], - "event_name": [ - "Huichica Music Festival" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks a lot for the help. That's all I need." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a wonderful day ahead" - } - ] - }, - { - "dialogue_id": "9_00043", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "My boyfriend and I are thinking of attending more events. Could you help me search for some?" - }, - { - "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 would you like me to search in, and what kind of events do you like?" - }, - { - "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": 49, - "slot": "city", - "start": 34 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Toronto, Canada" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please search for Match events in Toronto, Canada." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Blue Jays Vs Astros" - ], - "slot": "event_name", - "values": [ - "Blue Jays Vs Astros" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Rogers Centre" - ], - "slot": "venue", - "values": [ - "Rogers Centre" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "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": 37, - "slot": "event_name", - "start": 18 - }, - { - "exclusive_end": 60, - "slot": "venue", - "start": 47 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, I found the Blue Jays Vs Astros event at Rogers Centre." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "date", - "values": [ - "13th of March" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Baseball" - ], - "slot": "category", - "values": [ - "Baseball" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 99, - "slot": "date", - "start": 86 - }, - { - "exclusive_end": 58, - "slot": "category", - "start": 50 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "Baseball" - ], - "city": [ - "Toronto, Canada" - ], - "date": [ - "13th of March" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "We've already watched that one. Could you find me Baseball events taking place on the 13th of March, please>" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Blue Jays Vs Indians" - ], - "slot": "event_name", - "values": [ - "Blue Jays Vs Indians" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Rogers Centre" - ], - "slot": "venue", - "values": [ - "Rogers Centre" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "category": "Baseball", - "city": "Toronto", - "date": "2019-03-13", - "event_type": "Sports" - } - }, - "service_results": [ - { - "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-13", - "event_name": "Blue Jays Vs Rays", - "event_type": "Sports", - "time": "17:00", - "venue": "Rogers Centre", - "venue_address": "1 Blue Jays Way" - } - ], - "slots": [ - { - "exclusive_end": 39, - "slot": "event_name", - "start": 19 - }, - { - "exclusive_end": 56, - "slot": "venue", - "start": 43 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "All right. There's Blue Jays Vs Indians at Rogers Centre." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "venue_address", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "time", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [ - "time", - "venue_address" - ], - "slot_values": { - "category": [ - "Baseball" - ], - "city": [ - "Toronto, Canada" - ], - "date": [ - "13th of March" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Where's the event venue, and what time does it start?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1 Blue Jays Way" - ], - "slot": "venue_address", - "values": [ - "1 Blue Jays Way" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "18:00" - ], - "slot": "time", - "values": [ - "6 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 34, - "slot": "venue_address", - "start": 19 - }, - { - "exclusive_end": 61, - "slot": "time", - "start": 57 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The event venue is 1 Blue Jays Way, and it will start at 6 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "Baseball" - ], - "city": [ - "Toronto, Canada" - ], - "date": [ - "13th of March" - ], - "event_name": [ - "Blue Jays Vs Indians" - ], - "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": "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": { - "category": [ - "Baseball" - ], - "city": [ - "Toronto, Canada" - ], - "date": [ - "13th of March" - ], - "event_name": [ - "Blue Jays Vs Indians" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, I would like to buy 2 tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Blue Jays Vs Indians" - ], - "slot": "event_name", - "values": [ - "Blue Jays Vs Indians" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2" - ], - "slot": "number_of_tickets", - "values": [ - "2" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "date", - "values": [ - "March 13th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Toronto" - ], - "slot": "city", - "values": [ - "Toronto" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 91, - "slot": "event_name", - "start": 71 - }, - { - "exclusive_end": 124, - "slot": "date", - "start": 114 - }, - { - "exclusive_end": 136, - "slot": "city", - "start": 129 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Let me see if I got everything correctly: You'd like 2 tickets for the Blue Jays Vs Indians event taking place on March 13th, in Toronto. 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": { - "category": [ - "Baseball" - ], - "city": [ - "Toronto", - "Toronto, Canada" - ], - "date": [ - "13th of March", - "March 13th" - ], - "event_name": [ - "Blue Jays Vs Indians" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No. Sorry, my boyfriend's sister has just decided to join us. Please make that 3 tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "3" - ], - "slot": "number_of_tickets", - "values": [ - "3" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Toronto" - ], - "slot": "city", - "values": [ - "Toronto" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 82, - "slot": "city", - "start": 75 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay. No problem Please confirm that you'd like 3 tickets for the event in Toronto." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "Baseball" - ], - "city": [ - "Toronto", - "Toronto, Canada" - ], - "date": [ - "13th of March", - "March 13th" - ], - "event_name": [ - "Blue Jays Vs Indians" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, sounds good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Toronto", - "date": "2019-03-13", - "event_name": "Blue Jays Vs Indians", - "number_of_tickets": "3" - } - }, - "service_results": [ - { - "city": "Toronto", - "date": "2019-03-13", - "event_name": "Blue Jays Vs Indians", - "number_of_tickets": "3", - "time": "18:00", - "venue": "Rogers Centre", - "venue_address": "1 Blue Jays Way" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your reservation was 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": [ - "Toronto", - "Toronto, Canada" - ], - "date": [ - "13th of March", - "March 13th" - ], - "event_name": [ - "Blue Jays Vs Indians" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I really appreciate 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": "9_00044", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "date", - "values": [ - "next Friday" - ] - }, - { - "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": 137, - "slot": "date", - "start": 126 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "date": [ - "next Friday" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "My best friend and his family are coming to visit and I want to take them out while they are here. Is there a concert playing next Friday?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "city", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "I can look into that but let's narrow it down a bit first. What city or cities would you like me to search in?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "city", - "values": [ - "NY" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 42, - "slot": "city", - "start": 40 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "NY" - ], - "date": [ - "next Friday" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would prefer it to be fairly local so NY would be my first choice." - }, - { - "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-08", - "event_type": "Music" - } - }, - "service_results": [ - { - "category": "Pop", - "city": "New York", - "date": "2019-03-08", - "event_name": "Amber Run Brooklyn", - "event_type": "Music", - "time": "17:00", - "venue": "Warsaw", - "venue_address": "261 Driggs Avenue, Brooklyn" - }, - { - "category": "Jazz", - "city": "New York", - "date": "2019-03-08", - "event_name": "Chris Botti", - "event_type": "Music", - "time": "18:00", - "venue": "Sony Hall", - "venue_address": "235 West 46th Street" - }, - { - "category": "Electronica", - "city": "New York", - "date": "2019-03-08", - "event_name": "Esscalation Music Festival", - "event_type": "Music", - "time": "17:30", - "venue": "Melrose Ballroom", - "venue_address": "3608 33rd Street" - }, - { - "category": "International", - "city": "New York", - "date": "2019-03-08", - "event_name": "France Rocks Festival", - "event_type": "Music", - "time": "19:30", - "venue": "David Rubenstein Atrium at Lincoln Center", - "venue_address": "61 West 62nd Street" - }, - { - "category": "Christian", - "city": "New York", - "date": "2019-03-08", - "event_name": "Harlem Gospel Choir", - "event_type": "Music", - "time": "17:00", - "venue": "Sony Hall", - "venue_address": "235 West 46th Street" - }, - { - "category": "Country", - "city": "New York", - "date": "2019-03-08", - "event_name": "Jamey Johnson", - "event_type": "Music", - "time": "19:30", - "venue": "Sony Hall", - "venue_address": "235 West 46th Street" - }, - { - "category": "Rock", - "city": "New York", - "date": "2019-03-08", - "event_name": "Jethro Tull", - "event_type": "Music", - "time": "18:30", - "venue": "Forest Hills Stadium", - "venue_address": "1 Tennis Place, Forest Hills" - }, - { - "category": "Pop", - "city": "New York", - "date": "2019-03-08", - "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-08", - "event_name": "Laura Osnes", - "event_type": "Music", - "time": "17:30", - "venue": "Sony Hall", - "venue_address": "235 West 46th Street" - }, - { - "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" - } - ], - "slots": [ - { - "exclusive_end": 18, - "slot": "event_name", - "start": 0 - }, - { - "exclusive_end": 50, - "slot": "venue", - "start": 44 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Amber Run Brooklyn appears to be playing at Warsaw." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "NY" - ], - "date": [ - "next Friday" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I don't much care for that one, can you find me a different concert please?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Chris Botti" - ], - "slot": "event_name", - "values": [ - "Chris Botti" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Sony Hall" - ], - "slot": "venue", - "values": [ - "Sony Hall" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 30, - "slot": "event_name", - "start": 19 - }, - { - "exclusive_end": 51, - "slot": "venue", - "start": 42 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There will also be Chris Botti playing at Sony Hall." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Sports" - ], - "slot": "event_type", - "values": [ - "Sports" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Baseball" - ], - "slot": "category", - "values": [ - "baseball" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 75, - "slot": "category", - "start": 67 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "baseball" - ], - "city": [ - "NY" - ], - "date": [ - "next Friday" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Let's try some other kind of activity. How about games, preferably baseball." - }, - { - "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": [ - "8" - ], - "slot": "count", - "values": [ - "8" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "category": "Baseball", - "city": "New York", - "date": "2019-03-08", - "event_type": "Sports" - } - }, - "service_results": [ - { - "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-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-08", - "event_name": "Mets Vs Rockies", - "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": "Nycfc Vs Timbers", - "event_type": "Sports", - "time": "18:00", - "venue": "Yankee Stadium", - "venue_address": "1 East 161 Street" - }, - { - "category": "Baseball", - "city": "New York", - "date": "2019-03-08", - "event_name": "Nycfc Vs United", - "event_type": "Sports", - "time": "19:00", - "venue": "Yankee Stadium", - "venue_address": "1 East 161 Street" - }, - { - "category": "Baseball", - "city": "New York", - "date": "2019-03-08", - "event_name": "Yankees Vs Angels", - "event_type": "Sports", - "time": "18:00", - "venue": "Yankee Stadium", - "venue_address": "1 East 161 Street" - }, - { - "category": "Baseball", - "city": "New York", - "date": "2019-03-08", - "event_name": "Yankees Vs Blue Jays", - "event_type": "Sports", - "time": "17:30", - "venue": "Yankee Stadium", - "venue_address": "1 East 161 Street" - }, - { - "category": "Baseball", - "city": "New York", - "date": "2019-03-08", - "event_name": "Yankees Vs Orioles", - "event_type": "Sports", - "time": "19:00", - "venue": "Yankee Stadium", - "venue_address": "1 East 161 Street" - } - ], - "slots": [ - { - "exclusive_end": 74, - "slot": "event_name", - "start": 62 - }, - { - "exclusive_end": 96, - "slot": "venue", - "start": 86 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I was able to find 8 baseball games the first of which is the Mets Vs Cubs playing at Citi Field." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "baseball" - ], - "city": [ - "NY" - ], - "date": [ - "next Friday" - ], - "event_name": [ - "Mets Vs Cubs" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds like something we would all enjoy very much." - }, - { - "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 go ahead and purchase tickets for you in advance?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "INFORM", - "canonical_values": [ - "3" - ], - "slot": "number_of_tickets", - "values": [ - "3" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "baseball" - ], - "city": [ - "NY" - ], - "date": [ - "next Friday" - ], - "event_name": [ - "Mets Vs Cubs" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, can you reserve 3 tickets for that game?" - }, - { - "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-08" - ], - "slot": "date", - "values": [ - "next Friday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "New York" - ], - "slot": "city", - "values": [ - "New York" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 38, - "slot": "event_name", - "start": 26 - }, - { - "exclusive_end": 80, - "slot": "date", - "start": 69 - }, - { - "exclusive_end": 68, - "slot": "city", - "start": 60 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You want 3 tickets to the Mets Vs Cubs game taking place in New York next Friday, is that correct?" - }, - { - "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": { - "category": [ - "baseball" - ], - "city": [ - "NY", - "New York" - ], - "date": [ - "next Friday" - ], - "event_name": [ - "Mets Vs Cubs" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that's what I want. Can you give me the address of the event and the starting time as well?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "123-01 Roosevelt Avenue" - ], - "slot": "venue_address", - "values": [ - "123-01 Roosevelt Avenue" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "18:00" - ], - "slot": "time", - "values": [ - "6 pm" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "New York", - "date": "2019-03-08", - "event_name": "Mets Vs Cubs", - "number_of_tickets": "3" - } - }, - "service_results": [ - { - "city": "New York", - "date": "2019-03-08", - "event_name": "Mets Vs Cubs", - "number_of_tickets": "3", - "time": "18:00", - "venue": "Citi Field", - "venue_address": "123-01 Roosevelt Avenue" - } - ], - "slots": [ - { - "exclusive_end": 90, - "slot": "venue_address", - "start": 67 - }, - { - "exclusive_end": 112, - "slot": "time", - "start": 108 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I was able to book those tickets for you. The game will be held at 123-01 Roosevelt Avenue and it begins at 6 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": { - "category": [ - "baseball" - ], - "city": [ - "NY", - "New York" - ], - "date": [ - "next Friday" - ], - "event_name": [ - "Mets Vs Cubs" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks for the research and help, that is the only thing I needed for now." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "It was my pleasure, have a great day and enjoy the game." - } - ] - }, - { - "dialogue_id": "9_00045", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I'm looking for an event to go to soon. Do you have any suggestions?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "city", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure. What city should I look in to find your events?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Portland" - ], - "slot": "city", - "values": [ - "Portland" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 55, - "slot": "city", - "start": 47 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Portland" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm looking for events that will take place in Portland soon." - }, - { - "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 would you like to attend? For example, Music or Sports would help to narrow down the search." - }, - { - "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": [ - "Portland" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Let's go with music for now. I am looking to attend a Concert." - }, - { - "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" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "7" - ], - "slot": "count", - "values": [ - "7" - ] - } - ], - "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": 83, - "slot": "event_name", - "start": 72 - }, - { - "exclusive_end": 123, - "slot": "venue", - "start": 102 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 7 events that may be what you are looking for. A good option is Bryan Adams performing at the Theater Of The Clouds." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Pop" - ], - "slot": "category", - "values": [ - "Pop" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 58, - "slot": "category", - "start": 55 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "Pop" - ], - "city": [ - "Portland" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I don't think I'd like to go to that.Can you find me a Pop event instead?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Erica Fernandez" - ], - "slot": "event_name", - "values": [ - "Erica Fernandez" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Newmark Theatre" - ], - "slot": "venue", - "values": [ - "Newmark Theatre" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "category": "Pop", - "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": "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" - } - ], - "slots": [ - { - "exclusive_end": 41, - "slot": "event_name", - "start": 26 - }, - { - "exclusive_end": 64, - "slot": "venue", - "start": 49 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is a performance by Erica Fernandez at the Newmark Theatre." - }, - { - "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": [ - "Pop" - ], - "city": [ - "Portland" - ], - "event_name": [ - "Erica Fernandez" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds much better. Can you purchase 2 tickets for the show?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "date", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What date would you like to attend the event?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "date", - "values": [ - "the 9th" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 27, - "slot": "date", - "start": 20 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "Pop" - ], - "city": [ - "Portland" - ], - "date": [ - "the 9th" - ], - "event_name": [ - "Erica Fernandez" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Buy the tickets for the 9th of the month please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Erica Fernandez" - ], - "slot": "event_name", - "values": [ - "Erica Fernandez" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2" - ], - "slot": "number_of_tickets", - "values": [ - "2" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "date", - "values": [ - "March 9th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Portland" - ], - "slot": "city", - "values": [ - "Portland" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 48, - "slot": "event_name", - "start": 33 - }, - { - "exclusive_end": 67, - "slot": "date", - "start": 58 - }, - { - "exclusive_end": 79, - "slot": "city", - "start": 71 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You want 2 tickets to attend the Erica Fernandez event on March 9th in Portland. Is that 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": { - "category": [ - "Pop" - ], - "city": [ - "Portland" - ], - "date": [ - "March 9th", - "the 9th" - ], - "event_name": [ - "Erica Fernandez" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Everything except the amount of tickets. I want 1 ticket instead." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Erica Fernandez" - ], - "slot": "event_name", - "values": [ - "Erica Fernandez" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "number_of_tickets", - "values": [ - "1" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 47, - "slot": "event_name", - "start": 32 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You want 1 ticket to attend the Erica Fernandez event on March 9th. Is that correct?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "date", - "values": [ - "12th of March" - ] - }, - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 58, - "slot": "date", - "start": 45 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "Pop" - ], - "city": [ - "Portland" - ], - "date": [ - "12th of March" - ], - "event_name": [ - "Erica Fernandez" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That is not correct. I want 1 ticket for the 12th of March." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "number_of_tickets", - "values": [ - "1" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "date", - "values": [ - "March 12th" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 60, - "slot": "date", - "start": 50 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You want 1 ticket to the Erica Fernandez event on March 12th?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "Pop" - ], - "city": [ - "Portland" - ], - "date": [ - "12th of March", - "March 12th" - ], - "event_name": [ - "Erica Fernandez" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds right to me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Portland", - "date": "2019-03-12", - "event_name": "Erica Fernandez", - "number_of_tickets": "1" - } - }, - "service_results": [ - { - "city": "Portland", - "date": "2019-03-12", - "event_name": "Erica Fernandez", - "number_of_tickets": "1", - "time": "17:00", - "venue": "Newmark Theatre", - "venue_address": "1111 Southwest Broadway" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your reservation has been confirmed. Is there anything else?" - }, - { - "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": [ - "Pop" - ], - "city": [ - "Portland" - ], - "date": [ - "12th of March", - "March 12th" - ], - "event_name": [ - "Erica Fernandez" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you tell me where the venue for the event is located?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1111 Southwest Broadway" - ], - "slot": "venue_address", - "values": [ - "1111 Southwest Broadway" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 73, - "slot": "venue_address", - "start": 50 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The event will take place at the venue located at 1111 Southwest Broadway." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "time", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [ - "time" - ], - "slot_values": { - "category": [ - "Pop" - ], - "city": [ - "Portland" - ], - "date": [ - "12th of March", - "March 12th" - ], - "event_name": [ - "Erica Fernandez" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What time does the event start that day?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "17:00" - ], - "slot": "time", - "values": [ - "5 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 37, - "slot": "time", - "start": 33 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The event will begin promptly 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": { - "category": [ - "Pop" - ], - "city": [ - "Portland" - ], - "date": [ - "12th of March", - "March 12th" - ], - "event_name": [ - "Erica Fernandez" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Okay I understand. 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": "You're welcome. Have a good day." - } - ] - }, - { - "dialogue_id": "9_00046", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "city", - "values": [ - "New York" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 43, - "slot": "city", - "start": 35 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "New York" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to find out about events in New York." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "event_type", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What type of event are you interested in?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Sports" - ], - "slot": "event_type", - "values": [ - "Sports" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "New York" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want a sports event." - }, - { - "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": 55, - "slot": "event_name", - "start": 41 - }, - { - "exclusive_end": 69, - "slot": "venue", - "start": 59 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 10 sporting events. The first 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": { - "city": [ - "New York" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What are some of the 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": 32, - "slot": "event_name", - "start": 20 - }, - { - "exclusive_end": 46, - "slot": "venue", - "start": 36 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The next one is the Mets vs Cubs 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": [ - "New York" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When does that game begin and what kind of event is it?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "18:00" - ], - "slot": "time", - "values": [ - "6 pm" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Baseball" - ], - "slot": "category", - "values": [ - "baseball" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 50, - "slot": "time", - "start": 46 - }, - { - "exclusive_end": 26, - "slot": "category", - "start": 18 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Mets vs Cubs is a baseball game and begins at 6 pm with gates opening at 4 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" - ], - "event_name": [ - "Mets vs Cubs" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, I would like tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "date", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What date are you interested in?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "date", - "values": [ - "March 8th" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 28, - "slot": "date", - "start": 19 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "New York" - ], - "date": [ - "March 8th" - ], - "event_name": [ - "Mets vs Cubs" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want the game on March 8th." - }, - { - "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": [ - "2" - ], - "slot": "number_of_tickets", - "values": [ - "2" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-06" - ], - "slot": "date", - "values": [ - "the 6th" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 57, - "slot": "date", - "start": 50 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "New York" - ], - "date": [ - "the 6th" - ], - "event_name": [ - "Mets vs Cubs" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need two tickets. Could you make it the game on the 6th?" - }, - { - "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": 60, - "slot": "event_name", - "start": 48 - }, - { - "exclusive_end": 89, - "slot": "date", - "start": 75 - }, - { - "exclusive_end": 101, - "slot": "city", - "start": 93 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm the following: 2 tickets for the Mets vs Cubs baseball game next Wednesday in New York City." - }, - { - "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": [ - "New York" - ], - "date": [ - "next Wednesday", - "the 6th" - ], - "event_name": [ - "Mets vs Cubs" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I changed my mind. I need three tickets." - }, - { - "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" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 60, - "slot": "event_name", - "start": 48 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm the following: 3 tickets for the Mets vs Cubs baseball game next Wednesday in New York City." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "New York" - ], - "date": [ - "next Wednesday", - "the 6th" - ], - "event_name": [ - "Mets vs Cubs" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that's perfect, thanks." - }, - { - "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": "3" - } - }, - "service_results": [ - { - "city": "New York", - "date": "2019-03-06", - "event_name": "Mets Vs Cubs", - "number_of_tickets": "3", - "time": "19:00", - "venue": "Citi Field", - "venue_address": "123-01 Roosevelt Avenue" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your tickets have been purchased and will be available at will-call." - }, - { - "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": [ - "next Wednesday", - "the 6th" - ], - "event_name": [ - "Mets vs Cubs" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "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": 48, - "slot": "venue_address", - "start": 25 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Citi Field is located at 123-01 Roosevelt Avenue." - }, - { - "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": [ - "next Wednesday", - "the 6th" - ], - "event_name": [ - "Mets vs Cubs" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Great, thanks for your help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like help with any other event?" - }, - { - "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": [ - "next Wednesday", - "the 6th" - ], - "event_name": [ - "Mets vs Cubs" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, I don't think so. Thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Enjoy the game." - } - ] - }, - { - "dialogue_id": "9_00047", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "date", - "values": [ - "March 4th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "city", - "values": [ - "LAX" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 52, - "slot": "date", - "start": 43 - }, - { - "exclusive_end": 39, - "slot": "city", - "start": 36 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "LAX" - ], - "date": [ - "March 4th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need help looking for an event in LAX on March 4th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "Music", - "Sports" - ], - "slot": "event_type", - "values": [ - "Music", - "Sports" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What kind of event? You can say Music or Sports or anything else." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Sports" - ], - "slot": "event_type", - "values": [ - "Sports" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "LAX" - ], - "date": [ - "March 4th" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am looking for a Match." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Dodgers Vs Diamondbacks" - ], - "slot": "event_name", - "values": [ - "Dodgers Vs Diamondbacks" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Dodger Stadium" - ], - "slot": "venue", - "values": [ - "Dodger Stadium" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "Los Angeles", - "date": "2019-03-04", - "event_type": "Sports" - } - }, - "service_results": [ - { - "category": "Baseball", - "city": "Los Angeles", - "date": "2019-03-04", - "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-04", - "event_name": "Dodgers Vs Rockies", - "event_type": "Sports", - "time": "17:30", - "venue": "Dodger Stadium", - "venue_address": "1000 Vin Scully Ave" - }, - { - "category": "Football", - "city": "Los Angeles", - "date": "2019-03-04", - "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-04", - "event_name": "Sparks Vs Wings", - "event_type": "Sports", - "time": "19:30", - "venue": "STAPLES Center", - "venue_address": "1111 South Figueroa Street" - }, - { - "category": "Football", - "city": "Los Angeles", - "date": "2019-03-04", - "event_name": "Usc Vs Ucla", - "event_type": "Sports", - "time": "19:30", - "venue": "LA Memorial Coliseum", - "venue_address": "3911 Figueroa Street" - }, - { - "category": "Football", - "city": "Los Angeles", - "date": "2019-03-04", - "event_name": "Usc Vs Utah", - "event_type": "Sports", - "time": "19:00", - "venue": "LA Memorial Coliseum", - "venue_address": "3911 Figueroa Street" - } - ], - "slots": [ - { - "exclusive_end": 38, - "slot": "event_name", - "start": 15 - }, - { - "exclusive_end": 56, - "slot": "venue", - "start": 42 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "What about the Dodgers Vs Diamondbacks at Dodger Stadium?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "LAX" - ], - "date": [ - "March 4th" - ], - "event_name": [ - "Dodgers Vs Diamondbacks" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That works." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "BuyEventTickets" - ], - "slot": "intent", - "values": [ - "BuyEventTickets" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like to buy tickets now?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "INFORM", - "canonical_values": [ - "3" - ], - "slot": "number_of_tickets", - "values": [ - "3" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "LAX" - ], - "date": [ - "March 4th" - ], - "event_name": [ - "Dodgers Vs Diamondbacks" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, I would like three tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Dodgers Vs Diamondbacks" - ], - "slot": "event_name", - "values": [ - "Dodgers Vs Diamondbacks" - ] - }, - { - "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": 70, - "slot": "event_name", - "start": 47 - }, - { - "exclusive_end": 97, - "slot": "date", - "start": 86 - }, - { - "exclusive_end": 85, - "slot": "city", - "start": 74 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm the following: 3 tickets to the Dodgers Vs Diamondbacks in Los Angeles next Monday." - }, - { - "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": [ - "LAX", - "Los Angeles" - ], - "date": [ - "March 4th", - "next Monday" - ], - "event_name": [ - "Dodgers Vs Diamondbacks" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes that is correct. What time does the event start and what is the venue's address?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1000 Vin Scully Ave" - ], - "slot": "venue_address", - "values": [ - "1000 Vin Scully Ave" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "18:00" - ], - "slot": "time", - "values": [ - "6 pm" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Los Angeles", - "date": "2019-03-04", - "event_name": "Dodgers Vs Diamondbacks", - "number_of_tickets": "3" - } - }, - "service_results": [ - { - "city": "Los Angeles", - "date": "2019-03-04", - "event_name": "Dodgers Vs Diamondbacks", - "number_of_tickets": "3", - "time": "18:00", - "venue": "Dodger Stadium", - "venue_address": "1000 Vin Scully Ave" - } - ], - "slots": [ - { - "exclusive_end": 48, - "slot": "venue_address", - "start": 29 - }, - { - "exclusive_end": 73, - "slot": "time", - "start": 69 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Dodger Stadium is located at 1000 Vin Scully Ave. The game starts at 6 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": [ - "LAX", - "Los Angeles" - ], - "date": [ - "March 4th", - "next Monday" - ], - "event_name": [ - "Dodgers Vs Diamondbacks" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That is all I need, thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day!" - } - ] - }, - { - "dialogue_id": "9_00048", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I'm looking for an event to attend with some friends." - }, - { - "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? You can say things like 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": { - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I think we all want to go see a concert." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "city", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What city or area would you prefer the event take place in?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Yountville" - ], - "slot": "city", - "values": [ - "Yountville" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Pop" - ], - "slot": "category", - "values": [ - "Pop" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 43, - "slot": "city", - "start": 33 - }, - { - "exclusive_end": 22, - "slot": "category", - "start": 19 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "Pop" - ], - "city": [ - "Yountville" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you search for Pop events in Yountville?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Todd Rundgren" - ], - "slot": "event_name", - "values": [ - "Todd Rundgren" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Napa Valley Performing Arts Center" - ], - "slot": "venue", - "values": [ - "Napa Valley Performing Arts Center" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "category": "Pop", - "city": "Yountville", - "event_type": "Music" - } - }, - "service_results": [ - { - "category": "Pop", - "city": "Yountville", - "date": "2019-03-09", - "event_name": "Todd Rundgren", - "event_type": "Music", - "time": "18:00", - "venue": "Napa Valley Performing Arts Center", - "venue_address": "100 California Drive" - } - ], - "slots": [ - { - "exclusive_end": 95, - "slot": "event_name", - "start": 82 - }, - { - "exclusive_end": 71, - "slot": "venue", - "start": 37 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is 1 Pop event taking place at Napa Valley Performing Arts Center featuring Todd Rundgren." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "venue_address", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [ - "venue_address" - ], - "slot_values": { - "category": [ - "Pop" - ], - "city": [ - "Yountville" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What is the location of that concert?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "100 California Drive" - ], - "slot": "venue_address", - "values": [ - "100 California Drive" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 70, - "slot": "venue_address", - "start": 50 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The address where that concert is taking place is 100 California Drive." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "date", - "values": [ - "the 9th" - ] - }, - { - "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": [ - { - "exclusive_end": 89, - "slot": "date", - "start": 82 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "Pop" - ], - "city": [ - "Yountville" - ], - "date": [ - "the 9th" - ], - "event_name": [ - "Todd Rundgren" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That 's sounds like something I would enjoy. Can you reserve me three tickets for the 9th?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Todd Rundgren" - ], - "slot": "event_name", - "values": [ - "Todd Rundgren" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "3" - ], - "slot": "number_of_tickets", - "values": [ - "3" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "date", - "values": [ - "March 9th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Yountville" - ], - "slot": "city", - "values": [ - "Yountville" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 63, - "slot": "event_name", - "start": 50 - }, - { - "exclusive_end": 76, - "slot": "date", - "start": 67 - }, - { - "exclusive_end": 99, - "slot": "city", - "start": 89 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "My pleasure, I have you down for 3 tickets to the Todd Rundgren on March 9th, located in Yountville. Is that correct?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-07" - ], - "slot": "date", - "values": [ - "next Thursday" - ] - }, - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 72, - "slot": "date", - "start": 59 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "Pop" - ], - "city": [ - "Yountville" - ], - "date": [ - "next Thursday" - ], - "event_name": [ - "Todd Rundgren" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that won't work. I would rather attend the one playing next Thursday." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-07" - ], - "slot": "date", - "values": [ - "next Thursday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Yountville" - ], - "slot": "city", - "values": [ - "Yountville" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 45, - "slot": "date", - "start": 32 - }, - { - "exclusive_end": 67, - "slot": "city", - "start": 57 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "So you want the concert playing next Thursday located in Yountville. 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": [ - "Pop" - ], - "city": [ - "Yountville" - ], - "date": [ - "next Thursday" - ], - "event_name": [ - "Todd Rundgren" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, I will be needing two tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "2" - ], - "slot": "number_of_tickets", - "values": [ - "2" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-07" - ], - "slot": "date", - "values": [ - "next Thursday" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 68, - "slot": "date", - "start": 55 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, so you need a total of 2 tickets for the concert next Thursday. Is that correct?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "Pop" - ], - "city": [ - "Yountville" - ], - "date": [ - "next Thursday" - ], - "event_name": [ - "Todd Rundgren" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Perfect, that's exactly what I was looking for." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Yountville", - "date": "2019-03-07", - "event_name": "Todd Rundgren", - "number_of_tickets": "2" - } - }, - "service_results": [ - { - "city": "Yountville", - "date": "2019-03-07", - "event_name": "Todd Rundgren", - "number_of_tickets": "2", - "time": "19:00", - "venue": "Napa Valley Performing Arts Center", - "venue_address": "100 California Drive" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "I have successfully booked your tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "Pop" - ], - "city": [ - "Yountville" - ], - "date": [ - "next Thursday" - ], - "event_name": [ - "Todd Rundgren" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "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": "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": [ - "Pop" - ], - "city": [ - "Yountville" - ], - "date": [ - "next Thursday" - ], - "event_name": [ - "Todd Rundgren" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that is all I needed help with today." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Enjoy the rest of your day." - } - ] - }, - { - "dialogue_id": "9_00049", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I would like to find an event" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "event_type", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What kind of event are you looking for?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Sports" - ], - "slot": "event_type", - "values": [ - "Sports" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to find Games" - }, - { - "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": [ - "2019-03-01" - ], - "slot": "date", - "values": [ - "later today" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "city", - "values": [ - "LAX" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 19, - "slot": "date", - "start": 8 - }, - { - "exclusive_end": 6, - "slot": "city", - "start": 3 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "LAX" - ], - "date": [ - "later today" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "In LAX, later today" - }, - { - "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", - "date": "2019-03-01", - "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-01", - "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-01", - "event_name": "Dodgers Vs Marlins", - "event_type": "Sports", - "time": "17:00", - "venue": "Dodger Stadium", - "venue_address": "1000 Vin Scully Ave" - }, - { - "category": "Basketball", - "city": "Los Angeles", - "date": "2019-03-01", - "event_name": "Sparks Vs Storm", - "event_type": "Sports", - "time": "17:00", - "venue": "STAPLES Center", - "venue_address": "1111 South Figueroa Street" - }, - { - "category": "Basketball", - "city": "Los Angeles", - "date": "2019-03-01", - "event_name": "Sparks Vs Wings", - "event_type": "Sports", - "time": "19:30", - "venue": "STAPLES Center", - "venue_address": "1111 South Figueroa Street" - }, - { - "category": "Football", - "city": "Los Angeles", - "date": "2019-03-01", - "event_name": "Trojans Vs Bulldogs", - "event_type": "Sports", - "time": "19:30", - "venue": "LA Memorial Coliseum", - "venue_address": "3911 Figueroa Street" - }, - { - "category": "Football", - "city": "Los Angeles", - "date": "2019-03-01", - "event_name": "Usc Vs Ucla", - "event_type": "Sports", - "time": "18:30", - "venue": "LA Memorial Coliseum", - "venue_address": "3911 Figueroa Street" - } - ], - "slots": [ - { - "exclusive_end": 26, - "slot": "event_name", - "start": 11 - }, - { - "exclusive_end": 44, - "slot": "venue", - "start": 30 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I've found Dodgers Vs Cubs at Dodger Stadium" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "LAX" - ], - "date": [ - "later today" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you find another event? thanks" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Dodgers Vs Giants" - ], - "slot": "event_name", - "values": [ - "Dodgers Vs Giants" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Dodger Stadium" - ], - "slot": "venue", - "values": [ - "Dodger Stadium" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 28, - "slot": "event_name", - "start": 11 - }, - { - "exclusive_end": 46, - "slot": "venue", - "start": 32 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I've found Dodgers Vs Giants at Dodger 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": [ - "LAX" - ], - "date": [ - "later today" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Good! What kind of event is it? What time does it start?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "19:30" - ], - "slot": "time", - "values": [ - "7:30 pm" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Baseball" - ], - "slot": "category", - "values": [ - "Baseball" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 49, - "slot": "time", - "start": 42 - }, - { - "exclusive_end": 18, - "slot": "category", - "start": 10 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "This is a Baseball event and it starts at 7:30 pm" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Seattle" - ], - "slot": "city", - "values": [ - "Seattle" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Basketball" - ], - "slot": "category", - "values": [ - "Basketball" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 38, - "slot": "city", - "start": 31 - }, - { - "exclusive_end": 19, - "slot": "category", - "start": 9 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "Basketball" - ], - "city": [ - "Seattle" - ], - "date": [ - "later today" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I prefer Basketball events, in Seattle: can you search for something?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Huskies Vs Cougars" - ], - "slot": "event_name", - "values": [ - "Huskies Vs Cougars" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Husky Stadium" - ], - "slot": "venue", - "values": [ - "Husky Stadium" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "category": "Basketball", - "city": "Seattle", - "date": "2019-03-01", - "event_type": "Sports" - } - }, - "service_results": [ - { - "category": "Basketball", - "city": "Seattle", - "date": "2019-03-01", - "event_name": "Huskies Vs Cougars", - "event_type": "Sports", - "time": "18:00", - "venue": "Husky Stadium", - "venue_address": "3800 Montlake Boulevard Northeast" - } - ], - "slots": [ - { - "exclusive_end": 36, - "slot": "event_name", - "start": 18 - }, - { - "exclusive_end": 53, - "slot": "venue", - "start": 40 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is 1 event: Huskies Vs Cougars at Husky Stadium" - }, - { - "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": { - "category": [ - "Basketball" - ], - "city": [ - "Seattle" - ], - "date": [ - "later today" - ], - "event_name": [ - "Huskies Vs Cougars" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok, It's perfect! I want four tickets" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Huskies Vs Cougars" - ], - "slot": "event_name", - "values": [ - "Huskies Vs Cougars" - ] - }, - { - "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": [ - "Seattle" - ], - "slot": "city", - "values": [ - "Seattle" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 32, - "slot": "event_name", - "start": 14 - }, - { - "exclusive_end": 53, - "slot": "date", - "start": 48 - }, - { - "exclusive_end": 44, - "slot": "city", - "start": 37 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "4 tickets for Huskies Vs Cougars, in Seattle on today. Do you confirm?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "Basketball" - ], - "city": [ - "Seattle" - ], - "date": [ - "later today", - "today" - ], - "event_name": [ - "Huskies Vs Cougars" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, I confirm, thanks" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Seattle", - "date": "2019-03-01", - "event_name": "Huskies Vs Cougars", - "number_of_tickets": "4" - } - }, - "service_results": [ - { - "city": "Seattle", - "date": "2019-03-01", - "event_name": "Huskies Vs Cougars", - "number_of_tickets": "4", - "time": "18:00", - "venue": "Husky Stadium", - "venue_address": "3800 Montlake Boulevard Northeast" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your tickets are booked" - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "Basketball" - ], - "city": [ - "Seattle" - ], - "date": [ - "later today", - "today" - ], - "event_name": [ - "Huskies Vs Cougars" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks, It's all!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "You need anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "category": [ - "Basketball" - ], - "city": [ - "Seattle" - ], - "date": [ - "later today", - "today" - ], - "event_name": [ - "Huskies Vs Cougars" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, thanks a lot" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a nice day" - } - ] - }, - { - "dialogue_id": "9_00050", - "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 an event." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "event_type", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What kind of event?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Sports" - ], - "slot": "event_type", - "values": [ - "Sports" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to see a match." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "city", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Which city are you looking in?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Chicago" - ], - "slot": "city", - "values": [ - "Chicago" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 36, - "slot": "city", - "start": 29 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Chicago" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am looking for an event in Chicago." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Cubs Vs Brewers" - ], - "slot": "event_name", - "values": [ - "Cubs Vs Brewers" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Wrigley Field" - ], - "slot": "venue", - "values": [ - "Wrigley Field" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "Chicago", - "event_type": "Sports" - } - }, - "service_results": [ - { - "category": "Baseball", - "city": "Chicago", - "date": "2019-03-08", - "event_name": "Cubs Vs Brewers", - "event_type": "Sports", - "time": "17:00", - "venue": "Wrigley Field", - "venue_address": "1060 West Addison Street" - }, - { - "category": "Baseball", - "city": "Chicago", - "date": "2019-03-03", - "event_name": "Cubs Vs Giants", - "event_type": "Sports", - "time": "19:30", - "venue": "Wrigley Field", - "venue_address": "1060 West Addison Street" - }, - { - "category": "Baseball", - "city": "Chicago", - "date": "2019-03-12", - "event_name": "Cubs Vs Mariners", - "event_type": "Sports", - "time": "18:00", - "venue": "Wrigley Field", - "venue_address": "1060 West Addison Street" - }, - { - "category": "Baseball", - "city": "Chicago", - "date": "2019-03-08", - "event_name": "Cubs Vs Padres", - "event_type": "Sports", - "time": "19:30", - "venue": "Wrigley Field", - "venue_address": "1060 West Addison Street" - }, - { - "category": "Basketball", - "city": "Chicago", - "date": "2019-03-14", - "event_name": "Sky Vs Fever", - "event_type": "Sports", - "time": "18:00", - "venue": "Wintrust Arena", - "venue_address": "200 East Cermak Road" - }, - { - "category": "Baseball", - "city": "Chicago", - "date": "2019-03-03", - "event_name": "White Sox Vs Angels", - "event_type": "Sports", - "time": "18:30", - "venue": "Guaranteed Rate Field", - "venue_address": "333 West 35th Street" - }, - { - "category": "Baseball", - "city": "Chicago", - "date": "2019-03-13", - "event_name": "White Sox Vs Astros", - "event_type": "Sports", - "time": "19:00", - "venue": "Guaranteed Rate Field", - "venue_address": "333 West 35th Street" - }, - { - "category": "Baseball", - "city": "Chicago", - "date": "2019-03-03", - "event_name": "White Sox Vs Indians", - "event_type": "Sports", - "time": "18:00", - "venue": "Guaranteed Rate Field", - "venue_address": "333 West 35th Street" - }, - { - "category": "Baseball", - "city": "Chicago", - "date": "2019-03-07", - "event_name": "White Sox Vs Rangers", - "event_type": "Sports", - "time": "18:30", - "venue": "Guaranteed Rate Field", - "venue_address": "333 West 35th Street" - }, - { - "category": "Baseball", - "city": "Chicago", - "date": "2019-03-14", - "event_name": "White Sox Vs Tigers", - "event_type": "Sports", - "time": "18:00", - "venue": "Guaranteed Rate Field", - "venue_address": "333 West 35th Street" - } - ], - "slots": [ - { - "exclusive_end": 26, - "slot": "event_name", - "start": 11 - }, - { - "exclusive_end": 48, - "slot": "venue", - "start": 35 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is a Cubs Vs Brewers game at Wrigley 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": [ - "Chicago" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What kind of event is it, and when does it start?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "17:00" - ], - "slot": "time", - "values": [ - "5 pm" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Baseball" - ], - "slot": "category", - "values": [ - "baseball" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 38, - "slot": "time", - "start": 34 - }, - { - "exclusive_end": 16, - "slot": "category", - "start": 8 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It is a baseball game starting at 5 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Chicago" - ], - "event_name": [ - "Cubs Vs Brewers" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That is perfect." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "BuyEventTickets" - ], - "slot": "intent", - "values": [ - "BuyEventTickets" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you want to purchase tickets?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Chicago" - ], - "event_name": [ - "Cubs Vs Brewers" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes please!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_of_tickets", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "date", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What date are you attending and how many tickets do you need?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2" - ], - "slot": "number_of_tickets", - "values": [ - "2" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "date", - "values": [ - "next Friday" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 34, - "slot": "date", - "start": 23 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Chicago" - ], - "date": [ - "next Friday" - ], - "event_name": [ - "Cubs Vs Brewers" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want two tickets for next Friday." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Cubs Vs Brewers" - ], - "slot": "event_name", - "values": [ - "Cubs Vs Brewers" - ] - }, - { - "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": [ - "Chicago" - ], - "slot": "city", - "values": [ - "Chicago" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 56, - "slot": "event_name", - "start": 41 - }, - { - "exclusive_end": 87, - "slot": "date", - "start": 76 - }, - { - "exclusive_end": 72, - "slot": "city", - "start": 65 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm you want 2 tickets to the Cubs Vs Brewers game in Chicago on next Friday." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "date", - "values": [ - "12th of March" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "3" - ], - "slot": "number_of_tickets", - "values": [ - "3" - ] - }, - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 63, - "slot": "date", - "start": 50 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Chicago" - ], - "date": [ - "12th of March" - ], - "event_name": [ - "Cubs Vs Brewers" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Actually, I want three tickets to the game on the 12th of March." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "3" - ], - "slot": "number_of_tickets", - "values": [ - "3" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "date", - "values": [ - "March 12th" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 59, - "slot": "date", - "start": 49 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm you want 3 tickets to the game on March 12th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Chicago" - ], - "date": [ - "12th of March", - "March 12th" - ], - "event_name": [ - "Cubs Vs Brewers" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that is perfect." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Chicago", - "date": "2019-03-12", - "event_name": "Cubs Vs Brewers", - "number_of_tickets": "3" - } - }, - "service_results": [ - { - "city": "Chicago", - "date": "2019-03-12", - "event_name": "Cubs Vs Brewers", - "number_of_tickets": "3", - "time": "18:00", - "venue": "Wrigley Field", - "venue_address": "1060 West Addison Street" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "The tickets have been purchased." - }, - { - "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": [ - "Chicago" - ], - "date": [ - "12th of March", - "March 12th" - ], - "event_name": [ - "Cubs Vs Brewers" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Where is the stadium?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1060 West Addison Street" - ], - "slot": "venue_address", - "values": [ - "1060 West Addison Street" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 39, - "slot": "venue_address", - "start": 15 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The address is 1060 West Addison 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": [ - "Chicago" - ], - "date": [ - "12th of March", - "March 12th" - ], - "event_name": [ - "Cubs Vs Brewers" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you, that will be all." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "See you soon!" - } - ] - }, - { - "dialogue_id": "9_00051", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Phoenix" - ], - "slot": "city", - "values": [ - "Phoenix, AZ" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 54, - "slot": "city", - "start": 43 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Phoenix, AZ" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am interested in events, specifically in Phoenix, AZ." - }, - { - "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 type of event you prefer, for instance Music or Sports or something else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Music" - ], - "slot": "event_type", - "values": [ - "Music" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Phoenix, AZ" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am interested in a concert." - }, - { - "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": 71, - "slot": "event_name", - "start": 63 - }, - { - "exclusive_end": 88, - "slot": "venue", - "start": 75 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, I have located 8 events that fit your preference. One is Anberlin at The Van Buren." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Phoenix, AZ" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Are there any other events you can find please?" - }, - { - "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", - "slots": [ - { - "exclusive_end": 26, - "slot": "event_name", - "start": 21 - }, - { - "exclusive_end": 66, - "slot": "venue", - "start": 53 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The event I found is Dodie and it will take place at The Van Buren." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "dontcare" - ], - "slot": "date", - "values": [ - "dontcare" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Phoenix, AZ" - ], - "date": [ - "dontcare" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Are there any other events you can find please? It doesn't matter what the date is." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Greensky Bluegrass" - ], - "slot": "event_name", - "values": [ - "Greensky Bluegrass" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "The Van Buren" - ], - "slot": "venue", - "values": [ - "The Van Buren" - ] - } - ], - "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": 44, - "slot": "event_name", - "start": 26 - }, - { - "exclusive_end": 80, - "slot": "venue", - "start": 67 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The event I have found is Greensky Bluegrass and it takes place at The Van Buren." - }, - { - "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": [ - "Phoenix, AZ" - ], - "date": [ - "dontcare" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What type of event is this and what is the start time?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "18:30" - ], - "slot": "time", - "values": [ - "6:30 pm" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Blues" - ], - "slot": "category", - "values": [ - "Blues" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 31, - "slot": "time", - "start": 24 - }, - { - "exclusive_end": 49, - "slot": "category", - "start": 44 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The event will begin at 6:30 pm and it is a Blues event." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Phoenix, AZ" - ], - "date": [ - "dontcare" - ], - "event_name": [ - "Greensky Bluegrass" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds fine with me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "BuyEventTickets" - ], - "slot": "intent", - "values": [ - "BuyEventTickets" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you wish to purchase some tickets to this event?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Phoenix, AZ" - ], - "date": [ - "dontcare" - ], - "event_name": [ - "Greensky Bluegrass" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, I want to purchase tickets for this event." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_of_tickets", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "date", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What number of tickets should I buy for you? Do you have a date that you prefer to attend the event?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "date", - "values": [ - "the 13th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "3" - ], - "slot": "number_of_tickets", - "values": [ - "3" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 24, - "slot": "date", - "start": 16 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Phoenix, AZ" - ], - "date": [ - "the 13th" - ], - "event_name": [ - "Greensky Bluegrass" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I wish to go on the 13th and please get me three tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Greensky Bluegrass" - ], - "slot": "event_name", - "values": [ - "Greensky Bluegrass" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "3" - ], - "slot": "number_of_tickets", - "values": [ - "3" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "date", - "values": [ - "March 13th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Phoenix" - ], - "slot": "city", - "values": [ - "Phoenix" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 84, - "slot": "event_name", - "start": 66 - }, - { - "exclusive_end": 163, - "slot": "date", - "start": 153 - }, - { - "exclusive_end": 174, - "slot": "city", - "start": 167 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, can you confirm these details for me? The event you want is Greensky Bluegrass. The number of tickets purchased is 3 for the event that happens on March 13th in 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": { - "city": [ - "Phoenix", - "Phoenix, AZ" - ], - "date": [ - "March 13th", - "the 13th" - ], - "event_name": [ - "Greensky Bluegrass" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, actually I would like 2 tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "2" - ], - "slot": "number_of_tickets", - "values": [ - "2" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "date", - "values": [ - "March 13th" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 91, - "slot": "date", - "start": 81 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, can you check these details for me? You want 2 tickets and the event is on March 13th." - }, - { - "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": [ - "March 13th", - "the 13th" - ], - "event_name": [ - "Greensky Bluegrass" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that is good for me, what is the venue address?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "401 West Van Buren Street" - ], - "slot": "venue_address", - "values": [ - "401 West Van Buren Street" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Phoenix", - "date": "2019-03-13", - "event_name": "Greensky Bluegrass", - "number_of_tickets": "2" - } - }, - "service_results": [ - { - "city": "Phoenix", - "date": "2019-03-13", - "event_name": "Greensky Bluegrass", - "number_of_tickets": "2", - "time": "18:30", - "venue": "The Van Buren", - "venue_address": "401 West Van Buren Street" - } - ], - "slots": [ - { - "exclusive_end": 92, - "slot": "venue_address", - "start": 67 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The reservation has been confirmed and the address of the venue is 401 West Van Buren Street." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Phoenix", - "Phoenix, AZ" - ], - "date": [ - "March 13th", - "the 13th" - ], - "event_name": [ - "Greensky Bluegrass" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks 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 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": [ - "Phoenix", - "Phoenix, AZ" - ], - "date": [ - "March 13th", - "the 13th" - ], - "event_name": [ - "Greensky Bluegrass" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that's all. I appreciate your help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a fantastic day." - } - ] - }, - { - "dialogue_id": "9_00052", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "date", - "values": [ - "March 4th" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 39, - "slot": "date", - "start": 30 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "date": [ - "March 4th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Could you find me an event on March 4th?" - }, - { - "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 a type of event that you like? How about Music or Sports or something else? Is there a specific city I need to search in?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Stanford" - ], - "slot": "city", - "values": [ - "Stanford" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Sports" - ], - "slot": "event_type", - "values": [ - "Sports" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 18, - "slot": "city", - "start": 10 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Stanford" - ], - "date": [ - "March 4th" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "How about Stanford Match events?" - }, - { - "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" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "Stanford", - "date": "2019-03-04", - "event_type": "Sports" - } - }, - "service_results": [ - { - "category": "Football", - "city": "Stanford", - "date": "2019-03-04", - "event_name": "Cardinal Vs Wildcats", - "event_type": "Sports", - "time": "19:30", - "venue": "Stanford Stadium", - "venue_address": "625 Nelson Road" - } - ], - "slots": [ - { - "exclusive_end": 70, - "slot": "event_name", - "start": 50 - }, - { - "exclusive_end": 90, - "slot": "venue", - "start": 74 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have 1 event that should suit you. The event is Cardinal Vs Wildcats at Stanford 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": [ - "Stanford" - ], - "date": [ - "March 4th" - ], - "event_name": [ - "Cardinal Vs Wildcats" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds perfect. 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 buy?" - }, - { - "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": [ - "Stanford" - ], - "date": [ - "March 4th" - ], - "event_name": [ - "Cardinal Vs Wildcats" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need 3 tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Cardinal Vs Wildcats" - ], - "slot": "event_name", - "values": [ - "Cardinal Vs Wildcats" - ] - }, - { - "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": [ - "Stanford" - ], - "slot": "city", - "values": [ - "Stanford" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 65, - "slot": "event_name", - "start": 45 - }, - { - "exclusive_end": 81, - "slot": "date", - "start": 70 - }, - { - "exclusive_end": 93, - "slot": "city", - "start": 85 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you confirm that you want 3 tickets to Cardinal Vs Wildcats for next Monday in Stanford?" - }, - { - "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": [ - "Stanford" - ], - "date": [ - "March 4th", - "next Monday" - ], - "event_name": [ - "Cardinal Vs Wildcats" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, I need four tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "4" - ], - "slot": "number_of_tickets", - "values": [ - "4" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Stanford" - ], - "slot": "city", - "values": [ - "Stanford" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 54, - "slot": "city", - "start": 46 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm that you need 4 tickets to the Stanford event." - }, - { - "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": [ - "Stanford" - ], - "date": [ - "March 4th", - "next Monday" - ], - "event_name": [ - "Cardinal Vs Wildcats" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that sounds great. When will the event start?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "19:30" - ], - "slot": "time", - "values": [ - "7:30 pm" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Stanford", - "date": "2019-03-04", - "event_name": "Cardinal Vs Wildcats", - "number_of_tickets": "4" - } - }, - "service_results": [ - { - "city": "Stanford", - "date": "2019-03-04", - "event_name": "Cardinal Vs Wildcats", - "number_of_tickets": "4", - "time": "19:30", - "venue": "Stanford Stadium", - "venue_address": "625 Nelson Road" - } - ], - "slots": [ - { - "exclusive_end": 47, - "slot": "time", - "start": 40 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your reservation was made. It starts at 7:30 pm." - }, - { - "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": [ - "Stanford" - ], - "date": [ - "March 4th", - "next Monday" - ], - "event_name": [ - "Cardinal Vs Wildcats" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Where can I find the venue?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "625 Nelson Road" - ], - "slot": "venue_address", - "values": [ - "625 Nelson Road" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 30, - "slot": "venue_address", - "start": 15 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The address is 625 Nelson Road." - }, - { - "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": [ - "Stanford" - ], - "date": [ - "March 4th", - "next Monday" - ], - "event_name": [ - "Cardinal Vs Wildcats" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you for helping me. I don't need anything else." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Enjoy your day." - } - ] - }, - { - "dialogue_id": "9_00053", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Can you help me search up some events?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "Music", - "Sports" - ], - "slot": "event_type", - "values": [ - "Music", - "Sports" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure thing. Is there a specific type you're looking for? Such as Music or Sports or anything else." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Seattle" - ], - "slot": "city", - "values": [ - "Seattle, WA" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Music" - ], - "slot": "event_type", - "values": [ - "Music" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 24, - "slot": "city", - "start": 13 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Seattle, WA" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Something in Seattle, WA for Music would be great." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Cody Johnson" - ], - "slot": "event_name", - "values": [ - "Cody Johnson" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Flamingo Lot" - ], - "slot": "venue", - "values": [ - "Flamingo Lot" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "2" - ], - "slot": "count", - "values": [ - "2" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "Seattle", - "event_type": "Music" - } - }, - "service_results": [ - { - "category": "Country", - "city": "Seattle", - "date": "2019-03-14", - "event_name": "Cody Johnson", - "event_type": "Music", - "time": "18:00", - "venue": "Flamingo Lot", - "venue_address": "5500 Phinney Avenue North" - }, - { - "category": "Blues", - "city": "Seattle", - "date": "2019-03-08", - "event_name": "Greensky Bluegrass", - "event_type": "Music", - "time": "19:30", - "venue": "Flamingo Lot", - "venue_address": "5500 Phinney Avenue North" - } - ], - "slots": [ - { - "exclusive_end": 54, - "slot": "event_name", - "start": 42 - }, - { - "exclusive_end": 74, - "slot": "venue", - "start": 62 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I've found 2 possible events. Does seeing Cody Johnson at the Flamingo Lot interest you?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Blues" - ], - "slot": "category", - "values": [ - "Blues" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 45, - "slot": "category", - "start": 40 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "Blues" - ], - "city": [ - "Seattle, WA" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you find something else? I like the Blues genre specifically." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Greensky Bluegrass" - ], - "slot": "event_name", - "values": [ - "Greensky Bluegrass" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Flamingo Lot" - ], - "slot": "venue", - "values": [ - "Flamingo Lot" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "category": "Blues", - "city": "Seattle", - "event_type": "Music" - } - }, - "service_results": [ - { - "category": "Blues", - "city": "Seattle", - "date": "2019-03-08", - "event_name": "Greensky Bluegrass", - "event_type": "Music", - "time": "19:30", - "venue": "Flamingo Lot", - "venue_address": "5500 Phinney Avenue North" - } - ], - "slots": [ - { - "exclusive_end": 39, - "slot": "event_name", - "start": 21 - }, - { - "exclusive_end": 69, - "slot": "venue", - "start": 57 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Then you might enjoy Greensky Bluegrass which is also at Flamingo Lot." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "time", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [ - "time" - ], - "slot_values": { - "category": [ - "Blues" - ], - "city": [ - "Seattle, WA" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When does it start?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "19:30" - ], - "slot": "time", - "values": [ - "7:30 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 10, - "slot": "time", - "start": 3 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "At 7:30 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "date", - "values": [ - "8th of March" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "BuyEventTickets" - ], - "slot": "intent", - "values": [ - "BuyEventTickets" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 60, - "slot": "date", - "start": 48 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "Blues" - ], - "city": [ - "Seattle, WA" - ], - "date": [ - "8th of March" - ], - "event_name": [ - "Greensky Bluegrass" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds good, I want to buy some tickets for the 8th of March." - }, - { - "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": [ - "2019-03-01" - ], - "slot": "date", - "values": [ - "1st of this month" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2" - ], - "slot": "number_of_tickets", - "values": [ - "2" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 25, - "slot": "date", - "start": 8 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "Blues" - ], - "city": [ - "Seattle, WA" - ], - "date": [ - "1st of this month" - ], - "event_name": [ - "Greensky Bluegrass" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "For the 1st of this month I want 2 tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Greensky Bluegrass" - ], - "slot": "event_name", - "values": [ - "Greensky Bluegrass" - ] - }, - { - "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": [ - "Seattle" - ], - "slot": "city", - "values": [ - "Seattle" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 39, - "slot": "event_name", - "start": 21 - }, - { - "exclusive_end": 94, - "slot": "date", - "start": 89 - }, - { - "exclusive_end": 105, - "slot": "city", - "start": 98 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "So you'd like to see Greensky Bluegrass and would like 2 tickets? The event is happening today in Seattle." - }, - { - "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": [ - "Blues" - ], - "city": [ - "Seattle", - "Seattle, WA" - ], - "date": [ - "1st of this month", - "today" - ], - "event_name": [ - "Greensky Bluegrass" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yeah, that works for me. Where's the venue?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "5500 Phinney Avenue North" - ], - "slot": "venue_address", - "values": [ - "5500 Phinney Avenue North" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Seattle", - "date": "2019-03-01", - "event_name": "Greensky Bluegrass", - "number_of_tickets": "2" - } - }, - "service_results": [ - { - "city": "Seattle", - "date": "2019-03-01", - "event_name": "Greensky Bluegrass", - "number_of_tickets": "2", - "time": "17:30", - "venue": "Flamingo Lot", - "venue_address": "5500 Phinney Avenue North" - } - ], - "slots": [ - { - "exclusive_end": 97, - "slot": "venue_address", - "start": 72 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "All right, I've confirmed the purchase of your tickets. The event is at 5500 Phinney Avenue North." - }, - { - "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": [ - "Seattle", - "Seattle, WA" - ], - "date": [ - "1st of this month", - "today" - ], - "event_name": [ - "Greensky Bluegrass" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks a lot for all the help. That's all I need." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "No problem. Have a great day." - } - ] - }, - { - "dialogue_id": "9_00054", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I am wanting to go to an event. Could you help me search for an event 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": "Are you looking for an event in a specific city and do you have a preferred type of event? Maybe Music or Sports?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Atlanta" - ], - "slot": "city", - "values": [ - "ATL" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Sports" - ], - "slot": "event_type", - "values": [ - "Sports" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 38, - "slot": "city", - "start": 35 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "ATL" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am looking for a Sports event in ATL." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Falcons Vs Buccaneers" - ], - "slot": "event_name", - "values": [ - "Falcons Vs Buccaneers" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Mercedes-Benz Stadium" - ], - "slot": "venue", - "values": [ - "Mercedes-Benz Stadium" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "Atlanta", - "event_type": "Sports" - } - }, - "service_results": [ - { - "category": "Football", - "city": "Atlanta", - "date": "2019-03-11", - "event_name": "Falcons Vs Buccaneers", - "event_type": "Sports", - "time": "18:00", - "venue": "Mercedes-Benz Stadium", - "venue_address": "1 AMB Drive Northwest" - }, - { - "category": "Football", - "city": "Atlanta", - "date": "2019-03-10", - "event_name": "Falcons Vs Jaguars", - "event_type": "Sports", - "time": "18:00", - "venue": "Mercedes-Benz Stadium", - "venue_address": "1 AMB Drive Northwest" - }, - { - "category": "Football", - "city": "Atlanta", - "date": "2019-03-11", - "event_name": "Falcons Vs Rams", - "event_type": "Sports", - "time": "18:30", - "venue": "Mercedes-Benz Stadium", - "venue_address": "1 AMB Drive Northwest" - }, - { - "category": "Football", - "city": "Atlanta", - "date": "2019-03-13", - "event_name": "Falcons Vs Redskins", - "event_type": "Sports", - "time": "17:00", - "venue": "Mercedes-Benz Stadium", - "venue_address": "1 AMB Drive Northwest" - }, - { - "category": "Basketball", - "city": "Atlanta", - "date": "2019-03-11", - "event_name": "Panthers Vs Jaguars", - "event_type": "Sports", - "time": "19:30", - "venue": "Georgia State Stadium", - "venue_address": "755 Hank Aaron Drive Southeast" - }, - { - "category": "Basketball", - "city": "Atlanta", - "date": "2019-03-10", - "event_name": "Panthers Vs Mountaineers", - "event_type": "Sports", - "time": "17:30", - "venue": "Georgia State Stadium", - "venue_address": "755 Hank Aaron Drive Southeast" - }, - { - "category": "Basketball", - "city": "Atlanta", - "date": "2019-03-09", - "event_name": "Panthers Vs Paladins", - "event_type": "Sports", - "time": "18:30", - "venue": "Georgia State Stadium", - "venue_address": "755 Hank Aaron Drive Southeast" - }, - { - "category": "Basketball", - "city": "Atlanta", - "date": "2019-03-05", - "event_name": "Panthers Vs Trojans", - "event_type": "Sports", - "time": "18:30", - "venue": "Georgia State Stadium", - "venue_address": "755 Hank Aaron Drive Southeast" - }, - { - "category": "Soccer", - "city": "Atlanta", - "date": "2019-03-11", - "event_name": "United Vs Earthquakes", - "event_type": "Sports", - "time": "18:00", - "venue": "Mercedes-Benz Stadium", - "venue_address": "1 AMB Drive Northwest" - }, - { - "category": "Soccer", - "city": "Atlanta", - "date": "2019-03-05", - "event_name": "United Vs Red Bulls", - "event_type": "Sports", - "time": "17:30", - "venue": "Mercedes-Benz Stadium", - "venue_address": "1 AMB Drive Northwest" - } - ], - "slots": [ - { - "exclusive_end": 25, - "slot": "event_name", - "start": 4 - }, - { - "exclusive_end": 71, - "slot": "venue", - "start": 50 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The Falcons Vs Buccaneers event is going to be at Mercedes-Benz Stadium." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "date", - "values": [ - "12th of this month" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 55, - "slot": "date", - "start": 37 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "ATL" - ], - "date": [ - "12th of this month" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Could you find another event for the 12th of this month?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Falcons Vs Jaguars" - ], - "slot": "event_name", - "values": [ - "Falcons Vs Jaguars" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Mercedes-Benz Stadium" - ], - "slot": "venue", - "values": [ - "Mercedes-Benz Stadium" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "Atlanta", - "date": "2019-03-12", - "event_type": "Sports" - } - }, - "service_results": [ - { - "category": "Football", - "city": "Atlanta", - "date": "2019-03-12", - "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-12", - "event_name": "Falcons Vs Jaguars", - "event_type": "Sports", - "time": "19:30", - "venue": "Mercedes-Benz Stadium", - "venue_address": "1 AMB Drive Northwest" - }, - { - "category": "Basketball", - "city": "Atlanta", - "date": "2019-03-12", - "event_name": "Panthers Vs Mountaineers", - "event_type": "Sports", - "time": "18:30", - "venue": "Georgia State Stadium", - "venue_address": "755 Hank Aaron Drive Southeast" - }, - { - "category": "Basketball", - "city": "Atlanta", - "date": "2019-03-12", - "event_name": "Panthers Vs Paladins", - "event_type": "Sports", - "time": "17:30", - "venue": "Georgia State Stadium", - "venue_address": "755 Hank Aaron Drive Southeast" - }, - { - "category": "Soccer", - "city": "Atlanta", - "date": "2019-03-12", - "event_name": "United Vs Red Bulls", - "event_type": "Sports", - "time": "19:30", - "venue": "Mercedes-Benz Stadium", - "venue_address": "1 AMB Drive Northwest" - }, - { - "category": "Soccer", - "city": "Atlanta", - "date": "2019-03-12", - "event_name": "United Vs United", - "event_type": "Sports", - "time": "19:00", - "venue": "Mercedes-Benz Stadium", - "venue_address": "1 AMB Drive Northwest" - }, - { - "category": "Football", - "city": "Atlanta", - "date": "2019-03-12", - "event_name": "Yellow Jackets Vs Bulls", - "event_type": "Sports", - "time": "19:30", - "venue": "Bobby Dodd Stadium at Historic Grant Field", - "venue_address": "177 North Avenue Northwest" - }, - { - "category": "Football", - "city": "Atlanta", - "date": "2019-03-12", - "event_name": "Yellow Jackets Vs Hokies", - "event_type": "Sports", - "time": "18:00", - "venue": "Bobby Dodd Stadium at Historic Grant Field", - "venue_address": "177 North Avenue Northwest" - }, - { - "category": "Football", - "city": "Atlanta", - "date": "2019-03-12", - "event_name": "Yellow Jackets Vs Panthers", - "event_type": "Sports", - "time": "17:00", - "venue": "Bobby Dodd Stadium at Historic Grant Field", - "venue_address": "177 North Avenue Northwest" - } - ], - "slots": [ - { - "exclusive_end": 35, - "slot": "event_name", - "start": 17 - }, - { - "exclusive_end": 78, - "slot": "venue", - "start": 57 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I am showing the Falcons Vs Jaguars which is also at the Mercedes-Benz Stadium." - }, - { - "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": [ - "ATL" - ], - "date": [ - "12th of this month" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What is the location of the venue?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1 AMB Drive Northwest" - ], - "slot": "venue_address", - "values": [ - "1 AMB Drive Northwest" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 34, - "slot": "venue_address", - "start": 13 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The location 1 AMB Drive Northwest." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Football" - ], - "slot": "category", - "values": [ - "football" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 38, - "slot": "category", - "start": 30 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "football" - ], - "city": [ - "ATL" - ], - "date": [ - "12th of this month" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Could you look for some other football events?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Yellow Jackets Vs Bulls" - ], - "slot": "event_name", - "values": [ - "Yellow Jackets Vs Bulls" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Bobby Dodd Stadium at Historic Grant Field" - ], - "slot": "venue", - "values": [ - "Bobby Dodd Stadium at Historic Grant Field" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "3" - ], - "slot": "count", - "values": [ - "3" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "category": "Football", - "city": "Atlanta", - "date": "2019-03-12", - "event_type": "Sports" - } - }, - "service_results": [ - { - "category": "Football", - "city": "Atlanta", - "date": "2019-03-12", - "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-12", - "event_name": "Falcons Vs Jaguars", - "event_type": "Sports", - "time": "19:30", - "venue": "Mercedes-Benz Stadium", - "venue_address": "1 AMB Drive Northwest" - }, - { - "category": "Football", - "city": "Atlanta", - "date": "2019-03-12", - "event_name": "Yellow Jackets Vs Bulls", - "event_type": "Sports", - "time": "19:30", - "venue": "Bobby Dodd Stadium at Historic Grant Field", - "venue_address": "177 North Avenue Northwest" - } - ], - "slots": [ - { - "exclusive_end": 84, - "slot": "event_name", - "start": 61 - }, - { - "exclusive_end": 130, - "slot": "venue", - "start": 88 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 3 events and think you may like the first one. It is Yellow Jackets Vs Bulls at Bobby Dodd Stadium at Historic Grant Field." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "venue_address", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "time", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [ - "time", - "venue_address" - ], - "slot_values": { - "category": [ - "football" - ], - "city": [ - "ATL" - ], - "date": [ - "12th of this month" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Where and when is this event?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "177 North Avenue Northwest" - ], - "slot": "venue_address", - "values": [ - "177 North Avenue Northwest" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "19:30" - ], - "slot": "time", - "values": [ - "7:30 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 42, - "slot": "venue_address", - "start": 16 - }, - { - "exclusive_end": 63, - "slot": "time", - "start": 56 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The location is 177 North Avenue Northwest and start at 7:30 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "football" - ], - "city": [ - "ATL" - ], - "date": [ - "12th of this month" - ], - "event_name": [ - "Yellow Jackets Vs Bulls" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok, that sounds great." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "BuyEventTickets" - ], - "slot": "intent", - "values": [ - "BuyEventTickets" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like to purchase tickets now?" - }, - { - "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": { - "category": [ - "football" - ], - "city": [ - "ATL" - ], - "date": [ - "12th of this month" - ], - "event_name": [ - "Yellow Jackets Vs Bulls" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, I would like to purchase 2 tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Yellow Jackets Vs Bulls" - ], - "slot": "event_name", - "values": [ - "Yellow Jackets Vs Bulls" - ] - }, - { - "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": [ - "Atlanta" - ], - "slot": "city", - "values": [ - "Atlanta" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 72, - "slot": "event_name", - "start": 49 - }, - { - "exclusive_end": 103, - "slot": "date", - "start": 93 - }, - { - "exclusive_end": 89, - "slot": "city", - "start": 82 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Ok, lets confirm these details. 2 tickets to the Yellow Jackets Vs Bulls event in Atlanta on March 12th. Is that correct?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "football" - ], - "city": [ - "ATL", - "Atlanta" - ], - "date": [ - "12th of this month", - "March 12th" - ], - "event_name": [ - "Yellow Jackets Vs Bulls" - ], - "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": "Atlanta", - "date": "2019-03-12", - "event_name": "Yellow Jackets Vs Bulls", - "number_of_tickets": "2" - } - }, - "service_results": [ - { - "city": "Atlanta", - "date": "2019-03-12", - "event_name": "Yellow Jackets Vs Bulls", - "number_of_tickets": "2", - "time": "19:30", - "venue": "Bobby Dodd Stadium at Historic Grant Field", - "venue_address": "177 North Avenue Northwest" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Great, 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": [ - "football" - ], - "city": [ - "ATL", - "Atlanta" - ], - "date": [ - "12th of this month", - "March 12th" - ], - "event_name": [ - "Yellow Jackets Vs Bulls" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That is all I need for today. Thanks so much for your help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "No problem. Have a great day." - } - ] - }, - { - "dialogue_id": "9_00055", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I want to attend an event." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "city", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What city do you want to attend the event in?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Brisbane" - ], - "slot": "city", - "values": [ - "Brisbane" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 37, - "slot": "city", - "start": 29 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Brisbane" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to attend an event in Brisbane." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "Music", - "Sports" - ], - "slot": "event_type", - "values": [ - "Music", - "Sports" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you have a preferred kind of event? For example, you can say Music or Sports." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "date", - "values": [ - "4th of March" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Blues" - ], - "slot": "category", - "values": [ - "blues" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Music" - ], - "slot": "event_type", - "values": [ - "Music" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 55, - "slot": "date", - "start": 43 - }, - { - "exclusive_end": 23, - "slot": "category", - "start": 18 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "blues" - ], - "city": [ - "Brisbane" - ], - "date": [ - "4th of March" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to go to a blues music event on the 4th of March." - }, - { - "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" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "category": "Blues", - "city": "Brisbane", - "date": "2019-03-04", - "event_type": "Music" - } - }, - "service_results": [ - { - "category": "Blues", - "city": "Brisbane", - "date": "2019-03-04", - "event_name": "Star City Music Festival", - "event_type": "Music", - "time": "18:30", - "venue": "Brisbane Community Park", - "venue_address": "Brisbane, California 94005, United States" - } - ], - "slots": [ - { - "exclusive_end": 47, - "slot": "event_name", - "start": 23 - }, - { - "exclusive_end": 74, - "slot": "venue", - "start": 51 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 1 event called Star City Music Festival at Brisbane Community Park." - }, - { - "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": [ - "Brisbane" - ], - "date": [ - "4th of March" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What time is it, and what is the address?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Brisbane, California 94005, United States" - ], - "slot": "venue_address", - "values": [ - "Brisbane, California 94005, United States" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "18:30" - ], - "slot": "time", - "values": [ - "6:30 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 65, - "slot": "venue_address", - "start": 24 - }, - { - "exclusive_end": 20, - "slot": "time", - "start": 13 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It starts at 6:30 pm at Brisbane, California 94005, United States." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "blues" - ], - "city": [ - "Brisbane" - ], - "date": [ - "4th of March" - ], - "event_name": [ - "Star City Music Festival" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That is perfect." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "BuyEventTickets" - ], - "slot": "intent", - "values": [ - "BuyEventTickets" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you want tickets?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "INFORM", - "canonical_values": [ - "3" - ], - "slot": "number_of_tickets", - "values": [ - "3" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "blues" - ], - "city": [ - "Brisbane" - ], - "date": [ - "4th of March" - ], - "event_name": [ - "Star City Music Festival" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, I would like to buy 3 tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Star City Music Festival" - ], - "slot": "event_name", - "values": [ - "Star City Music Festival" - ] - }, - { - "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": [ - "Brisbane" - ], - "slot": "city", - "values": [ - "Brisbane" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 68, - "slot": "event_name", - "start": 44 - }, - { - "exclusive_end": 96, - "slot": "date", - "start": 85 - }, - { - "exclusive_end": 80, - "slot": "city", - "start": 72 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm you want to buy 3 tickets to Star City Music Festival in Brisbane for next Monday." - }, - { - "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": [ - "blues" - ], - "city": [ - "Brisbane" - ], - "date": [ - "4th of March", - "next Monday" - ], - "event_name": [ - "Star City Music Festival" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I actually want 4 tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Star City Music Festival" - ], - "slot": "event_name", - "values": [ - "Star City Music Festival" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "4" - ], - "slot": "number_of_tickets", - "values": [ - "4" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 68, - "slot": "event_name", - "start": 44 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm you want to buy 4 tickets to Star City Music Festival." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "blues" - ], - "city": [ - "Brisbane" - ], - "date": [ - "4th of March", - "next Monday" - ], - "event_name": [ - "Star City Music Festival" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that is perfect." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Brisbane", - "date": "2019-03-04", - "event_name": "Star City Music Festival", - "number_of_tickets": "4" - } - }, - "service_results": [ - { - "city": "Brisbane", - "date": "2019-03-04", - "event_name": "Star City Music Festival", - "number_of_tickets": "4", - "time": "18:30", - "venue": "Brisbane Community Park", - "venue_address": "Brisbane, California 94005, United States" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "The tickets have been successfully purchased." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "blues" - ], - "city": [ - "Brisbane" - ], - "date": [ - "4th of March", - "next Monday" - ], - "event_name": [ - "Star City Music Festival" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you very much!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "May I further assist you?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "category": [ - "blues" - ], - "city": [ - "Brisbane" - ], - "date": [ - "4th of March", - "next Monday" - ], - "event_name": [ - "Star City Music Festival" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that will be all." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "See you soon!" - } - ] - }, - { - "dialogue_id": "9_00056", - "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 to attend." - }, - { - "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": "Which city are you looking at? And do you know what type of event you want? For example, Music or Sports." - }, - { - "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 March" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Sports" - ], - "slot": "event_type", - "values": [ - "Sports" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 39, - "slot": "city", - "start": 26 - }, - { - "exclusive_end": 56, - "slot": "date", - "start": 44 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "New York City" - ], - "date": [ - "7th of March" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to attend in New York City, on 7th of March, and would like some kind of Match." - }, - { - "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": 39, - "slot": "event_name", - "start": 24 - }, - { - "exclusive_end": 66, - "slot": "venue", - "start": 56 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is an event. It's Mets Vs Dodgers taking place at Citi 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": 39, - "slot": "category", - "start": 31 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "Baseball" - ], - "city": [ - "New York City" - ], - "date": [ - "7th of March" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Any other events, specifically Baseball." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Mets Vs Padres" - ], - "slot": "event_name", - "values": [ - "Mets Vs Padres" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Citi Field" - ], - "slot": "venue", - "values": [ - "Citi Field" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "category": "Baseball", - "city": "New York", - "date": "2019-03-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": 19, - "slot": "event_name", - "start": 5 - }, - { - "exclusive_end": 46, - "slot": "venue", - "start": 36 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Just Mets Vs Padres taking place 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 City" - ], - "date": [ - "7th of March" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Hmmm. What other events have you got?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Mets Vs Phillies" - ], - "slot": "event_name", - "values": [ - "Mets Vs Phillies" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Citi Field" - ], - "slot": "venue", - "values": [ - "Citi Field" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 21, - "slot": "event_name", - "start": 5 - }, - { - "exclusive_end": 48, - "slot": "venue", - "start": 38 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Only Mets Vs Phillies taking place at Citi Field." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "venue_address", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "time", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [ - "time", - "venue_address" - ], - "slot_values": { - "category": [ - "Baseball" - ], - "city": [ - "New York City" - ], - "date": [ - "7th of March" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Where is Citi Field? 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:30" - ], - "slot": "time", - "values": [ - "7:30 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 40, - "slot": "venue_address", - "start": 17 - }, - { - "exclusive_end": 62, - "slot": "time", - "start": 55 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Citi Field is at 123-01 Roosevelt Avenue. 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": { - "category": [ - "Baseball" - ], - "city": [ - "New York City" - ], - "date": [ - "7th of March" - ], - "event_name": [ - "Mets Vs Phillies" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds great. I'd like to purchase tickets for it." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_of_tickets", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How many 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": { - "category": [ - "Baseball" - ], - "city": [ - "New York City" - ], - "date": [ - "7th of March" - ], - "event_name": [ - "Mets Vs Phillies" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "4 tickets please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Mets Vs Phillies" - ], - "slot": "event_name", - "values": [ - "Mets Vs Phillies" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "4" - ], - "slot": "number_of_tickets", - "values": [ - "4" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-07" - ], - "slot": "date", - "values": [ - "next Thursday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "New York" - ], - "slot": "city", - "values": [ - "New York" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 68, - "slot": "event_name", - "start": 52 - }, - { - "exclusive_end": 96, - "slot": "date", - "start": 83 - }, - { - "exclusive_end": 125, - "slot": "city", - "start": 117 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "So to confirm: you will be purchasing 4 tickets for Mets Vs Phillies. The event is next Thursday and taking place 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": [ - "New York", - "New York City" - ], - "date": [ - "7th of March", - "next Thursday" - ], - "event_name": [ - "Mets Vs Phillies" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, those details are correct." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "New York", - "date": "2019-03-07", - "event_name": "Mets Vs Phillies", - "number_of_tickets": "4" - } - }, - "service_results": [ - { - "city": "New York", - "date": "2019-03-07", - "event_name": "Mets Vs Phillies", - "number_of_tickets": "4", - "time": "19:30", - "venue": "Citi Field", - "venue_address": "123-01 Roosevelt Avenue" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "The 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": [ - "Baseball" - ], - "city": [ - "New York", - "New York City" - ], - "date": [ - "7th of March", - "next Thursday" - ], - "event_name": [ - "Mets Vs Phillies" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That's great. Many thanks for your help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a wonderful day." - } - ] - }, - { - "dialogue_id": "9_00057", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I want to search for events." - }, - { - "frames": [ - { - "actions": [ - { - "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? You can say Music, Sports, or anything else." - }, - { - "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": 43, - "slot": "city", - "start": 32 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Atlanta, GA" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm looking for Games events in Atlanta, GA." - }, - { - "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": 62, - "slot": "event_name", - "start": 41 - }, - { - "exclusive_end": 94, - "slot": "venue", - "start": 73 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 10 events which suit your taste. Falcons Vs Buccaneers is at the Mercedes-Benz Stadium." - }, - { - "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": "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 buy tickets for this event?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "date", - "values": [ - "the 11th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "number_of_tickets", - "values": [ - "1" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 62, - "slot": "date", - "start": 54 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Atlanta, GA" - ], - "date": [ - "the 11th" - ], - "event_name": [ - "Falcons Vs Buccaneers" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes I would like to buy tickets. I want one ticket on the 11th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Falcons Vs Buccaneers" - ], - "slot": "event_name", - "values": [ - "Falcons Vs Buccaneers" - ] - }, - { - "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": [ - "Atlanta" - ], - "slot": "city", - "values": [ - "Atlanta" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 72, - "slot": "event_name", - "start": 51 - }, - { - "exclusive_end": 100, - "slot": "date", - "start": 90 - }, - { - "exclusive_end": 111, - "slot": "city", - "start": 104 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm the following details: The event is Falcons Vs Buccaneers. The event is on March 11th in Atlanta. You have 1 ticket." - }, - { - "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": [ - "Atlanta", - "Atlanta, GA" - ], - "date": [ - "March 11th", - "the 11th" - ], - "event_name": [ - "Falcons Vs Buccaneers" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that works for me. Where is the venue located?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1 AMB Drive Northwest" - ], - "slot": "venue_address", - "values": [ - "1 AMB Drive Northwest" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Atlanta", - "date": "2019-03-11", - "event_name": "Falcons Vs Buccaneers", - "number_of_tickets": "1" - } - }, - "service_results": [ - { - "city": "Atlanta", - "date": "2019-03-11", - "event_name": "Falcons Vs Buccaneers", - "number_of_tickets": "1", - "time": "18:00", - "venue": "Mercedes-Benz Stadium", - "venue_address": "1 AMB Drive Northwest" - } - ], - "slots": [ - { - "exclusive_end": 77, - "slot": "venue_address", - "start": 56 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your reservation has been made. The venue is located at 1 AMB Drive Northwest." - }, - { - "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": [ - "Atlanta", - "Atlanta, GA" - ], - "date": [ - "March 11th", - "the 11th" - ], - "event_name": [ - "Falcons Vs Buccaneers" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks a lot 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": "9_00058", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "San Diego" - ], - "slot": "city", - "values": [ - "San Diego" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 39, - "slot": "city", - "start": 30 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "San Diego" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Is there anything going on in San Diego?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "Music", - "Sports" - ], - "slot": "event_type", - "values": [ - "Music", - "Sports" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What are you interested in? Music, Sports, or something else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Music" - ], - "slot": "event_type", - "values": [ - "Music" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "San Diego" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm looking for Music events." - }, - { - "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": 68, - "slot": "venue", - "start": 33 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Alejandro Sanz is playing at the Cal Coast Credit Union Amphitheater." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "venue_address", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "time", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [ - "time", - "venue_address" - ], - "slot_values": { - "city": [ - "San Diego" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What time, and what's the address?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "5500 Campanile Drive" - ], - "slot": "venue_address", - "values": [ - "5500 Campanile Drive" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "19:30" - ], - "slot": "time", - "values": [ - "7:30 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 39, - "slot": "venue_address", - "start": 19 - }, - { - "exclusive_end": 15, - "slot": "time", - "start": 8 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It's at 7:30 pm at 5500 Campanile Drive." - }, - { - "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": [ - "San Diego" - ], - "event_name": [ - "Alejandro Sanz" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds good. I'd like 4 tickets to that show, please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "date", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Which day would you like?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "date", - "values": [ - "The 9th" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 7, - "slot": "date", - "start": 0 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "San Diego" - ], - "date": [ - "The 9th" - ], - "event_name": [ - "Alejandro Sanz" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "The 9th, please." - }, - { - "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-09" - ], - "slot": "date", - "values": [ - "March 9th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "San Diego" - ], - "slot": "city", - "values": [ - "San Diego" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 43, - "slot": "event_name", - "start": 29 - }, - { - "exclusive_end": 56, - "slot": "date", - "start": 47 - }, - { - "exclusive_end": 69, - "slot": "city", - "start": 60 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "So you want 4 tickets to see Alejandro Sanz on March 9th in San Diego?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "San Diego" - ], - "date": [ - "March 9th", - "The 9th" - ], - "event_name": [ - "Alejandro Sanz" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "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": "San Diego", - "date": "2019-03-09", - "event_name": "Alejandro Sanz", - "number_of_tickets": "4" - } - }, - "service_results": [ - { - "city": "San Diego", - "date": "2019-03-09", - "event_name": "Alejandro Sanz", - "number_of_tickets": "4", - "time": "19:30", - "venue": "Cal Coast Credit Union Amphitheater", - "venue_address": "5500 Campanile Drive" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "I have booked your tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "San Diego" - ], - "date": [ - "March 9th", - "The 9th" - ], - "event_name": [ - "Alejandro Sanz" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you very much." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you need anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "city": [ - "San Diego" - ], - "date": [ - "March 9th", - "The 9th" - ], - "event_name": [ - "Alejandro Sanz" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that's all." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a nice day." - } - ] - }, - { - "dialogue_id": "9_00059", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "date", - "values": [ - "14th of March" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 41, - "slot": "date", - "start": 28 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "date": [ - "14th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Are there any events on the 14th of March?" - }, - { - "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 event would you like to search for? I can search for Music or Sports events in a city of your preference." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Atlanta" - ], - "slot": "city", - "values": [ - "Atlanta" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Sports" - ], - "slot": "event_type", - "values": [ - "Sports" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 38, - "slot": "city", - "start": 31 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Atlanta" - ], - "date": [ - "14th of March" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Are there any Sports events in Atlanta?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Falcons Vs Buccaneers" - ], - "slot": "event_name", - "values": [ - "Falcons Vs Buccaneers" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Mercedes-Benz Stadium" - ], - "slot": "venue", - "values": [ - "Mercedes-Benz Stadium" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "Atlanta", - "date": "2019-03-14", - "event_type": "Sports" - } - }, - "service_results": [ - { - "category": "Football", - "city": "Atlanta", - "date": "2019-03-14", - "event_name": "Falcons Vs Buccaneers", - "event_type": "Sports", - "time": "19:00", - "venue": "Mercedes-Benz Stadium", - "venue_address": "1 AMB Drive Northwest" - }, - { - "category": "Football", - "city": "Atlanta", - "date": "2019-03-14", - "event_name": "Falcons Vs Jaguars", - "event_type": "Sports", - "time": "17:30", - "venue": "Mercedes-Benz Stadium", - "venue_address": "1 AMB Drive Northwest" - }, - { - "category": "Football", - "city": "Atlanta", - "date": "2019-03-14", - "event_name": "Falcons Vs Redskins", - "event_type": "Sports", - "time": "17:00", - "venue": "Mercedes-Benz Stadium", - "venue_address": "1 AMB Drive Northwest" - }, - { - "category": "Soccer", - "city": "Atlanta", - "date": "2019-03-14", - "event_name": "United Vs Earthquakes", - "event_type": "Sports", - "time": "18:30", - "venue": "Mercedes-Benz Stadium", - "venue_address": "1 AMB Drive Northwest" - }, - { - "category": "Football", - "city": "Atlanta", - "date": "2019-03-14", - "event_name": "Yellow Jackets Vs Bulldogs", - "event_type": "Sports", - "time": "17:00", - "venue": "Bobby Dodd Stadium at Historic Grant Field", - "venue_address": "177 North Avenue Northwest" - }, - { - "category": "Football", - "city": "Atlanta", - "date": "2019-03-14", - "event_name": "Yellow Jackets Vs Bulls", - "event_type": "Sports", - "time": "19:30", - "venue": "Bobby Dodd Stadium at Historic Grant Field", - "venue_address": "177 North Avenue Northwest" - }, - { - "category": "Football", - "city": "Atlanta", - "date": "2019-03-14", - "event_name": "Yellow Jackets Vs Wolfpack", - "event_type": "Sports", - "time": "17:30", - "venue": "Bobby Dodd Stadium at Historic Grant Field", - "venue_address": "177 North Avenue Northwest" - } - ], - "slots": [ - { - "exclusive_end": 25, - "slot": "event_name", - "start": 4 - }, - { - "exclusive_end": 66, - "slot": "venue", - "start": 45 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The Falcons Vs Buccaneers are playing at the Mercedes-Benz Stadium." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Atlanta" - ], - "date": [ - "14th of March" - ], - "event_name": [ - "Falcons Vs Buccaneers" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "BuyEventTickets" - ], - "slot": "intent", - "values": [ - "BuyEventTickets" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like to 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": [ - "Atlanta" - ], - "date": [ - "14th of March" - ], - "event_name": [ - "Falcons Vs Buccaneers" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yeah, can I get two tickets?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Falcons Vs Buccaneers" - ], - "slot": "event_name", - "values": [ - "Falcons Vs Buccaneers" - ] - }, - { - "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": [ - "Atlanta" - ], - "slot": "city", - "values": [ - "Atlanta" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 61, - "slot": "event_name", - "start": 40 - }, - { - "exclusive_end": 75, - "slot": "date", - "start": 65 - }, - { - "exclusive_end": 86, - "slot": "city", - "start": 79 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like to buy 2 tickets for the Falcons Vs Buccaneers on March 14th in Atlanta?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Atlanta" - ], - "date": [ - "14th of March", - "March 14th" - ], - "event_name": [ - "Falcons Vs Buccaneers" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "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": "Atlanta", - "date": "2019-03-14", - "event_name": "Falcons Vs Buccaneers", - "number_of_tickets": "2" - } - }, - "service_results": [ - { - "city": "Atlanta", - "date": "2019-03-14", - "event_name": "Falcons Vs Buccaneers", - "number_of_tickets": "2", - "time": "19:00", - "venue": "Mercedes-Benz Stadium", - "venue_address": "1 AMB Drive Northwest" - } - ], - "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": { - "city": [ - "Atlanta" - ], - "date": [ - "14th of March", - "March 14th" - ], - "event_name": [ - "Falcons Vs Buccaneers" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks! That's all I need." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "No problem. Have a great day." - } - ] - }, - { - "dialogue_id": "9_00060", - "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 would like to look for events, the date does not matter." - }, - { - "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 or Sports event? You can also say any other type 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": { - "date": [ - "dontcare" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like a Music event." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "city", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What city do you want to look the event in?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "San Diego" - ], - "slot": "city", - "values": [ - "SD" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 21, - "slot": "city", - "start": 19 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "SD" - ], - "date": [ - "dontcare" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Look for events in SD." - }, - { - "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": 78, - "slot": "event_name", - "start": 64 - }, - { - "exclusive_end": 117, - "slot": "venue", - "start": 82 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There are 10 events that match your criteria. There is an event Alejandro Sanz at Cal Coast Credit Union Amphitheater." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Pop" - ], - "slot": "category", - "values": [ - "Pop" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 8, - "slot": "category", - "start": 5 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "Pop" - ], - "city": [ - "SD" - ], - "date": [ - "dontcare" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What Pop events will be taking place?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Aly And Aj" - ], - "slot": "event_name", - "values": [ - "Aly And Aj" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "The Observatory North Park" - ], - "slot": "venue", - "values": [ - "The Observatory North Park" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "6" - ], - "slot": "count", - "values": [ - "6" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "category": "Pop", - "city": "San Diego", - "event_type": "Music" - } - }, - "service_results": [ - { - "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": "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": "Pop", - "city": "San Diego", - "date": "2019-03-11", - "event_name": "Sara Bareilles", - "event_type": "Music", - "time": "18:00", - "venue": "Cal Coast Credit Union Amphitheater", - "venue_address": "5500 Campanile Drive" - }, - { - "category": "Pop", - "city": "San Diego", - "date": "2019-03-14", - "event_name": "Tuxedo", - "event_type": "Music", - "time": "17:30", - "venue": "The Observatory North Park", - "venue_address": "2891 University Avenue" - }, - { - "category": "Pop", - "city": "San Diego", - "date": "2019-03-14", - "event_name": "Vampire Weekend", - "event_type": "Music", - "time": "17:00", - "venue": "Cal Coast Credit Union Amphitheater", - "venue_address": "5500 Campanile Drive" - } - ], - "slots": [ - { - "exclusive_end": 73, - "slot": "event_name", - "start": 63 - }, - { - "exclusive_end": 103, - "slot": "venue", - "start": 77 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There are 6 events that match your criteria. There is an event Aly And Aj at The Observatory North Park." - }, - { - "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": [ - "Pop" - ], - "city": [ - "SD" - ], - "date": [ - "dontcare" - ], - "event_name": [ - "Aly And Aj" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to buy two tickets for that event." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "date", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "For what date do you want the tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "date", - "values": [ - "4th of March" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "number_of_tickets", - "values": [ - "1" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 36, - "slot": "date", - "start": 24 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "Pop" - ], - "city": [ - "SD" - ], - "date": [ - "4th of March" - ], - "event_name": [ - "Aly And Aj" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want 1 ticket for the 4th of March." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Aly And Aj" - ], - "slot": "event_name", - "values": [ - "Aly and Aj" - ] - }, - { - "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": 39, - "slot": "event_name", - "start": 29 - }, - { - "exclusive_end": 78, - "slot": "date", - "start": 67 - }, - { - "exclusive_end": 52, - "slot": "city", - "start": 43 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm: 1 ticket for Aly and Aj in San Diego. The event is 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": [ - "SD", - "San Diego" - ], - "date": [ - "4th of March", - "next Monday" - ], - "event_name": [ - "Aly And Aj", - "Aly and Aj" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That is correct." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "San Diego", - "date": "2019-03-04", - "event_name": "Aly And Aj", - "number_of_tickets": "1" - } - }, - "service_results": [ - { - "city": "San Diego", - "date": "2019-03-04", - "event_name": "Aly And Aj", - "number_of_tickets": "1", - "time": "19:30", - "venue": "The Observatory North Park", - "venue_address": "2891 University Avenue" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "The tickets have been booked." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "Pop" - ], - "city": [ - "SD", - "San Diego" - ], - "date": [ - "4th of March", - "next Monday" - ], - "event_name": [ - "Aly And Aj", - "Aly and Aj" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you for the help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Is there anything else you need?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "category": [ - "Pop" - ], - "city": [ - "SD", - "San Diego" - ], - "date": [ - "4th of March", - "next Monday" - ], - "event_name": [ - "Aly And Aj", - "Aly and Aj" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that would be all." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day." - } - ] - }, - { - "dialogue_id": "9_00061", - "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 help me search for events." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "Music", - "Sports" - ], - "slot": "event_type", - "values": [ - "Music", - "Sports" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Is there an kind of event you'd prefer? You can search saying Music or Sports or anything else you want." - }, - { - "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": "Okay, what city should I look in?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Atlanta" - ], - "slot": "city", - "values": [ - "Atlanta, GA" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 38, - "slot": "city", - "start": 27 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Atlanta, GA" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you look for events in Atlanta, GA?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Falcons Vs Buccaneers" - ], - "slot": "event_name", - "values": [ - "Falcons Vs Buccaneers" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Mercedes-Benz Stadium" - ], - "slot": "venue", - "values": [ - "Mercedes-Benz Stadium" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "Atlanta", - "event_type": "Sports" - } - }, - "service_results": [ - { - "category": "Football", - "city": "Atlanta", - "date": "2019-03-11", - "event_name": "Falcons Vs Buccaneers", - "event_type": "Sports", - "time": "18:00", - "venue": "Mercedes-Benz Stadium", - "venue_address": "1 AMB Drive Northwest" - }, - { - "category": "Football", - "city": "Atlanta", - "date": "2019-03-10", - "event_name": "Falcons Vs Jaguars", - "event_type": "Sports", - "time": "18:00", - "venue": "Mercedes-Benz Stadium", - "venue_address": "1 AMB Drive Northwest" - }, - { - "category": "Football", - "city": "Atlanta", - "date": "2019-03-11", - "event_name": "Falcons Vs Rams", - "event_type": "Sports", - "time": "18:30", - "venue": "Mercedes-Benz Stadium", - "venue_address": "1 AMB Drive Northwest" - }, - { - "category": "Football", - "city": "Atlanta", - "date": "2019-03-13", - "event_name": "Falcons Vs Redskins", - "event_type": "Sports", - "time": "17:00", - "venue": "Mercedes-Benz Stadium", - "venue_address": "1 AMB Drive Northwest" - }, - { - "category": "Basketball", - "city": "Atlanta", - "date": "2019-03-11", - "event_name": "Panthers Vs Jaguars", - "event_type": "Sports", - "time": "19:30", - "venue": "Georgia State Stadium", - "venue_address": "755 Hank Aaron Drive Southeast" - }, - { - "category": "Basketball", - "city": "Atlanta", - "date": "2019-03-10", - "event_name": "Panthers Vs Mountaineers", - "event_type": "Sports", - "time": "17:30", - "venue": "Georgia State Stadium", - "venue_address": "755 Hank Aaron Drive Southeast" - }, - { - "category": "Basketball", - "city": "Atlanta", - "date": "2019-03-09", - "event_name": "Panthers Vs Paladins", - "event_type": "Sports", - "time": "18:30", - "venue": "Georgia State Stadium", - "venue_address": "755 Hank Aaron Drive Southeast" - }, - { - "category": "Basketball", - "city": "Atlanta", - "date": "2019-03-05", - "event_name": "Panthers Vs Trojans", - "event_type": "Sports", - "time": "18:30", - "venue": "Georgia State Stadium", - "venue_address": "755 Hank Aaron Drive Southeast" - }, - { - "category": "Soccer", - "city": "Atlanta", - "date": "2019-03-11", - "event_name": "United Vs Earthquakes", - "event_type": "Sports", - "time": "18:00", - "venue": "Mercedes-Benz Stadium", - "venue_address": "1 AMB Drive Northwest" - }, - { - "category": "Soccer", - "city": "Atlanta", - "date": "2019-03-05", - "event_name": "United Vs Red Bulls", - "event_type": "Sports", - "time": "17:30", - "venue": "Mercedes-Benz Stadium", - "venue_address": "1 AMB Drive Northwest" - } - ], - "slots": [ - { - "exclusive_end": 43, - "slot": "event_name", - "start": 22 - }, - { - "exclusive_end": 69, - "slot": "venue", - "start": 48 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Here's an event! It's Falcons Vs Buccaneers, at Mercedes-Benz Stadium." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-01" - ], - "slot": "date", - "values": [ - "1st of this month" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Soccer" - ], - "slot": "category", - "values": [ - "soccer" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 88, - "slot": "date", - "start": 71 - }, - { - "exclusive_end": 57, - "slot": "category", - "start": 51 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "soccer" - ], - "city": [ - "Atlanta, GA" - ], - "date": [ - "1st of this month" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you keep looking for events? I'm looking for a soccer event on the 1st of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "United Vs United" - ], - "slot": "event_name", - "values": [ - "United Vs United" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Mercedes-Benz Stadium" - ], - "slot": "venue", - "values": [ - "Mercedes-Benz Stadium" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "category": "Soccer", - "city": "Atlanta", - "date": "2019-03-01", - "event_type": "Sports" - } - }, - "service_results": [ - { - "category": "Soccer", - "city": "Atlanta", - "date": "2019-03-01", - "event_name": "United Vs United", - "event_type": "Sports", - "time": "18:00", - "venue": "Mercedes-Benz Stadium", - "venue_address": "1 AMB Drive Northwest" - } - ], - "slots": [ - { - "exclusive_end": 45, - "slot": "event_name", - "start": 29 - }, - { - "exclusive_end": 74, - "slot": "venue", - "start": 53 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I've got an event like that, United Vs United at the Mercedes-Benz Stadium." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "soccer" - ], - "city": [ - "Atlanta, GA" - ], - "date": [ - "1st of this month" - ], - "event_name": [ - "United Vs United" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I like the sound of that one." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "BuyEventTickets" - ], - "slot": "intent", - "values": [ - "BuyEventTickets" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like to go ahead and 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": [ - "soccer" - ], - "city": [ - "Atlanta, GA" - ], - "date": [ - "1st of this month" - ], - "event_name": [ - "United Vs United" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, please get me one event ticket." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "United Vs United" - ], - "slot": "event_name", - "values": [ - "United Vs United" - ] - }, - { - "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": [ - "Atlanta" - ], - "slot": "city", - "values": [ - "Atlanta" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 60, - "slot": "event_name", - "start": 44 - }, - { - "exclusive_end": 31, - "slot": "date", - "start": 26 - }, - { - "exclusive_end": 42, - "slot": "city", - "start": 35 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "To confirm, that event is today in Atlanta, United Vs United, and you need 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": { - "category": [ - "soccer" - ], - "city": [ - "Atlanta", - "Atlanta, GA" - ], - "date": [ - "1st of this month", - "today" - ], - "event_name": [ - "United Vs United" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds good, but I need to know where the venue is and what time the event starts." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1 AMB Drive Northwest" - ], - "slot": "venue_address", - "values": [ - "1 AMB Drive Northwest" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "18:00" - ], - "slot": "time", - "values": [ - "6 pm" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Atlanta", - "date": "2019-03-01", - "event_name": "United Vs United", - "number_of_tickets": "1" - } - }, - "service_results": [ - { - "city": "Atlanta", - "date": "2019-03-01", - "event_name": "United Vs United", - "number_of_tickets": "1", - "time": "18:00", - "venue": "Mercedes-Benz Stadium", - "venue_address": "1 AMB Drive Northwest" - } - ], - "slots": [ - { - "exclusive_end": 37, - "slot": "venue_address", - "start": 16 - }, - { - "exclusive_end": 46, - "slot": "time", - "start": 42 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The venue is at 1 AMB Drive Northwest, at 6 pm, and I've got you all reserved." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "soccer" - ], - "city": [ - "Atlanta", - "Atlanta, GA" - ], - "date": [ - "1st of this month", - "today" - ], - "event_name": [ - "United Vs United" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks so much for helping out!" - }, - { - "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": { - "category": [ - "soccer" - ], - "city": [ - "Atlanta", - "Atlanta, GA" - ], - "date": [ - "1st of this month", - "today" - ], - "event_name": [ - "United Vs United" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that's all. Thanks again." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "You have a great day!" - } - ] - }, - { - "dialogue_id": "9_00062", - "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 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": "In what city? And what kind of event? Music, Sports, or something else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Vancouver" - ], - "slot": "city", - "values": [ - "Vancouver" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Sports" - ], - "slot": "event_type", - "values": [ - "Sports" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 42, - "slot": "city", - "start": 33 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Vancouver" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm looking for Sports events in Vancouver." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Whitecaps Vs Colorado Rapids" - ], - "slot": "event_name", - "values": [ - "Whitecaps Vs Colorado Rapids" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "BC Place" - ], - "slot": "venue", - "values": [ - "BC Place" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "Vancouver", - "event_type": "Sports" - } - }, - "service_results": [ - { - "category": "Soccer", - "city": "Vancouver", - "date": "2019-03-04", - "event_name": "Whitecaps Vs Colorado Rapids", - "event_type": "Sports", - "time": "17:00", - "venue": "BC Place", - "venue_address": "777 Pacific Boulevard" - }, - { - "category": "Soccer", - "city": "Vancouver", - "date": "2019-03-13", - "event_name": "Whitecaps Vs Earthquakes", - "event_type": "Sports", - "time": "17:30", - "venue": "BC Place", - "venue_address": "777 Pacific Boulevard" - }, - { - "category": "Soccer", - "city": "Vancouver", - "date": "2019-03-13", - "event_name": "Whitecaps Vs Kansas City", - "event_type": "Sports", - "time": "17:00", - "venue": "BC Place", - "venue_address": "777 Pacific Boulevard" - } - ], - "slots": [ - { - "exclusive_end": 32, - "slot": "event_name", - "start": 4 - }, - { - "exclusive_end": 61, - "slot": "venue", - "start": 53 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The Whitecaps Vs Colorado Rapids game is going on at BC Place." - }, - { - "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": [ - "Vancouver" - ], - "event_name": [ - "Whitecaps Vs Colorado Rapids" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to buy a tickets to that, please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_of_tickets", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "date", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How many tickets, and which game?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "date", - "values": [ - "the 4th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2" - ], - "slot": "number_of_tickets", - "values": [ - "2" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 34, - "slot": "date", - "start": 27 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Vancouver" - ], - "date": [ - "the 4th" - ], - "event_name": [ - "Whitecaps Vs Colorado Rapids" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Two tickets for the one on the 4th, please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Whitecaps Vs Colorado Rapids" - ], - "slot": "event_name", - "values": [ - "Whitecaps Vs Colorado Rapids" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2" - ], - "slot": "number_of_tickets", - "values": [ - "2" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "date", - "values": [ - "next Monday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Vancouver" - ], - "slot": "city", - "values": [ - "Vancouver" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 57, - "slot": "event_name", - "start": 29 - }, - { - "exclusive_end": 100, - "slot": "date", - "start": 89 - }, - { - "exclusive_end": 115, - "slot": "city", - "start": 106 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "So you want 2 tickets to the Whitecaps Vs Colorado Rapids game taking place on the 4th ( next Monday ) in Vancouver?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "date", - "values": [ - "14th of this month" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "number_of_tickets", - "values": [ - "1" - ] - }, - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 41, - "slot": "date", - "start": 23 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Vancouver" - ], - "date": [ - "14th of this month" - ], - "event_name": [ - "Whitecaps Vs Colorado Rapids" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, I meant to say the 14th of this month. And I only want 1 ticket." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "number_of_tickets", - "values": [ - "1" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "date", - "values": [ - "March 14th" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 51, - "slot": "date", - "start": 41 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "So you only want 1 ticket to the game on March 14th?" - }, - { - "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": [ - "Vancouver" - ], - "date": [ - "14th of this month", - "March 14th" - ], - "event_name": [ - "Whitecaps Vs Colorado Rapids" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that's right. When does it start and what's the address?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "777 Pacific Boulevard" - ], - "slot": "venue_address", - "values": [ - "777 Pacific Boulevard" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "17:00" - ], - "slot": "time", - "values": [ - "5 pm" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Vancouver", - "date": "2019-03-14", - "event_name": "Whitecaps Vs Colorado Rapids", - "number_of_tickets": "1" - } - }, - "service_results": [ - { - "city": "Vancouver", - "date": "2019-03-14", - "event_name": "Whitecaps Vs Colorado Rapids", - "number_of_tickets": "1", - "time": "17:00", - "venue": "BC Place", - "venue_address": "777 Pacific Boulevard" - } - ], - "slots": [ - { - "exclusive_end": 75, - "slot": "venue_address", - "start": 54 - }, - { - "exclusive_end": 50, - "slot": "time", - "start": 46 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I've reserved your ticket. The game starts at 5 pm at 777 Pacific Boulevard." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Vancouver" - ], - "date": [ - "14th of this month", - "March 14th" - ], - "event_name": [ - "Whitecaps Vs Colorado Rapids" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you very much." - }, - { - "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": { - "city": [ - "Vancouver" - ], - "date": [ - "14th of this month", - "March 14th" - ], - "event_name": [ - "Whitecaps Vs Colorado Rapids" - ], - "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": "Have a nice day." - } - ] - }, - { - "dialogue_id": "9_00063", - "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": [ - "Music", - "Sports" - ], - "slot": "event_type", - "values": [ - "Music", - "Sports" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you have any preferred types of events? Music, Sports, or anything else." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Music" - ], - "slot": "event_type", - "values": [ - "Music" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "date", - "values": [ - "next Monday" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 44, - "slot": "date", - "start": 33 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "date": [ - "next Monday" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm looking for a Music event on next Monday." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "city", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you have any preference for the city?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "city", - "values": [ - "LAX" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 16, - "slot": "city", - "start": 13 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "LAX" - ], - "date": [ - "next Monday" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Somewhere in LAX." - }, - { - "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": 39, - "slot": "event_name", - "start": 28 - }, - { - "exclusive_end": 54, - "slot": "venue", - "start": 46 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 5 events. The event Gloryhammer is at 1720(tm)." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "dontcare" - ], - "slot": "date", - "values": [ - "dontcare" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "LAX" - ], - "date": [ - "dontcare" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you find me any other events please? I don't care about the date." - }, - { - "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" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "9" - ], - "slot": "count", - "values": [ - "9" - ] - } - ], - "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" - } - ], - "slots": [ - { - "exclusive_end": 35, - "slot": "event_name", - "start": 22 - }, - { - "exclusive_end": 62, - "slot": "venue", - "start": 52 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 9 events. The Bill Callahan event is at the Lodge Room." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "LAX" - ], - "date": [ - "dontcare" - ], - "event_name": [ - "Bill Callahan" - ], - "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": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "LAX" - ], - "date": [ - "dontcare" - ], - "event_name": [ - "Bill Callahan" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_of_tickets", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you have any date in mind and how many tickets?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "date", - "values": [ - "the 14th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "4" - ], - "slot": "number_of_tickets", - "values": [ - "4" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 29, - "slot": "date", - "start": 21 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "LAX" - ], - "date": [ - "the 14th" - ], - "event_name": [ - "Bill Callahan" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want 4 tickets for the 14th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Bill Callahan" - ], - "slot": "event_name", - "values": [ - "Bill Callahan" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "4" - ], - "slot": "number_of_tickets", - "values": [ - "4" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "date", - "values": [ - "March 14th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "city", - "values": [ - "Los Angeles" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 66, - "slot": "event_name", - "start": 53 - }, - { - "exclusive_end": 101, - "slot": "date", - "start": 91 - }, - { - "exclusive_end": 87, - "slot": "city", - "start": 76 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm that you want to buy 4 tickets to the Bill Callahan event in Los Angeles on March 14th." - }, - { - "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": [ - "LAX", - "Los Angeles" - ], - "date": [ - "March 14th", - "the 14th" - ], - "event_name": [ - "Bill Callahan" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No I only want one ticket." - }, - { - "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": 68, - "slot": "city", - "start": 57 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm you want to buy 1 ticket for the event in Los Angeles." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "LAX", - "Los Angeles" - ], - "date": [ - "March 14th", - "the 14th" - ], - "event_name": [ - "Bill Callahan" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes I confirm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Los Angeles", - "date": "2019-03-14", - "event_name": "Bill Callahan", - "number_of_tickets": "1" - } - }, - "service_results": [ - { - "city": "Los Angeles", - "date": "2019-03-14", - "event_name": "Bill Callahan", - "number_of_tickets": "1", - "time": "19:30", - "venue": "Lodge Room", - "venue_address": "104 N. Ave 56, 2nd Floor" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Reservation was 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": { - "city": [ - "LAX", - "Los Angeles" - ], - "date": [ - "March 14th", - "the 14th" - ], - "event_name": [ - "Bill Callahan" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you. That's all I need." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day." - } - ] - }, - { - "dialogue_id": "9_00064", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I would like to find events please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [ - "Music", - "Sports" - ], - "slot": "event_type", - "values": [ - "Music", - "Sports" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Is there a city that you're interested in and a particular type of event? Perhaps music or sports?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Seattle" - ], - "slot": "city", - "values": [ - "Seattle" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Sports" - ], - "slot": "event_type", - "values": [ - "Sports" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 36, - "slot": "city", - "start": 29 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Seattle" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm looking for something in Seattle and I would like sports please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Huskies Vs Cougars" - ], - "slot": "event_name", - "values": [ - "Huskies Vs Cougars" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Husky Stadium" - ], - "slot": "venue", - "values": [ - "Husky Stadium" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "10" - ], - "slot": "count", - "values": [ - "10" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "Seattle", - "event_type": "Sports" - } - }, - "service_results": [ - { - "category": "Basketball", - "city": "Seattle", - "date": "2019-03-14", - "event_name": "Huskies Vs Cougars", - "event_type": "Sports", - "time": "18:30", - "venue": "Husky Stadium", - "venue_address": "3800 Montlake Boulevard Northeast" - }, - { - "category": "Basketball", - "city": "Seattle", - "date": "2019-03-08", - "event_name": "Huskies Vs Utes", - "event_type": "Sports", - "time": "18:00", - "venue": "Husky Stadium", - "venue_address": "3800 Montlake Boulevard Northeast" - }, - { - "category": "Basketball", - "city": "Seattle", - "date": "2019-03-06", - "event_name": "Huskies Vs Warriors", - "event_type": "Sports", - "time": "19:30", - "venue": "Husky Stadium", - "venue_address": "3800 Montlake Boulevard Northeast" - }, - { - "category": "Baseball", - "city": "Seattle", - "date": "2019-03-07", - "event_name": "Mariners Vs Angels", - "event_type": "Sports", - "time": "18:30", - "venue": "T-Mobile Park", - "venue_address": "1250 1st Avenue South" - }, - { - "category": "Baseball", - "city": "Seattle", - "date": "2019-03-08", - "event_name": "Mariners Vs Blue Jays", - "event_type": "Sports", - "time": "18:00", - "venue": "T-Mobile Park", - "venue_address": "1250 1st Avenue South" - }, - { - "category": "Baseball", - "city": "Seattle", - "date": "2019-03-01", - "event_name": "Mariners Vs Rangers", - "event_type": "Sports", - "time": "19:30", - "venue": "T-Mobile Park", - "venue_address": "1250 1st Avenue South" - }, - { - "category": "Baseball", - "city": "Seattle", - "date": "2019-03-10", - "event_name": "Mariners Vs Rays", - "event_type": "Sports", - "time": "18:00", - "venue": "T-Mobile Park", - "venue_address": "1250 1st Avenue South" - }, - { - "category": "Baseball", - "city": "Seattle", - "date": "2019-03-05", - "event_name": "Mariners Vs Tigers", - "event_type": "Sports", - "time": "17:00", - "venue": "T-Mobile Park", - "venue_address": "1250 1st Avenue South" - }, - { - "category": "Baseball", - "city": "Seattle", - "date": "2019-03-10", - "event_name": "Mariners Vs White Sox", - "event_type": "Sports", - "time": "17:00", - "venue": "T-Mobile Park", - "venue_address": "1250 1st Avenue South" - }, - { - "category": "Football", - "city": "Seattle", - "date": "2019-03-08", - "event_name": "Seahawks Vs Cardinals", - "event_type": "Sports", - "time": "18:30", - "venue": "CenturyLink Field", - "venue_address": "800 Occidental Avenue South" - } - ], - "slots": [ - { - "exclusive_end": 83, - "slot": "event_name", - "start": 65 - }, - { - "exclusive_end": 49, - "slot": "venue", - "start": 36 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have 10 possibilities for you. At Husky Stadium, I can suggest Huskies Vs Cougars." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Seattle" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What else can you suggest?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Huskies Vs Utes" - ], - "slot": "event_name", - "values": [ - "Huskies Vs Utes" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Husky Stadium" - ], - "slot": "venue", - "values": [ - "Husky Stadium" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 29, - "slot": "event_name", - "start": 14 - }, - { - "exclusive_end": 46, - "slot": "venue", - "start": 33 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I can suggest Huskies Vs Utes at Husky Stadium." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Seattle" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Is there anything else?" - }, - { - "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" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 51, - "slot": "event_name", - "start": 32 - }, - { - "exclusive_end": 21, - "slot": "venue", - "start": 8 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Also at Husky Stadium, There is Huskies Vs Warriors." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-06" - ], - "slot": "date", - "values": [ - "March 6th" - ] - }, - { - "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": [ - { - "exclusive_end": 79, - "slot": "date", - "start": 70 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Seattle" - ], - "date": [ - "March 6th" - ], - "event_name": [ - "Huskies Vs Warriors" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "OK, that sounds good. I'd like to buy tickets. I'd like one ticket on March 6th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Huskies Vs Warriors" - ], - "slot": "event_name", - "values": [ - "Huskies Vs Warriors" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "number_of_tickets", - "values": [ - "1" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-06" - ], - "slot": "date", - "values": [ - "next Wednesday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Seattle" - ], - "slot": "city", - "values": [ - "Seattle" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 69, - "slot": "event_name", - "start": 50 - }, - { - "exclusive_end": 34, - "slot": "date", - "start": 20 - }, - { - "exclusive_end": 45, - "slot": "city", - "start": 38 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Confirming 1 ticket next Wednesday in Seattle for Huskies Vs Warriors." - }, - { - "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": [ - "Seattle" - ], - "date": [ - "March 6th", - "next Wednesday" - ], - "event_name": [ - "Huskies Vs Warriors" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Perfect. What time does it start?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "19:30" - ], - "slot": "time", - "values": [ - "7:30 PM" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Seattle", - "date": "2019-03-06", - "event_name": "Huskies Vs Warriors", - "number_of_tickets": "1" - } - }, - "service_results": [ - { - "city": "Seattle", - "date": "2019-03-06", - "event_name": "Huskies Vs Warriors", - "number_of_tickets": "1", - "time": "19:30", - "venue": "Husky Stadium", - "venue_address": "3800 Montlake Boulevard Northeast" - } - ], - "slots": [ - { - "exclusive_end": 20, - "slot": "time", - "start": 13 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It starts at 7:30 PM and your reservation is complete." - }, - { - "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": [ - "Seattle" - ], - "date": [ - "March 6th", - "next Wednesday" - ], - "event_name": [ - "Huskies Vs Warriors" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What is the location?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "3800 Montlake Boulevard Northeast" - ], - "slot": "venue_address", - "values": [ - "3800 Montlake Boulevard Northeast" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 53, - "slot": "venue_address", - "start": 20 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "They are located at 3800 Montlake Boulevard Northeast." - }, - { - "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": [ - "Seattle" - ], - "date": [ - "March 6th", - "next Wednesday" - ], - "event_name": [ - "Huskies Vs Warriors" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you, I'm all set." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "You're welcome, have a good time." - } - ] - }, - { - "dialogue_id": "9_00065", - "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 local events." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "Music", - "Sports" - ], - "slot": "event_type", - "values": [ - "Music", - "Sports" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you have a type like Music or Sports?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-06" - ], - "slot": "date", - "values": [ - "the 6th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Blues" - ], - "slot": "category", - "values": [ - "Blues" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Music" - ], - "slot": "event_type", - "values": [ - "Music" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 39, - "slot": "date", - "start": 32 - }, - { - "exclusive_end": 20, - "slot": "category", - "start": 15 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "Blues" - ], - "date": [ - "the 6th" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like a Blues Concert on the 6th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "city", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you have a preference for city?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "city", - "values": [ - "New York" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 25, - "slot": "city", - "start": 17 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "Blues" - ], - "city": [ - "New York" - ], - "date": [ - "the 6th" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am looking for New York." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Ben Harper" - ], - "slot": "event_name", - "values": [ - "Ben Harper" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Pier 17" - ], - "slot": "venue", - "values": [ - "Pier 17" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "3" - ], - "slot": "count", - "values": [ - "3" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "category": "Blues", - "city": "New York", - "date": "2019-03-06", - "event_type": "Music" - } - }, - "service_results": [ - { - "category": "Blues", - "city": "New York", - "date": "2019-03-06", - "event_name": "Ben Harper", - "event_type": "Music", - "time": "19:00", - "venue": "Pier 17", - "venue_address": "89 South Street" - }, - { - "category": "Blues", - "city": "New York", - "date": "2019-03-06", - "event_name": "Buddy Guy", - "event_type": "Music", - "time": "18:00", - "venue": "Sony Hall", - "venue_address": "235 West 46th Street" - }, - { - "category": "Blues", - "city": "New York", - "date": "2019-03-06", - "event_name": "Lyfe Jennings", - "event_type": "Music", - "time": "19:30", - "venue": "Sony Hall", - "venue_address": "235 West 46th Street" - } - ], - "slots": [ - { - "exclusive_end": 59, - "slot": "event_name", - "start": 49 - }, - { - "exclusive_end": 44, - "slot": "venue", - "start": 37 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There are 3 event. Recommended is at Pier 17 for Ben Harper." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "venue_address", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "time", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [ - "time", - "venue_address" - ], - "slot_values": { - "category": [ - "Blues" - ], - "city": [ - "New York" - ], - "date": [ - "the 6th" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What is the address and start time?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "89 South Street" - ], - "slot": "venue_address", - "values": [ - "89 South Street" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "19:00" - ], - "slot": "time", - "values": [ - "7 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 36, - "slot": "venue_address", - "start": 21 - }, - { - "exclusive_end": 17, - "slot": "time", - "start": 13 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It starts at 7 pm at 89 South Street." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "Blues" - ], - "city": [ - "New York" - ], - "date": [ - "the 6th" - ], - "event_name": [ - "Ben Harper" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to go to this." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "BuyEventTickets" - ], - "slot": "intent", - "values": [ - "BuyEventTickets" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like tickets and how many." - }, - { - "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": { - "category": [ - "Blues" - ], - "city": [ - "New York" - ], - "date": [ - "the 6th" - ], - "event_name": [ - "Ben Harper" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like 2 tickets to Ben Harper." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Ben Harper" - ], - "slot": "event_name", - "values": [ - "Ben Harper" - ] - }, - { - "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": 38, - "slot": "event_name", - "start": 28 - }, - { - "exclusive_end": 53, - "slot": "date", - "start": 39 - }, - { - "exclusive_end": 65, - "slot": "city", - "start": 57 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm 2 tickets to Ben Harper next Wednesday 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": [ - "Blues" - ], - "city": [ - "New York" - ], - "date": [ - "next Wednesday", - "the 6th" - ], - "event_name": [ - "Ben Harper" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Change to four tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "4" - ], - "slot": "number_of_tickets", - "values": [ - "4" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-06" - ], - "slot": "date", - "values": [ - "next Wednesday" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 43, - "slot": "date", - "start": 29 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm 4 tickets for next Wednesday." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "Blues" - ], - "city": [ - "New York" - ], - "date": [ - "next Wednesday", - "the 6th" - ], - "event_name": [ - "Ben Harper" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes I confirm that." - }, - { - "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": "Ben Harper", - "number_of_tickets": "4" - } - }, - "service_results": [ - { - "city": "New York", - "date": "2019-03-06", - "event_name": "Ben Harper", - "number_of_tickets": "4", - "time": "19:00", - "venue": "Pier 17", - "venue_address": "89 South Street" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your reservation is confirmed." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "Blues" - ], - "city": [ - "New York" - ], - "date": [ - "next Wednesday", - "the 6th" - ], - "event_name": [ - "Ben Harper" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you that is helpful." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Is there anything else today I can help you with?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "category": [ - "Blues" - ], - "city": [ - "New York" - ], - "date": [ - "next Wednesday", - "the 6th" - ], - "event_name": [ - "Ben Harper" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No thanks that is all I need." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day today." - } - ] - }, - { - "dialogue_id": "9_00066", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "What events are going on?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "city", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "First what city are you in?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Phoenix" - ], - "slot": "city", - "values": [ - "Phoenix" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 34, - "slot": "city", - "start": 27 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Phoenix" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am looking for events in Phoenix." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "event_type", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What kind of events do you want to attend to?" - }, - { - "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": [ - "Phoenix" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am looking for a Concert." - }, - { - "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" - ] - } - ], - "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": 19, - "slot": "event_name", - "start": 11 - }, - { - "exclusive_end": 44, - "slot": "venue", - "start": 31 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is a Anberlin concert at The Van Buren." - }, - { - "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 sounds great." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "BuyEventTickets" - ], - "slot": "intent", - "values": [ - "BuyEventTickets" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like to book tickets right now?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "date", - "values": [ - "the 9th" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 36, - "slot": "date", - "start": 29 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Phoenix" - ], - "date": [ - "the 9th" - ], - "event_name": [ - "Anberlin" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, I would want tickets on the 9th." - }, - { - "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": [ - "4" - ], - "slot": "number_of_tickets", - "values": [ - "4" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Phoenix" - ], - "date": [ - "the 9th" - ], - "event_name": [ - "Anberlin" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want 4 tickets for my friends." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Anberlin" - ], - "slot": "event_name", - "values": [ - "Anberlin" - ] - }, - { - "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": [ - "Phoenix" - ], - "slot": "city", - "values": [ - "Phoenix" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 35, - "slot": "event_name", - "start": 27 - }, - { - "exclusive_end": 49, - "slot": "date", - "start": 40 - }, - { - "exclusive_end": 60, - "slot": "city", - "start": 53 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "To confirm, your attending Anberlin, on March 9th at Phoenix. And you want 4 tickets for you and your friends." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "date", - "values": [ - "day after tomorrow" - ] - }, - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 37, - "slot": "date", - "start": 19 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Phoenix" - ], - "date": [ - "day after tomorrow" - ], - "event_name": [ - "Anberlin" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Actually it is the day after tomorrow I need." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "4" - ], - "slot": "number_of_tickets", - "values": [ - "4" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "date", - "values": [ - "day after tomorrow" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 62, - "slot": "date", - "start": 44 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "To confirm, your attending Anberlin, on the day after tomorrow at Phoenix. And you want 4 tickets for you and your friends." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Phoenix" - ], - "date": [ - "day after tomorrow" - ], - "event_name": [ - "Anberlin" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "This works for me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Phoenix", - "date": "2019-03-03", - "event_name": "Anberlin", - "number_of_tickets": "4" - } - }, - "service_results": [ - { - "city": "Phoenix", - "date": "2019-03-03", - "event_name": "Anberlin", - "number_of_tickets": "4", - "time": "18:30", - "venue": "The Van Buren", - "venue_address": "401 West Van Buren Street" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "I bought the tickets for four." - }, - { - "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" - ], - "date": [ - "day after tomorrow" - ], - "event_name": [ - "Anberlin" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you for your help!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a wonderful day." - } - ] - }, - { - "dialogue_id": "9_00067", - "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": "Fine me some events." - }, - { - "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": [ - "Toronto" - ], - "slot": "city", - "values": [ - "Toronto" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 27, - "slot": "city", - "start": 20 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Toronto" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Find some events in Toronto." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "Music", - "Sports" - ], - "slot": "event_type", - "values": [ - "Music", - "Sports" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you have a preference such as Music, Sports, or something else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Sports" - ], - "slot": "event_type", - "values": [ - "Sports" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Toronto" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Find me some Match 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": "venue", - "values": [ - "Rogers Centre" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "Toronto", - "event_type": "Sports" - } - }, - "service_results": [ - { - "category": "Baseball", - "city": "Toronto", - "date": "2019-03-09", - "event_name": "Blue Jays Vs Astros", - "event_type": "Sports", - "time": "19:30", - "venue": "Rogers Centre", - "venue_address": "1 Blue Jays Way" - }, - { - "category": "Baseball", - "city": "Toronto", - "date": "2019-03-07", - "event_name": "Blue Jays Vs Braves", - "event_type": "Sports", - "time": "17:00", - "venue": "Rogers Centre", - "venue_address": "1 Blue Jays Way" - }, - { - "category": "Baseball", - "city": "Toronto", - "date": "2019-03-13", - "event_name": "Blue Jays Vs Indians", - "event_type": "Sports", - "time": "18:00", - "venue": "Rogers Centre", - "venue_address": "1 Blue Jays Way" - }, - { - "category": "Baseball", - "city": "Toronto", - "date": "2019-03-03", - "event_name": "Blue Jays Vs Mariners", - "event_type": "Sports", - "time": "17:00", - "venue": "Rogers Centre", - "venue_address": "1 Blue Jays Way" - }, - { - "category": "Baseball", - "city": "Toronto", - "date": "2019-03-08", - "event_name": "Blue Jays Vs Orioles", - "event_type": "Sports", - "time": "18:00", - "venue": "Rogers Centre", - "venue_address": "1 Blue Jays Way" - }, - { - "category": "Baseball", - "city": "Toronto", - "date": "2019-03-05", - "event_name": "Blue Jays Vs Rangers", - "event_type": "Sports", - "time": "18:30", - "venue": "Rogers Centre", - "venue_address": "1 Blue Jays Way" - }, - { - "category": "Baseball", - "city": "Toronto", - "date": "2019-03-13", - "event_name": "Blue Jays Vs Rays", - "event_type": "Sports", - "time": "17:00", - "venue": "Rogers Centre", - "venue_address": "1 Blue Jays Way" - }, - { - "category": "Baseball", - "city": "Toronto", - "date": "2019-03-09", - "event_name": "Blue Jays Vs Royals", - "event_type": "Sports", - "time": "18:00", - "venue": "Rogers Centre", - "venue_address": "1 Blue Jays Way" - }, - { - "category": "Baseball", - "city": "Toronto", - "date": "2019-03-02", - "event_name": "Blue Jays Vs Yankees", - "event_type": "Sports", - "time": "17:00", - "venue": "Rogers Centre", - "venue_address": "1 Blue Jays Way" - }, - { - "category": "Soccer", - "city": "Toronto", - "date": "2019-03-01", - "event_name": "Toronto Fc Vs Crew", - "event_type": "Sports", - "time": "17:00", - "venue": "BMO Field", - "venue_address": "170 Princes' Boulevard" - } - ], - "slots": [ - { - "exclusive_end": 19, - "slot": "event_name", - "start": 0 - }, - { - "exclusive_end": 50, - "slot": "venue", - "start": 37 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Blue Jays Vs Astros is a game at the Rogers Centre." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "venue_address", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "time", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [ - "time", - "venue_address" - ], - "slot_values": { - "city": [ - "Toronto" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What time does it start and what is the address?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1 Blue Jays Way" - ], - "slot": "venue_address", - "values": [ - "1 blue Jays Way" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "19:30" - ], - "slot": "time", - "values": [ - "7:30 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 30, - "slot": "venue_address", - "start": 15 - }, - { - "exclusive_end": 52, - "slot": "time", - "start": 45 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The address is 1 blue Jays Way 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": [ - "Toronto" - ], - "event_name": [ - "Blue Jays Vs Astros" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That will work." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "BuyEventTickets" - ], - "slot": "intent", - "values": [ - "BuyEventTickets" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you want to buy tickets now?" - }, - { - "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": [ - "Toronto" - ], - "event_name": [ - "Blue Jays Vs Astros" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, buy me 4 tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "date", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What day do you want?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "date", - "values": [ - "the 9th" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 26, - "slot": "date", - "start": 19 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Toronto" - ], - "date": [ - "the 9th" - ], - "event_name": [ - "Blue Jays Vs Astros" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Buy tickets for on the 9th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Blue Jays Vs Astros" - ], - "slot": "event_name", - "values": [ - "Blue Jays Vs Astros" - ] - }, - { - "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": [ - "Toronto" - ], - "slot": "city", - "values": [ - "Toronto" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 42, - "slot": "event_name", - "start": 23 - }, - { - "exclusive_end": 55, - "slot": "date", - "start": 46 - }, - { - "exclusive_end": 66, - "slot": "city", - "start": 59 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You want 4 tickets for Blue Jays Vs Astros on March 9th in Toronto. Is that right?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Toronto" - ], - "date": [ - "March 9th", - "the 9th" - ], - "event_name": [ - "Blue Jays Vs Astros" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "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": "Toronto", - "date": "2019-03-09", - "event_name": "Blue Jays Vs Astros", - "number_of_tickets": "4" - } - }, - "service_results": [ - { - "city": "Toronto", - "date": "2019-03-09", - "event_name": "Blue Jays Vs Astros", - "number_of_tickets": "4", - "time": "19:30", - "venue": "Rogers Centre", - "venue_address": "1 Blue Jays Way" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your tickets have been booked." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Toronto" - ], - "date": [ - "March 9th", - "the 9th" - ], - "event_name": [ - "Blue Jays Vs Astros" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks a lot." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you need anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "city": [ - "Toronto" - ], - "date": [ - "March 9th", - "the 9th" - ], - "event_name": [ - "Blue Jays Vs Astros" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that is all. Thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day." - } - ] - }, - { - "dialogue_id": "9_00068", - "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 going out of town for a few days to visit my sister and want to see what events are happening." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "city", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What city would you like to look in?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "city", - "values": [ - "SFO" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "date", - "values": [ - "the 4th" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 18, - "slot": "city", - "start": 15 - }, - { - "exclusive_end": 31, - "slot": "date", - "start": 24 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "SFO" - ], - "date": [ - "the 4th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm looking in SFO, for the 4th." - }, - { - "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 would you like? For example: you can say 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": [ - "SFO" - ], - "date": [ - "the 4th" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm looking for Sports." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Giants Vs Diamondbacks" - ], - "slot": "event_name", - "values": [ - "Giants Vs Diamondbacks" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Oracle Park" - ], - "slot": "venue", - "values": [ - "Oracle Park" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "4" - ], - "slot": "count", - "values": [ - "4" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "San Francisco", - "date": "2019-03-04", - "event_type": "Sports" - } - }, - "service_results": [ - { - "category": "Baseball", - "city": "San Francisco", - "date": "2019-03-04", - "event_name": "Giants Vs Diamondbacks", - "event_type": "Sports", - "time": "18:30", - "venue": "Oracle Park", - "venue_address": "24 Willie Mays Plaza" - }, - { - "category": "Baseball", - "city": "San Francisco", - "date": "2019-03-04", - "event_name": "Giants Vs Dodgers", - "event_type": "Sports", - "time": "17:30", - "venue": "Oracle Park", - "venue_address": "24 Willie Mays Plaza" - }, - { - "category": "Baseball", - "city": "San Francisco", - "date": "2019-03-04", - "event_name": "Giants Vs Phillies", - "event_type": "Sports", - "time": "19:00", - "venue": "Oracle Park", - "venue_address": "24 Willie Mays Plaza" - }, - { - "category": "Baseball", - "city": "San Francisco", - "date": "2019-03-04", - "event_name": "Giants Vs Rockies", - "event_type": "Sports", - "time": "17:30", - "venue": "Oracle Park", - "venue_address": "24 Willie Mays Plaza" - } - ], - "slots": [ - { - "exclusive_end": 62, - "slot": "event_name", - "start": 40 - }, - { - "exclusive_end": 77, - "slot": "venue", - "start": 66 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 4 events you would like. One is Giants Vs Diamondbacks at Oracle Park." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "SFO" - ], - "date": [ - "the 4th" - ], - "event_name": [ - "Giants Vs Diamondbacks" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "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": "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": { - "city": [ - "SFO" - ], - "date": [ - "the 4th" - ], - "event_name": [ - "Giants Vs Diamondbacks" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, I'd like buy 1 ticket." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Giants Vs Diamondbacks" - ], - "slot": "event_name", - "values": [ - "Giants Vs Diamondbacks" - ] - }, - { - "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 Francisco" - ], - "slot": "city", - "values": [ - "San Francisco" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 51, - "slot": "event_name", - "start": 29 - }, - { - "exclusive_end": 80, - "slot": "date", - "start": 69 - }, - { - "exclusive_end": 68, - "slot": "city", - "start": 55 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm: 1 ticket for Giants Vs Diamondbacks in San Francisco next Monday." - }, - { - "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": [ - "SFO", - "San Francisco" - ], - "date": [ - "next Monday", - "the 4th" - ], - "event_name": [ - "Giants Vs Diamondbacks" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Wait, I want four tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "4" - ], - "slot": "number_of_tickets", - "values": [ - "4" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "date", - "values": [ - "next Monday" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 41, - "slot": "date", - "start": 30 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm: 4 tickets for next Monday." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "SFO", - "San Francisco" - ], - "date": [ - "next Monday", - "the 4th" - ], - "event_name": [ - "Giants Vs Diamondbacks" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That works for me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "San Francisco", - "date": "2019-03-04", - "event_name": "Giants Vs Diamondbacks", - "number_of_tickets": "4" - } - }, - "service_results": [ - { - "city": "San Francisco", - "date": "2019-03-04", - "event_name": "Giants Vs Diamondbacks", - "number_of_tickets": "4", - "time": "18:30", - "venue": "Oracle Park", - "venue_address": "24 Willie Mays Plaza" - } - ], - "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": { - "city": [ - "SFO", - "San Francisco" - ], - "date": [ - "next Monday", - "the 4th" - ], - "event_name": [ - "Giants Vs Diamondbacks" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "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 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": [ - "SFO", - "San Francisco" - ], - "date": [ - "next Monday", - "the 4th" - ], - "event_name": [ - "Giants Vs Diamondbacks" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, thanks for your help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day." - } - ] - }, - { - "dialogue_id": "9_00069", - "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": "Want something to do. Find me some events? I have friends coming in from out of town." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "city", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you have a preferred city?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Seattle" - ], - "slot": "city", - "values": [ - "Seattle, WA" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 11, - "slot": "city", - "start": 0 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Seattle, WA" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Seattle, WA is where I want to look." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "event_type", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What interests you?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Sports" - ], - "slot": "event_type", - "values": [ - "Sports" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "date", - "values": [ - "the 4th" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 33, - "slot": "date", - "start": 26 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Seattle, WA" - ], - "date": [ - "the 4th" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am looking for Games on the 4th, preferably." - }, - { - "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-04", - "event_type": "Sports" - } - }, - "service_results": [ - { - "category": "Basketball", - "city": "Seattle", - "date": "2019-03-04", - "event_name": "Huskies Vs Warriors", - "event_type": "Sports", - "time": "17:30", - "venue": "Husky Stadium", - "venue_address": "3800 Montlake Boulevard Northeast" - }, - { - "category": "Baseball", - "city": "Seattle", - "date": "2019-03-04", - "event_name": "Mariners Vs Angels", - "event_type": "Sports", - "time": "18:00", - "venue": "T-Mobile Park", - "venue_address": "1250 1st Avenue South" - }, - { - "category": "Baseball", - "city": "Seattle", - "date": "2019-03-04", - "event_name": "Mariners Vs Blue Jays", - "event_type": "Sports", - "time": "18:00", - "venue": "T-Mobile Park", - "venue_address": "1250 1st Avenue South" - }, - { - "category": "Baseball", - "city": "Seattle", - "date": "2019-03-04", - "event_name": "Mariners Vs Rangers", - "event_type": "Sports", - "time": "19:00", - "venue": "T-Mobile Park", - "venue_address": "1250 1st Avenue South" - }, - { - "category": "Baseball", - "city": "Seattle", - "date": "2019-03-04", - "event_name": "Mariners Vs Tigers", - "event_type": "Sports", - "time": "17:30", - "venue": "T-Mobile Park", - "venue_address": "1250 1st Avenue South" - }, - { - "category": "Football", - "city": "Seattle", - "date": "2019-03-04", - "event_name": "Seahawks Vs Cardinals", - "event_type": "Sports", - "time": "19:00", - "venue": "CenturyLink Field", - "venue_address": "800 Occidental Avenue South" - }, - { - "category": "Basketball", - "city": "Seattle", - "date": "2019-03-04", - "event_name": "Seattle Vs Atlanta", - "event_type": "Sports", - "time": "18:00", - "venue": "Alaska Airlines Arena", - "venue_address": "3870 Montlake Boulevard Northeast" - }, - { - "category": "Soccer", - "city": "Seattle", - "date": "2019-03-04", - "event_name": "Sounders Vs Revolution", - "event_type": "Sports", - "time": "17:00", - "venue": "CenturyLink Field", - "venue_address": "800 Occidental Avenue South" - } - ], - "slots": [ - { - "exclusive_end": 59, - "slot": "event_name", - "start": 40 - }, - { - "exclusive_end": 76, - "slot": "venue", - "start": 63 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 8 events you would like. One is Huskies Vs Warriors at Husky Stadium." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "time", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "venue_address", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [ - "time", - "venue_address" - ], - "slot_values": { - "city": [ - "Seattle, WA" - ], - "date": [ - "the 4th" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Where is it? When does it start?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "3800 Montlake Boulevard Northeast" - ], - "slot": "venue_address", - "values": [ - "3800 Montlake Boulevard Northeast" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "17:30" - ], - "slot": "time", - "values": [ - "5:30 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 44, - "slot": "venue_address", - "start": 11 - }, - { - "exclusive_end": 7, - "slot": "time", - "start": 0 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "5:30 pm at 3800 Montlake Boulevard Northeast." - }, - { - "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 4th" - ], - "event_name": [ - "Huskies Vs Warriors" - ], - "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 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": [ - "Seattle, WA" - ], - "date": [ - "the 4th" - ], - "event_name": [ - "Huskies Vs Warriors" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, I want 2 tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Huskies Vs Warriors" - ], - "slot": "event_name", - "values": [ - "Huskies Vs Warriors" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2" - ], - "slot": "number_of_tickets", - "values": [ - "2" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "date", - "values": [ - "next Monday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Seattle" - ], - "slot": "city", - "values": [ - "Seattle" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 35, - "slot": "event_name", - "start": 16 - }, - { - "exclusive_end": 73, - "slot": "date", - "start": 62 - }, - { - "exclusive_end": 46, - "slot": "city", - "start": 39 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm: Huskies Vs Warriors in Seattle. 2 tickets for next Monday." - }, - { - "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": [ - "Seattle", - "Seattle, WA" - ], - "date": [ - "next Monday", - "the 4th" - ], - "event_name": [ - "Huskies Vs Warriors" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Nevermind. I want four 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" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 49, - "slot": "event_name", - "start": 30 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm: 4 tickets for Huskies Vs Warriors." - }, - { - "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": [ - "next Monday", - "the 4th" - ], - "event_name": [ - "Huskies Vs Warriors" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That works, yes." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Seattle", - "date": "2019-03-04", - "event_name": "Huskies Vs Warriors", - "number_of_tickets": "4" - } - }, - "service_results": [ - { - "city": "Seattle", - "date": "2019-03-04", - "event_name": "Huskies Vs Warriors", - "number_of_tickets": "4", - "time": "17:30", - "venue": "Husky Stadium", - "venue_address": "3800 Montlake Boulevard Northeast" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Reservation is done." - }, - { - "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": [ - "next Monday", - "the 4th" - ], - "event_name": [ - "Huskies Vs Warriors" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "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": "Anything else you need help 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": [ - "Seattle", - "Seattle, WA" - ], - "date": [ - "next Monday", - "the 4th" - ], - "event_name": [ - "Huskies Vs Warriors" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No thank you. Thank you so much for 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": "9_00070", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I want to find events." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "event_type", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "city", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What kind of events interest you and in what city?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Sports" - ], - "slot": "event_type", - "values": [ - "Sports" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Washington D.C." - ], - "slot": "city", - "values": [ - "District of Columbia" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 45, - "slot": "city", - "start": 25 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "District of Columbia" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am look for a match in District of Columbia." - }, - { - "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": 69, - "slot": "event_name", - "start": 46 - }, - { - "exclusive_end": 83, - "slot": "venue", - "start": 73 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 10 events that you would like. One is DC United vs Revolution at Audi Field." - }, - { - "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": [ - "District of Columbia" - ], - "event_name": [ - "DC United vs Revolution" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds good, I'd like to get tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_of_tickets", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "date", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How many tickets would you like and for which date?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "date", - "values": [ - "14th of March" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2" - ], - "slot": "number_of_tickets", - "values": [ - "2" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 40, - "slot": "date", - "start": 27 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "District of Columbia" - ], - "date": [ - "14th of March" - ], - "event_name": [ - "DC United vs Revolution" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want two tickets for the 14th of March." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Dc United Vs Revolution" - ], - "slot": "event_name", - "values": [ - "DC United vs Revolution" - ] - }, - { - "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": [ - "Washington D.C." - ], - "slot": "city", - "values": [ - "Washington D.C." - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 53, - "slot": "event_name", - "start": 30 - }, - { - "exclusive_end": 67, - "slot": "date", - "start": 57 - }, - { - "exclusive_end": 86, - "slot": "city", - "start": 71 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm: 2 tickets for DC United vs Revolution on March 14th in Washington D.C." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "District of Columbia", - "Washington D.C." - ], - "date": [ - "14th of March", - "March 14th" - ], - "event_name": [ - "DC United vs Revolution" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yep, that's perfect." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Washington D.C.", - "date": "2019-03-14", - "event_name": "Dc United Vs Revolution", - "number_of_tickets": "2" - } - }, - "service_results": [ - { - "city": "Washington D.C.", - "date": "2019-03-14", - "event_name": "Dc United Vs Revolution", - "number_of_tickets": "2", - "time": "17:30", - "venue": "Audi Field", - "venue_address": "100 Potomac Avenue Southwest" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "The reservation has been placed." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "time", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [ - "time" - ], - "slot_values": { - "city": [ - "District of Columbia", - "Washington D.C." - ], - "date": [ - "14th of March", - "March 14th" - ], - "event_name": [ - "DC United vs Revolution" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What time does the match start?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "17:30" - ], - "slot": "time", - "values": [ - "5:30 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 24, - "slot": "time", - "start": 17 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It will begin at 5:30 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "District of Columbia", - "Washington D.C." - ], - "date": [ - "14th of March", - "March 14th" - ], - "event_name": [ - "DC United vs Revolution" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks for your help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Can I assist you with anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "city": [ - "District of Columbia", - "Washington D.C." - ], - "date": [ - "14th of March", - "March 14th" - ], - "event_name": [ - "DC United vs Revolution" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Nope, thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a wonderful day." - } - ] - }, - { - "dialogue_id": "9_00071", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Toronto" - ], - "slot": "city", - "values": [ - "Toronto, Canada" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 51, - "slot": "city", - "start": 36 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Toronto, Canada" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please help me search for events in Toronto, Canada." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "event_type", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you have a preferred type of event in mind?" - }, - { - "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": [ - "Toronto, Canada" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like 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": "venue", - "values": [ - "Rogers Centre" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "Toronto", - "event_type": "Sports" - } - }, - "service_results": [ - { - "category": "Baseball", - "city": "Toronto", - "date": "2019-03-09", - "event_name": "Blue Jays Vs Astros", - "event_type": "Sports", - "time": "19:30", - "venue": "Rogers Centre", - "venue_address": "1 Blue Jays Way" - }, - { - "category": "Baseball", - "city": "Toronto", - "date": "2019-03-07", - "event_name": "Blue Jays Vs Braves", - "event_type": "Sports", - "time": "17:00", - "venue": "Rogers Centre", - "venue_address": "1 Blue Jays Way" - }, - { - "category": "Baseball", - "city": "Toronto", - "date": "2019-03-13", - "event_name": "Blue Jays Vs Indians", - "event_type": "Sports", - "time": "18:00", - "venue": "Rogers Centre", - "venue_address": "1 Blue Jays Way" - }, - { - "category": "Baseball", - "city": "Toronto", - "date": "2019-03-03", - "event_name": "Blue Jays Vs Mariners", - "event_type": "Sports", - "time": "17:00", - "venue": "Rogers Centre", - "venue_address": "1 Blue Jays Way" - }, - { - "category": "Baseball", - "city": "Toronto", - "date": "2019-03-08", - "event_name": "Blue Jays Vs Orioles", - "event_type": "Sports", - "time": "18:00", - "venue": "Rogers Centre", - "venue_address": "1 Blue Jays Way" - }, - { - "category": "Baseball", - "city": "Toronto", - "date": "2019-03-05", - "event_name": "Blue Jays Vs Rangers", - "event_type": "Sports", - "time": "18:30", - "venue": "Rogers Centre", - "venue_address": "1 Blue Jays Way" - }, - { - "category": "Baseball", - "city": "Toronto", - "date": "2019-03-13", - "event_name": "Blue Jays Vs Rays", - "event_type": "Sports", - "time": "17:00", - "venue": "Rogers Centre", - "venue_address": "1 Blue Jays Way" - }, - { - "category": "Baseball", - "city": "Toronto", - "date": "2019-03-09", - "event_name": "Blue Jays Vs Royals", - "event_type": "Sports", - "time": "18:00", - "venue": "Rogers Centre", - "venue_address": "1 Blue Jays Way" - }, - { - "category": "Baseball", - "city": "Toronto", - "date": "2019-03-02", - "event_name": "Blue Jays Vs Yankees", - "event_type": "Sports", - "time": "17:00", - "venue": "Rogers Centre", - "venue_address": "1 Blue Jays Way" - }, - { - "category": "Soccer", - "city": "Toronto", - "date": "2019-03-01", - "event_name": "Toronto Fc Vs Crew", - "event_type": "Sports", - "time": "17:00", - "venue": "BMO Field", - "venue_address": "170 Princes' Boulevard" - } - ], - "slots": [ - { - "exclusive_end": 29, - "slot": "event_name", - "start": 10 - }, - { - "exclusive_end": 51, - "slot": "venue", - "start": 38 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There's a Blue Jays Vs Astros game at Rogers Centre." - }, - { - "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, Canada" - ], - "event_name": [ - "Blue Jays Vs Astros" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I like that. I would like to buy tickets to an event." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_of_tickets", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like a particular date for the event? How many tickets should I buy?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "date", - "values": [ - "the 9th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "number_of_tickets", - "values": [ - "1" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 36, - "slot": "date", - "start": 29 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Toronto, Canada" - ], - "date": [ - "the 9th" - ], - "event_name": [ - "Blue Jays Vs Astros" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please get me one ticket for the 9th." - }, - { - "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-09" - ], - "slot": "date", - "values": [ - "March 9th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Toronto" - ], - "slot": "city", - "values": [ - "Toronto" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 75, - "slot": "event_name", - "start": 56 - }, - { - "exclusive_end": 94, - "slot": "date", - "start": 85 - }, - { - "exclusive_end": 106, - "slot": "city", - "start": 99 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Is the following information correct? 1 ticket, for the Blue Jays Vs Astros event on March 9th, in Toronto." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "date", - "values": [ - "14th of this month" - ] - }, - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 71, - "slot": "date", - "start": 53 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Toronto", - "Toronto, Canada" - ], - "date": [ - "14th of this month" - ], - "event_name": [ - "Blue Jays Vs Astros" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sorry, I've changed my mind. I would like one on the 14th of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "date", - "values": [ - "March 14th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Toronto" - ], - "slot": "city", - "values": [ - "Toronto" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 77, - "slot": "date", - "start": 67 - }, - { - "exclusive_end": 89, - "slot": "city", - "start": 82 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Is the following information correct? The event will take place on March 14th, in Toronto." - }, - { - "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": { - "city": [ - "Toronto", - "Toronto, Canada" - ], - "date": [ - "14th of this month", - "March 14th" - ], - "event_name": [ - "Blue Jays Vs Astros" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Actually, I'd like two tickets. Sorry." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "2" - ], - "slot": "number_of_tickets", - "values": [ - "2" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Toronto" - ], - "slot": "city", - "values": [ - "Toronto" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 83, - "slot": "city", - "start": 76 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Is the following information correct? You'd like 2 tickets for the event in Toronto." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Toronto", - "Toronto, Canada" - ], - "date": [ - "14th of this month", - "March 14th" - ], - "event_name": [ - "Blue Jays Vs Astros" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that is fine." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Toronto", - "date": "2019-03-14", - "event_name": "Blue Jays Vs Astros", - "number_of_tickets": "2" - } - }, - "service_results": [ - { - "city": "Toronto", - "date": "2019-03-14", - "event_name": "Blue Jays Vs Astros", - "number_of_tickets": "2", - "time": "17:00", - "venue": "Rogers Centre", - "venue_address": "1 Blue Jays Way" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Reservation for your ticket was successful." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Toronto", - "Toronto, Canada" - ], - "date": [ - "14th of this month", - "March 14th" - ], - "event_name": [ - "Blue Jays Vs Astros" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "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": "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": [ - "Toronto", - "Toronto, Canada" - ], - "date": [ - "14th of this month", - "March 14th" - ], - "event_name": [ - "Blue Jays Vs Astros" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, thank you very much for your help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a wonderful day." - } - ] - }, - { - "dialogue_id": "9_00072", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "city", - "values": [ - "Los Angeles" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-06" - ], - "slot": "date", - "values": [ - "6th of March" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 39, - "slot": "city", - "start": 28 - }, - { - "exclusive_end": 61, - "slot": "date", - "start": 49 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Los Angeles" - ], - "date": [ - "6th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am looking for a event in Los Angeles. For the 6th of March." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "event_type", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What type of event would you be interested in?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Music" - ], - "slot": "event_type", - "values": [ - "Music" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Los Angeles" - ], - "date": [ - "6th of March" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am looking for a Concert." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Girl In Red" - ], - "slot": "event_name", - "values": [ - "Girl In Red" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "The Teragram Ballroom" - ], - "slot": "venue", - "values": [ - "The Teragram Ballroom" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "Los Angeles", - "date": "2019-03-06", - "event_type": "Music" - } - }, - "service_results": [ - { - "category": "Pop", - "city": "Los Angeles", - "date": "2019-03-06", - "event_name": "Girl In Red", - "event_type": "Music", - "time": "18:00", - "venue": "The Teragram Ballroom", - "venue_address": "1234 West 7th Street" - }, - { - "category": "Electronica", - "city": "Los Angeles", - "date": "2019-03-06", - "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-06", - "event_name": "Lights", - "event_type": "Music", - "time": "19:00", - "venue": "The Teragram Ballroom", - "venue_address": "1234 West 7th Street" - }, - { - "category": "Rock", - "city": "Los Angeles", - "date": "2019-03-06", - "event_name": "Murder City Devils", - "event_type": "Music", - "time": "19:00", - "venue": "The Teragram Ballroom", - "venue_address": "1234 West 7th Street" - }, - { - "category": "Hip Hop", - "city": "Los Angeles", - "date": "2019-03-06", - "event_name": "Spose", - "event_type": "Music", - "time": "19:00", - "venue": "1720(tm)", - "venue_address": "1720 East 16th Street" - } - ], - "slots": [ - { - "exclusive_end": 35, - "slot": "event_name", - "start": 24 - }, - { - "exclusive_end": 70, - "slot": "venue", - "start": 49 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is a event called Girl In Red and it is at The Teragram Ballroom." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Rock" - ], - "slot": "category", - "values": [ - "Rock" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 60, - "slot": "category", - "start": 56 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "Rock" - ], - "city": [ - "Los Angeles" - ], - "date": [ - "6th of March" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you please find me some other events please? I like Rock events." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Murder City Devils" - ], - "slot": "event_name", - "values": [ - "Murder City Devils" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "The Teragram Ballroom" - ], - "slot": "venue", - "values": [ - "The Teragram Ballroom" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "category": "Rock", - "city": "Los Angeles", - "date": "2019-03-06", - "event_type": "Music" - } - }, - "service_results": [ - { - "category": "Rock", - "city": "Los Angeles", - "date": "2019-03-06", - "event_name": "Murder City Devils", - "event_type": "Music", - "time": "19:00", - "venue": "The Teragram Ballroom", - "venue_address": "1234 West 7th Street" - } - ], - "slots": [ - { - "exclusive_end": 78, - "slot": "event_name", - "start": 60 - }, - { - "exclusive_end": 113, - "slot": "venue", - "start": 92 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is one event related to what you are looking for. Its Murder City Devils and it is at The Teragram Ballroom." - }, - { - "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": [ - "Los Angeles" - ], - "date": [ - "6th of March" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When does the event start? Also what is the location of the Venue?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1234 West 7th Street" - ], - "slot": "venue_address", - "values": [ - "1234 West 7th Street" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "19:00" - ], - "slot": "time", - "values": [ - "7 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 44, - "slot": "venue_address", - "start": 24 - }, - { - "exclusive_end": 70, - "slot": "time", - "start": 66 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The venue is located at 1234 West 7th Street. The event starts at 7 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": [ - "Rock" - ], - "city": [ - "Los Angeles" - ], - "date": [ - "6th of March" - ], - "event_name": [ - "Murder City Devils" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds good to me. I would like to buy tickets for this event." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_of_tickets", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How many tickets are you planning on buying?" - }, - { - "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": { - "category": [ - "Rock" - ], - "city": [ - "Los Angeles" - ], - "date": [ - "6th of March" - ], - "event_name": [ - "Murder City Devils" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want 2 tickets please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Murder City Devils" - ], - "slot": "event_name", - "values": [ - "Murder City Devils" - ] - }, - { - "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": [ - "Los Angeles" - ], - "slot": "city", - "values": [ - "Los Angeles" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 69, - "slot": "event_name", - "start": 51 - }, - { - "exclusive_end": 166, - "slot": "date", - "start": 152 - }, - { - "exclusive_end": 202, - "slot": "city", - "start": 191 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm the following details: The event is Murder City Devils. The number of tickets you would like to purchase is 2. The event will take place next Wednesday. The events location is Los Angeles." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "Rock" - ], - "city": [ - "Los Angeles" - ], - "date": [ - "6th of March", - "next Wednesday" - ], - "event_name": [ - "Murder City Devils" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "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": "Los Angeles", - "date": "2019-03-06", - "event_name": "Murder City Devils", - "number_of_tickets": "2" - } - }, - "service_results": [ - { - "city": "Los Angeles", - "date": "2019-03-06", - "event_name": "Murder City Devils", - "number_of_tickets": "2", - "time": "19:00", - "venue": "The Teragram Ballroom", - "venue_address": "1234 West 7th Street" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your event has just been 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": [ - "Rock" - ], - "city": [ - "Los Angeles" - ], - "date": [ - "6th of March", - "next Wednesday" - ], - "event_name": [ - "Murder City Devils" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you for your help. That is all." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "You are welcome. Have a great day." - } - ] - }, - { - "dialogue_id": "9_00073", - "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 events" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "Music", - "Sports" - ], - "slot": "event_type", - "values": [ - "Music", - "Sports" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "You can say music or sports or anything for preferred types of events." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "city", - "values": [ - "NYC" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Music" - ], - "slot": "event_type", - "values": [ - "Music" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 32, - "slot": "city", - "start": 29 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "NYC" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am searching for events in NYC and a Concert" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Amber Run Brooklyn" - ], - "slot": "event_name", - "values": [ - "Amber Run Brooklyn" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Warsaw" - ], - "slot": "venue", - "values": [ - "Warsaw" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "New York", - "event_type": "Music" - } - }, - "service_results": [ - { - "category": "Pop", - "city": "New York", - "date": "2019-03-05", - "event_name": "Amber Run Brooklyn", - "event_type": "Music", - "time": "19:30", - "venue": "Warsaw", - "venue_address": "261 Driggs Avenue, Brooklyn" - }, - { - "category": "International", - "city": "New York", - "date": "2019-03-02", - "event_name": "Americo", - "event_type": "Music", - "time": "18:30", - "venue": "La Boom", - "venue_address": "56-15 Northern Boulevard, Woodside" - }, - { - "category": "Blues", - "city": "New York", - "date": "2019-03-10", - "event_name": "Ben Harper", - "event_type": "Music", - "time": "19:00", - "venue": "Pier 17", - "venue_address": "89 South Street" - }, - { - "category": "Hip Hop", - "city": "New York", - "date": "2019-03-13", - "event_name": "Blackbear", - "event_type": "Music", - "time": "18:30", - "venue": "Pier 17", - "venue_address": "89 South Street" - }, - { - "category": "Hip Hop", - "city": "New York", - "date": "2019-03-14", - "event_name": "Blowout Music Festival", - "event_type": "Music", - "time": "18:00", - "venue": "Knockdown Center", - "venue_address": "52-19 Flushing Avenue, Maspeth" - }, - { - "category": "Blues", - "city": "New York", - "date": "2019-03-09", - "event_name": "Buddy Guy", - "event_type": "Music", - "time": "17:00", - "venue": "Sony Hall", - "venue_address": "235 West 46th Street" - }, - { - "category": "Rock", - "city": "New York", - "date": "2019-03-06", - "event_name": "Chemical Brothers", - "event_type": "Music", - "time": "19:00", - "venue": "Forest Hills Stadium", - "venue_address": "1 Tennis Place, Forest Hills" - }, - { - "category": "Jazz", - "city": "New York", - "date": "2019-03-07", - "event_name": "Chris Botti", - "event_type": "Music", - "time": "17:00", - "venue": "Sony Hall", - "venue_address": "235 West 46th Street" - }, - { - "category": "Electronica", - "city": "New York", - "date": "2019-03-02", - "event_name": "Crooked Colours", - "event_type": "Music", - "time": "19:30", - "venue": "Rough Trade NYC", - "venue_address": "64 North 9th Street, Brooklyn" - }, - { - "category": "Electronica", - "city": "New York", - "date": "2019-03-01", - "event_name": "Esscalation Music Festival", - "event_type": "Music", - "time": "19:30", - "venue": "Melrose Ballroom", - "venue_address": "3608 33rd Street" - } - ], - "slots": [ - { - "exclusive_end": 31, - "slot": "event_name", - "start": 13 - }, - { - "exclusive_end": 50, - "slot": "venue", - "start": 44 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The event is Amber Run Brooklyn and it;s in Warsaw" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "date", - "values": [ - "March 14th" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 30, - "slot": "date", - "start": 20 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "NYC" - ], - "date": [ - "March 14th" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want the event on March 14th" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Blowout Music Festival" - ], - "slot": "event_name", - "values": [ - "Blowout Music Festival" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Knockdown Center" - ], - "slot": "venue", - "values": [ - "Knockdown Center" - ] - } - ], - "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": 35, - "slot": "event_name", - "start": 13 - }, - { - "exclusive_end": 64, - "slot": "venue", - "start": 48 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The event is Blowout Music Festival and it's in Knockdown Center" - }, - { - "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": [ - "March 14th" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Where is that venue?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "52-19 Flushing Avenue, Maspeth" - ], - "slot": "venue_address", - "values": [ - "52-19 Flushing Avenue, Maspeth" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 46, - "slot": "venue_address", - "start": 16 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The venue is at 52-19 Flushing Avenue, Maspeth" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "NYC" - ], - "date": [ - "March 14th" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you locate other vents please?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Jason Isbell" - ], - "slot": "event_name", - "values": [ - "Jason Isbell" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Prospect Park Bandshell" - ], - "slot": "venue", - "values": [ - "Prospect Park Bandshell" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 25, - "slot": "event_name", - "start": 13 - }, - { - "exclusive_end": 61, - "slot": "venue", - "start": 38 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The event is Jason Isbell and it's at Prospect Park Bandshell." - }, - { - "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": [ - "March 14th" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "where is the venue?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "141 Prospect Park West, Brooklyn" - ], - "slot": "venue_address", - "values": [ - "141 Prospect Park West, Brooklyn" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 48, - "slot": "venue_address", - "start": 16 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The venue is at 141 Prospect Park West, Brooklyn" - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "NYC" - ], - "date": [ - "March 14th" - ], - "event_name": [ - "Jason Isbell" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds nice." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "BuyEventTickets" - ], - "slot": "intent", - "values": [ - "BuyEventTickets" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "wanna get tickets for the 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": [ - "NYC" - ], - "date": [ - "March 14th" - ], - "event_name": [ - "Jason Isbell" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I wanna buy 4 event tickets" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Jason Isbell" - ], - "slot": "event_name", - "values": [ - "Jason Isbell" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "4" - ], - "slot": "number_of_tickets", - "values": [ - "4" - ] - }, - { - "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": 20, - "slot": "event_name", - "start": 8 - }, - { - "exclusive_end": 49, - "slot": "date", - "start": 39 - }, - { - "exclusive_end": 67, - "slot": "city", - "start": 59 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Conform Jason Isbell and 4 tickets for March 14th event 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": [ - "March 14th" - ], - "event_name": [ - "Jason Isbell" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes that works and when does the event start?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "17:30" - ], - "slot": "time", - "values": [ - "5:30 pm" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "New York", - "date": "2019-03-14", - "event_name": "Jason Isbell", - "number_of_tickets": "4" - } - }, - "service_results": [ - { - "city": "New York", - "date": "2019-03-14", - "event_name": "Jason Isbell", - "number_of_tickets": "4", - "time": "17:30", - "venue": "Prospect Park Bandshell", - "venue_address": "141 Prospect Park West, Brooklyn" - } - ], - "slots": [ - { - "exclusive_end": 27, - "slot": "time", - "start": 20 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The event starts at 5: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": [ - "March 14th" - ], - "event_name": [ - "Jason Isbell" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks that is all I need" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day" - } - ] - }, - { - "dialogue_id": "9_00074", - "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": "Im looking for sports events." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "city", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where should I look for sports events?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "San Jose" - ], - "slot": "city", - "values": [ - "San Jose" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 33, - "slot": "city", - "start": 25 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "San Jose" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Im looking for events in San Jose." - }, - { - "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": "venue", - "values": [ - "Avaya Stadium" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "San Jose", - "event_type": "Sports" - } - }, - "service_results": [ - { - "category": "Soccer", - "city": "San Jose", - "date": "2019-03-05", - "event_name": "Cruz Azul Vs Atlas", - "event_type": "Sports", - "time": "18:30", - "venue": "Avaya Stadium", - "venue_address": "1145 Coleman Avenue" - } - ], - "slots": [ - { - "exclusive_end": 26, - "slot": "event_name", - "start": 8 - }, - { - "exclusive_end": 56, - "slot": "venue", - "start": 43 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found Cruz Azul Vs Atlas taking place at Avaya Stadium." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "San Jose" - ], - "event_name": [ - "Cruz Azul Vs Atlas" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds great!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Anything else I can assist you with" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "BuyEventTickets" - ], - "slot": "intent", - "values": [ - "BuyEventTickets" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "San Jose" - ], - "event_name": [ - "Cruz Azul Vs Atlas" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to get tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_of_tickets", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "date", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How many tickets and when do you want to go?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "date", - "values": [ - "5th of this month" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "4" - ], - "slot": "number_of_tickets", - "values": [ - "4" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 42, - "slot": "date", - "start": 25 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "San Jose" - ], - "date": [ - "5th of this month" - ], - "event_name": [ - "Cruz Azul Vs Atlas" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want 4 tickets for the 5th of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Cruz Azul Vs Atlas" - ], - "slot": "event_name", - "values": [ - "Cruz Azul Vs Atlas" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "4" - ], - "slot": "number_of_tickets", - "values": [ - "4" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "date", - "values": [ - "next Tuesday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "San Jose" - ], - "slot": "city", - "values": [ - "San Jose" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 62, - "slot": "event_name", - "start": 44 - }, - { - "exclusive_end": 91, - "slot": "date", - "start": 79 - }, - { - "exclusive_end": 74, - "slot": "city", - "start": 66 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Can you confirm that you want 4 tickets for Cruz Azul Vs Atlas in San Jose for next Tuesday." - }, - { - "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": [ - "San Jose" - ], - "date": [ - "5th of this month", - "next Tuesday" - ], - "event_name": [ - "Cruz Azul Vs Atlas" - ], - "event_type": [ - "Sports" - ], - "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": [ - "San Jose" - ], - "slot": "city", - "values": [ - "San Jose" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 45, - "slot": "city", - "start": 37 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Ok, I have 1 ticket for the event in San Jose" - }, - { - "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": [ - "San Jose" - ], - "date": [ - "5th of this month", - "next Tuesday" - ], - "event_name": [ - "Cruz Azul Vs Atlas" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yep, that works. What's the address of the venue?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1145 Coleman Avenue" - ], - "slot": "venue_address", - "values": [ - "1145 Coleman avenue" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "San Jose", - "date": "2019-03-05", - "event_name": "Cruz Azul Vs Atlas", - "number_of_tickets": "1" - } - }, - "service_results": [ - { - "city": "San Jose", - "date": "2019-03-05", - "event_name": "Cruz Azul Vs Atlas", - "number_of_tickets": "1", - "time": "18:30", - "venue": "Avaya Stadium", - "venue_address": "1145 Coleman Avenue" - } - ], - "slots": [ - { - "exclusive_end": 66, - "slot": "venue_address", - "start": 47 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have placed the reservation. The venue is at 1145 Coleman avenue." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "San Jose" - ], - "date": [ - "5th of this month", - "next Tuesday" - ], - "event_name": [ - "Cruz Azul Vs Atlas" - ], - "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 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": [ - "San Jose" - ], - "date": [ - "5th of this month", - "next Tuesday" - ], - "event_name": [ - "Cruz Azul Vs Atlas" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No that is all." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a nice day!" - } - ] - }, - { - "dialogue_id": "9_00075", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Phoenix" - ], - "slot": "city", - "values": [ - "Phoenix, AZ" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 47, - "slot": "city", - "start": 36 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Phoenix, AZ" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am looking for events going on in Phoenix, AZ." - }, - { - "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" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "dontcare" - ], - "slot": "date", - "values": [ - "dontcare" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Phoenix, AZ" - ], - "date": [ - "dontcare" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am looking for games. I have no preference on the date." - }, - { - "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": 44, - "slot": "event_name", - "start": 23 - }, - { - "exclusive_end": 59, - "slot": "venue", - "start": 48 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have found the event Arizona Vs La Dodgers at Chase Field." - }, - { - "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": [ - "dontcare" - ], - "event_name": [ - "Arizona Vs La Dodgers" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds good to me. I would like to buy 4 tickets to that event." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "date", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you have a preferred date for this event?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "date", - "values": [ - "14th of this month" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "number_of_tickets", - "values": [ - "1" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 60, - "slot": "date", - "start": 42 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Phoenix, AZ" - ], - "date": [ - "14th of this month" - ], - "event_name": [ - "Arizona Vs La Dodgers" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like one ticket to the one on the 14th of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Arizona Vs La Dodgers" - ], - "slot": "event_name", - "values": [ - "Arizona Vs La Dodgers" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "number_of_tickets", - "values": [ - "1" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "date", - "values": [ - "March 14th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Phoenix" - ], - "slot": "city", - "values": [ - "Phoenix" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 88, - "slot": "event_name", - "start": 67 - }, - { - "exclusive_end": 102, - "slot": "date", - "start": 92 - }, - { - "exclusive_end": 113, - "slot": "city", - "start": 106 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm these details: You would like 1 ticket to the event Arizona Vs La Dodgers on March 14th in Phoenix." - }, - { - "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": [ - "Phoenix", - "Phoenix, AZ" - ], - "date": [ - "14th of this month", - "March 14th" - ], - "event_name": [ - "Arizona Vs La Dodgers" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that works for me. Where is the venue for the event located and what time does it start?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "401 East Jefferson Street" - ], - "slot": "venue_address", - "values": [ - "401 East Jefferson Street" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "19:00" - ], - "slot": "time", - "values": [ - "7 pm" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Phoenix", - "date": "2019-03-14", - "event_name": "Arizona Vs La Dodgers", - "number_of_tickets": "1" - } - }, - "service_results": [ - { - "city": "Phoenix", - "date": "2019-03-14", - "event_name": "Arizona Vs La Dodgers", - "number_of_tickets": "1", - "time": "19:00", - "venue": "Chase Field", - "venue_address": "401 East Jefferson Street" - } - ], - "slots": [ - { - "exclusive_end": 83, - "slot": "venue_address", - "start": 58 - }, - { - "exclusive_end": 109, - "slot": "time", - "start": 105 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your reservations have been made. The venue is located at 401 East Jefferson Street. The event starts at 7 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Phoenix", - "Phoenix, AZ" - ], - "date": [ - "14th of this month", - "March 14th" - ], - "event_name": [ - "Arizona Vs La Dodgers" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you for your help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "You're welcome. Can I help you with anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "city": [ - "Phoenix", - "Phoenix, AZ" - ], - "date": [ - "14th of this month", - "March 14th" - ], - "event_name": [ - "Arizona Vs La Dodgers" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No. Thank you again." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Of course. Have a great day." - } - ] - }, - { - "dialogue_id": "9_00076", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "San Diego" - ], - "slot": "city", - "values": [ - "San Diego" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 66, - "slot": "city", - "start": 57 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "San Diego" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "My Friend and I want to know what events are going on in San Diego." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "Music", - "Sports" - ], - "slot": "event_type", - "values": [ - "Music", - "Sports" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you have a preference in type of events? I have found Music, Sports and other events." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Music" - ], - "slot": "event_type", - "values": [ - "Music" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "San Diego" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "We are looking for a concert this evening." - }, - { - "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": 89, - "slot": "event_name", - "start": 75 - }, - { - "exclusive_end": 70, - "slot": "venue", - "start": 35 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The concert I have found is at the Cal Coast Credit Union Amphitheater and Alejandro Sanz is the performer." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "San Diego" - ], - "event_name": [ - "Alejandro Sanz" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That works for us! Thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "May I help you with anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "date", - "values": [ - "March 9th" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "BuyEventTickets" - ], - "slot": "intent", - "values": [ - "BuyEventTickets" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 47, - "slot": "date", - "start": 38 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "San Diego" - ], - "date": [ - "March 9th" - ], - "event_name": [ - "Alejandro Sanz" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to buy tickets to the event on March 9th." - }, - { - "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": { - "city": [ - "San Diego" - ], - "date": [ - "March 9th" - ], - "event_name": [ - "Alejandro Sanz" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I just need 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-09" - ], - "slot": "date", - "values": [ - "March 9th" - ] - }, - { - "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": 58, - "slot": "date", - "start": 49 - }, - { - "exclusive_end": 71, - "slot": "city", - "start": 62 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Is this correct? The event is Alejandro Sanz, on March 9th in San Diego and you only need 1 ticket?" - }, - { - "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": { - "city": [ - "San Diego" - ], - "date": [ - "March 9th" - ], - "event_name": [ - "Alejandro Sanz" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No. I need two tickets" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Alejandro Sanz" - ], - "slot": "event_name", - "values": [ - "Alejandro Sanz" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2" - ], - "slot": "number_of_tickets", - "values": [ - "2" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 44, - "slot": "event_name", - "start": 30 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Is this correct? the event is Alejandro Sanz and you need 2 tickets?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "date", - "values": [ - "the 14th" - ] - }, - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 40, - "slot": "date", - "start": 32 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "San Diego" - ], - "date": [ - "the 14th" - ], - "event_name": [ - "Alejandro Sanz" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No I want to go to the event on the 14th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Alejandro Sanz" - ], - "slot": "event_name", - "values": [ - "Alejandro Sanz" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "date", - "values": [ - "March 14th" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 57, - "slot": "event_name", - "start": 43 - }, - { - "exclusive_end": 80, - "slot": "date", - "start": 70 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm the following: The event is Alejandro Sanz on the date March 14th." - }, - { - "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": [ - "March 14th", - "the 14th" - ], - "event_name": [ - "Alejandro Sanz" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that is correct. when does the event begin? Where is the venue located?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "5500 Campanile Drive" - ], - "slot": "venue_address", - "values": [ - "5500 Campanile Drive" - ] - }, - { - "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": "San Diego", - "date": "2019-03-14", - "event_name": "Alejandro Sanz", - "number_of_tickets": "2" - } - }, - "service_results": [ - { - "city": "San Diego", - "date": "2019-03-14", - "event_name": "Alejandro Sanz", - "number_of_tickets": "2", - "time": "18:30", - "venue": "Cal Coast Credit Union Amphitheater", - "venue_address": "5500 Campanile Drive" - } - ], - "slots": [ - { - "exclusive_end": 76, - "slot": "venue_address", - "start": 56 - }, - { - "exclusive_end": 110, - "slot": "time", - "start": 103 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your reservation has been made. the venue is located at 5500 Campanile Drive and the concert begins 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": [ - "San Diego" - ], - "date": [ - "March 14th", - "the 14th" - ], - "event_name": [ - "Alejandro Sanz" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you so much! That's all I need today." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day." - } - ] - }, - { - "dialogue_id": "9_00077", - "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": "event_type", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What are you interested in?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Music" - ], - "slot": "event_type", - "values": [ - "Music" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm looking for a concert." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "city", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you have preference for which city?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "city", - "values": [ - "NYC" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Hip Hop" - ], - "slot": "category", - "values": [ - "Hip Hop" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 39, - "slot": "city", - "start": 36 - }, - { - "exclusive_end": 23, - "slot": "category", - "start": 16 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "Hip Hop" - ], - "city": [ - "NYC" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm looking for Hip Hop concerts in NYC." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Blackbear" - ], - "slot": "event_name", - "values": [ - "Blackbear" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Pier 17" - ], - "slot": "venue", - "values": [ - "Pier 17" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "4" - ], - "slot": "count", - "values": [ - "4" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "category": "Hip Hop", - "city": "New York", - "event_type": "Music" - } - }, - "service_results": [ - { - "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": "Hip Hop", - "city": "New York", - "date": "2019-03-03", - "event_name": "Geto Boys", - "event_type": "Music", - "time": "17:30", - "venue": "Sony Hall", - "venue_address": "235 West 46th Street" - }, - { - "category": "Hip Hop", - "city": "New York", - "date": "2019-03-10", - "event_name": "Westside Gunn", - "event_type": "Music", - "time": "18:30", - "venue": "Sony Hall", - "venue_address": "235 West 46th Street" - } - ], - "slots": [ - { - "exclusive_end": 30, - "slot": "event_name", - "start": 21 - }, - { - "exclusive_end": 41, - "slot": "venue", - "start": 34 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I've found 4. One is Blackbear at Pier 17." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "time", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "venue_address", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [ - "time", - "venue_address" - ], - "slot_values": { - "category": [ - "Hip Hop" - ], - "city": [ - "NYC" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Where is it located and at what time does it start?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "89 South Street" - ], - "slot": "venue_address", - "values": [ - "89 South Street" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "18:30" - ], - "slot": "time", - "values": [ - "6:30 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 28, - "slot": "venue_address", - "start": 13 - }, - { - "exclusive_end": 37, - "slot": "time", - "start": 30 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It starts at 89 South Street, 6:30 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "Hip Hop" - ], - "city": [ - "NYC" - ], - "event_name": [ - "Blackbear" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "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 a ticket?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "date", - "values": [ - "13th of March" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 44, - "slot": "date", - "start": 31 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "Hip Hop" - ], - "city": [ - "NYC" - ], - "date": [ - "13th of March" - ], - "event_name": [ - "Blackbear" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes. I'd like a ticket for the 13th of March." - }, - { - "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": [ - "2" - ], - "slot": "number_of_tickets", - "values": [ - "2" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "Hip Hop" - ], - "city": [ - "NYC" - ], - "date": [ - "13th of March" - ], - "event_name": [ - "Blackbear" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like 2 tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Blackbear" - ], - "slot": "event_name", - "values": [ - "Blackbear" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2" - ], - "slot": "number_of_tickets", - "values": [ - "2" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "date", - "values": [ - "March 13th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "New York" - ], - "slot": "city", - "values": [ - "New York" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 64, - "slot": "event_name", - "start": 55 - }, - { - "exclusive_end": 78, - "slot": "date", - "start": 68 - }, - { - "exclusive_end": 90, - "slot": "city", - "start": 82 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm the following: You'd like 2 tickets for Blackbear on March 13th in New York." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "Hip Hop" - ], - "city": [ - "NYC", - "New York" - ], - "date": [ - "13th of March", - "March 13th" - ], - "event_name": [ - "Blackbear" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "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-13", - "event_name": "Blackbear", - "number_of_tickets": "2" - } - }, - "service_results": [ - { - "city": "New York", - "date": "2019-03-13", - "event_name": "Blackbear", - "number_of_tickets": "2", - "time": "18:30", - "venue": "Pier 17", - "venue_address": "89 South Street" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Great, 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": [ - "Hip Hop" - ], - "city": [ - "NYC", - "New York" - ], - "date": [ - "13th of March", - "March 13th" - ], - "event_name": [ - "Blackbear" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "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": "9_00078", - "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 in the mood to attend an interesting event with my friends. Would you help me find an upcoming Music event, please?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "city", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you have a preferred city for the event?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "date", - "values": [ - "March 8th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Rock" - ], - "slot": "category", - "values": [ - "Rock" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "city", - "values": [ - "NY" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 51, - "slot": "date", - "start": 42 - }, - { - "exclusive_end": 67, - "slot": "category", - "start": 63 - }, - { - "exclusive_end": 17, - "slot": "city", - "start": 15 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "Rock" - ], - "city": [ - "NY" - ], - "date": [ - "March 8th" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm looking at NY. How about something on March 8th, perhaps a Rock concert, please?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Jethro Tull" - ], - "slot": "event_name", - "values": [ - "Jethro Tull" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Forest Hills Stadium" - ], - "slot": "venue", - "values": [ - "Forest Hills Stadium" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "category": "Rock", - "city": "New York", - "date": "2019-03-08", - "event_type": "Music" - } - }, - "service_results": [ - { - "category": "Rock", - "city": "New York", - "date": "2019-03-08", - "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-08", - "event_name": "The Paper Kites", - "event_type": "Music", - "time": "19:00", - "venue": "Murmrr", - "venue_address": "17 Eastern Parkway, Brooklyn" - } - ], - "slots": [ - { - "exclusive_end": 23, - "slot": "event_name", - "start": 12 - }, - { - "exclusive_end": 47, - "slot": "venue", - "start": 27 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I'm showing Jethro Tull at Forest Hills Stadium." - }, - { - "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": [ - "Rock" - ], - "city": [ - "NY" - ], - "date": [ - "March 8th" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Where is that stadium located?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1 Tennis Place, Forest Hills" - ], - "slot": "venue_address", - "values": [ - "1 Tennis Place, Forest Hills" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 51, - "slot": "venue_address", - "start": 23 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The stadium address is 1 Tennis Place, Forest Hills." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "time", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [ - "time" - ], - "slot_values": { - "category": [ - "Rock" - ], - "city": [ - "NY" - ], - "date": [ - "March 8th" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Okay. So, what time does the event start?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "18:30" - ], - "slot": "time", - "values": [ - "6:30 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 28, - "slot": "time", - "start": 21 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The events starts at 6:30 pm." - }, - { - "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 8th" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Do you show any other events coming up, please?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Low" - ], - "slot": "event_name", - "values": [ - "Low" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Murmrr" - ], - "slot": "venue", - "values": [ - "Murmrr" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 16, - "slot": "event_name", - "start": 13 - }, - { - "exclusive_end": 32, - "slot": "venue", - "start": 26 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is the Low event at Murmrr." - }, - { - "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 8th" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Let's keep looking. Are there some other events coming up?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Panteon Rococo" - ], - "slot": "event_name", - "values": [ - "Panteon Rococo" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Sony Hall" - ], - "slot": "venue", - "values": [ - "Sony Hall" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 27, - "slot": "event_name", - "start": 13 - }, - { - "exclusive_end": 56, - "slot": "venue", - "start": 47 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is the Panteon Rococo event coming up at Sony Hall." - }, - { - "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": [ - "Rock" - ], - "city": [ - "NY" - ], - "date": [ - "March 8th" - ], - "event_name": [ - "Panteon Rococo" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Now, that sound like a winner. Let's get tickets for that event, 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 purchase?" - }, - { - "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": [ - "Rock" - ], - "city": [ - "NY" - ], - "date": [ - "March 8th" - ], - "event_name": [ - "Panteon Rococo" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'll buy one ticket, please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Panteon Rococo" - ], - "slot": "event_name", - "values": [ - "Panteon Rococo" - ] - }, - { - "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": [ - "New York" - ], - "slot": "city", - "values": [ - "New York" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 68, - "slot": "event_name", - "start": 54 - }, - { - "exclusive_end": 96, - "slot": "date", - "start": 85 - }, - { - "exclusive_end": 108, - "slot": "city", - "start": 100 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Got it. I'm setting up a purchase of 1 ticket for the Panteon Rococo event coming up next Friday in New York. Shall I confirm that?" - }, - { - "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 8th", - "next Friday" - ], - "event_name": [ - "Panteon Rococo" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, please confirm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "New York", - "date": "2019-03-08", - "event_name": "Panteon Rococo", - "number_of_tickets": "1" - } - }, - "service_results": [ - { - "city": "New York", - "date": "2019-03-08", - "event_name": "Panteon Rococo", - "number_of_tickets": "1", - "time": "19:00", - "venue": "Sony Hall", - "venue_address": "235 West 46th Street" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Confirmed. Your ticket purchase 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 8th", - "next Friday" - ], - "event_name": [ - "Panteon Rococo" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks so much for setting that up for me. That's all for now." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "My pleasure. Enjoy your day." - } - ] - }, - { - "dialogue_id": "9_00079", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Atlanta" - ], - "slot": "city", - "values": [ - "Atlanta, GA" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 54, - "slot": "city", - "start": 43 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Atlanta, GA" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to search for events happening in Atlanta, GA." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "event_type", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Which 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": { - "city": [ - "Atlanta, GA" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like more information on 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": 76, - "slot": "event_name", - "start": 55 - }, - { - "exclusive_end": 111, - "slot": "venue", - "start": 90 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 10 events in Atlanta, GA. One of the events is Falcons Vs Buccaneers happening at Mercedes-Benz Stadium." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Football" - ], - "slot": "category", - "values": [ - "football" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 46, - "slot": "category", - "start": 38 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "football" - ], - "city": [ - "Atlanta, GA" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I prefer if you could find me another football game." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Falcons Vs Jaguars" - ], - "slot": "event_name", - "values": [ - "Falcons Vs Jaguars" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Mercedes-Benz Stadium" - ], - "slot": "venue", - "values": [ - "Mercedes-Benz Stadium" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "8" - ], - "slot": "count", - "values": [ - "8" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "category": "Football", - "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": "Football", - "city": "Atlanta", - "date": "2019-03-06", - "event_name": "Yellow Jackets Vs Bulldogs", - "event_type": "Sports", - "time": "19:00", - "venue": "Bobby Dodd Stadium at Historic Grant Field", - "venue_address": "177 North Avenue Northwest" - }, - { - "category": "Football", - "city": "Atlanta", - "date": "2019-03-13", - "event_name": "Yellow Jackets Vs Bulls", - "event_type": "Sports", - "time": "17:00", - "venue": "Bobby Dodd Stadium at Historic Grant Field", - "venue_address": "177 North Avenue Northwest" - }, - { - "category": "Football", - "city": "Atlanta", - "date": "2019-03-04", - "event_name": "Yellow Jackets Vs Hokies", - "event_type": "Sports", - "time": "18:00", - "venue": "Bobby Dodd Stadium at Historic Grant Field", - "venue_address": "177 North Avenue Northwest" - }, - { - "category": "Football", - "city": "Atlanta", - "date": "2019-03-07", - "event_name": "Yellow Jackets Vs Panthers", - "event_type": "Sports", - "time": "19:30", - "venue": "Bobby Dodd Stadium at Historic Grant Field", - "venue_address": "177 North Avenue Northwest" - } - ], - "slots": [ - { - "exclusive_end": 63, - "slot": "event_name", - "start": 45 - }, - { - "exclusive_end": 100, - "slot": "venue", - "start": 79 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have found 8 events that you should enjoy. Falcons Vs Jaguars are playing at Mercedes-Benz Stadium." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "date", - "values": [ - "10th of this month" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "BuyEventTickets" - ], - "slot": "intent", - "values": [ - "BuyEventTickets" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 104, - "slot": "date", - "start": 86 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "football" - ], - "city": [ - "Atlanta, GA" - ], - "date": [ - "10th of this month" - ], - "event_name": [ - "Falcons Vs Jaguars" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds like a great game! I'd like to buy the tickets for the game happening the 10th of this month." - }, - { - "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": [ - "2" - ], - "slot": "number_of_tickets", - "values": [ - "2" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "football" - ], - "city": [ - "Atlanta, GA" - ], - "date": [ - "10th of this month" - ], - "event_name": [ - "Falcons Vs Jaguars" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like 2 tickets, please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Falcons Vs Jaguars" - ], - "slot": "event_name", - "values": [ - "Falcons Vs Jaguars" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2" - ], - "slot": "number_of_tickets", - "values": [ - "2" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "date", - "values": [ - "March 10th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Atlanta" - ], - "slot": "city", - "values": [ - "Atlanta" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 134, - "slot": "event_name", - "start": 116 - }, - { - "exclusive_end": 97, - "slot": "date", - "start": 87 - }, - { - "exclusive_end": 83, - "slot": "city", - "start": 76 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Can you confirm that you'd like 2 tickets to the football game happening in Atlanta on March 10th? This game is the Falcons Vs Jaguars." - }, - { - "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": [ - "football" - ], - "city": [ - "Atlanta", - "Atlanta, GA" - ], - "date": [ - "10th of this month", - "March 10th" - ], - "event_name": [ - "Falcons Vs Jaguars" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I changed my mind and only want one ticket." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "number_of_tickets", - "values": [ - "1" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "date", - "values": [ - "March 10th" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 87, - "slot": "date", - "start": 77 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Can you please confirm that you'd like 1 ticket to the event taking place on March 10th?" - }, - { - "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": [ - "football" - ], - "city": [ - "Atlanta", - "Atlanta, GA" - ], - "date": [ - "10th of this month", - "March 10th" - ], - "event_name": [ - "Falcons Vs Jaguars" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds great. Can you give me the address of the venue location?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1 AMB Drive Northwest" - ], - "slot": "venue_address", - "values": [ - "1 AMB Drive Northwest" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Atlanta", - "date": "2019-03-10", - "event_name": "Falcons Vs Jaguars", - "number_of_tickets": "1" - } - }, - "service_results": [ - { - "city": "Atlanta", - "date": "2019-03-10", - "event_name": "Falcons Vs Jaguars", - "number_of_tickets": "1", - "time": "18:00", - "venue": "Mercedes-Benz Stadium", - "venue_address": "1 AMB Drive Northwest" - } - ], - "slots": [ - { - "exclusive_end": 87, - "slot": "venue_address", - "start": 66 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your reservation has been confirmed. The location of the venue is 1 AMB Drive Northwest." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "time", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [ - "time" - ], - "slot_values": { - "category": [ - "football" - ], - "city": [ - "Atlanta", - "Atlanta, GA" - ], - "date": [ - "10th of this month", - "March 10th" - ], - "event_name": [ - "Falcons Vs Jaguars" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What time does the game start?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "18:00" - ], - "slot": "time", - "values": [ - "6 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 21, - "slot": "time", - "start": 17 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It will start at 6 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "football" - ], - "city": [ - "Atlanta", - "Atlanta, GA" - ], - "date": [ - "10th of this month", - "March 10th" - ], - "event_name": [ - "Falcons Vs Jaguars" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you for your assistance." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Is there anything else I can help you with?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "category": [ - "football" - ], - "city": [ - "Atlanta", - "Atlanta, GA" - ], - "date": [ - "10th of this month", - "March 10th" - ], - "event_name": [ - "Falcons Vs Jaguars" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, but I appreciate your help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "My pleasure. Have a wonderful day." - } - ] - }, - { - "dialogue_id": "9_00080", - "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": "Today, I want to search for some upcoming events. I want to treat my friend who's coming in town. Can you help me with that, please?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "city", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Certainly. Is there a particular city search in for the events?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Music" - ], - "slot": "event_type", - "values": [ - "Music" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Country" - ], - "slot": "category", - "values": [ - "Country" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Rohnert Park" - ], - "slot": "city", - "values": [ - "Rohnert Park" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 78, - "slot": "category", - "start": 71 - }, - { - "exclusive_end": 52, - "slot": "city", - "start": 40 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "Country" - ], - "city": [ - "Rohnert Park" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm looking for a Concert, somewhere in Rohnert Park. I would prefer a Country themed event." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Aaron Lewis" - ], - "slot": "event_name", - "values": [ - "Aaron Lewis" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "SOMO Village Event Center" - ], - "slot": "venue", - "values": [ - "SOMO Village Event Center" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "2" - ], - "slot": "count", - "values": [ - "2" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "category": "Country", - "city": "Rohnert Park", - "event_type": "Music" - } - }, - "service_results": [ - { - "category": "Country", - "city": "Rohnert Park", - "date": "2019-03-13", - "event_name": "Aaron Lewis", - "event_type": "Music", - "time": "18:30", - "venue": "SOMO Village Event Center", - "venue_address": "1100 Valley House Drive" - }, - { - "category": "Country", - "city": "Rohnert Park", - "date": "2019-03-12", - "event_name": "Billy Currington", - "event_type": "Music", - "time": "17:00", - "venue": "SOMO Village Event Center", - "venue_address": "1100 Valley House Drive" - } - ], - "slots": [ - { - "exclusive_end": 81, - "slot": "event_name", - "start": 70 - }, - { - "exclusive_end": 136, - "slot": "venue", - "start": 111 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay. I found 2 events that may interest you. One of the events is an Aaron Lewis concert, taking place at the SOMO Village Event Center." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "Country" - ], - "city": [ - "Rohnert Park" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Let's keep looking, please. Do you show any other events coming up?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Billy Currington" - ], - "slot": "event_name", - "values": [ - "Billy Currington" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "SOMO Village Event Center" - ], - "slot": "venue", - "values": [ - "SOMO Village Event Center" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 29, - "slot": "event_name", - "start": 13 - }, - { - "exclusive_end": 80, - "slot": "venue", - "start": 55 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is the Billy Currington concert coming up at the SOMO Village Event Center." - }, - { - "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": [ - "Country" - ], - "city": [ - "Rohnert Park" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What's the address of that venue, please?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1100 Valley House Drive" - ], - "slot": "venue_address", - "values": [ - "1100 Valley House Drive" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 38, - "slot": "venue_address", - "start": 15 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The address is 1100 Valley House Drive." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "time", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [ - "time" - ], - "slot_values": { - "category": [ - "Country" - ], - "city": [ - "Rohnert Park" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Great. So, what time does the concert start?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "17:00" - ], - "slot": "time", - "values": [ - "5 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 26, - "slot": "time", - "start": 22 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The concert starts at 5 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "date", - "values": [ - "the 12th" - ] - }, - { - "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": [ - { - "exclusive_end": 29, - "slot": "date", - "start": 21 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "Country" - ], - "city": [ - "Rohnert Park" - ], - "date": [ - "the 12th" - ], - "event_name": [ - "Billy Currington" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Nice. The concert on the 12th works for me. I'll buy two tickets for that event, please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Billy Currington" - ], - "slot": "event_name", - "values": [ - "Billy Currington" - ] - }, - { - "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": [ - "Rohnert Park" - ], - "slot": "city", - "values": [ - "Rohnert Park" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 73, - "slot": "event_name", - "start": 57 - }, - { - "exclusive_end": 95, - "slot": "date", - "start": 85 - }, - { - "exclusive_end": 111, - "slot": "city", - "start": 99 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "All right. I'm reserving 2 tickets for you to attend the Billy Currington concert on March 12th at Rohnert Park. Shall I confirm?" - }, - { - "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": [ - "Country" - ], - "city": [ - "Rohnert Park" - ], - "date": [ - "March 12th", - "the 12th" - ], - "event_name": [ - "Billy Currington" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, sorry, I want 1 ticket, please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "number_of_tickets", - "values": [ - "1" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Rohnert Park" - ], - "slot": "city", - "values": [ - "Rohnert Park" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 71, - "slot": "city", - "start": 59 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, shall I confirm 1 ticket for the upcoming concert at Rohnert Park?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "Country" - ], - "city": [ - "Rohnert Park" - ], - "date": [ - "March 12th", - "the 12th" - ], - "event_name": [ - "Billy Currington" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, please confirm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Rohnert Park", - "date": "2019-03-12", - "event_name": "Billy Currington", - "number_of_tickets": "1" - } - }, - "service_results": [ - { - "city": "Rohnert Park", - "date": "2019-03-12", - "event_name": "Billy Currington", - "number_of_tickets": "1", - "time": "17:00", - "venue": "SOMO Village Event Center", - "venue_address": "1100 Valley House Drive" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your reservation is now confirmed." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "Country" - ], - "city": [ - "Rohnert Park" - ], - "date": [ - "March 12th", - "the 12th" - ], - "event_name": [ - "Billy Currington" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Great. Thanks a lot for your help today." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "My pleasure. Would you like any other assistance at this time?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "category": [ - "Country" - ], - "city": [ - "Rohnert Park" - ], - "date": [ - "March 12th", - "the 12th" - ], - "event_name": [ - "Billy Currington" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, you've been wonderful. I appreciate your help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Enjoy your day." - } - ] - }, - { - "dialogue_id": "9_00081", - "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": [], - "slot": "city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [ - "Music", - "Sports" - ], - "slot": "event_type", - "values": [ - "Music", - "Sports" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What city should I search? What kind of events should I search? You can search music, sports, or anything else too." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Philadelphia" - ], - "slot": "city", - "values": [ - "Philadelphia" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Sports" - ], - "slot": "event_type", - "values": [ - "Sports" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 38, - "slot": "city", - "start": 26 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Philadelphia" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am looking for games in Philadelphia" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Eagles Vs Cowboys" - ], - "slot": "event_name", - "values": [ - "Eagles Vs Cowboys" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Lincoln Financial Field" - ], - "slot": "venue", - "values": [ - "Lincoln Financial Field" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "Philadelphia", - "event_type": "Sports" - } - }, - "service_results": [ - { - "category": "Football", - "city": "Philadelphia", - "date": "2019-03-10", - "event_name": "Eagles Vs Cowboys", - "event_type": "Sports", - "time": "17:00", - "venue": "Lincoln Financial Field", - "venue_address": "1 Lincoln Financial Field Way" - }, - { - "category": "Football", - "city": "Philadelphia", - "date": "2019-03-12", - "event_name": "Owls Vs Bison", - "event_type": "Sports", - "time": "19:30", - "venue": "Lincoln Financial Field", - "venue_address": "1 Lincoln Financial Field Way" - }, - { - "category": "Football", - "city": "Philadelphia", - "date": "2019-03-03", - "event_name": "Owls Vs Huskies", - "event_type": "Sports", - "time": "17:30", - "venue": "Lincoln Financial Field", - "venue_address": "1 Lincoln Financial Field Way" - }, - { - "category": "Football", - "city": "Philadelphia", - "date": "2019-03-10", - "event_name": "Owls Vs Knights", - "event_type": "Sports", - "time": "17:00", - "venue": "Lincoln Financial Field", - "venue_address": "1 Lincoln Financial Field Way" - }, - { - "category": "Football", - "city": "Philadelphia", - "date": "2019-03-12", - "event_name": "Owls Vs Terrapins", - "event_type": "Sports", - "time": "19:00", - "venue": "Lincoln Financial Field", - "venue_address": "1 Lincoln Financial Field Way" - }, - { - "category": "Football", - "city": "Philadelphia", - "date": "2019-03-08", - "event_name": "Owls Vs Tigers", - "event_type": "Sports", - "time": "19:00", - "venue": "Lincoln Financial Field", - "venue_address": "1 Lincoln Financial Field Way" - }, - { - "category": "Football", - "city": "Philadelphia", - "date": "2019-03-08", - "event_name": "Owls Vs Yellow Jackets", - "event_type": "Sports", - "time": "19:30", - "venue": "Lincoln Financial Field", - "venue_address": "1 Lincoln Financial Field Way" - }, - { - "category": "Baseball", - "city": "Philadelphia", - "date": "2019-03-09", - "event_name": "Phillies Vs Braves", - "event_type": "Sports", - "time": "19:30", - "venue": "Citizens Bank Park", - "venue_address": "1 Citizens Bank Way" - }, - { - "category": "Baseball", - "city": "Philadelphia", - "date": "2019-03-12", - "event_name": "Phillies Vs Cubs", - "event_type": "Sports", - "time": "17:00", - "venue": "Citizens Bank Park", - "venue_address": "1 Citizens Bank Way" - }, - { - "category": "Baseball", - "city": "Philadelphia", - "date": "2019-03-09", - "event_name": "Phillies Vs Diamondbacks", - "event_type": "Sports", - "time": "19:00", - "venue": "Citizens Bank Park", - "venue_address": "1 Citizens Bank Way" - } - ], - "slots": [ - { - "exclusive_end": 21, - "slot": "event_name", - "start": 4 - }, - { - "exclusive_end": 51, - "slot": "venue", - "start": 28 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The Eagles Vs Cowboys is at Lincoln Financial Field." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "venue_address", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "category", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [ - "category", - "venue_address" - ], - "slot_values": { - "city": [ - "Philadelphia" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What is the address of the venue? What type of game is this?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1 Lincoln Financial Field Way" - ], - "slot": "venue_address", - "values": [ - "1 Lincoln Financial Field Way" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Football" - ], - "slot": "category", - "values": [ - "football" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 69, - "slot": "venue_address", - "start": 40 - }, - { - "exclusive_end": 18, - "slot": "category", - "start": 10 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "This is a football game. The address is 1 Lincoln Financial Field Way." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Philadelphia" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you please find other 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": "venue", - "values": [ - "Lincoln Financial Field" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 17, - "slot": "event_name", - "start": 4 - }, - { - "exclusive_end": 47, - "slot": "venue", - "start": 24 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The Owls Vs Bison is at Lincoln Financial Field." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Philadelphia" - ], - "event_name": [ - "Owls Vs Bison" - ], - "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": "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": { - "city": [ - "Philadelphia" - ], - "event_name": [ - "Owls Vs Bison" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, I would like to buy one ticket." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "date", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What is your preferred date?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "date", - "values": [ - "12th of March" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 41, - "slot": "date", - "start": 28 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Philadelphia" - ], - "date": [ - "12th of March" - ], - "event_name": [ - "Owls Vs Bison" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like the one on the 12th of March." - }, - { - "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-12" - ], - "slot": "date", - "values": [ - "March 12th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Philadelphia" - ], - "slot": "city", - "values": [ - "Philadelphia" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 46, - "slot": "event_name", - "start": 33 - }, - { - "exclusive_end": 60, - "slot": "date", - "start": 50 - }, - { - "exclusive_end": 76, - "slot": "city", - "start": 64 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm: 1 ticket for the Owls Vs Bison on March 12th in Philadelphia." - }, - { - "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": [ - "Philadelphia" - ], - "date": [ - "12th of March", - "March 12th" - ], - "event_name": [ - "Owls Vs Bison" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes. What is the start time of the event? What is the venue address?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1 Lincoln Financial Field Way" - ], - "slot": "venue_address", - "values": [ - "1 Lincoln Financial Field Way" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "19:30" - ], - "slot": "time", - "values": [ - "7:30 pm" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Philadelphia", - "date": "2019-03-12", - "event_name": "Owls Vs Bison", - "number_of_tickets": "1" - } - }, - "service_results": [ - { - "city": "Philadelphia", - "date": "2019-03-12", - "event_name": "Owls Vs Bison", - "number_of_tickets": "1", - "time": "19:30", - "venue": "Lincoln Financial Field", - "venue_address": "1 Lincoln Financial Field Way" - } - ], - "slots": [ - { - "exclusive_end": 82, - "slot": "venue_address", - "start": 53 - }, - { - "exclusive_end": 115, - "slot": "time", - "start": 108 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your reservation has been made. The venue address is 1 Lincoln Financial Field Way. The event start time is 7: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": [ - "Philadelphia" - ], - "date": [ - "12th of March", - "March 12th" - ], - "event_name": [ - "Owls Vs Bison" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you 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": "9_00082", - "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": "Hey, can you search for a Concert around me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "city", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you have a city in preference?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "city", - "values": [ - "NY" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Blues" - ], - "slot": "category", - "values": [ - "Blues" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 2, - "slot": "city", - "start": 0 - }, - { - "exclusive_end": 22, - "slot": "category", - "start": 17 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "Blues" - ], - "city": [ - "NY" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "NY. Find me some Blues events, if possible." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Ben Harper" - ], - "slot": "event_name", - "values": [ - "Ben Harper" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Pier 17" - ], - "slot": "venue", - "values": [ - "Pier 17" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "category": "Blues", - "city": "New York", - "event_type": "Music" - } - }, - "service_results": [ - { - "category": "Blues", - "city": "New York", - "date": "2019-03-10", - "event_name": "Ben Harper", - "event_type": "Music", - "time": "19:00", - "venue": "Pier 17", - "venue_address": "89 South Street" - }, - { - "category": "Blues", - "city": "New York", - "date": "2019-03-09", - "event_name": "Buddy Guy", - "event_type": "Music", - "time": "17:00", - "venue": "Sony Hall", - "venue_address": "235 West 46th Street" - }, - { - "category": "Blues", - "city": "New York", - "date": "2019-03-01", - "event_name": "Greensky Bluegrass", - "event_type": "Music", - "time": "18:00", - "venue": "Pier 17", - "venue_address": "89 South Street" - }, - { - "category": "Blues", - "city": "New York", - "date": "2019-03-02", - "event_name": "Lyfe Jennings", - "event_type": "Music", - "time": "19:30", - "venue": "Sony Hall", - "venue_address": "235 West 46th Street" - }, - { - "category": "Blues", - "city": "New York", - "date": "2019-03-12", - "event_name": "Mac Demarco", - "event_type": "Music", - "time": "19:30", - "venue": "Prospect Park Bandshell", - "venue_address": "141 Prospect Park West, Brooklyn" - }, - { - "category": "Blues", - "city": "New York", - "date": "2019-03-12", - "event_name": "Shanice", - "event_type": "Music", - "time": "17:00", - "venue": "Sony Hall", - "venue_address": "235 West 46th Street" - }, - { - "category": "Blues", - "city": "New York", - "date": "2019-03-10", - "event_name": "Vivian Green", - "event_type": "Music", - "time": "17:00", - "venue": "Sony Hall", - "venue_address": "235 West 46th Street" - } - ], - "slots": [ - { - "exclusive_end": 10, - "slot": "event_name", - "start": 0 - }, - { - "exclusive_end": 32, - "slot": "venue", - "start": 25 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Ben Harper is playing at Pier 17 today. Would you like that?" - }, - { - "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": [ - "NY" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Where is the event located? What time does it start?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "89 South Street" - ], - "slot": "venue_address", - "values": [ - "89 South Street" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "19:00" - ], - "slot": "time", - "values": [ - "7 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 30, - "slot": "venue_address", - "start": 15 - }, - { - "exclusive_end": 46, - "slot": "time", - "start": 42 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Its located at 89 South Street, starts at 7 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "Blues" - ], - "city": [ - "NY" - ], - "event_name": [ - "Ben Harper" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds great for me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "BuyEventTickets" - ], - "slot": "intent", - "values": [ - "BuyEventTickets" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like to buy the 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": [ - "NY" - ], - "event_name": [ - "Ben Harper" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, I would. Buy me one ticket." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "date", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you have a preferred date for the events?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "date", - "values": [ - "10th of this month" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 22, - "slot": "date", - "start": 4 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "Blues" - ], - "city": [ - "NY" - ], - "date": [ - "10th of this month" - ], - "event_name": [ - "Ben Harper" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "The 10th of this month. It's when I'm free." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Ben Harper" - ], - "slot": "event_name", - "values": [ - "Ben Harper" - ] - }, - { - "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": 60, - "slot": "event_name", - "start": 50 - }, - { - "exclusive_end": 74, - "slot": "date", - "start": 64 - }, - { - "exclusive_end": 100, - "slot": "city", - "start": 92 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Can you confirm the details? You want 1 ticket to Ben Harper on March 10th. The event is at New York." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "date", - "values": [ - "12th of March" - ] - }, - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 40, - "slot": "date", - "start": 27 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "Blues" - ], - "city": [ - "NY", - "New York" - ], - "date": [ - "12th of March" - ], - "event_name": [ - "Ben Harper" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Actually, I want it on the 12th of March." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "number_of_tickets", - "values": [ - "1" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "date", - "values": [ - "March 12th" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 71, - "slot": "date", - "start": 61 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Can you confirm the details? 1 event for the ticket, but for March 12th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "Blues" - ], - "city": [ - "NY", - "New York" - ], - "date": [ - "12th of March", - "March 12th" - ], - "event_name": [ - "Ben Harper" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that's it." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "New York", - "date": "2019-03-12", - "event_name": "Ben Harper", - "number_of_tickets": "1" - } - }, - "service_results": [ - { - "city": "New York", - "date": "2019-03-12", - "event_name": "Ben Harper", - "number_of_tickets": "1", - "time": "18:00", - "venue": "Pier 17", - "venue_address": "89 South Street" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your reservation was successful." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "Blues" - ], - "city": [ - "NY", - "New York" - ], - "date": [ - "12th of March", - "March 12th" - ], - "event_name": [ - "Ben Harper" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks a lot." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Can I assist you in anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "category": [ - "Blues" - ], - "city": [ - "NY", - "New York" - ], - "date": [ - "12th of March", - "March 12th" - ], - "event_name": [ - "Ben Harper" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that's all." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day." - } - ] - }, - { - "dialogue_id": "9_00083", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "date", - "values": [ - "the 5th" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 52, - "slot": "date", - "start": 45 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "date": [ - "the 5th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am looking for events, specifically one on the 5th." - }, - { - "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 preference for the city I should find them in or any preference for the type of event such as Music, Sports etc." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Sports" - ], - "slot": "event_type", - "values": [ - "Sports" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Soccer" - ], - "slot": "category", - "values": [ - "Soccer" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Seattle" - ], - "slot": "city", - "values": [ - "Seattle, WA" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 54, - "slot": "category", - "start": 48 - }, - { - "exclusive_end": 83, - "slot": "city", - "start": 72 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "Soccer" - ], - "city": [ - "Seattle, WA" - ], - "date": [ - "the 5th" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am looking for Games, I would like to go to a Soccer event ideally in Seattle, WA." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Sounders Vs Timbers" - ], - "slot": "event_name", - "values": [ - "Sounders Vs Timbers" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "CenturyLink Field" - ], - "slot": "venue", - "values": [ - "Centurylink field" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "category": "Soccer", - "city": "Seattle", - "date": "2019-03-05", - "event_type": "Sports" - } - }, - "service_results": [ - { - "category": "Soccer", - "city": "Seattle", - "date": "2019-03-05", - "event_name": "Sounders Vs Timbers", - "event_type": "Sports", - "time": "17:00", - "venue": "CenturyLink Field", - "venue_address": "800 Occidental Avenue South" - } - ], - "slots": [ - { - "exclusive_end": 71, - "slot": "event_name", - "start": 52 - }, - { - "exclusive_end": 92, - "slot": "venue", - "start": 75 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 1 event matching your criteria, the game is Sounders Vs Timbers at Centurylink field." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "Soccer" - ], - "city": [ - "Seattle, WA" - ], - "date": [ - "the 5th" - ], - "event_name": [ - "Sounders Vs Timbers" - ], - "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 wish to purchase tickets for this game?" - }, - { - "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": [ - "Soccer" - ], - "city": [ - "Seattle, WA" - ], - "date": [ - "the 5th" - ], - "event_name": [ - "Sounders Vs Timbers" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes i would like to buy 4 tickets please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Sounders Vs Timbers" - ], - "slot": "event_name", - "values": [ - "Sounders vs Timbers" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "4" - ], - "slot": "number_of_tickets", - "values": [ - "4" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "date", - "values": [ - "next Tuesday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Seattle" - ], - "slot": "city", - "values": [ - "Seattle" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 55, - "slot": "event_name", - "start": 36 - }, - { - "exclusive_end": 102, - "slot": "date", - "start": 90 - }, - { - "exclusive_end": 133, - "slot": "city", - "start": 126 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Just to confirm, the Soccer game is Sounders vs Timbers, you want 4 tickets for the event next Tuesday and the location is in Seattle." - }, - { - "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": { - "category": [ - "Soccer" - ], - "city": [ - "Seattle", - "Seattle, WA" - ], - "date": [ - "next Tuesday", - "the 5th" - ], - "event_name": [ - "Sounders Vs Timbers", - "Sounders vs Timbers" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes that sounds great, where is the venue and when will it start?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "800 Occidental Avenue South" - ], - "slot": "venue_address", - "values": [ - "800 Occidental Avenue South" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "17:00" - ], - "slot": "time", - "values": [ - "5 pm" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Seattle", - "date": "2019-03-05", - "event_name": "Sounders Vs Timbers", - "number_of_tickets": "4" - } - }, - "service_results": [ - { - "city": "Seattle", - "date": "2019-03-05", - "event_name": "Sounders Vs Timbers", - "number_of_tickets": "4", - "time": "17:00", - "venue": "CenturyLink Field", - "venue_address": "800 Occidental Avenue South" - } - ], - "slots": [ - { - "exclusive_end": 69, - "slot": "venue_address", - "start": 42 - }, - { - "exclusive_end": 88, - "slot": "time", - "start": 84 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your tickets have been reserved, it is at 800 Occidental Avenue South and starts at 5 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "Soccer" - ], - "city": [ - "Seattle", - "Seattle, WA" - ], - "date": [ - "next Tuesday", - "the 5th" - ], - "event_name": [ - "Sounders Vs Timbers", - "Sounders vs Timbers" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Brilliant thank you very 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": { - "category": [ - "Soccer" - ], - "city": [ - "Seattle", - "Seattle, WA" - ], - "date": [ - "next Tuesday", - "the 5th" - ], - "event_name": [ - "Sounders Vs Timbers", - "Sounders vs Timbers" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No that's all thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day." - } - ] - }, - { - "dialogue_id": "9_00084", - "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 need help locating events for Music. Can you help me with that?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "city", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you have a preference on the location of the event?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "city", - "values": [ - "New York City" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 38, - "slot": "city", - "start": 25 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "New York City" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I wouldn't mind going to New York City. That sounds fun." - }, - { - "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": 42, - "slot": "event_name", - "start": 24 - }, - { - "exclusive_end": 61, - "slot": "venue", - "start": 55 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have an event for the Amber Run Brooklyn which is at Warsaw. Will that event be okay?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "venue_address", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "time", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [ - "time", - "venue_address" - ], - "slot_values": { - "city": [ - "New York City" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Where is that venue located and what time does it start?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "261 Driggs Avenue, Brooklyn" - ], - "slot": "venue_address", - "values": [ - "261 Driggs Avenue, Brooklyn" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "19:30" - ], - "slot": "time", - "values": [ - "7:30 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 58, - "slot": "venue_address", - "start": 31 - }, - { - "exclusive_end": 83, - "slot": "time", - "start": 76 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "So the address to the venue is 261 Driggs Avenue, Brooklyn. The event is 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 City" - ], - "event_name": [ - "Amber Run Brooklyn" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds great." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "BuyEventTickets" - ], - "slot": "intent", - "values": [ - "BuyEventTickets" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like to purchase tickets for this event?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "date", - "values": [ - "March 5th" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 54, - "slot": "date", - "start": 45 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "New York City" - ], - "date": [ - "March 5th" - ], - "event_name": [ - "Amber Run Brooklyn" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes I would like to purchase the tickets for March 5th." - }, - { - "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": [ - "3" - ], - "slot": "number_of_tickets", - "values": [ - "3" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "New York City" - ], - "date": [ - "March 5th" - ], - "event_name": [ - "Amber Run Brooklyn" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I will need three event tickets." - }, - { - "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-05" - ], - "slot": "date", - "values": [ - "next Tuesday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "New York" - ], - "slot": "city", - "values": [ - "New York" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 66, - "slot": "event_name", - "start": 48 - }, - { - "exclusive_end": 79, - "slot": "date", - "start": 67 - }, - { - "exclusive_end": 91, - "slot": "city", - "start": 83 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Let's confirm the details. I have 3 tickets for Amber Run Brooklyn next Tuesday in New York. Is that right?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "date", - "values": [ - "March 2nd" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "number_of_tickets", - "values": [ - "1" - ] - }, - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 61, - "slot": "date", - "start": 52 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "New York", - "New York City" - ], - "date": [ - "March 2nd" - ], - "event_name": [ - "Amber Run Brooklyn" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Actually, no I would like 1 ticket for the event on March 2nd. My mistake." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "number_of_tickets", - "values": [ - "1" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "date", - "values": [ - "tomorrow" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 59, - "slot": "date", - "start": 51 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Alright, please confirm 1 ticket for the event for tomorrow." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "New York", - "New York City" - ], - "date": [ - "March 2nd", - "tomorrow" - ], - "event_name": [ - "Amber Run Brooklyn" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that's wonderful." - }, - { - "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": "1" - } - }, - "service_results": [ - { - "city": "New York", - "date": "2019-03-02", - "event_name": "Amber Run Brooklyn", - "number_of_tickets": "1", - "time": "17:00", - "venue": "Warsaw", - "venue_address": "261 Driggs Avenue, Brooklyn" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your purchase has been 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": [ - "New York", - "New York City" - ], - "date": [ - "March 2nd", - "tomorrow" - ], - "event_name": [ - "Amber Run Brooklyn" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That's everything, thanks for all your help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day." - } - ] - }, - { - "dialogue_id": "9_00085", - "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 tell me about events that are occurring around me?" - }, - { - "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 events and what city would you like me to focus on?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Sports" - ], - "slot": "event_type", - "values": [ - "Sports" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Atlanta" - ], - "slot": "city", - "values": [ - "Atlanta, GA" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 67, - "slot": "city", - "start": 56 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Atlanta, GA" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please look for any sports events that are in or around Atlanta, GA." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Falcons Vs Buccaneers" - ], - "slot": "event_name", - "values": [ - "Falcons Vs Buccaneers" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Mercedes-Benz Stadium" - ], - "slot": "venue", - "values": [ - "Mercedes-Benz Stadium" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "Atlanta", - "event_type": "Sports" - } - }, - "service_results": [ - { - "category": "Football", - "city": "Atlanta", - "date": "2019-03-11", - "event_name": "Falcons Vs Buccaneers", - "event_type": "Sports", - "time": "18:00", - "venue": "Mercedes-Benz Stadium", - "venue_address": "1 AMB Drive Northwest" - }, - { - "category": "Football", - "city": "Atlanta", - "date": "2019-03-10", - "event_name": "Falcons Vs Jaguars", - "event_type": "Sports", - "time": "18:00", - "venue": "Mercedes-Benz Stadium", - "venue_address": "1 AMB Drive Northwest" - }, - { - "category": "Football", - "city": "Atlanta", - "date": "2019-03-11", - "event_name": "Falcons Vs Rams", - "event_type": "Sports", - "time": "18:30", - "venue": "Mercedes-Benz Stadium", - "venue_address": "1 AMB Drive Northwest" - }, - { - "category": "Football", - "city": "Atlanta", - "date": "2019-03-13", - "event_name": "Falcons Vs Redskins", - "event_type": "Sports", - "time": "17:00", - "venue": "Mercedes-Benz Stadium", - "venue_address": "1 AMB Drive Northwest" - }, - { - "category": "Basketball", - "city": "Atlanta", - "date": "2019-03-11", - "event_name": "Panthers Vs Jaguars", - "event_type": "Sports", - "time": "19:30", - "venue": "Georgia State Stadium", - "venue_address": "755 Hank Aaron Drive Southeast" - }, - { - "category": "Basketball", - "city": "Atlanta", - "date": "2019-03-10", - "event_name": "Panthers Vs Mountaineers", - "event_type": "Sports", - "time": "17:30", - "venue": "Georgia State Stadium", - "venue_address": "755 Hank Aaron Drive Southeast" - }, - { - "category": "Basketball", - "city": "Atlanta", - "date": "2019-03-09", - "event_name": "Panthers Vs Paladins", - "event_type": "Sports", - "time": "18:30", - "venue": "Georgia State Stadium", - "venue_address": "755 Hank Aaron Drive Southeast" - }, - { - "category": "Basketball", - "city": "Atlanta", - "date": "2019-03-05", - "event_name": "Panthers Vs Trojans", - "event_type": "Sports", - "time": "18:30", - "venue": "Georgia State Stadium", - "venue_address": "755 Hank Aaron Drive Southeast" - }, - { - "category": "Soccer", - "city": "Atlanta", - "date": "2019-03-11", - "event_name": "United Vs Earthquakes", - "event_type": "Sports", - "time": "18:00", - "venue": "Mercedes-Benz Stadium", - "venue_address": "1 AMB Drive Northwest" - }, - { - "category": "Soccer", - "city": "Atlanta", - "date": "2019-03-05", - "event_name": "United Vs Red Bulls", - "event_type": "Sports", - "time": "17:30", - "venue": "Mercedes-Benz Stadium", - "venue_address": "1 AMB Drive Northwest" - } - ], - "slots": [ - { - "exclusive_end": 33, - "slot": "event_name", - "start": 12 - }, - { - "exclusive_end": 84, - "slot": "venue", - "start": 63 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found the Falcons Vs Buccaneers game that is going on at the Mercedes-Benz Stadium." - }, - { - "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": [ - "Atlanta, GA" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When does it start and what sport is being played." - }, - { - "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": 12, - "slot": "category", - "start": 4 - }, - { - "exclusive_end": 32, - "slot": "time", - "start": 28 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The football game 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": "Ok. Count me in." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "BuyEventTickets" - ], - "slot": "intent", - "values": [ - "BuyEventTickets" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Great. Should we work on buying the tickets now?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Atlanta, GA" - ], - "event_name": [ - "Falcons Vs Buccaneers" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Absolutely. I'm excited!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_of_tickets", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How many people are going?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "date", - "values": [ - "11th of this month" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "number_of_tickets", - "values": [ - "1" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 83, - "slot": "date", - "start": 65 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Atlanta, GA" - ], - "date": [ - "11th of this month" - ], - "event_name": [ - "Falcons Vs Buccaneers" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I will be going solo and will only be needing one ticket for the 11th of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Falcons Vs Buccaneers" - ], - "slot": "event_name", - "values": [ - "Falcons Vs Buccaneers" - ] - }, - { - "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": [ - "Atlanta" - ], - "slot": "city", - "values": [ - "Atlanta" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 57, - "slot": "event_name", - "start": 36 - }, - { - "exclusive_end": 76, - "slot": "date", - "start": 66 - }, - { - "exclusive_end": 87, - "slot": "city", - "start": 80 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Great. So you want 1 ticket for the Falcons Vs Buccaneers game on March 11th in Atlanta correct?" - }, - { - "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": [ - "Atlanta", - "Atlanta, GA" - ], - "date": [ - "11th of this month", - "March 11th" - ], - "event_name": [ - "Falcons Vs Buccaneers" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That is correct and I'll also need directions to the stadium." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1 AMB Drive Northwest" - ], - "slot": "venue_address", - "values": [ - "1 AMB Drive Northwest" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Atlanta", - "date": "2019-03-11", - "event_name": "Falcons Vs Buccaneers", - "number_of_tickets": "1" - } - }, - "service_results": [ - { - "city": "Atlanta", - "date": "2019-03-11", - "event_name": "Falcons Vs Buccaneers", - "number_of_tickets": "1", - "time": "18:00", - "venue": "Mercedes-Benz Stadium", - "venue_address": "1 AMB Drive Northwest" - } - ], - "slots": [ - { - "exclusive_end": 85, - "slot": "venue_address", - "start": 64 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The ticket has been bought and I will provide you directions to 1 AMB Drive Northwest on the day of the game. Anything else that I can help you with?" - }, - { - "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": [ - "Atlanta", - "Atlanta, GA" - ], - "date": [ - "11th of this month", - "March 11th" - ], - "event_name": [ - "Falcons Vs Buccaneers" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that is all. Thank you so much for your assistance!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have an awesome day!" - } - ] - }, - { - "dialogue_id": "9_00086", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Washington D.C." - ], - "slot": "city", - "values": [ - "DC" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 34, - "slot": "city", - "start": 32 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "DC" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Will you find me some events in DC?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "event_type", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What type of events?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Music" - ], - "slot": "event_type", - "values": [ - "Music" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "DC" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Concert." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Carbon Leaf" - ], - "slot": "event_name", - "values": [ - "Carbon Leaf" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Union Stage" - ], - "slot": "venue", - "values": [ - "Union Stage" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "5" - ], - "slot": "count", - "values": [ - "5" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "Washington D.C.", - "event_type": "Music" - } - }, - "service_results": [ - { - "category": "Blues", - "city": "Washington D.C.", - "date": "2019-03-08", - "event_name": "Carbon Leaf", - "event_type": "Music", - "time": "17:30", - "venue": "Union Stage", - "venue_address": "740 Water Street Southwest, Washington, District of Columbia 20024, United States" - }, - { - "category": "Hip Hop", - "city": "Washington D.C.", - "date": "2019-03-11", - "event_name": "Freestyle Love Supreme", - "event_type": "Music", - "time": "19:00", - "venue": "Family Theater", - "venue_address": "2700 F Street Northwest, Washington, District of Columbia 20566, United States" - }, - { - "category": "Pop", - "city": "Washington D.C.", - "date": "2019-03-12", - "event_name": "Juliana Hatfield", - "event_type": "Music", - "time": "19:30", - "venue": "Union Stage", - "venue_address": "740 Water Street Southwest, Washington, District of Columbia 20024, United States" - }, - { - "category": "Blues", - "city": "Washington D.C.", - "date": "2019-03-13", - "event_name": "Nicole Belanus Washington", - "event_type": "Music", - "time": "19:00", - "venue": "Pearl Street Warehouse", - "venue_address": "33 Pearl Street Southwest, Washington, District of Columbia 20024, United States" - }, - { - "category": "Electronica", - "city": "Washington D.C.", - "date": "2019-03-09", - "event_name": "Thenewdeal", - "event_type": "Music", - "time": "19:30", - "venue": "Union Stage", - "venue_address": "740 Water Street Southwest, Washington, District of Columbia 20024, United States" - } - ], - "slots": [ - { - "exclusive_end": 29, - "slot": "event_name", - "start": 18 - }, - { - "exclusive_end": 47, - "slot": "venue", - "start": 36 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 5 events. Carbon Leaf is at Union Stage." - }, - { - "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": [ - "DC" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Which category is it? When does it start?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Blues" - ], - "slot": "category", - "values": [ - "Blues" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "17:30" - ], - "slot": "time", - "values": [ - "5:30 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 5, - "slot": "category", - "start": 0 - }, - { - "exclusive_end": 16, - "slot": "time", - "start": 9 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Blues at 5:30 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Sports" - ], - "slot": "event_type", - "values": [ - "Sports" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "date", - "values": [ - "10th of March" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 43, - "slot": "date", - "start": 30 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "DC" - ], - "date": [ - "10th of March" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Will you search for Sports on 10th of March?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Nationals Vs White Sox" - ], - "slot": "event_name", - "values": [ - "Nationals Vs White Sox" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Nationals Park" - ], - "slot": "venue", - "values": [ - "Nationals Park" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "Washington D.C.", - "date": "2019-03-10", - "event_type": "Sports" - } - }, - "service_results": [ - { - "category": "Baseball", - "city": "Washington D.C.", - "date": "2019-03-10", - "event_name": "Nationals Vs White Sox", - "event_type": "Sports", - "time": "17:30", - "venue": "Nationals Park", - "venue_address": "1500 South Capitol Street Southeast" - }, - { - "category": "Basketball", - "city": "Washington D.C.", - "date": "2019-03-10", - "event_name": "Washington Vs Ny Liberty", - "event_type": "Sports", - "time": "18:00", - "venue": "Entertainment & Sports Arena", - "venue_address": "1100 Oak Drive SE" - } - ], - "slots": [ - { - "exclusive_end": 30, - "slot": "event_name", - "start": 8 - }, - { - "exclusive_end": 48, - "slot": "venue", - "start": 34 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found Nationals Vs White Sox at Nationals Park." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "dontcare" - ], - "slot": "date", - "values": [ - "dontcare" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "DC" - ], - "date": [ - "dontcare" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Are there any other events on any date?" - }, - { - "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" - ] - } - ], - "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": 23, - "slot": "event_name", - "start": 0 - }, - { - "exclusive_end": 37, - "slot": "venue", - "start": 27 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Dc United Vs Revolution at Audi Field." - }, - { - "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": [ - "DC" - ], - "date": [ - "dontcare" - ], - "event_name": [ - "Dc United Vs Revolution" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds good. I want to buy three tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "date", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What date?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "date", - "values": [ - "14th of March" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 13, - "slot": "date", - "start": 0 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "DC" - ], - "date": [ - "14th of March" - ], - "event_name": [ - "Dc United Vs Revolution" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "14th of March." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Dc United Vs Revolution" - ], - "slot": "event_name", - "values": [ - "Dc United Vs Revolution" - ] - }, - { - "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": [ - "Washington D.C." - ], - "slot": "city", - "values": [ - "Washington D.C." - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 52, - "slot": "event_name", - "start": 29 - }, - { - "exclusive_end": 66, - "slot": "date", - "start": 56 - }, - { - "exclusive_end": 85, - "slot": "city", - "start": 70 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm 3 tickets for Dc United Vs Revolution on March 14th in Washington D.C." - }, - { - "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": [ - "DC", - "Washington D.C." - ], - "date": [ - "14th of March", - "March 14th" - ], - "event_name": [ - "Dc United Vs Revolution" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds great. Where is it? When does it start?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "100 Potomac Avenue Southwest" - ], - "slot": "venue_address", - "values": [ - "100 Potomac Avenue Southwest" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "17:30" - ], - "slot": "time", - "values": [ - "5:30 pm" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Washington D.C.", - "date": "2019-03-14", - "event_name": "Dc United Vs Revolution", - "number_of_tickets": "3" - } - }, - "service_results": [ - { - "city": "Washington D.C.", - "date": "2019-03-14", - "event_name": "Dc United Vs Revolution", - "number_of_tickets": "3", - "time": "17:30", - "venue": "Audi Field", - "venue_address": "100 Potomac Avenue Southwest" - } - ], - "slots": [ - { - "exclusive_end": 28, - "slot": "venue_address", - "start": 0 - }, - { - "exclusive_end": 39, - "slot": "time", - "start": 32 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "100 Potomac Avenue Southwest at 5:30 pm. Reservation is confirmed." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "DC", - "Washington D.C." - ], - "date": [ - "14th of March", - "March 14th" - ], - "event_name": [ - "Dc United Vs Revolution" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "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": [ - "DC", - "Washington D.C." - ], - "date": [ - "14th of March", - "March 14th" - ], - "event_name": [ - "Dc United Vs Revolution" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that's all." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a nice day." - } - ] - }, - { - "dialogue_id": "9_00087", - "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": [ - "Music", - "Sports" - ], - "slot": "event_type", - "values": [ - "Music", - "Sports" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you have a preference? Like music, or sports, or anything else." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "London" - ], - "slot": "city", - "values": [ - "London" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "date", - "values": [ - "March 4th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Sports" - ], - "slot": "event_type", - "values": [ - "Sports" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 37, - "slot": "city", - "start": 31 - }, - { - "exclusive_end": 50, - "slot": "date", - "start": 41 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "London" - ], - "date": [ - "March 4th" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yeah, I'm looking for games in London on March 4th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Crystal Palace Vs Norwich" - ], - "slot": "event_name", - "values": [ - "Crystal Palace Vs Norwich" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Selhurst Park Stadium" - ], - "slot": "venue", - "values": [ - "Selhurst Park Stadium" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "London", - "date": "2019-03-04", - "event_type": "Sports" - } - }, - "service_results": [ - { - "category": "Soccer", - "city": "London", - "date": "2019-03-04", - "event_name": "Crystal Palace Vs Norwich", - "event_type": "Sports", - "time": "19:00", - "venue": "Selhurst Park Stadium", - "venue_address": "Holmesdale Road" - } - ], - "slots": [ - { - "exclusive_end": 44, - "slot": "event_name", - "start": 19 - }, - { - "exclusive_end": 87, - "slot": "venue", - "start": 66 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Found 1 event. Its Crystal Palace Vs Norwich, taking place at the Selhurst Park Stadium." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "category", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [ - "category" - ], - "slot_values": { - "city": [ - "London" - ], - "date": [ - "March 4th" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What kind of event is this?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Soccer" - ], - "slot": "category", - "values": [ - "soccer" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 12, - "slot": "category", - "start": 6 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Its a soccer event." - }, - { - "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": [ - "London" - ], - "date": [ - "March 4th" - ], - "event_name": [ - "Crystal Palace Vs Norwich" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds good to me. I wanna buy a ticket. I just want one ticket." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Crystal Palace Vs Norwich" - ], - "slot": "event_name", - "values": [ - "Crystal Palace Vs Norwich" - ] - }, - { - "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": [ - "London" - ], - "slot": "city", - "values": [ - "London" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 58, - "slot": "event_name", - "start": 33 - }, - { - "exclusive_end": 109, - "slot": "date", - "start": 98 - }, - { - "exclusive_end": 119, - "slot": "city", - "start": 113 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Just wanna confirm. The event is Crystal Palace Vs Norwich, and you want 1 ticket. It takes place next Monday at London." - }, - { - "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": [ - "London" - ], - "date": [ - "March 4th", - "next Monday" - ], - "event_name": [ - "Crystal Palace Vs Norwich" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "You know what, make it four tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "4" - ], - "slot": "number_of_tickets", - "values": [ - "4" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "date", - "values": [ - "next Monday" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 43, - "slot": "date", - "start": 32 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "To confirm. Thats 4 tickets for next Monday?" - }, - { - "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": [ - "London" - ], - "date": [ - "March 4th", - "next Monday" - ], - "event_name": [ - "Crystal Palace Vs Norwich" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yeah, thats good. Where is it gonna take place?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Holmesdale Road" - ], - "slot": "venue_address", - "values": [ - "Holmesdale Road" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "London", - "date": "2019-03-04", - "event_name": "Crystal Palace Vs Norwich", - "number_of_tickets": "4" - } - }, - "service_results": [ - { - "city": "London", - "date": "2019-03-04", - "event_name": "Crystal Palace Vs Norwich", - "number_of_tickets": "4", - "time": "19:00", - "venue": "Selhurst Park Stadium", - "venue_address": "Holmesdale Road" - } - ], - "slots": [ - { - "exclusive_end": 62, - "slot": "venue_address", - "start": 47 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The reservation is made. It will take place at Holmesdale Road." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "London" - ], - "date": [ - "March 4th", - "next Monday" - ], - "event_name": [ - "Crystal Palace Vs Norwich" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks, you've been a big help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "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": [ - "London" - ], - "date": [ - "March 4th", - "next Monday" - ], - "event_name": [ - "Crystal Palace Vs Norwich" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, thats it." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your welcomes. Have a good day." - } - ] - }, - { - "dialogue_id": "9_00088", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Seattle" - ], - "slot": "city", - "values": [ - "Seattle, WA" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 33, - "slot": "city", - "start": 22 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Seattle, WA" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What events are on in Seattle, WA?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "Music", - "Sports" - ], - "slot": "event_type", - "values": [ - "Music", - "Sports" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Are you after music or sports, or something else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Sports" - ], - "slot": "event_type", - "values": [ - "Sports" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Seattle, WA" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm after a match." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Huskies Vs Cougars" - ], - "slot": "event_name", - "values": [ - "Huskies Vs Cougars" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Husky Stadium" - ], - "slot": "venue", - "values": [ - "Husky Stadium" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "Seattle", - "event_type": "Sports" - } - }, - "service_results": [ - { - "category": "Basketball", - "city": "Seattle", - "date": "2019-03-14", - "event_name": "Huskies Vs Cougars", - "event_type": "Sports", - "time": "18:30", - "venue": "Husky Stadium", - "venue_address": "3800 Montlake Boulevard Northeast" - }, - { - "category": "Basketball", - "city": "Seattle", - "date": "2019-03-08", - "event_name": "Huskies Vs Utes", - "event_type": "Sports", - "time": "18:00", - "venue": "Husky Stadium", - "venue_address": "3800 Montlake Boulevard Northeast" - }, - { - "category": "Basketball", - "city": "Seattle", - "date": "2019-03-06", - "event_name": "Huskies Vs Warriors", - "event_type": "Sports", - "time": "19:30", - "venue": "Husky Stadium", - "venue_address": "3800 Montlake Boulevard Northeast" - }, - { - "category": "Baseball", - "city": "Seattle", - "date": "2019-03-07", - "event_name": "Mariners Vs Angels", - "event_type": "Sports", - "time": "18:30", - "venue": "T-Mobile Park", - "venue_address": "1250 1st Avenue South" - }, - { - "category": "Baseball", - "city": "Seattle", - "date": "2019-03-08", - "event_name": "Mariners Vs Blue Jays", - "event_type": "Sports", - "time": "18:00", - "venue": "T-Mobile Park", - "venue_address": "1250 1st Avenue South" - }, - { - "category": "Baseball", - "city": "Seattle", - "date": "2019-03-01", - "event_name": "Mariners Vs Rangers", - "event_type": "Sports", - "time": "19:30", - "venue": "T-Mobile Park", - "venue_address": "1250 1st Avenue South" - }, - { - "category": "Baseball", - "city": "Seattle", - "date": "2019-03-10", - "event_name": "Mariners Vs Rays", - "event_type": "Sports", - "time": "18:00", - "venue": "T-Mobile Park", - "venue_address": "1250 1st Avenue South" - }, - { - "category": "Baseball", - "city": "Seattle", - "date": "2019-03-05", - "event_name": "Mariners Vs Tigers", - "event_type": "Sports", - "time": "17:00", - "venue": "T-Mobile Park", - "venue_address": "1250 1st Avenue South" - }, - { - "category": "Baseball", - "city": "Seattle", - "date": "2019-03-10", - "event_name": "Mariners Vs White Sox", - "event_type": "Sports", - "time": "17:00", - "venue": "T-Mobile Park", - "venue_address": "1250 1st Avenue South" - }, - { - "category": "Football", - "city": "Seattle", - "date": "2019-03-08", - "event_name": "Seahawks Vs Cardinals", - "event_type": "Sports", - "time": "18:30", - "venue": "CenturyLink Field", - "venue_address": "800 Occidental Avenue South" - } - ], - "slots": [ - { - "exclusive_end": 31, - "slot": "event_name", - "start": 13 - }, - { - "exclusive_end": 48, - "slot": "venue", - "start": 35 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay there's Huskies Vs Cougars at Husky Stadium." - }, - { - "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": [ - "Seattle, WA" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What sport is this? What time does it start?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Basketball" - ], - "slot": "category", - "values": [ - "basketball" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "18:30" - ], - "slot": "time", - "values": [ - "6:30 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 17, - "slot": "category", - "start": 7 - }, - { - "exclusive_end": 47, - "slot": "time", - "start": 40 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It's a basketball game and it starts at 6:30 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Seattle, WA" - ], - "event_name": [ - "Huskies Vs Cougars" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds good thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "BuyEventTickets" - ], - "slot": "intent", - "values": [ - "BuyEventTickets" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Should I book tickets?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Seattle, WA" - ], - "event_name": [ - "Huskies Vs Cougars" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes that would be great." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_of_tickets", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "date", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How many tickets do you need, and what date are you after?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "date", - "values": [ - "14th of March" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "3" - ], - "slot": "number_of_tickets", - "values": [ - "3" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 40, - "slot": "date", - "start": 27 - } - ], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Seattle, WA" - ], - "date": [ - "14th of March" - ], - "event_name": [ - "Huskies Vs Cougars" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you book 3 tickets for 14th of March?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Huskies Vs Cougars" - ], - "slot": "event_name", - "values": [ - "Huskies vs Cougars" - ] - }, - { - "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": [ - "Seattle" - ], - "slot": "city", - "values": [ - "Seattle" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 61, - "slot": "event_name", - "start": 43 - }, - { - "exclusive_end": 81, - "slot": "date", - "start": 71 - }, - { - "exclusive_end": 92, - "slot": "city", - "start": 85 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay confirming you want 3 tickets for the Huskies vs Cougars match on March 14th in Seattle?" - }, - { - "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": [ - "14th of March", - "March 14th" - ], - "event_name": [ - "Huskies Vs Cougars", - "Huskies vs Cougars" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yep that's the one." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Seattle", - "date": "2019-03-14", - "event_name": "Huskies Vs Cougars", - "number_of_tickets": "3" - } - }, - "service_results": [ - { - "city": "Seattle", - "date": "2019-03-14", - "event_name": "Huskies Vs Cougars", - "number_of_tickets": "3", - "time": "18:30", - "venue": "Husky Stadium", - "venue_address": "3800 Montlake Boulevard Northeast" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "I've booked those tickets 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": { - "city": [ - "Seattle", - "Seattle, WA" - ], - "date": [ - "14th of March", - "March 14th" - ], - "event_name": [ - "Huskies Vs Cougars", - "Huskies vs Cougars" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Great, that's all for now." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Glad I could help. Have fun at the match." - } - ] - }, - { - "dialogue_id": "9_00089", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I want to find some upcoming 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": "What type of event are you interested in? And what city or area should I search in?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Music" - ], - "slot": "event_type", - "values": [ - "Music" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "city", - "values": [ - "New York City" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 50, - "slot": "city", - "start": 37 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "New York City" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am looking for music or concert 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": 51, - "slot": "event_name", - "start": 33 - }, - { - "exclusive_end": 27, - "slot": "venue", - "start": 21 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is an event at Warsaw, the Amber Run Brooklyn." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "date", - "values": [ - "this Saturday" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Sports" - ], - "slot": "event_type", - "values": [ - "Sports" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 35, - "slot": "date", - "start": 22 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "New York City" - ], - "date": [ - "this Saturday" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Is there an event for this Saturday? Maybe some type of sports?" - }, - { - "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": 59, - "slot": "event_name", - "start": 44 - }, - { - "exclusive_end": 73, - "slot": "venue", - "start": 63 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There are 6 sports events. One event is the Mets vs Dodgers at Citi Field." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "New York City" - ], - "date": [ - "this Saturday" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Could you let me know of other events?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Mets Vs Rockies" - ], - "slot": "event_name", - "values": [ - "Mets vs Rockies" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Citi Field" - ], - "slot": "venue", - "values": [ - "Citi Field" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 46, - "slot": "event_name", - "start": 31 - }, - { - "exclusive_end": 27, - "slot": "venue", - "start": 17 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Another event at Citi Field is Mets vs Rockies. Does that sound like something you would like?" - }, - { - "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": [ - "New York City" - ], - "date": [ - "this Saturday" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Where is Citi Field? And what type of event is that?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Baseball" - ], - "slot": "category", - "values": [ - "baseball" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "123-01 Roosevelt Avenue" - ], - "slot": "venue_address", - "values": [ - "123-01 Roosevelt Avenue" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 33, - "slot": "category", - "start": 25 - }, - { - "exclusive_end": 88, - "slot": "venue_address", - "start": 65 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The Mets vs Rockies is a baseball game. Citi Field is located at 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": { - "city": [ - "New York City" - ], - "date": [ - "this Saturday" - ], - "event_name": [ - "Mets vs Rockies" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds pretty good. And that was for Saturday?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-02" - ], - "slot": "date", - "values": [ - "tomorrow" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Mets Vs Rockies" - ], - "slot": "event_name", - "values": [ - "Mets vs Rockies" - ] - }, - { - "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 Rockies" - } - }, - "service_results": [ - { - "city": "New York", - "date": "2019-03-02", - "event_name": "Mets Vs Rockies", - "time": "17:30", - "venue": "Citi Field", - "venue_address": "123-01 Roosevelt Avenue" - } - ], - "slots": [ - { - "exclusive_end": 37, - "slot": "date", - "start": 29 - }, - { - "exclusive_end": 25, - "slot": "event_name", - "start": 10 - }, - { - "exclusive_end": 51, - "slot": "venue", - "start": 41 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The event Mets vs Rockies is tomorrow at Citi Field." - }, - { - "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": [ - "New York City" - ], - "date": [ - "this Saturday", - "tomorrow" - ], - "event_name": [ - "Mets vs Rockies" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "And where is Citi Field located again?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "123-01 Roosevelt Avenue" - ], - "slot": "venue_address", - "values": [ - "123-01 Roosevelt Avenue" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 48, - "slot": "venue_address", - "start": 25 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Citi Field is located at 123-01 Roosevelt Avenue." - }, - { - "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": [ - "New York City" - ], - "date": [ - "this Saturday", - "tomorrow" - ], - "event_name": [ - "Mets vs Rockies" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, I would like to buy two tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Mets Vs Rockies" - ], - "slot": "event_name", - "values": [ - "Mets vs Rockies" - ] - }, - { - "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": 84, - "slot": "event_name", - "start": 69 - }, - { - "exclusive_end": 107, - "slot": "date", - "start": 99 - }, - { - "exclusive_end": 119, - "slot": "city", - "start": 111 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm the following: you want to purchase 2 tickets for the Mets vs Rockies baseball game tomorrow in New York at Citi Field." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "New York", - "New York City" - ], - "date": [ - "this Saturday", - "tomorrow" - ], - "event_name": [ - "Mets vs Rockies" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that's it." - }, - { - "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 Rockies", - "number_of_tickets": "2" - } - }, - "service_results": [ - { - "city": "New York", - "date": "2019-03-02", - "event_name": "Mets Vs Rockies", - "number_of_tickets": "2", - "time": "17:30", - "venue": "Citi Field", - "venue_address": "123-01 Roosevelt Avenue" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your tickets have been purchased and will be available at will call." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "time", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [ - "time" - ], - "slot_values": { - "city": [ - "New York", - "New York City" - ], - "date": [ - "this Saturday", - "tomorrow" - ], - "event_name": [ - "Mets vs Rockies" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What time does the game start?" - }, - { - "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 with gates opening at 4 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": [ - "New York", - "New York City" - ], - "date": [ - "this Saturday", - "tomorrow" - ], - "event_name": [ - "Mets vs Rockies" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Great. That's all I need. Thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Enjoy the game." - } - ] - }, - { - "dialogue_id": "9_00090", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "city", - "values": [ - "NEw York" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 74, - "slot": "city", - "start": 66 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "NEw York" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to look for activities. I am searching for activities in NEw York." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "event_type", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What activities 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": [ - "NEw York" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am searching for sports." - }, - { - "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": 25, - "slot": "event_name", - "start": 11 - }, - { - "exclusive_end": 48, - "slot": "venue", - "start": 38 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is a Mets Vs Braves activity 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 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 for the activity?" - }, - { - "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": "Not now. I am more into finding the times 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" - ] - } - ], - "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": 45, - "slot": "date", - "start": 34 - }, - { - "exclusive_end": 18, - "slot": "event_name", - "start": 4 - }, - { - "exclusive_end": 59, - "slot": "venue", - "start": 49 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The Mets vs Braves activity is on next Monday at Citi Field." - }, - { - "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": [ - "next Monday" - ], - "event_name": [ - "Mets Vs Braves", - "Mets vs Braves" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds perfect for me. I'd like to purchase tickets to 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 want me to obtain?" - }, - { - "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": [ - "NEw York" - ], - "date": [ - "next Monday" - ], - "event_name": [ - "Mets Vs Braves", - "Mets vs Braves" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like 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": 73, - "slot": "event_name", - "start": 59 - }, - { - "exclusive_end": 94, - "slot": "date", - "start": 83 - }, - { - "exclusive_end": 106, - "slot": "city", - "start": 98 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please verify the following information: 4 tickets for the Mets Vs Braves event on next Monday at New York." - }, - { - "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": [ - "NEw York", - "New York" - ], - "date": [ - "next Monday" - ], - "event_name": [ - "Mets Vs Braves", - "Mets vs Braves" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yup, that's the one. What's the event's location, and when does it begin?" - }, - { - "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" - ] - }, - { - "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": 77, - "slot": "venue_address", - "start": 54 - }, - { - "exclusive_end": 96, - "slot": "time", - "start": 92 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your booking was successful. The event takes place at 123-01 Roosevelt Avenue and begins at 7 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "NEw York", - "New York" - ], - "date": [ - "next Monday" - ], - "event_name": [ - "Mets Vs Braves", - "Mets vs Braves" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you for your assistance." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Could I assist you with something else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "city": [ - "NEw York", - "New York" - ], - "date": [ - "next Monday" - ], - "event_name": [ - "Mets Vs Braves", - "Mets vs Braves" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Nope. Thank you for your assistance." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a pleasant afternoon." - } - ] - }, - { - "dialogue_id": "9_00091", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "date", - "values": [ - "the 11th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Sports" - ], - "slot": "event_type", - "values": [ - "Sports" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 47, - "slot": "date", - "start": 39 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "date": [ - "the 11th" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please find me the Match scheduled for the 11th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "city", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "In which city are you planning to see the Match?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Atlanta" - ], - "slot": "city", - "values": [ - "Atlanta" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 14, - "slot": "city", - "start": 7 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Atlanta" - ], - "date": [ - "the 11th" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm in Atlanta." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Falcons Vs Buccaneers" - ], - "slot": "event_name", - "values": [ - "Falcons Vs Buccaneers" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Mercedes-Benz Stadium" - ], - "slot": "venue", - "values": [ - "Mercedes-Benz Stadium" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "6" - ], - "slot": "count", - "values": [ - "6" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "Atlanta", - "date": "2019-03-11", - "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-11", - "event_name": "Falcons Vs Rams", - "event_type": "Sports", - "time": "18:30", - "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-11", - "event_name": "Panthers Vs Trojans", - "event_type": "Sports", - "time": "17: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-11", - "event_name": "United Vs Red Bulls", - "event_type": "Sports", - "time": "19:30", - "venue": "Mercedes-Benz Stadium", - "venue_address": "1 AMB Drive Northwest" - } - ], - "slots": [ - { - "exclusive_end": 78, - "slot": "event_name", - "start": 57 - }, - { - "exclusive_end": 116, - "slot": "venue", - "start": 95 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There are 6 events that might be of interest to you. The Falcons Vs Buccaneers match is at the Mercedes-Benz Stadium." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Atlanta" - ], - "date": [ - "the 11th" - ], - "event_name": [ - "Falcons Vs Buccaneers" - ], - "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": "Shall I help you with 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": [ - "Atlanta" - ], - "date": [ - "the 11th" - ], - "event_name": [ - "Falcons Vs Buccaneers" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Not now. I'm just trying to find dates for the events." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-11" - ], - "slot": "date", - "values": [ - "March 11th" - ] - }, - { - "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": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "GetEventDates", - "parameters": { - "city": "Atlanta", - "event_name": "Falcons Vs Buccaneers" - } - }, - "service_results": [ - { - "city": "Atlanta", - "date": "2019-03-11", - "event_name": "Falcons Vs Buccaneers", - "time": "18:00", - "venue": "Mercedes-Benz Stadium", - "venue_address": "1 AMB Drive Northwest" - } - ], - "slots": [ - { - "exclusive_end": 30, - "slot": "date", - "start": 20 - }, - { - "exclusive_end": 66, - "slot": "event_name", - "start": 45 - }, - { - "exclusive_end": 104, - "slot": "venue", - "start": 83 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is 1 event on March 11th and it is the Falcons Vs Buccaneers match is at the Mercedes-Benz 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": "GetEventDates", - "requested_slots": [ - "time", - "venue_address" - ], - "slot_values": { - "city": [ - "Atlanta" - ], - "date": [ - "March 11th", - "the 11th" - ], - "event_name": [ - "Falcons Vs Buccaneers" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What time does the match start and what is the address of the venue?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "18:00" - ], - "slot": "time", - "values": [ - "6 pm" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "1 AMB Drive Northwest" - ], - "slot": "venue_address", - "values": [ - "1 AMB Drive Northwest" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 24, - "slot": "time", - "start": 20 - }, - { - "exclusive_end": 78, - "slot": "venue_address", - "start": 57 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The match starts at 6 pm and the address of the venue is 1 AMB Drive Northwest." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "GetEventDates", - "requested_slots": [], - "slot_values": { - "city": [ - "Atlanta" - ], - "date": [ - "March 11th", - "the 11th" - ], - "event_name": [ - "Falcons Vs Buccaneers" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds great. Thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Is there anything else you need assistance with?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "BuyEventTickets" - ], - "slot": "intent", - "values": [ - "BuyEventTickets" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Atlanta" - ], - "date": [ - "March 11th", - "the 11th" - ], - "event_name": [ - "Falcons Vs Buccaneers" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to buy tickets to 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 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": [ - "Atlanta" - ], - "date": [ - "March 11th", - "the 11th" - ], - "event_name": [ - "Falcons Vs Buccaneers" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want just one ticket." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Falcons Vs Buccaneers" - ], - "slot": "event_name", - "values": [ - "Falcons Vs Buccaneers" - ] - }, - { - "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": [ - "Atlanta" - ], - "slot": "city", - "values": [ - "Atlanta" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 56, - "slot": "event_name", - "start": 35 - }, - { - "exclusive_end": 87, - "slot": "date", - "start": 77 - }, - { - "exclusive_end": 98, - "slot": "city", - "start": 91 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Proceeding to buy 1 ticket for the Falcons Vs Buccaneers match scheduled for March 11th in Atlanta. Please confirm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Atlanta" - ], - "date": [ - "March 11th", - "the 11th" - ], - "event_name": [ - "Falcons Vs Buccaneers" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes. Please proceed." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Atlanta", - "date": "2019-03-11", - "event_name": "Falcons Vs Buccaneers", - "number_of_tickets": "1" - } - }, - "service_results": [ - { - "city": "Atlanta", - "date": "2019-03-11", - "event_name": "Falcons Vs Buccaneers", - "number_of_tickets": "1", - "time": "18:00", - "venue": "Mercedes-Benz Stadium", - "venue_address": "1 AMB Drive Northwest" - } - ], - "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": [ - "Atlanta" - ], - "date": [ - "March 11th", - "the 11th" - ], - "event_name": [ - "Falcons Vs Buccaneers" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks a bunch. 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": "9_00092", - "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 so bored! Is anything interesting happening around here?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "city", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What city do you want to check out the happenings of?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Washington D.C." - ], - "slot": "city", - "values": [ - "DC" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 37, - "slot": "city", - "start": 35 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "DC" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to see what's going on 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 a specific event that suits your fancy, like 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'd like to see if there's a match happening around there." - }, - { - "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": 84, - "slot": "event_name", - "start": 61 - }, - { - "exclusive_end": 112, - "slot": "venue", - "start": 102 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 10 events relevant to your critera. One of them is a DC United vs Revolution match, hosted at Audi Field." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "category", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [ - "category" - ], - "slot_values": { - "city": [ - "DC" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What specific sport is this match?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Soccer" - ], - "slot": "category", - "values": [ - "soccer" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 14, - "slot": "category", - "start": 8 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It is a soccer match." - }, - { - "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": "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 get a ticket right now?" - }, - { - "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 at the moment. I'll think about it." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How else can I help you out?" - }, - { - "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": [ - "DC" - ], - "event_name": [ - "DC United vs Revolution" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to learn when that match happens." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-02" - ], - "slot": "date", - "values": [ - "tomorrow" - ] - }, - { - "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": [ - "8" - ], - "slot": "count", - "values": [ - "8" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "GetEventDates", - "parameters": { - "city": "Washington D.C.", - "event_name": "Dc United Vs Revolution" - } - }, - "service_results": [ - { - "city": "Washington D.C.", - "date": "2019-03-02", - "event_name": "Dc United Vs Revolution", - "time": "17:30", - "venue": "Audi Field", - "venue_address": "100 Potomac Avenue Southwest" - }, - { - "city": "Washington D.C.", - "date": "2019-03-03", - "event_name": "Dc United Vs Revolution", - "time": "19:00", - "venue": "Audi Field", - "venue_address": "100 Potomac Avenue Southwest" - }, - { - "city": "Washington D.C.", - "date": "2019-03-05", - "event_name": "Dc United Vs Revolution", - "time": "19:30", - "venue": "Audi Field", - "venue_address": "100 Potomac Avenue Southwest" - }, - { - "city": "Washington D.C.", - "date": "2019-03-07", - "event_name": "Dc United Vs Revolution", - "time": "17:30", - "venue": "Audi Field", - "venue_address": "100 Potomac Avenue Southwest" - }, - { - "city": "Washington D.C.", - "date": "2019-03-08", - "event_name": "Dc United Vs Revolution", - "time": "19:30", - "venue": "Audi Field", - "venue_address": "100 Potomac Avenue Southwest" - }, - { - "city": "Washington D.C.", - "date": "2019-03-09", - "event_name": "Dc United Vs Revolution", - "time": "18:30", - "venue": "Audi Field", - "venue_address": "100 Potomac Avenue Southwest" - }, - { - "city": "Washington D.C.", - "date": "2019-03-12", - "event_name": "Dc United Vs Revolution", - "time": "19:00", - "venue": "Audi Field", - "venue_address": "100 Potomac Avenue Southwest" - }, - { - "city": "Washington D.C.", - "date": "2019-03-14", - "event_name": "Dc United Vs Revolution", - "time": "17:30", - "venue": "Audi Field", - "venue_address": "100 Potomac Avenue Southwest" - } - ], - "slots": [ - { - "exclusive_end": 97, - "slot": "date", - "start": 89 - }, - { - "exclusive_end": 27, - "slot": "event_name", - "start": 4 - }, - { - "exclusive_end": 47, - "slot": "venue", - "start": 37 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The DC United vs Revolution match at Audi Field? It happens on 8 days, the soonest being tomorrow." - }, - { - "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": [ - "DC" - ], - "date": [ - "tomorrow" - ], - "event_name": [ - "DC United vs Revolution" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds good. I'll go ahead and get the 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": [ - "4" - ], - "slot": "number_of_tickets", - "values": [ - "4" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "DC" - ], - "date": [ - "tomorrow" - ], - "event_name": [ - "DC United vs Revolution" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "4 sounds good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Dc United Vs Revolution" - ], - "slot": "event_name", - "values": [ - "DC United Vs Revolution" - ] - }, - { - "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": [ - "Washington D.C." - ], - "slot": "city", - "values": [ - "Washington D.C." - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 64, - "slot": "event_name", - "start": 41 - }, - { - "exclusive_end": 122, - "slot": "date", - "start": 114 - }, - { - "exclusive_end": 113, - "slot": "city", - "start": 98 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay then, so you want 4 tickets for the DC United Vs Revolution soccer match that takes place in Washington D.C. tomorrow?" - }, - { - "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": { - "city": [ - "DC", - "Washington D.C." - ], - "date": [ - "tomorrow" - ], - "event_name": [ - "DC United Vs Revolution", - "DC United vs Revolution" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Wait a second. Two of the people I had in mind don't like soccer. I'll get two tickets instead." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Dc United Vs Revolution" - ], - "slot": "event_name", - "values": [ - "DC United vs Revolution" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2" - ], - "slot": "number_of_tickets", - "values": [ - "2" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 50, - "slot": "event_name", - "start": 27 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You want 2 tickets for the DC United vs Revolution match, then?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "DC", - "Washington D.C." - ], - "date": [ - "tomorrow" - ], - "event_name": [ - "DC United Vs Revolution", - "DC United vs Revolution" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That is correct." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Washington D.C.", - "date": "2019-03-02", - "event_name": "Dc United Vs Revolution", - "number_of_tickets": "2" - } - }, - "service_results": [ - { - "city": "Washington D.C.", - "date": "2019-03-02", - "event_name": "Dc United Vs Revolution", - "number_of_tickets": "2", - "time": "17:30", - "venue": "Audi Field", - "venue_address": "100 Potomac Avenue Southwest" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "I have reserved the tickets for you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "DC", - "Washington D.C." - ], - "date": [ - "tomorrow" - ], - "event_name": [ - "DC United Vs Revolution", - "DC United vs Revolution" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks for arranging that." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Can I help you any further?" - }, - { - "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", - "Washington D.C." - ], - "date": [ - "tomorrow" - ], - "event_name": [ - "DC United Vs Revolution", - "DC United vs Revolution" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Not now. Many thanks for getting me the tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "I hope it's a great game. Enjoy your day." - } - ] - }, - { - "dialogue_id": "9_00093", - "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": "Can you give me a hand looking for some Sports events to go to?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "city", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What city would you like to attend the event in?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Soccer" - ], - "slot": "category", - "values": [ - "soccer" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Atlanta" - ], - "slot": "city", - "values": [ - "Atlanta, GA" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 38, - "slot": "category", - "start": 32 - }, - { - "exclusive_end": 11, - "slot": "city", - "start": 0 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "soccer" - ], - "city": [ - "Atlanta, GA" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Atlanta, GA - I'm looking for a soccer game." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "United Vs Earthquakes" - ], - "slot": "event_name", - "values": [ - "United Vs Earthquakes" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Mercedes-Benz Stadium" - ], - "slot": "venue", - "values": [ - "Mercedes-Benz Stadium" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "category": "Soccer", - "city": "Atlanta", - "event_type": "Sports" - } - }, - "service_results": [ - { - "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" - }, - { - "category": "Soccer", - "city": "Atlanta", - "date": "2019-03-10", - "event_name": "United Vs Revolution", - "event_type": "Sports", - "time": "19:00", - "venue": "Mercedes-Benz Stadium", - "venue_address": "1 AMB Drive Northwest" - }, - { - "category": "Soccer", - "city": "Atlanta", - "date": "2019-03-06", - "event_name": "United Vs United", - "event_type": "Sports", - "time": "17:30", - "venue": "Mercedes-Benz Stadium", - "venue_address": "1 AMB Drive Northwest" - } - ], - "slots": [ - { - "exclusive_end": 30, - "slot": "event_name", - "start": 9 - }, - { - "exclusive_end": 59, - "slot": "venue", - "start": 38 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "How does United Vs Earthquakes at the Mercedes-Benz Stadium sound?" - }, - { - "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": [ - "Atlanta, GA" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What time does it start at?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "18:00" - ], - "slot": "time", - "values": [ - "6 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 23, - "slot": "time", - "start": 19 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The game begins 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": [ - "soccer" - ], - "city": [ - "Atlanta, GA" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What's the address?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1 AMB Drive Northwest" - ], - "slot": "venue_address", - "values": [ - "1 AMB Drive Northwest" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 41, - "slot": "venue_address", - "start": 20 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The game will be at 1 AMB Drive Northwest." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "soccer" - ], - "city": [ - "Atlanta, GA" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What other events are happening?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "United Vs Red Bulls" - ], - "slot": "event_name", - "values": [ - "United Vs Red Bulls" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Mercedes-Benz Stadium" - ], - "slot": "venue", - "values": [ - "Mercedes-Benz Stadium" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 30, - "slot": "event_name", - "start": 11 - }, - { - "exclusive_end": 85, - "slot": "venue", - "start": 64 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is a United Vs Red Bulls game, it also takes place at the Mercedes-Benz 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": [ - "soccer" - ], - "city": [ - "Atlanta, GA" - ], - "event_name": [ - "United Vs Red Bulls" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yeah, great - what are the dates?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-05" - ], - "slot": "date", - "values": [ - "next Tuesday" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "United Vs Red Bulls" - ], - "slot": "event_name", - "values": [ - "United Vs Red Bulls" - ] - }, - { - "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": "United Vs Red Bulls" - } - }, - "service_results": [ - { - "city": "Atlanta", - "date": "2019-03-05", - "event_name": "United Vs Red Bulls", - "time": "17:30", - "venue": "Mercedes-Benz Stadium", - "venue_address": "1 AMB Drive Northwest" - }, - { - "city": "Atlanta", - "date": "2019-03-06", - "event_name": "United Vs Red Bulls", - "time": "17:00", - "venue": "Mercedes-Benz Stadium", - "venue_address": "1 AMB Drive Northwest" - }, - { - "city": "Atlanta", - "date": "2019-03-09", - "event_name": "United Vs Red Bulls", - "time": "18:30", - "venue": "Mercedes-Benz Stadium", - "venue_address": "1 AMB Drive Northwest" - }, - { - "city": "Atlanta", - "date": "2019-03-10", - "event_name": "United Vs Red Bulls", - "time": "18:30", - "venue": "Mercedes-Benz Stadium", - "venue_address": "1 AMB Drive Northwest" - }, - { - "city": "Atlanta", - "date": "2019-03-11", - "event_name": "United Vs Red Bulls", - "time": "19:30", - "venue": "Mercedes-Benz Stadium", - "venue_address": "1 AMB Drive Northwest" - }, - { - "city": "Atlanta", - "date": "2019-03-12", - "event_name": "United Vs Red Bulls", - "time": "19:30", - "venue": "Mercedes-Benz Stadium", - "venue_address": "1 AMB Drive Northwest" - } - ], - "slots": [ - { - "exclusive_end": 78, - "slot": "date", - "start": 66 - }, - { - "exclusive_end": 23, - "slot": "event_name", - "start": 4 - }, - { - "exclusive_end": 57, - "slot": "venue", - "start": 36 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The United Vs Red Bulls game at the Mercedes-Benz Stadium happens next Tuesday." - }, - { - "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": [ - "soccer" - ], - "city": [ - "Atlanta, GA" - ], - "event_name": [ - "United Vs Red Bulls" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you repeat the location of the game?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1 AMB Drive Northwest" - ], - "slot": "venue_address", - "values": [ - "1 AMB Drive Northwest" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 51, - "slot": "venue_address", - "start": 30 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The game is at the stadium on 1 AMB Drive Northwest." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "GetEventDates", - "requested_slots": [], - "slot_values": { - "category": [ - "soccer" - ], - "city": [ - "Atlanta, GA" - ], - "event_name": [ - "United Vs Red Bulls" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What other dates are available?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-06" - ], - "slot": "date", - "values": [ - "next Wednesday" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "United Vs Red Bulls" - ], - "slot": "event_name", - "values": [ - "United Vs Red Bulls" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Mercedes-Benz Stadium" - ], - "slot": "venue", - "values": [ - "Mercedes-Benz Stadium" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 79, - "slot": "date", - "start": 65 - }, - { - "exclusive_end": 30, - "slot": "event_name", - "start": 11 - }, - { - "exclusive_end": 64, - "slot": "venue", - "start": 43 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is a United Vs Red Bulls game at the Mercedes-Benz Stadium next Wednesday." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "time", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "GetEventDates", - "requested_slots": [ - "time" - ], - "slot_values": { - "category": [ - "soccer" - ], - "city": [ - "Atlanta, GA" - ], - "event_name": [ - "United Vs Red Bulls" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What time does that one start?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "17:00" - ], - "slot": "time", - "values": [ - "5 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 24, - "slot": "time", - "start": 20 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "That game beings at 5 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "GetEventDates", - "requested_slots": [], - "slot_values": { - "category": [ - "soccer" - ], - "city": [ - "Atlanta, GA" - ], - "event_name": [ - "United Vs Red Bulls" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Alright, what other dates are games happening?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-09" - ], - "slot": "date", - "values": [ - "March 9th" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "United Vs Red Bulls" - ], - "slot": "event_name", - "values": [ - "United Vs Red Bulls" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Mercedes-Benz Stadium" - ], - "slot": "venue", - "values": [ - "Mercedes-Benz Stadium" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 82, - "slot": "date", - "start": 73 - }, - { - "exclusive_end": 35, - "slot": "event_name", - "start": 16 - }, - { - "exclusive_end": 69, - "slot": "venue", - "start": 48 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is also a United Vs Red Bulls game at the Mercedes-Benz 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": { - "category": [ - "soccer" - ], - "city": [ - "Atlanta, GA" - ], - "date": [ - "March 9th" - ], - "event_name": [ - "United Vs Red Bulls" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Alright, cool. 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 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": { - "category": [ - "soccer" - ], - "city": [ - "Atlanta, GA" - ], - "date": [ - "March 9th" - ], - "event_name": [ - "United Vs Red Bulls" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I think 4 tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "United Vs Red Bulls" - ], - "slot": "event_name", - "values": [ - "United Vs Red Bulls" - ] - }, - { - "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": [ - "Atlanta" - ], - "slot": "city", - "values": [ - "Atlanta" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 86, - "slot": "event_name", - "start": 67 - }, - { - "exclusive_end": 115, - "slot": "date", - "start": 106 - }, - { - "exclusive_end": 102, - "slot": "city", - "start": 95 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Let's go over what you've decided: You would like 4 tickets to the United Vs Red Bulls game in Atlanta on March 9th?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "soccer" - ], - "city": [ - "Atlanta", - "Atlanta, GA" - ], - "date": [ - "March 9th" - ], - "event_name": [ - "United Vs Red Bulls" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yeah, great, that sounds good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Atlanta", - "date": "2019-03-09", - "event_name": "United Vs Red Bulls", - "number_of_tickets": "4" - } - }, - "service_results": [ - { - "city": "Atlanta", - "date": "2019-03-09", - "event_name": "United Vs Red Bulls", - "number_of_tickets": "4", - "time": "18:30", - "venue": "Mercedes-Benz Stadium", - "venue_address": "1 AMB Drive Northwest" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Alright, you've got tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "time", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [ - "time" - ], - "slot_values": { - "category": [ - "soccer" - ], - "city": [ - "Atlanta", - "Atlanta, GA" - ], - "date": [ - "March 9th" - ], - "event_name": [ - "United Vs Red Bulls" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Great - hey, can you repeat what time the game starts?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "18:30" - ], - "slot": "time", - "values": [ - "6:30 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 45, - "slot": "time", - "start": 38 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure, no problem: this game starts at 6:30 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "soccer" - ], - "city": [ - "Atlanta", - "Atlanta, GA" - ], - "date": [ - "March 9th" - ], - "event_name": [ - "United Vs Red Bulls" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok, 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 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": { - "category": [ - "soccer" - ], - "city": [ - "Atlanta", - "Atlanta, GA" - ], - "date": [ - "March 9th" - ], - "event_name": [ - "United Vs Red Bulls" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that's everything." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have fun at the game." - } - ] - }, - { - "dialogue_id": "9_00094", - "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 some events, can you give me a hand?" - }, - { - "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 city are you looking for events in? You can also narrow down your search by topic, if you say something like Music or Sports." - }, - { - "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": 28, - "slot": "city", - "start": 26 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "NY" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you find a Concert 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" - ] - } - ], - "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": 28, - "slot": "event_name", - "start": 10 - }, - { - "exclusive_end": 49, - "slot": "venue", - "start": 43 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The group Amber Run Brooklyn is playing at Warsaw." - }, - { - "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": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What else is available?" - }, - { - "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": 16, - "slot": "event_name", - "start": 9 - }, - { - "exclusive_end": 38, - "slot": "venue", - "start": 31 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The band Americo is playing at La Boom." - }, - { - "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": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you tell what other events there are?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Ben Harper" - ], - "slot": "event_name", - "values": [ - "Ben Harper" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Pier 17" - ], - "slot": "venue", - "values": [ - "Pier 17" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 19, - "slot": "event_name", - "start": 9 - }, - { - "exclusive_end": 41, - "slot": "venue", - "start": 34 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The band Ben Harper is playing at Pier 17 - they won Best Blues Album in 2013." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "NY" - ], - "event_name": [ - "Ben Harper" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds good, yeah." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "BuyEventTickets" - ], - "slot": "intent", - "values": [ - "BuyEventTickets" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like to get tickets to Ben Harper?" - }, - { - "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": [ - "Ben Harper" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Maybe later - can you tell me some of the dates?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-06" - ], - "slot": "date", - "values": [ - "next Wednesday" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Ben Harper" - ], - "slot": "event_name", - "values": [ - "Ben Harper" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Pier 17" - ], - "slot": "venue", - "values": [ - "Pier 17" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "4" - ], - "slot": "count", - "values": [ - "4" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "GetEventDates", - "parameters": { - "city": "New York", - "event_name": "Ben Harper" - } - }, - "service_results": [ - { - "city": "New York", - "date": "2019-03-06", - "event_name": "Ben Harper", - "time": "19:00", - "venue": "Pier 17", - "venue_address": "89 South Street" - }, - { - "city": "New York", - "date": "2019-03-10", - "event_name": "Ben Harper", - "time": "19:00", - "venue": "Pier 17", - "venue_address": "89 South Street" - }, - { - "city": "New York", - "date": "2019-03-11", - "event_name": "Ben Harper", - "time": "18:00", - "venue": "Pier 17", - "venue_address": "89 South Street" - }, - { - "city": "New York", - "date": "2019-03-12", - "event_name": "Ben Harper", - "time": "18:00", - "venue": "Pier 17", - "venue_address": "89 South Street" - } - ], - "slots": [ - { - "exclusive_end": 81, - "slot": "date", - "start": 67 - }, - { - "exclusive_end": 47, - "slot": "event_name", - "start": 37 - }, - { - "exclusive_end": 58, - "slot": "venue", - "start": 51 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There are 4 days where you could see Ben Harper at Pier 17, one is next Wednesday." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "GetEventDates", - "requested_slots": [], - "slot_values": { - "city": [ - "NY" - ], - "event_name": [ - "Ben Harper" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What other days?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-10" - ], - "slot": "date", - "values": [ - "March 10th" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Ben Harper" - ], - "slot": "event_name", - "values": [ - "Ben Harper" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Pier 17" - ], - "slot": "venue", - "values": [ - "Pier 17" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 40, - "slot": "date", - "start": 30 - }, - { - "exclusive_end": 10, - "slot": "event_name", - "start": 0 - }, - { - "exclusive_end": 51, - "slot": "venue", - "start": 44 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Ben Harper is also playing on March 10th at Pier 17." - }, - { - "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": [ - "NY" - ], - "date": [ - "March 10th" - ], - "event_name": [ - "Ben Harper" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds good, can you get one ticket for me, please?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Ben Harper" - ], - "slot": "event_name", - "values": [ - "Ben Harper" - ] - }, - { - "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": 64, - "slot": "event_name", - "start": 54 - }, - { - "exclusive_end": 78, - "slot": "date", - "start": 68 - }, - { - "exclusive_end": 90, - "slot": "city", - "start": 82 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "To review: You would like to purchase 1 ticket to see Ben Harper on March 10th in New York." - }, - { - "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": [ - "March 10th" - ], - "event_name": [ - "Ben Harper" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yeah, that's great." - }, - { - "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": "Ben Harper", - "number_of_tickets": "1" - } - }, - "service_results": [ - { - "city": "New York", - "date": "2019-03-10", - "event_name": "Ben Harper", - "number_of_tickets": "1", - "time": "19:00", - "venue": "Pier 17", - "venue_address": "89 South Street" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your ticket has been purchased." - }, - { - "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": [ - "March 10th" - ], - "event_name": [ - "Ben Harper" - ], - "event_type": [ - "Music" - ], - "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 help 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": [ - "NY", - "New York" - ], - "date": [ - "March 10th" - ], - "event_name": [ - "Ben Harper" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that's everything." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day, enjoy the concert." - } - ] - }, - { - "dialogue_id": "9_00095", - "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 would like to find events." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "city", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you have a specific city you want me to look in?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "date", - "values": [ - "March 11th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "city", - "values": [ - "SF" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 34, - "slot": "date", - "start": 24 - }, - { - "exclusive_end": 83, - "slot": "city", - "start": 81 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "SF" - ], - "date": [ - "March 11th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like the one on March 11th and I am specifically interested in events in SF." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "Music", - "Sports" - ], - "slot": "event_type", - "values": [ - "Music", - "Sports" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you have a type of event that you prefer? This might be Music or Sports or any other type." - }, - { - "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": [ - "SF" - ], - "date": [ - "March 11th" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am interested in match." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Giants Vs Cardinals" - ], - "slot": "event_name", - "values": [ - "Giants vs Cardinals" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Oracle Park" - ], - "slot": "venue", - "values": [ - "Oracle Park" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "San Francisco", - "date": "2019-03-11", - "event_type": "Sports" - } - }, - "service_results": [ - { - "category": "Baseball", - "city": "San Francisco", - "date": "2019-03-11", - "event_name": "Giants Vs Cardinals", - "event_type": "Sports", - "time": "19:30", - "venue": "Oracle Park", - "venue_address": "24 Willie Mays Plaza" - }, - { - "category": "Baseball", - "city": "San Francisco", - "date": "2019-03-11", - "event_name": "Giants Vs Diamondbacks", - "event_type": "Sports", - "time": "18:00", - "venue": "Oracle Park", - "venue_address": "24 Willie Mays Plaza" - }, - { - "category": "Baseball", - "city": "San Francisco", - "date": "2019-03-11", - "event_name": "Giants Vs Dodgers", - "event_type": "Sports", - "time": "17:00", - "venue": "Oracle Park", - "venue_address": "24 Willie Mays Plaza" - }, - { - "category": "Baseball", - "city": "San Francisco", - "date": "2019-03-11", - "event_name": "Giants Vs Marlins", - "event_type": "Sports", - "time": "17:00", - "venue": "Oracle Park", - "venue_address": "24 Willie Mays Plaza" - }, - { - "category": "Baseball", - "city": "San Francisco", - "date": "2019-03-11", - "event_name": "Giants Vs Nationals", - "event_type": "Sports", - "time": "19:30", - "venue": "Oracle Park", - "venue_address": "24 Willie Mays Plaza" - }, - { - "category": "Baseball", - "city": "San Francisco", - "date": "2019-03-11", - "event_name": "Giants Vs Rockies", - "event_type": "Sports", - "time": "19:00", - "venue": "Oracle Park", - "venue_address": "24 Willie Mays Plaza" - } - ], - "slots": [ - { - "exclusive_end": 70, - "slot": "event_name", - "start": 51 - }, - { - "exclusive_end": 40, - "slot": "venue", - "start": 29 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The event I have found is at Oracle Park and it is Giants vs Cardinals." - }, - { - "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": [ - "March 11th" - ], - "event_name": [ - "Giants vs Cardinals" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds fine with me, what is the date for the event?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-11" - ], - "slot": "date", - "values": [ - "March 11th" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Giants Vs Cardinals" - ], - "slot": "event_name", - "values": [ - "Giants vs Cardinals" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Oracle Park" - ], - "slot": "venue", - "values": [ - "Oracle Park" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "GetEventDates", - "parameters": { - "city": "San Francisco", - "event_name": "Giants Vs Cardinals" - } - }, - "service_results": [ - { - "city": "San Francisco", - "date": "2019-03-11", - "event_name": "Giants Vs Cardinals", - "time": "19:30", - "venue": "Oracle Park", - "venue_address": "24 Willie Mays Plaza" - } - ], - "slots": [ - { - "exclusive_end": 42, - "slot": "date", - "start": 32 - }, - { - "exclusive_end": 69, - "slot": "event_name", - "start": 50 - }, - { - "exclusive_end": 84, - "slot": "venue", - "start": 73 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The event takes place on 1 day, March 11th. It is Giants vs Cardinals at Oracle Park." - }, - { - "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": [ - "SF" - ], - "date": [ - "March 11th" - ], - "event_name": [ - "Giants vs Cardinals" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That is fine with me. I would like to buy four tickets to it." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Giants Vs Cardinals" - ], - "slot": "event_name", - "values": [ - "Giants vs Cardinals" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "4" - ], - "slot": "number_of_tickets", - "values": [ - "4" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "date", - "values": [ - "March 11th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "San Francisco" - ], - "slot": "city", - "values": [ - "San Francisco" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 69, - "slot": "event_name", - "start": 50 - }, - { - "exclusive_end": 111, - "slot": "date", - "start": 101 - }, - { - "exclusive_end": 147, - "slot": "city", - "start": 134 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm these details for me: The event is Giants vs Cardinals and you want 4 tickets for the March 11th event taking place in San Francisco." - }, - { - "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": [ - "SF", - "San Francisco" - ], - "date": [ - "March 11th" - ], - "event_name": [ - "Giants vs Cardinals" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that sounds good to me. What time is the event starting?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "19:30" - ], - "slot": "time", - "values": [ - "7:30 pm" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "San Francisco", - "date": "2019-03-11", - "event_name": "Giants Vs Cardinals", - "number_of_tickets": "4" - } - }, - "service_results": [ - { - "city": "San Francisco", - "date": "2019-03-11", - "event_name": "Giants Vs Cardinals", - "number_of_tickets": "4", - "time": "19:30", - "venue": "Oracle Park", - "venue_address": "24 Willie Mays Plaza" - } - ], - "slots": [ - { - "exclusive_end": 66, - "slot": "time", - "start": 59 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The reservation is now made. Remember, the event begins 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": [ - "SF", - "San Francisco" - ], - "date": [ - "March 11th" - ], - "event_name": [ - "Giants vs Cardinals" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "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": "Can I assist 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": { - "city": [ - "SF", - "San Francisco" - ], - "date": [ - "March 11th" - ], - "event_name": [ - "Giants vs Cardinals" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No. Thanks very much for helping me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a fantastic day." - } - ] - }, - { - "dialogue_id": "9_00096", - "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." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "event_type", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "city", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What kind of events do you like, and do you a city that you want to look in?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Anaheim" - ], - "slot": "city", - "values": [ - "Anaheim" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Sports" - ], - "slot": "event_type", - "values": [ - "Sports" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 41, - "slot": "city", - "start": 34 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Anaheim" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm looking for a Match that's in 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": "venue", - "values": [ - "Angel Stadium of Anaheim" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "Anaheim", - "event_type": "Sports" - } - }, - "service_results": [ - { - "category": "Baseball", - "city": "Anaheim", - "date": "2019-03-07", - "event_name": "Angels Vs Astros", - "event_type": "Sports", - "time": "17:00", - "venue": "Angel Stadium of Anaheim", - "venue_address": "2000 East Gene Autry Way" - }, - { - "category": "Baseball", - "city": "Anaheim", - "date": "2019-03-11", - "event_name": "Angels Vs Mariners", - "event_type": "Sports", - "time": "17:00", - "venue": "Angel Stadium of Anaheim", - "venue_address": "2000 East Gene Autry Way" - }, - { - "category": "Baseball", - "city": "Anaheim", - "date": "2019-03-14", - "event_name": "Angels Vs Orioles", - "event_type": "Sports", - "time": "19:30", - "venue": "Angel Stadium of Anaheim", - "venue_address": "2000 East Gene Autry Way" - }, - { - "category": "Baseball", - "city": "Anaheim", - "date": "2019-03-04", - "event_name": "Angels Vs Red Sox", - "event_type": "Sports", - "time": "19:00", - "venue": "Angel Stadium of Anaheim", - "venue_address": "2000 East Gene Autry Way" - }, - { - "category": "Baseball", - "city": "Anaheim", - "date": "2019-03-10", - "event_name": "Angels Vs Tigers", - "event_type": "Sports", - "time": "18:30", - "venue": "Angel Stadium of Anaheim", - "venue_address": "2000 East Gene Autry Way" - }, - { - "category": "Baseball", - "city": "Anaheim", - "date": "2019-03-11", - "event_name": "Angels Vs White Sox", - "event_type": "Sports", - "time": "18:00", - "venue": "Angel Stadium of Anaheim", - "venue_address": "2000 East Gene Autry Way" - }, - { - "category": "Baseball", - "city": "Anaheim", - "date": "2019-03-03", - "event_name": "La Angels Vs Houston", - "event_type": "Sports", - "time": "19:30", - "venue": "Angel Stadium of Anaheim", - "venue_address": "2000 East Gene Autry Way" - } - ], - "slots": [ - { - "exclusive_end": 27, - "slot": "event_name", - "start": 11 - }, - { - "exclusive_end": 60, - "slot": "venue", - "start": 36 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There's an Angels Vs Astros game at Angel Stadium of Anaheim." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Oakland" - ], - "slot": "city", - "values": [ - "Oakland" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "dontcare" - ], - "slot": "category", - "values": [ - "dontcare" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 61, - "slot": "city", - "start": 54 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "dontcare" - ], - "city": [ - "Oakland" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Okay, can you look for other events, but this time in Oakland. And keep the same category." - }, - { - "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": 28, - "slot": "event_name", - "start": 10 - }, - { - "exclusive_end": 68, - "slot": "venue", - "start": 37 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There's a Raiders Vs Bengals game in Oakland-Alameda County Coliseum." - }, - { - "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": [ - "dontcare" - ], - "city": [ - "Oakland" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What time does it begin and what's the address?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "19:30" - ], - "slot": "time", - "values": [ - "7:30 pm" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "7000 Coliseum Way" - ], - "slot": "venue_address", - "values": [ - "7000 Coliseum Way" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 20, - "slot": "time", - "start": 13 - }, - { - "exclusive_end": 57, - "slot": "venue_address", - "start": 40 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It begins at 7:30 pm and the address is 7000 Coliseum Way." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "dontcare" - ], - "city": [ - "Oakland" - ], - "event_name": [ - "Raiders Vs Bengals" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm interested in this one." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "BuyEventTickets" - ], - "slot": "intent", - "values": [ - "BuyEventTickets" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like me purchase tickets for you?" - }, - { - "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": [ - "dontcare" - ], - "city": [ - "Oakland" - ], - "event_name": [ - "Raiders Vs Bengals" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "We'll do it later, what's the date for the game?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-01" - ], - "slot": "date", - "values": [ - "today" - ] - }, - { - "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": "GetEventDates", - "parameters": { - "city": "Oakland", - "event_name": "Raiders Vs Bengals" - } - }, - "service_results": [ - { - "city": "Oakland", - "date": "2019-03-01", - "event_name": "Raiders Vs Bengals", - "time": "19:00", - "venue": "Oakland-Alameda County Coliseum", - "venue_address": "7000 Coliseum Way" - }, - { - "city": "Oakland", - "date": "2019-03-02", - "event_name": "Raiders Vs Bengals", - "time": "18:30", - "venue": "Oakland-Alameda County Coliseum", - "venue_address": "7000 Coliseum Way" - }, - { - "city": "Oakland", - "date": "2019-03-05", - "event_name": "Raiders Vs Bengals", - "time": "19:30", - "venue": "Oakland-Alameda County Coliseum", - "venue_address": "7000 Coliseum Way" - }, - { - "city": "Oakland", - "date": "2019-03-12", - "event_name": "Raiders Vs Bengals", - "time": "19:00", - "venue": "Oakland-Alameda County Coliseum", - "venue_address": "7000 Coliseum Way" - }, - { - "city": "Oakland", - "date": "2019-03-13", - "event_name": "Raiders Vs Bengals", - "time": "17:30", - "venue": "Oakland-Alameda County Coliseum", - "venue_address": "7000 Coliseum Way" - } - ], - "slots": [ - { - "exclusive_end": 71, - "slot": "date", - "start": 66 - }, - { - "exclusive_end": 22, - "slot": "event_name", - "start": 4 - }, - { - "exclusive_end": 62, - "slot": "venue", - "start": 31 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The Raiders Vs Bengals game at Oakland-Alameda County Coliseum is today." - }, - { - "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": [ - "Oakland" - ], - "event_name": [ - "Raiders Vs Bengals" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "And what's the start time?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "19:00" - ], - "slot": "time", - "values": [ - "7 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 23, - "slot": "time", - "start": 19 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The game starts at 7 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": [ - "dontcare" - ], - "city": [ - "Oakland" - ], - "date": [ - "today" - ], - "event_name": [ - "Raiders Vs Bengals" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Okay, I need you to purchase me tickets for this game." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_of_tickets", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How many tickets do you want me to get?" - }, - { - "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": [ - "dontcare" - ], - "city": [ - "Oakland" - ], - "date": [ - "today" - ], - "event_name": [ - "Raiders Vs Bengals" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Just 1 ticket." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Raiders Vs Bengals" - ], - "slot": "event_name", - "values": [ - "Raiders Vs Bengals" - ] - }, - { - "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": [ - "Oakland" - ], - "slot": "city", - "values": [ - "Oakland" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 52, - "slot": "event_name", - "start": 34 - }, - { - "exclusive_end": 63, - "slot": "date", - "start": 58 - }, - { - "exclusive_end": 74, - "slot": "city", - "start": 67 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "So you would like 1 ticket to the Raiders Vs Bengals game today in Oakland, is that correct?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "dontcare" - ], - "city": [ - "Oakland" - ], - "date": [ - "today" - ], - "event_name": [ - "Raiders Vs Bengals" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That is correct, yeah." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Oakland", - "date": "2019-03-01", - "event_name": "Raiders Vs Bengals", - "number_of_tickets": "1" - } - }, - "service_results": [ - { - "city": "Oakland", - "date": "2019-03-01", - "event_name": "Raiders Vs Bengals", - "number_of_tickets": "1", - "time": "19:00", - "venue": "Oakland-Alameda County Coliseum", - "venue_address": "7000 Coliseum Way" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, I've purchased the ticket." - }, - { - "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": [ - "dontcare" - ], - "city": [ - "Oakland" - ], - "date": [ - "today" - ], - "event_name": [ - "Raiders Vs Bengals" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "And what was the address again?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "7000 Coliseum Way" - ], - "slot": "venue_address", - "values": [ - "7000 Coliseum Way" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 32, - "slot": "venue_address", - "start": 15 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The address is 7000 Coliseum Way." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "dontcare" - ], - "city": [ - "Oakland" - ], - "date": [ - "today" - ], - "event_name": [ - "Raiders Vs Bengals" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Okay, thanks for the help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you need me 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": { - "category": [ - "dontcare" - ], - "city": [ - "Oakland" - ], - "date": [ - "today" - ], - "event_name": [ - "Raiders Vs Bengals" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, thanks again for the help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day and take care." - } - ] - }, - { - "dialogue_id": "9_00097", - "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 so bored right now. Find some events around me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "event_type", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What do you feel like doing?" - }, - { - "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 fell like going to a Match." - }, - { - "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": [ - "Stanford" - ], - "slot": "city", - "values": [ - "Stanford" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 11, - "slot": "city", - "start": 3 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Stanford" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "In Stanford please." - }, - { - "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" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "Stanford", - "event_type": "Sports" - } - }, - "service_results": [ - { - "category": "Football", - "city": "Stanford", - "date": "2019-03-02", - "event_name": "Cardinal Vs Ducks", - "event_type": "Sports", - "time": "18:00", - "venue": "Stanford Stadium", - "venue_address": "625 Nelson Road" - }, - { - "category": "Football", - "city": "Stanford", - "date": "2019-03-02", - "event_name": "Cardinal Vs Fighting Irish", - "event_type": "Sports", - "time": "18:30", - "venue": "Stanford Stadium", - "venue_address": "625 Nelson Road" - }, - { - "category": "Football", - "city": "Stanford", - "date": "2019-03-10", - "event_name": "Cardinal Vs Wildcats", - "event_type": "Sports", - "time": "17:00", - "venue": "Stanford Stadium", - "venue_address": "625 Nelson Road" - } - ], - "slots": [ - { - "exclusive_end": 17, - "slot": "event_name", - "start": 0 - }, - { - "exclusive_end": 53, - "slot": "venue", - "start": 37 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Cardinal Vs Ducks will happen at the 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": { - "city": [ - "Stanford" - ], - "event_name": [ - "Cardinal Vs Ducks" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds good. When will that be?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-02" - ], - "slot": "date", - "values": [ - "tomorrow" - ] - }, - { - "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": [ - "4" - ], - "slot": "count", - "values": [ - "4" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "GetEventDates", - "parameters": { - "city": "Stanford", - "event_name": "Cardinal Vs Ducks" - } - }, - "service_results": [ - { - "city": "Stanford", - "date": "2019-03-02", - "event_name": "Cardinal Vs Ducks", - "time": "18:00", - "venue": "Stanford Stadium", - "venue_address": "625 Nelson Road" - }, - { - "city": "Stanford", - "date": "2019-03-06", - "event_name": "Cardinal Vs Ducks", - "time": "18:00", - "venue": "Stanford Stadium", - "venue_address": "625 Nelson Road" - }, - { - "city": "Stanford", - "date": "2019-03-10", - "event_name": "Cardinal Vs Ducks", - "time": "17:00", - "venue": "Stanford Stadium", - "venue_address": "625 Nelson Road" - }, - { - "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": 44, - "slot": "date", - "start": 36 - }, - { - "exclusive_end": 63, - "slot": "event_name", - "start": 46 - }, - { - "exclusive_end": 87, - "slot": "venue", - "start": 71 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "In 4 different days. One of them is tomorrow. Cardinal Vs Ducks at the Stanford Stadium." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "GetEventDates", - "requested_slots": [], - "slot_values": { - "city": [ - "Stanford" - ], - "event_name": [ - "Cardinal Vs Ducks" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Any other day?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-06" - ], - "slot": "date", - "values": [ - "Next Wednesday" - ] - }, - { - "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", - "slots": [ - { - "exclusive_end": 14, - "slot": "date", - "start": 0 - }, - { - "exclusive_end": 37, - "slot": "event_name", - "start": 20 - }, - { - "exclusive_end": 61, - "slot": "venue", - "start": 45 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Next Wednesday too. Cardinal Vs Ducks at the Stanford 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": "GetEventDates", - "requested_slots": [ - "time", - "venue_address" - ], - "slot_values": { - "city": [ - "Stanford" - ], - "event_name": [ - "Cardinal Vs Ducks" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Where is their venue located? When does it start?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "18:00" - ], - "slot": "time", - "values": [ - "6 pm" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "625 Nelson Road" - ], - "slot": "venue_address", - "values": [ - "625 Nelson Road" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 14, - "slot": "time", - "start": 10 - }, - { - "exclusive_end": 33, - "slot": "venue_address", - "start": 18 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Starts at 6 pm at 625 Nelson Road." - }, - { - "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": [ - "Stanford" - ], - "date": [ - "Next Wednesday" - ], - "event_name": [ - "Cardinal Vs Ducks" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds great. Get me 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-06" - ], - "slot": "date", - "values": [ - "next Wednesday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Stanford" - ], - "slot": "city", - "values": [ - "Stanford" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 33, - "slot": "event_name", - "start": 16 - }, - { - "exclusive_end": 48, - "slot": "date", - "start": 34 - }, - { - "exclusive_end": 60, - "slot": "city", - "start": 52 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "So 3 tickets to Cardinal Vs Ducks next Wednesday in Stanford?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Stanford" - ], - "date": [ - "Next Wednesday", - "next Wednesday" - ], - "event_name": [ - "Cardinal Vs Ducks" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that's exact." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Stanford", - "date": "2019-03-06", - "event_name": "Cardinal Vs Ducks", - "number_of_tickets": "3" - } - }, - "service_results": [ - { - "city": "Stanford", - "date": "2019-03-06", - "event_name": "Cardinal Vs Ducks", - "number_of_tickets": "3", - "time": "18:00", - "venue": "Stanford Stadium", - "venue_address": "625 Nelson Road" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your reservation was 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": { - "city": [ - "Stanford" - ], - "date": [ - "Next Wednesday", - "next Wednesday" - ], - "event_name": [ - "Cardinal Vs Ducks" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks a lot. That's all I need." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have an amazing day." - } - ] - }, - { - "dialogue_id": "9_00098", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Chicago" - ], - "slot": "city", - "values": [ - "Chicago" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 40, - "slot": "city", - "start": 33 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Chicago" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to find an event in Chicago." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "event_type", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What type 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": [ - "Chicago" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want a see a Concert" - }, - { - "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" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "5" - ], - "slot": "count", - "values": [ - "5" - ] - } - ], - "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": 31, - "slot": "event_name", - "start": 26 - }, - { - "exclusive_end": 68, - "slot": "venue", - "start": 50 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have 5 options for you. Basta is playing at the Concord Music Hall." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "time", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [ - "time" - ], - "slot_values": { - "city": [ - "Chicago" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What time 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": "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 concert is it?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Pop" - ], - "slot": "category", - "values": [ - "Pop" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 14, - "slot": "category", - "start": 11 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "They are a Pop Band." - }, - { - "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": [ - "Chicago" - ], - "event_name": [ - "Basta" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds great. What dates are avaible?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-01" - ], - "slot": "date", - "values": [ - "Today" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Basta" - ], - "slot": "event_name", - "values": [ - "Basta" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Concord Music Hall" - ], - "slot": "venue", - "values": [ - "Concord Music Hall" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "6" - ], - "slot": "count", - "values": [ - "6" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "GetEventDates", - "parameters": { - "city": "Chicago", - "event_name": "Basta" - } - }, - "service_results": [ - { - "city": "Chicago", - "date": "2019-03-01", - "event_name": "Basta", - "time": "18:00", - "venue": "Concord Music Hall", - "venue_address": "2047 North Milwaukee Avenue" - }, - { - "city": "Chicago", - "date": "2019-03-02", - "event_name": "Basta", - "time": "17:30", - "venue": "Concord Music Hall", - "venue_address": "2047 North Milwaukee Avenue" - }, - { - "city": "Chicago", - "date": "2019-03-03", - "event_name": "Basta", - "time": "18:00", - "venue": "Concord Music Hall", - "venue_address": "2047 North Milwaukee Avenue" - }, - { - "city": "Chicago", - "date": "2019-03-04", - "event_name": "Basta", - "time": "18:30", - "venue": "Concord Music Hall", - "venue_address": "2047 North Milwaukee Avenue" - }, - { - "city": "Chicago", - "date": "2019-03-05", - "event_name": "Basta", - "time": "19:30", - "venue": "Concord Music Hall", - "venue_address": "2047 North Milwaukee Avenue" - }, - { - "city": "Chicago", - "date": "2019-03-07", - "event_name": "Basta", - "time": "18:30", - "venue": "Concord Music Hall", - "venue_address": "2047 North Milwaukee Avenue" - } - ], - "slots": [ - { - "exclusive_end": 30, - "slot": "date", - "start": 25 - }, - { - "exclusive_end": 36, - "slot": "event_name", - "start": 31 - }, - { - "exclusive_end": 73, - "slot": "venue", - "start": 55 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The concert has 6 dates. Today Basta is playing at the Concord Music 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": "GetEventDates", - "requested_slots": [ - "time", - "venue_address" - ], - "slot_values": { - "city": [ - "Chicago" - ], - "event_name": [ - "Basta" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Where Concord Music Hall located?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2047 North Milwaukee Avenue" - ], - "slot": "venue_address", - "values": [ - "2047 North Milwaukee Avenue" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "18:00" - ], - "slot": "time", - "values": [ - "6 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 44, - "slot": "venue_address", - "start": 17 - }, - { - "exclusive_end": 52, - "slot": "time", - "start": 48 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It is located at 2047 North Milwaukee Avenue at 6 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "GetEventDates", - "requested_slots": [], - "slot_values": { - "city": [ - "Chicago" - ], - "date": [ - "Today" - ], - "event_name": [ - "Basta" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds great." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "BuyEventTickets" - ], - "slot": "intent", - "values": [ - "BuyEventTickets" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like to purchase tickets?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Chicago" - ], - "date": [ - "Today" - ], - "event_name": [ - "Basta" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes I want too." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_of_tickets", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Howmany tickets do you need?" - }, - { - "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": [ - "Chicago" - ], - "date": [ - "Today" - ], - "event_name": [ - "Basta" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need 2 tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Basta" - ], - "slot": "event_name", - "values": [ - "Basta" - ] - }, - { - "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": [ - "Chicago" - ], - "slot": "city", - "values": [ - "Chicago" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 27, - "slot": "event_name", - "start": 22 - }, - { - "exclusive_end": 67, - "slot": "date", - "start": 62 - }, - { - "exclusive_end": 78, - "slot": "city", - "start": 71 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You need 2 tickets to Basta playing at the Concord Music Hall today in Chicago. Is that correct." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Chicago" - ], - "date": [ - "Today", - "today" - ], - "event_name": [ - "Basta" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "yep that is good." - }, - { - "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": "Basta", - "number_of_tickets": "2" - } - }, - "service_results": [ - { - "city": "Chicago", - "date": "2019-03-01", - "event_name": "Basta", - "number_of_tickets": "2", - "time": "18:00", - "venue": "Concord Music Hall", - "venue_address": "2047 North Milwaukee Avenue" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your purchase was successfully made." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Chicago" - ], - "date": [ - "Today", - "today" - ], - "event_name": [ - "Basta" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Is there something 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": [ - "Chicago" - ], - "date": [ - "Today", - "today" - ], - "event_name": [ - "Basta" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No that will be all." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have an awesome day!" - } - ] - }, - { - "dialogue_id": "9_00099", - "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 find me some events?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "event_type", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What are you interested in?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Music" - ], - "slot": "event_type", - "values": [ - "Music" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am looking for music events." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "city", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you have a preference on which city I should search in?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "date", - "values": [ - "March 4th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Blues" - ], - "slot": "category", - "values": [ - "Blues" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Washington D.C." - ], - "slot": "city", - "values": [ - "District of Columbia" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 68, - "slot": "date", - "start": 59 - }, - { - "exclusive_end": 21, - "slot": "category", - "start": 16 - }, - { - "exclusive_end": 55, - "slot": "city", - "start": 35 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "Blues" - ], - "city": [ - "District of Columbia" - ], - "date": [ - "March 4th" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to see a Blues event in the District of Columbia on March 4th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Carbon Leaf" - ], - "slot": "event_name", - "values": [ - "Carbon Leaf" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Union Stage" - ], - "slot": "venue", - "values": [ - "Union Stage" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "category": "Blues", - "city": "Washington D.C.", - "date": "2019-03-04", - "event_type": "Music" - } - }, - "service_results": [ - { - "category": "Blues", - "city": "Washington D.C.", - "date": "2019-03-04", - "event_name": "Carbon Leaf", - "event_type": "Music", - "time": "19:00", - "venue": "Union Stage", - "venue_address": "740 Water Street Southwest, Washington, District of Columbia 20024, United States" - } - ], - "slots": [ - { - "exclusive_end": 21, - "slot": "event_name", - "start": 10 - }, - { - "exclusive_end": 36, - "slot": "venue", - "start": 25 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "How about Carbon Leaf at Union Stage?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "dontcare" - ], - "slot": "category", - "values": [ - "dontcare" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "dontcare" - ], - "city": [ - "District of Columbia" - ], - "date": [ - "March 4th" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Would you look for other events? Any type is fine." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Freestyle Love Supreme" - ], - "slot": "event_name", - "values": [ - "Freestyle Love Supreme" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Family Theater" - ], - "slot": "venue", - "values": [ - "Family Theater" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "Washington D.C.", - "date": "2019-03-04", - "event_type": "Music" - } - }, - "service_results": [ - { - "category": "Blues", - "city": "Washington D.C.", - "date": "2019-03-04", - "event_name": "Carbon Leaf", - "event_type": "Music", - "time": "19:00", - "venue": "Union Stage", - "venue_address": "740 Water Street Southwest, Washington, District of Columbia 20024, United States" - }, - { - "category": "Hip Hop", - "city": "Washington D.C.", - "date": "2019-03-04", - "event_name": "Freestyle Love Supreme", - "event_type": "Music", - "time": "19:30", - "venue": "Family Theater", - "venue_address": "2700 F Street Northwest, Washington, District of Columbia 20566, United States" - }, - { - "category": "Pop", - "city": "Washington D.C.", - "date": "2019-03-04", - "event_name": "Juliana Hatfield", - "event_type": "Music", - "time": "18:00", - "venue": "Union Stage", - "venue_address": "740 Water Street Southwest, Washington, District of Columbia 20024, United States" - }, - { - "category": "Electronica", - "city": "Washington D.C.", - "date": "2019-03-04", - "event_name": "Thenewdeal", - "event_type": "Music", - "time": "19:00", - "venue": "Union Stage", - "venue_address": "740 Water Street Southwest, Washington, District of Columbia 20024, United States" - } - ], - "slots": [ - { - "exclusive_end": 60, - "slot": "event_name", - "start": 38 - }, - { - "exclusive_end": 17, - "slot": "venue", - "start": 3 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "At Family Theater there is one called Freestyle Love Supreme." - }, - { - "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": [ - "dontcare" - ], - "city": [ - "District of Columbia" - ], - "date": [ - "March 4th" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Where is this theater and when does the event start?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2700 F Street Northwest, Washington, District of Columbia 20566, United States" - ], - "slot": "venue_address", - "values": [ - "2700 F Street Northwest, Washington, District of Columbia 20566, United States" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "19:30" - ], - "slot": "time", - "values": [ - "7:30 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 93, - "slot": "venue_address", - "start": 15 - }, - { - "exclusive_end": 115, - "slot": "time", - "start": 108 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The address is 2700 F Street Northwest, Washington, District of Columbia 20566, United States. 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": { - "category": [ - "dontcare" - ], - "city": [ - "District of Columbia" - ], - "date": [ - "March 4th" - ], - "event_name": [ - "Freestyle Love Supreme" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds great." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "BuyEventTickets" - ], - "slot": "intent", - "values": [ - "BuyEventTickets" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like to buy tickets for this event?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "category": [ - "dontcare" - ], - "city": [ - "District of Columbia" - ], - "date": [ - "March 4th" - ], - "event_name": [ - "Freestyle Love Supreme" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Perhaps later." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would I be able to 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": { - "category": [ - "dontcare" - ], - "city": [ - "District of Columbia" - ], - "date": [ - "March 4th" - ], - "event_name": [ - "Freestyle Love Supreme" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to find dates for events." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-04" - ], - "slot": "date", - "values": [ - "next Monday" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Freestyle Love Supreme" - ], - "slot": "event_name", - "values": [ - "Freestyle Love Supreme" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Family Theater" - ], - "slot": "venue", - "values": [ - "Family Theater" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "GetEventDates", - "parameters": { - "city": "Washington D.C.", - "event_name": "Freestyle Love Supreme" - } - }, - "service_results": [ - { - "city": "Washington D.C.", - "date": "2019-03-04", - "event_name": "Freestyle Love Supreme", - "time": "19:30", - "venue": "Family Theater", - "venue_address": "2700 F Street Northwest, Washington, District of Columbia 20566, United States" - } - ], - "slots": [ - { - "exclusive_end": 46, - "slot": "date", - "start": 35 - }, - { - "exclusive_end": 82, - "slot": "event_name", - "start": 60 - }, - { - "exclusive_end": 100, - "slot": "venue", - "start": 86 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have an event on 1 day happening next Monday. It's called Freestyle Love Supreme at Family Theater." - }, - { - "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": [ - "District of Columbia" - ], - "date": [ - "March 4th", - "next Monday" - ], - "event_name": [ - "Freestyle Love Supreme" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When will the event start?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "19:30" - ], - "slot": "time", - "values": [ - "7:30 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 27, - "slot": "time", - "start": 20 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The event starts at 7:30 pm." - }, - { - "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": [ - "dontcare" - ], - "city": [ - "District of Columbia" - ], - "date": [ - "March 4th", - "next Monday" - ], - "event_name": [ - "Freestyle Love Supreme" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What is the venue's address?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2700 F Street Northwest, Washington, District of Columbia 20566, United States" - ], - "slot": "venue_address", - "values": [ - "2700 F Street Northwest, Washington, District of Columbia 20566, United States" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 93, - "slot": "venue_address", - "start": 15 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The address is 2700 F Street Northwest, Washington, District of Columbia 20566, United States." - }, - { - "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": [ - "dontcare" - ], - "city": [ - "District of Columbia" - ], - "date": [ - "March 4th", - "next Monday" - ], - "event_name": [ - "Freestyle Love Supreme" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds good. Please 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 purchase?" - }, - { - "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": [ - "dontcare" - ], - "city": [ - "District of Columbia" - ], - "date": [ - "March 4th", - "next Monday" - ], - "event_name": [ - "Freestyle Love Supreme" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like three tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Freestyle Love Supreme" - ], - "slot": "event_name", - "values": [ - "Freestyle Love Supreme" - ] - }, - { - "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": [ - "Washington D.C." - ], - "slot": "city", - "values": [ - "Washington D.C." - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 59, - "slot": "event_name", - "start": 37 - }, - { - "exclusive_end": 113, - "slot": "date", - "start": 102 - }, - { - "exclusive_end": 132, - "slot": "city", - "start": 117 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm tht you want to go to Freestyle Love Supreme and need 3 tickets. The event takes place next Monday in Washington D.C." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "dontcare" - ], - "city": [ - "District of Columbia", - "Washington D.C." - ], - "date": [ - "March 4th", - "next Monday" - ], - "event_name": [ - "Freestyle Love Supreme" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "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": "Washington D.C.", - "date": "2019-03-04", - "event_name": "Freestyle Love Supreme", - "number_of_tickets": "3" - } - }, - "service_results": [ - { - "city": "Washington D.C.", - "date": "2019-03-04", - "event_name": "Freestyle Love Supreme", - "number_of_tickets": "3", - "time": "19:30", - "venue": "Family Theater", - "venue_address": "2700 F Street Northwest, Washington, District of Columbia 20566, United States" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "I have made your reservtion." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "dontcare" - ], - "city": [ - "District of Columbia", - "Washington D.C." - ], - "date": [ - "March 4th", - "next Monday" - ], - "event_name": [ - "Freestyle Love Supreme" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you for helping." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would i be able to assist 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": [ - "dontcare" - ], - "city": [ - "District of Columbia", - "Washington D.C." - ], - "date": [ - "March 4th", - "next Monday" - ], - "event_name": [ - "Freestyle Love Supreme" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, but thanks for your help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good one." - } - ] - }, - { - "dialogue_id": "9_00100", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Vancouver" - ], - "slot": "city", - "values": [ - "Vancouver" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 83, - "slot": "city", - "start": 74 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Vancouver" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "My friends told me I need to get out more. Can you find me some events in Vancouver?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "Music", - "Sports" - ], - "slot": "event_type", - "values": [ - "Music", - "Sports" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you want any specific type of event? Like Music or Sports?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Rock" - ], - "slot": "category", - "values": [ - "Rock" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Music" - ], - "slot": "event_type", - "values": [ - "Music" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-06" - ], - "slot": "date", - "values": [ - "6th of this month" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 22, - "slot": "category", - "start": 18 - }, - { - "exclusive_end": 100, - "slot": "date", - "start": 83 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "Rock" - ], - "city": [ - "Vancouver" - ], - "date": [ - "6th of this month" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I love everything Rock related, so any Music stuff would be good. Search it on the 6th of this month please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Styx" - ], - "slot": "event_name", - "values": [ - "Styx" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "PNE Amphitheatre" - ], - "slot": "venue", - "values": [ - "PNE Amphitheatre" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "category": "Rock", - "city": "Vancouver", - "date": "2019-03-06", - "event_type": "Music" - } - }, - "service_results": [ - { - "category": "Rock", - "city": "Vancouver", - "date": "2019-03-06", - "event_name": "Styx", - "event_type": "Music", - "time": "19:30", - "venue": "PNE Amphitheatre", - "venue_address": "2901 East Hastings Street" - } - ], - "slots": [ - { - "exclusive_end": 43, - "slot": "event_name", - "start": 39 - }, - { - "exclusive_end": 67, - "slot": "venue", - "start": 51 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 1 event you may enjoy. There's Styx at the PNE Amphitheatre." - }, - { - "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": [ - "Rock" - ], - "city": [ - "Vancouver" - ], - "date": [ - "6th of this month" - ], - "event_name": [ - "Styx" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds great. When will they be playing?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-06" - ], - "slot": "date", - "values": [ - "next Wednesday" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Styx" - ], - "slot": "event_name", - "values": [ - "Styx" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "PNE Amphitheatre" - ], - "slot": "venue", - "values": [ - "PNE Amphitheatre" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "GetEventDates", - "parameters": { - "city": "Vancouver", - "event_name": "Styx" - } - }, - "service_results": [ - { - "city": "Vancouver", - "date": "2019-03-06", - "event_name": "Styx", - "time": "19:30", - "venue": "PNE Amphitheatre", - "venue_address": "2901 East Hastings Street" - } - ], - "slots": [ - { - "exclusive_end": 24, - "slot": "date", - "start": 10 - }, - { - "exclusive_end": 30, - "slot": "event_name", - "start": 26 - }, - { - "exclusive_end": 54, - "slot": "venue", - "start": 38 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "On 1 day, next Wednesday. Styx at the PNE Amphitheatre." - }, - { - "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": [ - "Vancouver" - ], - "date": [ - "6th of this month", - "next Wednesday" - ], - "event_name": [ - "Styx" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Where is their venue located?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2901 East Hastings Street" - ], - "slot": "venue_address", - "values": [ - "2901 East Hastings Street" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 28, - "slot": "venue_address", - "start": 3 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "At 2901 East Hastings Street." - }, - { - "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": [ - "Vancouver" - ], - "date": [ - "6th of this month", - "next Wednesday" - ], - "event_name": [ - "Styx" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "And when does the event start?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "19:30" - ], - "slot": "time", - "values": [ - "7:30 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 17, - "slot": "time", - "start": 10 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "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": { - "category": [ - "Rock" - ], - "city": [ - "Vancouver" - ], - "date": [ - "6th of this month", - "next Wednesday" - ], - "event_name": [ - "Styx" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds good. Can you help me buy the tickets?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_of_tickets", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure! How many should I get?" - }, - { - "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": [ - "Rock" - ], - "city": [ - "Vancouver" - ], - "date": [ - "6th of this month", - "next Wednesday" - ], - "event_name": [ - "Styx" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want 4 of them." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Styx" - ], - "slot": "event_name", - "values": [ - "Styx" - ] - }, - { - "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": [ - "Vancouver" - ], - "slot": "city", - "values": [ - "Vancouver" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 42, - "slot": "event_name", - "start": 38 - }, - { - "exclusive_end": 57, - "slot": "date", - "start": 43 - }, - { - "exclusive_end": 84, - "slot": "city", - "start": 75 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm: you want 4 tickets to Styx next Wednesday. The event is in Vancouver." - }, - { - "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": [ - "Rock" - ], - "city": [ - "Vancouver" - ], - "date": [ - "6th of this month", - "next Wednesday" - ], - "event_name": [ - "Styx" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Actually, I'll now be going alone so get me just one ticket." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "number_of_tickets", - "values": [ - "1" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-06" - ], - "slot": "date", - "values": [ - "next Wednesday" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 29, - "slot": "date", - "start": 15 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "So 1 ticket to next Wednesday?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "Rock" - ], - "city": [ - "Vancouver" - ], - "date": [ - "6th of this month", - "next Wednesday" - ], - "event_name": [ - "Styx" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that's it." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Vancouver", - "date": "2019-03-06", - "event_name": "Styx", - "number_of_tickets": "1" - } - }, - "service_results": [ - { - "city": "Vancouver", - "date": "2019-03-06", - "event_name": "Styx", - "number_of_tickets": "1", - "time": "19:30", - "venue": "PNE Amphitheatre", - "venue_address": "2901 East Hastings Street" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "You reservation was successful." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "Rock" - ], - "city": [ - "Vancouver" - ], - "date": [ - "6th of this month", - "next Wednesday" - ], - "event_name": [ - "Styx" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you very much." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Can I assist you in anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "category": [ - "Rock" - ], - "city": [ - "Vancouver" - ], - "date": [ - "6th of this month", - "next Wednesday" - ], - "event_name": [ - "Styx" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that's all. Thanks a lot." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have an amazing day." - } - ] - }, - { - "dialogue_id": "9_00101", - "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": "Can you find some games events for me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "city", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where should I look?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "date", - "values": [ - "this Sunday" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Seattle" - ], - "slot": "city", - "values": [ - "Seattle, WA" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 35, - "slot": "date", - "start": 24 - }, - { - "exclusive_end": 19, - "slot": "city", - "start": 8 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Seattle, WA" - ], - "date": [ - "this Sunday" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Look in Seattle, WA for this Sunday." - }, - { - "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": 57, - "slot": "event_name", - "start": 38 - }, - { - "exclusive_end": 74, - "slot": "venue", - "start": 61 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I've found 8 events for you. How does Huskies Vs Warriors at Husky Stadium sound?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "time", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [ - "time" - ], - "slot_values": { - "city": [ - "Seattle, WA" - ], - "date": [ - "this Sunday" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What time does it start?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "19:00" - ], - "slot": "time", - "values": [ - "7 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 17, - "slot": "time", - "start": 13 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It starts at 7 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Music" - ], - "slot": "event_type", - "values": [ - "Music" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "date", - "values": [ - "next Friday" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 65, - "slot": "date", - "start": 54 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Seattle, WA" - ], - "date": [ - "next Friday" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you find me something different? Find me music on next Friday." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Greensky Bluegrass" - ], - "slot": "event_name", - "values": [ - "Greensky Bluegrass" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Flamingo Lot" - ], - "slot": "venue", - "values": [ - "Flamingo Lot" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "Seattle", - "date": "2019-03-08", - "event_type": "Music" - } - }, - "service_results": [ - { - "category": "Blues", - "city": "Seattle", - "date": "2019-03-08", - "event_name": "Greensky Bluegrass", - "event_type": "Music", - "time": "19:30", - "venue": "Flamingo Lot", - "venue_address": "5500 Phinney Avenue North" - } - ], - "slots": [ - { - "exclusive_end": 29, - "slot": "event_name", - "start": 11 - }, - { - "exclusive_end": 49, - "slot": "venue", - "start": 37 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I've found Greensky Bluegrass at the Flamingo Lot." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "time", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "venue_address", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [ - "time", - "venue_address" - ], - "slot_values": { - "city": [ - "Seattle, WA" - ], - "date": [ - "next Friday" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Where's that? What time?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "5500 Phinney Avenue North" - ], - "slot": "venue_address", - "values": [ - "5500 Phinney Avenue North" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "19:30" - ], - "slot": "time", - "values": [ - "7:30 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 40, - "slot": "venue_address", - "start": 15 - }, - { - "exclusive_end": 62, - "slot": "time", - "start": 55 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The address is 5500 Phinney Avenue North and starts at 7:30 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Seattle, WA" - ], - "date": [ - "next Friday" - ], - "event_name": [ - "Greensky Bluegrass" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Okay. 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 book tickets for this?" - }, - { - "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": [ - "Seattle, WA" - ], - "date": [ - "next Friday" - ], - "event_name": [ - "Greensky Bluegrass" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Not right now. What date is it?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-08" - ], - "slot": "date", - "values": [ - "next Friday" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Greensky Bluegrass" - ], - "slot": "event_name", - "values": [ - "Greensky Bluegrass" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Flamingo Lot" - ], - "slot": "venue", - "values": [ - "Flamingo Lot" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "GetEventDates", - "parameters": { - "city": "Seattle", - "event_name": "Greensky Bluegrass" - } - }, - "service_results": [ - { - "city": "Seattle", - "date": "2019-03-08", - "event_name": "Greensky Bluegrass", - "time": "19:30", - "venue": "Flamingo Lot", - "venue_address": "5500 Phinney Avenue North" - } - ], - "slots": [ - { - "exclusive_end": 16, - "slot": "date", - "start": 5 - }, - { - "exclusive_end": 41, - "slot": "event_name", - "start": 23 - }, - { - "exclusive_end": 61, - "slot": "venue", - "start": 49 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It's next Friday. It's Greensky Bluegrass at the Flamingo Lot." - }, - { - "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": [ - "next Friday" - ], - "event_name": [ - "Greensky Bluegrass" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Okay. Buy me tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_of_tickets", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How many would you like?" - }, - { - "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": [ - "Seattle, WA" - ], - "date": [ - "next Friday" - ], - "event_name": [ - "Greensky Bluegrass" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want 2." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Greensky Bluegrass" - ], - "slot": "event_name", - "values": [ - "Greensky Bluegrass" - ] - }, - { - "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": [ - "Seattle" - ], - "slot": "city", - "values": [ - "Seattle" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 54, - "slot": "event_name", - "start": 36 - }, - { - "exclusive_end": 66, - "slot": "date", - "start": 55 - }, - { - "exclusive_end": 77, - "slot": "city", - "start": 70 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, please confirm: 2 tickets for Greensky Bluegrass next Friday in Seattle." - }, - { - "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": [ - "next Friday" - ], - "event_name": [ - "Greensky Bluegrass" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "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": "Seattle", - "date": "2019-03-08", - "event_name": "Greensky Bluegrass", - "number_of_tickets": "2" - } - }, - "service_results": [ - { - "city": "Seattle", - "date": "2019-03-08", - "event_name": "Greensky Bluegrass", - "number_of_tickets": "2", - "time": "19:30", - "venue": "Flamingo Lot", - "venue_address": "5500 Phinney Avenue North" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Tickets have been booked." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "venue_address", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "time", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [ - "time", - "venue_address" - ], - "slot_values": { - "city": [ - "Seattle", - "Seattle, WA" - ], - "date": [ - "next Friday" - ], - "event_name": [ - "Greensky Bluegrass" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Where is it? What time?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "5500 Phinney Avenue North" - ], - "slot": "venue_address", - "values": [ - "5500 Phinney Avenue North" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "19:30" - ], - "slot": "time", - "values": [ - "7:30 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 67, - "slot": "venue_address", - "start": 42 - }, - { - "exclusive_end": 89, - "slot": "time", - "start": 82 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Is your memory failing? I repeat. It's at 5500 Phinney Avenue North and 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": [ - "Seattle", - "Seattle, WA" - ], - "date": [ - "next Friday" - ], - "event_name": [ - "Greensky Bluegrass" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks a lot." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Is there anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "city": [ - "Seattle", - "Seattle, WA" - ], - "date": [ - "next Friday" - ], - "event_name": [ - "Greensky Bluegrass" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that's it." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day." - } - ] - }, - { - "dialogue_id": "9_00102", - "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 a cool event that I'd like" - }, - { - "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 prefer any city? Or what kind of event do you think you'd enjoy? Music, sports, there's a lot out there" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Sports" - ], - "slot": "event_type", - "values": [ - "Sports" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "city", - "values": [ - "NYC" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 50, - "slot": "city", - "start": 47 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "NYC" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I love sports, find me some sporting events 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": "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": 43, - "slot": "venue", - "start": 33 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There's a Mets Vs Braves game at Citi Field!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "category", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [ - "category" - ], - "slot_values": { - "city": [ - "NYC" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What kind of event is that?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Baseball" - ], - "slot": "category", - "values": [ - "baseball" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 15, - "slot": "category", - "start": 7 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It's a baseball game" - }, - { - "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" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Oh cool, where is the venue?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "123-01 Roosevelt Avenue" - ], - "slot": "venue_address", - "values": [ - "123-01 Roosevelt Avenue" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 43, - "slot": "venue_address", - "start": 20 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It's going to be at 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": { - "city": [ - "NYC" - ], - "event_name": [ - "Mets Vs Braves" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds great to me, but maybe help me find other 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" - ] - } - ], - "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": 11, - "slot": "date", - "start": 0 - }, - { - "exclusive_end": 36, - "slot": "event_name", - "start": 22 - }, - { - "exclusive_end": 55, - "slot": "venue", - "start": 45 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Next Monday there's a Mets Vs Braves game at Citi Field" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "time", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "GetEventDates", - "requested_slots": [ - "time" - ], - "slot_values": { - "city": [ - "NYC" - ], - "event_name": [ - "Mets Vs Braves" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What time will it begin?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "19:00" - ], - "slot": "time", - "values": [ - "7 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 19, - "slot": "time", - "start": 15 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It'll start at 7 pm" - }, - { - "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": [ - "Mets Vs Braves" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Where is it at again?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "123-01 Roosevelt Avenue" - ], - "slot": "venue_address", - "values": [ - "123-01 Roosevelt Avenue" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 40, - "slot": "venue_address", - "start": 17 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It's gonna be at 123-01 Roosevelt Avenue" - }, - { - "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": [ - "NYC" - ], - "date": [ - "Next Monday" - ], - "event_name": [ - "Mets Vs Braves" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Cool, get me one ticket" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Mets Vs Braves" - ], - "slot": "event_name", - "values": [ - "Mets Vs Braves" - ] - }, - { - "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": [ - "New York" - ], - "slot": "city", - "values": [ - "New York" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 63, - "slot": "event_name", - "start": 49 - }, - { - "exclusive_end": 28, - "slot": "date", - "start": 17 - }, - { - "exclusive_end": 40, - "slot": "city", - "start": 32 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Confirming for 1 next Monday in New York for the Mets Vs Braves game" - }, - { - "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": [ - "Next Monday", - "next Monday" - ], - "event_name": [ - "Mets Vs Braves" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Cool, that works" - }, - { - "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": "Mets Vs Braves", - "number_of_tickets": "1" - } - }, - "service_results": [ - { - "city": "New York", - "date": "2019-03-04", - "event_name": "Mets Vs Braves", - "number_of_tickets": "1", - "time": "19:00", - "venue": "Citi Field", - "venue_address": "123-01 Roosevelt Avenue" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "I've booked it" - }, - { - "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 Monday", - "next Monday" - ], - "event_name": [ - "Mets Vs Braves" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Great that's all thanks" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Enjoy your game!" - } - ] - }, - { - "dialogue_id": "9_00103", - "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 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 want me to search in and what is your preferred category of event?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Music" - ], - "slot": "event_type", - "values": [ - "Music" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "city", - "values": [ - "New York City" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 29, - "slot": "city", - "start": 16 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "New York City" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Search event in New York City and My preference of category of event is Music." - }, - { - "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": 70, - "slot": "event_name", - "start": 52 - }, - { - "exclusive_end": 87, - "slot": "venue", - "start": 81 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There are 10 events suitable for you, One is called Amber Run Brooklyn and is at Warsaw." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "New York City" - ], - "event_name": [ - "Amber Run Brooklyn" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Okay, 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 me to buy tickets for the event?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "city": [ - "New York City" - ], - "event_name": [ - "Amber Run Brooklyn" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No. Thank you. Some another time." - }, - { - "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": { - "city": [ - "New York City" - ], - "event_name": [ - "Amber Run Brooklyn" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you find me the dates of the event?" - }, - { - "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" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "6" - ], - "slot": "count", - "values": [ - "6" - ] - } - ], - "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": 46, - "slot": "date", - "start": 38 - }, - { - "exclusive_end": 89, - "slot": "event_name", - "start": 71 - }, - { - "exclusive_end": 99, - "slot": "venue", - "start": 93 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There are 6 dates, One of the date is tomorrow and the event is called Amber Run Brooklyn at Warsaw." - }, - { - "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": [ - "New York City" - ], - "event_name": [ - "Amber Run Brooklyn" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What is address of the venue and the timing of the event?" - }, - { - "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" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 78, - "slot": "time", - "start": 74 - }, - { - "exclusive_end": 55, - "slot": "venue_address", - "start": 28 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The address of the venue is 261 Driggs Avenue, Brooklyn and will start 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": [ - "New York City" - ], - "date": [ - "tomorrow" - ], - "event_name": [ - "Amber Run Brooklyn" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Okay, That sounds great to me. Can you help me in buying three tickets for 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": 78, - "slot": "event_name", - "start": 60 - }, - { - "exclusive_end": 103, - "slot": "date", - "start": 95 - }, - { - "exclusive_end": 90, - "slot": "city", - "start": 82 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm: You want me to book 3 tickets for the event Amber Run Brooklyn in New York for tomorrow." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "New York", - "New York City" - ], - "date": [ - "tomorrow" - ], - "event_name": [ - "Amber Run Brooklyn" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, That sounds just great 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": "Your reservation is 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": { - "city": [ - "New York", - "New York City" - ], - "date": [ - "tomorrow" - ], - "event_name": [ - "Amber Run Brooklyn" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That will be all. Thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "I am glad I could help. Have a nice day." - } - ] - }, - { - "dialogue_id": "9_00104", - "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 help me find an event." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "event_type", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What type of event would you like?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Sports" - ], - "slot": "event_type", - "values": [ - "Sports" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am interested in sports events." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "city", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "In what city do you want to find sports events?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "city", - "values": [ - "LA" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 32, - "slot": "city", - "start": 30 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "LA" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am looking for something in LA." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Dodgers Vs Cubs" - ], - "slot": "event_name", - "values": [ - "Dodgers vs Cubs" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Dodger Stadium" - ], - "slot": "venue", - "values": [ - "Dodger Stadium" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "10" - ], - "slot": "count", - "values": [ - "10" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "Los Angeles", - "event_type": "Sports" - } - }, - "service_results": [ - { - "category": "Baseball", - "city": "Los Angeles", - "date": "2019-03-01", - "event_name": "Dodgers Vs Cubs", - "event_type": "Sports", - "time": "17:30", - "venue": "Dodger Stadium", - "venue_address": "1000 Vin Scully Ave" - }, - { - "category": "Baseball", - "city": "Los Angeles", - "date": "2019-03-08", - "event_name": "Dodgers Vs Diamondbacks", - "event_type": "Sports", - "time": "18:00", - "venue": "Dodger Stadium", - "venue_address": "1000 Vin Scully Ave" - }, - { - "category": "Baseball", - "city": "Los Angeles", - "date": "2019-03-12", - "event_name": "Dodgers Vs Giants", - "event_type": "Sports", - "time": "19:30", - "venue": "Dodger Stadium", - "venue_address": "1000 Vin Scully Ave" - }, - { - "category": "Baseball", - "city": "Los Angeles", - "date": "2019-03-13", - "event_name": "Dodgers Vs Marlins", - "event_type": "Sports", - "time": "18:30", - "venue": "Dodger Stadium", - "venue_address": "1000 Vin Scully Ave" - }, - { - "category": "Baseball", - "city": "Los Angeles", - "date": "2019-03-04", - "event_name": "Dodgers Vs Rockies", - "event_type": "Sports", - "time": "17:30", - "venue": "Dodger Stadium", - "venue_address": "1000 Vin Scully Ave" - }, - { - "category": "Soccer", - "city": "Los Angeles", - "date": "2019-03-02", - "event_name": "Lafc Vs Atlanta United", - "event_type": "Sports", - "time": "17:30", - "venue": "Banc of California Stadium", - "venue_address": "3939 South Figueroa Street" - }, - { - "category": "Soccer", - "city": "Los Angeles", - "date": "2019-03-13", - "event_name": "Lafc Vs Rapids", - "event_type": "Sports", - "time": "19:30", - "venue": "Banc of California Stadium", - "venue_address": "3939 South Figueroa Street" - }, - { - "category": "Soccer", - "city": "Los Angeles", - "date": "2019-03-08", - "event_name": "Lafc Vs Toronto Fc", - "event_type": "Sports", - "time": "18:00", - "venue": "Banc of California Stadium", - "venue_address": "3939 South Figueroa Street" - }, - { - "category": "Football", - "city": "Los Angeles", - "date": "2019-03-11", - "event_name": "Rams Vs Cardinals", - "event_type": "Sports", - "time": "18:00", - "venue": "LA Memorial Coliseum", - "venue_address": "3911 Figueroa Street" - }, - { - "category": "Basketball", - "city": "Los Angeles", - "date": "2019-03-08", - "event_name": "Sparks Vs Lynx", - "event_type": "Sports", - "time": "19:00", - "venue": "STAPLES Center", - "venue_address": "1111 South Figueroa Street" - } - ], - "slots": [ - { - "exclusive_end": 60, - "slot": "event_name", - "start": 45 - }, - { - "exclusive_end": 78, - "slot": "venue", - "start": 64 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have 10 possible events for you. How about Dodgers vs Cubs at Dodger Stadium?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "LA" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that's not my favorite team. Can you find me something else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Dodgers Vs Diamondbacks" - ], - "slot": "event_name", - "values": [ - "Dodgers vs Diamondbacks" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Dodger Stadium" - ], - "slot": "venue", - "values": [ - "Dodger Stadium" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 36, - "slot": "event_name", - "start": 13 - }, - { - "exclusive_end": 64, - "slot": "venue", - "start": 50 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "We also have Dodgers vs Diamondbacks coming up at Dodger Stadium." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "LA" - ], - "event_name": [ - "Dodgers vs Diamondbacks" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That one 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 now?" - }, - { - "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" - ], - "event_name": [ - "Dodgers vs Diamondbacks" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Maybe later. I'm just looking for event dates." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-02" - ], - "slot": "date", - "values": [ - "tomorrow" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Dodgers Vs Diamondbacks" - ], - "slot": "event_name", - "values": [ - "Dodgers vs Diamondbacks" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Dodger Stadium" - ], - "slot": "venue", - "values": [ - "Dodger Stadium" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "GetEventDates", - "parameters": { - "city": "Los Angeles", - "event_name": "Dodgers Vs Diamondbacks" - } - }, - "service_results": [ - { - "city": "Los Angeles", - "date": "2019-03-02", - "event_name": "Dodgers Vs Diamondbacks", - "time": "19:30", - "venue": "Dodger Stadium", - "venue_address": "1000 Vin Scully Ave" - }, - { - "city": "Los Angeles", - "date": "2019-03-03", - "event_name": "Dodgers Vs Diamondbacks", - "time": "19:00", - "venue": "Dodger Stadium", - "venue_address": "1000 Vin Scully Ave" - }, - { - "city": "Los Angeles", - "date": "2019-03-04", - "event_name": "Dodgers Vs Diamondbacks", - "time": "18:00", - "venue": "Dodger Stadium", - "venue_address": "1000 Vin Scully Ave" - }, - { - "city": "Los Angeles", - "date": "2019-03-08", - "event_name": "Dodgers Vs Diamondbacks", - "time": "18:00", - "venue": "Dodger Stadium", - "venue_address": "1000 Vin Scully Ave" - }, - { - "city": "Los Angeles", - "date": "2019-03-12", - "event_name": "Dodgers Vs Diamondbacks", - "time": "18:00", - "venue": "Dodger Stadium", - "venue_address": "1000 Vin Scully Ave" - }, - { - "city": "Los Angeles", - "date": "2019-03-13", - "event_name": "Dodgers Vs Diamondbacks", - "time": "17:30", - "venue": "Dodger Stadium", - "venue_address": "1000 Vin Scully Ave" - } - ], - "slots": [ - { - "exclusive_end": 34, - "slot": "date", - "start": 26 - }, - { - "exclusive_end": 73, - "slot": "event_name", - "start": 50 - }, - { - "exclusive_end": 91, - "slot": "venue", - "start": 77 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "That game is taking place tomorrow. Again, that's Dodgers vs Diamondbacks at Dodger Stadium." - }, - { - "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": [ - "LA" - ], - "event_name": [ - "Dodgers vs Diamondbacks" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Where is that venue located?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1000 Vin Scully Ave" - ], - "slot": "venue_address", - "values": [ - "1000 Vin Scully Ave" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 43, - "slot": "venue_address", - "start": 24 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Their street address is 1000 Vin Scully Ave." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "GetEventDates", - "requested_slots": [], - "slot_values": { - "city": [ - "LA" - ], - "event_name": [ - "Dodgers vs Diamondbacks" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What's happening on other dates?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-03" - ], - "slot": "date", - "values": [ - "day after tomorrow" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Dodgers Vs Diamondbacks" - ], - "slot": "event_name", - "values": [ - "Dodgers vs Diamondbacks" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Dodger Stadium" - ], - "slot": "venue", - "values": [ - "Dodger Stadium" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 25, - "slot": "date", - "start": 7 - }, - { - "exclusive_end": 63, - "slot": "event_name", - "start": 40 - }, - { - "exclusive_end": 81, - "slot": "venue", - "start": 67 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "On the day after tomorrow, we also have Dodgers vs Diamondbacks at Dodger 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": "GetEventDates", - "requested_slots": [ - "time", - "venue_address" - ], - "slot_values": { - "city": [ - "LA" - ], - "event_name": [ - "Dodgers vs Diamondbacks" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Where is that located again? Also, what time does the game start?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1000 Vin Scully Ave" - ], - "slot": "venue_address", - "values": [ - "1000 Vin Scully Ave" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "19:00" - ], - "slot": "time", - "values": [ - "7 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 37, - "slot": "venue_address", - "start": 18 - }, - { - "exclusive_end": 62, - "slot": "time", - "start": 58 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The stadium is at 1000 Vin Scully Ave. The game starts at 7 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": [ - "LA" - ], - "date": [ - "day after tomorrow" - ], - "event_name": [ - "Dodgers vs Diamondbacks" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds good to me. I want to buy 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 do you want to purchase?" - }, - { - "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": [ - "LA" - ], - "date": [ - "day after tomorrow" - ], - "event_name": [ - "Dodgers vs Diamondbacks" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need 3 tickets please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Dodgers Vs Diamondbacks" - ], - "slot": "event_name", - "values": [ - "Dodgers vs Diamondbacks" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "3" - ], - "slot": "number_of_tickets", - "values": [ - "3" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "date", - "values": [ - "day after tomorrow" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "city", - "values": [ - "Los Angeles" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 72, - "slot": "event_name", - "start": 49 - }, - { - "exclusive_end": 113, - "slot": "date", - "start": 95 - }, - { - "exclusive_end": 87, - "slot": "city", - "start": 76 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm: you are purchasing 3 tickets for Dodgers vs Diamondbacks in Los Angeles on 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": [ - "LA", - "Los Angeles" - ], - "date": [ - "day after tomorrow" - ], - "event_name": [ - "Dodgers vs Diamondbacks" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "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": "Los Angeles", - "date": "2019-03-03", - "event_name": "Dodgers Vs Diamondbacks", - "number_of_tickets": "3" - } - }, - "service_results": [ - { - "city": "Los Angeles", - "date": "2019-03-03", - "event_name": "Dodgers Vs Diamondbacks", - "number_of_tickets": "3", - "time": "19:00", - "venue": "Dodger Stadium", - "venue_address": "1000 Vin Scully Ave" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your purchase has been completed." - }, - { - "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": [ - "day after tomorrow" - ], - "event_name": [ - "Dodgers vs Diamondbacks" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks for your help. That's all." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day." - } - ] - }, - { - "dialogue_id": "9_00105", - "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 locate some events?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "event_type", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "city", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure I can, Do you know where you would like to see this event? What type of event are you interested in attending?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Music" - ], - "slot": "event_type", - "values": [ - "Music" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "San Diego" - ], - "slot": "city", - "values": [ - "SD" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 59, - "slot": "city", - "start": 57 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "SD" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to know about the Music events happening in SD." - }, - { - "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": 31, - "slot": "event_name", - "start": 17 - }, - { - "exclusive_end": 90, - "slot": "venue", - "start": 55 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have an event, Alejandro Sanz that is going to be at Cal Coast Credit Union Amphitheater." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "category", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [ - "category" - ], - "slot_values": { - "city": [ - "SD" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What is the category of this event?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "International" - ], - "slot": "category", - "values": [ - "international" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 29, - "slot": "category", - "start": 16 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The event is an international event." - }, - { - "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": [ - "SD" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you give me the start time of this event and the address of the venue?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "5500 Campanile Drive" - ], - "slot": "venue_address", - "values": [ - "5500 Campanile Drive" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "19:30" - ], - "slot": "time", - "values": [ - "7:30 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 69, - "slot": "venue_address", - "start": 49 - }, - { - "exclusive_end": 29, - "slot": "time", - "start": 22 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "This event will begin 7:30 pm and the address is 5500 Campanile Drive." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "SD" - ], - "event_name": [ - "Alejandro Sanz" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Great! that sounds like just want I was looking for!" - }, - { - "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 reserve your 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": [ - "SD" - ], - "event_name": [ - "Alejandro Sanz" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No not right now, I am just interested in dates for events at this time." - }, - { - "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": 39, - "slot": "date", - "start": 28 - }, - { - "exclusive_end": 18, - "slot": "event_name", - "start": 4 - }, - { - "exclusive_end": 82, - "slot": "venue", - "start": 47 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The Alejandro Sanz event is next Monday at the 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": "Are there any other dates for this event?" - }, - { - "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": 68, - "slot": "date", - "start": 57 - }, - { - "exclusive_end": 32, - "slot": "event_name", - "start": 18 - }, - { - "exclusive_end": 108, - "slot": "venue", - "start": 73 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I also am showing Alejandro Sanz is having another event next Friday, at 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": [ - "SD" - ], - "event_name": [ - "Alejandro Sanz" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What is the address to the venue?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "5500 Campanile Drive" - ], - "slot": "venue_address", - "values": [ - "5500 Campanile Drive" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 35, - "slot": "venue_address", - "start": 15 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The address is 5500 Campanile Drive." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "time", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "GetEventDates", - "requested_slots": [ - "time" - ], - "slot_values": { - "city": [ - "SD" - ], - "event_name": [ - "Alejandro Sanz" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you tell me when is the start time for this event?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "17:00" - ], - "slot": "time", - "values": [ - "5 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 34, - "slot": "time", - "start": 30 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Yes, this event will begin 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": [ - "SD" - ], - "date": [ - "next Friday" - ], - "event_name": [ - "Alejandro Sanz" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds good to me, I would like to reserve tickets for this day please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_of_tickets", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How tickets would you like for me to reserve for you?" - }, - { - "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": [ - "SD" - ], - "date": [ - "next Friday" - ], - "event_name": [ - "Alejandro Sanz" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to purchase 4 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": 76, - "slot": "event_name", - "start": 62 - }, - { - "exclusive_end": 53, - "slot": "date", - "start": 42 - }, - { - "exclusive_end": 95, - "slot": "city", - "start": 86 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, so I am reserving you 4 tickets for next Friday for the Alejandro Sanz event in San Diego. Does that sound right to you?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "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": [ - "4" - ] - } - } - } - ], - "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": "San Diego", - "date": "2019-03-08", - "event_name": "Alejandro Sanz", - "number_of_tickets": "4" - } - }, - "service_results": [ - { - "city": "San Diego", - "date": "2019-03-08", - "event_name": "Alejandro Sanz", - "number_of_tickets": "4", - "time": "17:00", - "venue": "Cal Coast Credit Union Amphitheater", - "venue_address": "5500 Campanile Drive" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Congratulations, your reservation has been completed successfully." - }, - { - "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": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you for all of your help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Did you need anything else 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": [ - "SD", - "San Diego" - ], - "date": [ - "next Friday" - ], - "event_name": [ - "Alejandro Sanz" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that will be all. Thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "You are welcome and I hope you enjoy your event." - } - ] - }, - { - "dialogue_id": "9_00106", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I want to find 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": "Do you have a specific city? What are you interested in?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Music" - ], - "slot": "event_type", - "values": [ - "Music" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Portland" - ], - "slot": "city", - "values": [ - "Portland" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 41, - "slot": "city", - "start": 33 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Portland" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am looking for music events 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" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "7" - ], - "slot": "count", - "values": [ - "7" - ] - } - ], - "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": 44, - "slot": "event_name", - "start": 33 - }, - { - "exclusive_end": 69, - "slot": "venue", - "start": 48 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have found 7 events. How about Bryan Adams at Theater Of The Clouds." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Pop" - ], - "slot": "category", - "values": [ - "Pop" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 24, - "slot": "category", - "start": 21 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "Pop" - ], - "city": [ - "Portland" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you find me some Pop events." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Erica Fernandez" - ], - "slot": "event_name", - "values": [ - "Erica Fernandez" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Newmark Theatre" - ], - "slot": "venue", - "values": [ - "Newmark Theatre" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "2" - ], - "slot": "count", - "values": [ - "2" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "category": "Pop", - "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": "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" - } - ], - "slots": [ - { - "exclusive_end": 48, - "slot": "event_name", - "start": 33 - }, - { - "exclusive_end": 67, - "slot": "venue", - "start": 52 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have found 2 events. How about Erica Fernandez at Newmark Theatre." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Rock" - ], - "slot": "category", - "values": [ - "Rock" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "date", - "values": [ - "Sunday this week" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 61, - "slot": "category", - "start": 57 - }, - { - "exclusive_end": 48, - "slot": "date", - "start": 32 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "Rock" - ], - "city": [ - "Portland" - ], - "date": [ - "Sunday this week" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you find me other events on Sunday this week? I like Rock events." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Rob Thomas" - ], - "slot": "event_name", - "values": [ - "Rob Thomas" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Theater Of The Clouds" - ], - "slot": "venue", - "values": [ - "Theater Of The Clouds" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "category": "Rock", - "city": "Portland", - "date": "2019-03-03", - "event_type": "Music" - } - }, - "service_results": [ - { - "category": "Rock", - "city": "Portland", - "date": "2019-03-03", - "event_name": "Rob Thomas", - "event_type": "Music", - "time": "18:30", - "venue": "Theater Of The Clouds", - "venue_address": "1016-1098 North Center Court Street" - } - ], - "slots": [ - { - "exclusive_end": 43, - "slot": "event_name", - "start": 33 - }, - { - "exclusive_end": 68, - "slot": "venue", - "start": 47 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have found 1 events. How about Rob Thomas at Theater Of The Clouds." - }, - { - "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": [ - "Portland" - ], - "date": [ - "Sunday this week" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When does the event start? Where is the venue?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "18:30" - ], - "slot": "time", - "values": [ - "6:30 pm" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "1016-1098 North Center Court Street" - ], - "slot": "venue_address", - "values": [ - "1016-1098 North Center Court Street" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 27, - "slot": "time", - "start": 20 - }, - { - "exclusive_end": 66, - "slot": "venue_address", - "start": 31 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The event starts at 6:30 pm at 1016-1098 North Center Court Street." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "Rock" - ], - "city": [ - "Portland" - ], - "date": [ - "Sunday this week" - ], - "event_name": [ - "Rob Thomas" - ], - "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 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": [ - "Portland" - ], - "date": [ - "Sunday this week" - ], - "event_name": [ - "Rob Thomas" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Maybe some other time." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you want 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": { - "category": [ - "Rock" - ], - "city": [ - "Portland" - ], - "date": [ - "Sunday this week" - ], - "event_name": [ - "Rob Thomas" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am interested in finding the date for the event." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-03" - ], - "slot": "date", - "values": [ - "day after tomorrow" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Rob Thomas" - ], - "slot": "event_name", - "values": [ - "Rob Thomas" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Theater Of The Clouds" - ], - "slot": "venue", - "values": [ - "Theater Of The Clouds" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "GetEventDates", - "parameters": { - "city": "Portland", - "event_name": "Rob Thomas" - } - }, - "service_results": [ - { - "city": "Portland", - "date": "2019-03-03", - "event_name": "Rob Thomas", - "time": "18:30", - "venue": "Theater Of The Clouds", - "venue_address": "1016-1098 North Center Court Street" - } - ], - "slots": [ - { - "exclusive_end": 54, - "slot": "date", - "start": 36 - }, - { - "exclusive_end": 79, - "slot": "event_name", - "start": 69 - }, - { - "exclusive_end": 104, - "slot": "venue", - "start": 83 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The event is on 1 day. It is on the day after tomorrow. The event is Rob Thomas at Theater Of The Clouds." - }, - { - "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": [ - "Rock" - ], - "city": [ - "Portland" - ], - "date": [ - "Sunday this week", - "day after tomorrow" - ], - "event_name": [ - "Rob Thomas" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds good. I want to purchase tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_of_tickets", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How many tickets should I buy?" - }, - { - "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": [ - "Rock" - ], - "city": [ - "Portland" - ], - "date": [ - "Sunday this week", - "day after tomorrow" - ], - "event_name": [ - "Rob Thomas" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want one ticket." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Rob Thomas" - ], - "slot": "event_name", - "values": [ - "Rob Thomas" - ] - }, - { - "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": [ - "Portland" - ], - "slot": "city", - "values": [ - "Portland" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 58, - "slot": "event_name", - "start": 48 - }, - { - "exclusive_end": 99, - "slot": "date", - "start": 81 - }, - { - "exclusive_end": 111, - "slot": "city", - "start": 103 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm: You want 1 ticket for the event Rob Thomas. The event is one the day after tomorrow in Portland." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "Rock" - ], - "city": [ - "Portland" - ], - "date": [ - "Sunday this week", - "day after tomorrow" - ], - "event_name": [ - "Rob Thomas" - ], - "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": "Portland", - "date": "2019-03-03", - "event_name": "Rob Thomas", - "number_of_tickets": "1" - } - }, - "service_results": [ - { - "city": "Portland", - "date": "2019-03-03", - "event_name": "Rob Thomas", - "number_of_tickets": "1", - "time": "18:30", - "venue": "Theater Of The Clouds", - "venue_address": "1016-1098 North Center Court Street" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your tickets have been booked." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "Rock" - ], - "city": [ - "Portland" - ], - "date": [ - "Sunday this week", - "day after tomorrow" - ], - "event_name": [ - "Rob Thomas" - ], - "event_type": [ - "Music" - ], - "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": "Do you want help 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": [ - "Rock" - ], - "city": [ - "Portland" - ], - "date": [ - "Sunday this week", - "day after tomorrow" - ], - "event_name": [ - "Rob Thomas" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, not right now." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day." - } - ] - }, - { - "dialogue_id": "9_00107", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Atlanta" - ], - "slot": "city", - "values": [ - "ATL" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 36, - "slot": "city", - "start": 33 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "ATL" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to search for events in ATL." - }, - { - "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? For example you can say 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": [ - "ATL" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to find a 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" - ] - } - ], - "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": 46, - "slot": "event_name", - "start": 25 - }, - { - "exclusive_end": 75, - "slot": "venue", - "start": 54 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is a match between Falcons Vs Buccaneers at the Mercedes-Benz Stadium." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Rock" - ], - "slot": "category", - "values": [ - "rock" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Music" - ], - "slot": "event_type", - "values": [ - "Music" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 47, - "slot": "category", - "start": 43 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "rock" - ], - "city": [ - "ATL" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to find a music event, preferably rock." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Gorgasm" - ], - "slot": "event_name", - "values": [ - "Gorgasm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Kenny's Alley" - ], - "slot": "venue", - "values": [ - "Kenny's Alley" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "category": "Rock", - "city": "Atlanta", - "event_type": "Music" - } - }, - "service_results": [ - { - "category": "Rock", - "city": "Atlanta", - "date": "2019-03-06", - "event_name": "Gorgasm", - "event_type": "Music", - "time": "18:00", - "venue": "Kenny's Alley", - "venue_address": "50 Upper Alabama Street" - }, - { - "category": "Rock", - "city": "Atlanta", - "date": "2019-03-13", - "event_name": "Taking Back Sunday", - "event_type": "Music", - "time": "19:00", - "venue": "Kenny's Alley", - "venue_address": "50 Upper Alabama Street" - } - ], - "slots": [ - { - "exclusive_end": 32, - "slot": "event_name", - "start": 25 - }, - { - "exclusive_end": 49, - "slot": "venue", - "start": 36 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is an event called Gorgasm at Kenny's Alley." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "rock" - ], - "city": [ - "ATL" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to find another event please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Taking Back Sunday" - ], - "slot": "event_name", - "values": [ - "Taking Back Sunday" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Kenny's Alley" - ], - "slot": "venue", - "values": [ - "Kenny's Alley" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 47, - "slot": "event_name", - "start": 29 - }, - { - "exclusive_end": 64, - "slot": "venue", - "start": 51 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have found an event called Taking Back Sunday at Kenny's Alley." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "time", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [ - "time" - ], - "slot_values": { - "category": [ - "rock" - ], - "city": [ - "ATL" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What time does this event start?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "19:00" - ], - "slot": "time", - "values": [ - "7 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 17, - "slot": "time", - "start": 13 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It starts at 7 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "venue_address", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [ - "venue_address" - ], - "slot_values": { - "category": [ - "rock" - ], - "city": [ - "ATL" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What is the address?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "50 Upper Alabama Street" - ], - "slot": "venue_address", - "values": [ - "50 Upper Alabama Street" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 38, - "slot": "venue_address", - "start": 15 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The address is 50 Upper Alabama Street." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "rock" - ], - "city": [ - "ATL" - ], - "event_name": [ - "Taking Back Sunday" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sound 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?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "category": [ - "rock" - ], - "city": [ - "ATL" - ], - "event_name": [ - "Taking Back Sunday" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Perhaps later." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like 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": { - "category": [ - "rock" - ], - "city": [ - "ATL" - ], - "event_name": [ - "Taking Back Sunday" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to see dates for events." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-03" - ], - "slot": "date", - "values": [ - "day after tomorrow" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Taking Back Sunday" - ], - "slot": "event_name", - "values": [ - "Taking Back Sunday" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Kenny's Alley" - ], - "slot": "venue", - "values": [ - "Kenny's Alley" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "GetEventDates", - "parameters": { - "city": "Atlanta", - "event_name": "Taking Back Sunday" - } - }, - "service_results": [ - { - "city": "Atlanta", - "date": "2019-03-03", - "event_name": "Taking Back Sunday", - "time": "17:00", - "venue": "Kenny's Alley", - "venue_address": "50 Upper Alabama Street" - }, - { - "city": "Atlanta", - "date": "2019-03-08", - "event_name": "Taking Back Sunday", - "time": "18:00", - "venue": "Kenny's Alley", - "venue_address": "50 Upper Alabama Street" - }, - { - "city": "Atlanta", - "date": "2019-03-09", - "event_name": "Taking Back Sunday", - "time": "19:00", - "venue": "Kenny's Alley", - "venue_address": "50 Upper Alabama Street" - }, - { - "city": "Atlanta", - "date": "2019-03-10", - "event_name": "Taking Back Sunday", - "time": "17:30", - "venue": "Kenny's Alley", - "venue_address": "50 Upper Alabama Street" - }, - { - "city": "Atlanta", - "date": "2019-03-13", - "event_name": "Taking Back Sunday", - "time": "19:00", - "venue": "Kenny's Alley", - "venue_address": "50 Upper Alabama Street" - } - ], - "slots": [ - { - "exclusive_end": 88, - "slot": "date", - "start": 70 - }, - { - "exclusive_end": 35, - "slot": "event_name", - "start": 17 - }, - { - "exclusive_end": 52, - "slot": "venue", - "start": 39 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The event called Taking Back Sunday at Kenny's Alley is happening the day after tomorrow." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "GetEventDates", - "requested_slots": [], - "slot_values": { - "category": [ - "rock" - ], - "city": [ - "ATL" - ], - "event_name": [ - "Taking Back Sunday" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "How about events on other dates?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-08" - ], - "slot": "date", - "values": [ - "next Friday" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Taking Back Sunday" - ], - "slot": "event_name", - "values": [ - "Taking Back Sunday" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Kenny's Alley" - ], - "slot": "venue", - "values": [ - "Kenny's Alley" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 77, - "slot": "date", - "start": 66 - }, - { - "exclusive_end": 35, - "slot": "event_name", - "start": 17 - }, - { - "exclusive_end": 52, - "slot": "venue", - "start": 39 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The event called Taking Back Sunday at Kenny's Alley is happening next Friday." - }, - { - "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": [ - "ATL" - ], - "event_name": [ - "Taking Back Sunday" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What time does the event start?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "18:00" - ], - "slot": "time", - "values": [ - "6 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 24, - "slot": "time", - "start": 20 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The event begins at 6 pm." - }, - { - "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": [ - "ATL" - ], - "event_name": [ - "Taking Back Sunday" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What is the address of the venue?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "50 Upper Alabama Street" - ], - "slot": "venue_address", - "values": [ - "50 Upper Alabama Street" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 38, - "slot": "venue_address", - "start": 15 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The address is 50 Upper Alabama 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": { - "category": [ - "rock" - ], - "city": [ - "ATL" - ], - "date": [ - "next Friday" - ], - "event_name": [ - "Taking Back Sunday" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds great. I'd like four tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Taking Back Sunday" - ], - "slot": "event_name", - "values": [ - "Taking Back Sunday" - ] - }, - { - "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": [ - "Atlanta" - ], - "slot": "city", - "values": [ - "Atlanta" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 69, - "slot": "event_name", - "start": 51 - }, - { - "exclusive_end": 81, - "slot": "date", - "start": 70 - }, - { - "exclusive_end": 92, - "slot": "city", - "start": 85 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Ok so just to confirm: You would like 4 tickets to Taking Back Sunday next Friday in Atlanta." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "rock" - ], - "city": [ - "ATL", - "Atlanta" - ], - "date": [ - "next Friday" - ], - "event_name": [ - "Taking Back Sunday" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That's great." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Atlanta", - "date": "2019-03-08", - "event_name": "Taking Back Sunday", - "number_of_tickets": "4" - } - }, - "service_results": [ - { - "city": "Atlanta", - "date": "2019-03-08", - "event_name": "Taking Back Sunday", - "number_of_tickets": "4", - "time": "18:00", - "venue": "Kenny's Alley", - "venue_address": "50 Upper Alabama Street" - } - ], - "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": { - "category": [ - "rock" - ], - "city": [ - "ATL", - "Atlanta" - ], - "date": [ - "next Friday" - ], - "event_name": [ - "Taking Back Sunday" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks." - }, - { - "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": "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": [ - "rock" - ], - "city": [ - "ATL", - "Atlanta" - ], - "date": [ - "next Friday" - ], - "event_name": [ - "Taking Back Sunday" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No that's all for now." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Enjoy your day." - } - ] - }, - { - "dialogue_id": "9_00108", - "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": "Hey, I want to go out. Search for some Music events." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "city", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "In what city should I look for?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "San Diego" - ], - "slot": "city", - "values": [ - "SD" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "dontcare" - ], - "slot": "category", - "values": [ - "dontcare" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 5, - "slot": "city", - "start": 3 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "dontcare" - ], - "city": [ - "SD" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "In SD. Any type of event is fine by me." - }, - { - "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": 47, - "slot": "event_name", - "start": 33 - }, - { - "exclusive_end": 101, - "slot": "venue", - "start": 66 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 10 events you may enjoy. Alejandro Sanz is playing at the Cal Coast Credit Union Amphitheater." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "date", - "values": [ - "March 10th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Sports" - ], - "slot": "event_type", - "values": [ - "Sports" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 44, - "slot": "date", - "start": 34 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "dontcare" - ], - "city": [ - "SD" - ], - "date": [ - "March 10th" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you search for another one on March 10th? A Games event." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Padres Vs Diamondbacks" - ], - "slot": "event_name", - "values": [ - "Padres Vs Diamondbacks" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Petco Park" - ], - "slot": "venue", - "values": [ - "Petco Park" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "San Diego", - "date": "2019-03-10", - "event_type": "Sports" - } - }, - "service_results": [ - { - "category": "Baseball", - "city": "San Diego", - "date": "2019-03-10", - "event_name": "Padres Vs Diamondbacks", - "event_type": "Sports", - "time": "18:00", - "venue": "Petco Park", - "venue_address": "100 Park Boulevard" - } - ], - "slots": [ - { - "exclusive_end": 27, - "slot": "event_name", - "start": 5 - }, - { - "exclusive_end": 57, - "slot": "venue", - "start": 47 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Yes. Padres Vs Diamondbacks will be playing at Petco 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": { - "category": [ - "dontcare" - ], - "city": [ - "SD" - ], - "date": [ - "March 10th" - ], - "event_name": [ - "Padres Vs Diamondbacks" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds good. When will they be performing?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-10" - ], - "slot": "date", - "values": [ - "March 10th" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Padres Vs Diamondbacks" - ], - "slot": "event_name", - "values": [ - "Padres Vs Diamondbacks" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Petco Park" - ], - "slot": "venue", - "values": [ - "Petco Park" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "GetEventDates", - "parameters": { - "city": "San Diego", - "event_name": "Padres Vs Diamondbacks" - } - }, - "service_results": [ - { - "city": "San Diego", - "date": "2019-03-10", - "event_name": "Padres Vs Diamondbacks", - "time": "18:00", - "venue": "Petco Park", - "venue_address": "100 Park Boulevard" - } - ], - "slots": [ - { - "exclusive_end": 13, - "slot": "date", - "start": 3 - }, - { - "exclusive_end": 49, - "slot": "event_name", - "start": 27 - }, - { - "exclusive_end": 63, - "slot": "venue", - "start": 53 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "On March 10th, just 1 day. Padres Vs Diamondbacks at Petco Park." - }, - { - "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": [ - "SD" - ], - "date": [ - "March 10th" - ], - "event_name": [ - "Padres Vs Diamondbacks" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "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": 7, - "slot": "time", - "start": 3 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "At 6 pm they begin." - }, - { - "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": [ - "dontcare" - ], - "city": [ - "SD" - ], - "date": [ - "March 10th" - ], - "event_name": [ - "Padres Vs Diamondbacks" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Where is their venue located?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "100 Park Boulevard" - ], - "slot": "venue_address", - "values": [ - "100 Park Boulevard" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 21, - "slot": "venue_address", - "start": 3 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "On 100 Park Boulevard." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "GetEventDates", - "requested_slots": [], - "slot_values": { - "category": [ - "dontcare" - ], - "city": [ - "SD" - ], - "date": [ - "March 10th" - ], - "event_name": [ - "Padres Vs Diamondbacks" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "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 the tickets?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "INFORM", - "canonical_values": [ - "3" - ], - "slot": "number_of_tickets", - "values": [ - "3" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "dontcare" - ], - "city": [ - "SD" - ], - "date": [ - "March 10th" - ], - "event_name": [ - "Padres Vs Diamondbacks" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, I want three tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Padres Vs Diamondbacks" - ], - "slot": "event_name", - "values": [ - "Padres Vs Diamondbacks" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "3" - ], - "slot": "number_of_tickets", - "values": [ - "3" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "date", - "values": [ - "March 10th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "San Diego" - ], - "slot": "city", - "values": [ - "San Diego" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 61, - "slot": "event_name", - "start": 39 - }, - { - "exclusive_end": 75, - "slot": "date", - "start": 65 - }, - { - "exclusive_end": 88, - "slot": "city", - "start": 79 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm: you want 3 tickets for Padres Vs Diamondbacks on March 10th in San Diego." - }, - { - "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": [ - "dontcare" - ], - "city": [ - "SD", - "San Diego" - ], - "date": [ - "March 10th" - ], - "event_name": [ - "Padres Vs Diamondbacks" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Actually, I just want two tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "2" - ], - "slot": "number_of_tickets", - "values": [ - "2" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "date", - "values": [ - "March 10th" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 39, - "slot": "date", - "start": 29 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "So 2 tickets to the event on March 10th?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "dontcare" - ], - "city": [ - "SD", - "San Diego" - ], - "date": [ - "March 10th" - ], - "event_name": [ - "Padres Vs Diamondbacks" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, exactly." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "San Diego", - "date": "2019-03-10", - "event_name": "Padres Vs Diamondbacks", - "number_of_tickets": "2" - } - }, - "service_results": [ - { - "city": "San Diego", - "date": "2019-03-10", - "event_name": "Padres Vs Diamondbacks", - "number_of_tickets": "2", - "time": "18:00", - "venue": "Petco Park", - "venue_address": "100 Park Boulevard" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your reservation was 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": [ - "dontcare" - ], - "city": [ - "SD", - "San Diego" - ], - "date": [ - "March 10th" - ], - "event_name": [ - "Padres Vs Diamondbacks" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks a lot. That's all." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have an amazing day." - } - ] - }, - { - "dialogue_id": "9_00109", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I'm looking for some events." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "city", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Anywhere in particular?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Atlanta" - ], - "slot": "city", - "values": [ - "Atlanta, GA" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 42, - "slot": "city", - "start": 31 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Atlanta, GA" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to catch something in Atlanta, GA." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "Music", - "Sports" - ], - "slot": "event_type", - "values": [ - "Music", - "Sports" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Any particular type of event you're interested in? How about 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": [ - "Atlanta, GA" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Let's go with Sports." - }, - { - "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": 64, - "slot": "event_name", - "start": 43 - }, - { - "exclusive_end": 94, - "slot": "venue", - "start": 73 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There's 10 events you might. How about the Falcons Vs Buccaneers game at Mercedes-Benz Stadium?" - }, - { - "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": [ - "Atlanta, GA" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What's the address?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1 AMB Drive Northwest" - ], - "slot": "venue_address", - "values": [ - "1 AMB Drive Northwest" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 39, - "slot": "venue_address", - "start": 18 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The stadium is at 1 AMB Drive Northwest." - }, - { - "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": [ - "Atlanta, GA" - ], - "event_name": [ - "Falcons Vs Buccaneers" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds pretty good. What about some other dates?" - }, - { - "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": 51, - "slot": "date", - "start": 37 - }, - { - "exclusive_end": 31, - "slot": "event_name", - "start": 10 - }, - { - "exclusive_end": 76, - "slot": "venue", - "start": 55 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There's a Falcons Vs Buccaneers game next Wednesday at Mercedes-Benz Stadium." - }, - { - "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": [ - "Atlanta, GA" - ], - "event_name": [ - "Falcons Vs Buccaneers" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Where's it at?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1 AMB Drive Northwest" - ], - "slot": "venue_address", - "values": [ - "1 AMB Drive Northwest" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 21, - "slot": "venue_address", - "start": 0 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "1 AMB Drive Northwest." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "time", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "GetEventDates", - "requested_slots": [ - "time" - ], - "slot_values": { - "city": [ - "Atlanta, GA" - ], - "event_name": [ - "Falcons Vs Buccaneers" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What time does it start?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "19:00" - ], - "slot": "time", - "values": [ - "7 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 26, - "slot": "time", - "start": 22 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The game kicks off at 7 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "GetEventDates", - "requested_slots": [], - "slot_values": { - "city": [ - "Atlanta, GA" - ], - "date": [ - "next Wednesday" - ], - "event_name": [ - "Falcons Vs Buccaneers" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds pretty decent." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Is there something else you need help with?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "BuyEventTickets" - ], - "slot": "intent", - "values": [ - "BuyEventTickets" - ] - } - ], - "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" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to buy some 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": [ - "2" - ], - "slot": "number_of_tickets", - "values": [ - "2" - ] - } - ], - "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": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Two should be good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Falcons Vs Buccaneers" - ], - "slot": "event_name", - "values": [ - "Falcons Vs Buccaneers" - ] - }, - { - "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": [ - "Atlanta" - ], - "slot": "city", - "values": [ - "Atlanta" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 66, - "slot": "event_name", - "start": 45 - }, - { - "exclusive_end": 97, - "slot": "date", - "start": 83 - }, - { - "exclusive_end": 82, - "slot": "city", - "start": 75 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Just to make sure, you want 2 tickets to the Falcons Vs Buccaneers game in Atlanta next Wednesday." - }, - { - "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": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds good, thanks." - }, - { - "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": "2" - } - }, - "service_results": [ - { - "city": "Atlanta", - "date": "2019-03-06", - "event_name": "Falcons Vs Buccaneers", - "number_of_tickets": "2", - "time": "19:00", - "venue": "Mercedes-Benz Stadium", - "venue_address": "1 AMB Drive Northwest" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "You're 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": [ - "Atlanta", - "Atlanta, GA" - ], - "date": [ - "next Wednesday" - ], - "event_name": [ - "Falcons Vs Buccaneers" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks, again. That'll do it, for now." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Enjoy your day!" - } - ] - }, - { - "dialogue_id": "9_00110", - "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": "Im looking for an event" - }, - { - "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 prefer music or sports event? what city are you looking for" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Music" - ], - "slot": "event_type", - "values": [ - "Music" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Atlanta" - ], - "slot": "city", - "values": [ - "Atlanta" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 41, - "slot": "city", - "start": 34 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Atlanta" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am looking for concert event in Atlanta" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Atlanta Summer Organ Festival" - ], - "slot": "event_name", - "values": [ - "Atlanta SUmmer Organ Festival" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Peachtree Road United Methodist Church" - ], - "slot": "venue", - "values": [ - "Peachtree Road United Methodist Church" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "5" - ], - "slot": "count", - "values": [ - "5" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "Atlanta", - "event_type": "Music" - } - }, - "service_results": [ - { - "category": "Classical", - "city": "Atlanta", - "date": "2019-03-05", - "event_name": "Atlanta Summer Organ Festival", - "event_type": "Music", - "time": "17:30", - "venue": "Peachtree Road United Methodist Church", - "venue_address": "3180 Peachtree Road Northeast" - }, - { - "category": "Country", - "city": "Atlanta", - "date": "2019-03-13", - "event_name": "Emmylou Harris", - "event_type": "Music", - "time": "18:30", - "venue": "Atlanta Symphony Orchestra", - "venue_address": "1280 Peachtree Street Northeast" - }, - { - "category": "Rock", - "city": "Atlanta", - "date": "2019-03-06", - "event_name": "Gorgasm", - "event_type": "Music", - "time": "18:00", - "venue": "Kenny's Alley", - "venue_address": "50 Upper Alabama Street" - }, - { - "category": "Rock", - "city": "Atlanta", - "date": "2019-03-13", - "event_name": "Taking Back Sunday", - "event_type": "Music", - "time": "19:00", - "venue": "Kenny's Alley", - "venue_address": "50 Upper Alabama Street" - }, - { - "category": "Electronica", - "city": "Atlanta", - "date": "2019-03-09", - "event_name": "The Cinematic Orchestra", - "event_type": "Music", - "time": "17:00", - "venue": "The Loft", - "venue_address": "1374 West Peachtree Street Northwest" - } - ], - "slots": [ - { - "exclusive_end": 57, - "slot": "event_name", - "start": 28 - }, - { - "exclusive_end": 107, - "slot": "venue", - "start": 69 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 5 concert events in Atlanta SUmmer Organ Festival located in Peachtree Road United Methodist Church" - }, - { - "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": [ - "Atlanta" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Where is it located" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "3180 Peachtree Road Northeast" - ], - "slot": "venue_address", - "values": [ - "3180 Peachtree road northeast" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 44, - "slot": "venue_address", - "start": 15 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "the address is 3180 Peachtree road northeast" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Atlanta" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "any other events" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Emmylou Harris" - ], - "slot": "event_name", - "values": [ - "Emmylou Harris" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Atlanta Symphony Orchestra" - ], - "slot": "venue", - "values": [ - "Atlanta Symphony Orchestra" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 38, - "slot": "event_name", - "start": 24 - }, - { - "exclusive_end": 68, - "slot": "venue", - "start": 42 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found an event called Emmylou Harris in Atlanta Symphony Orchestra" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Atlanta" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Gorgasm" - ], - "slot": "event_name", - "values": [ - "Gorgasm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Kenny's Alley" - ], - "slot": "venue", - "values": [ - "Kenny's Alley" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 18, - "slot": "event_name", - "start": 11 - }, - { - "exclusive_end": 35, - "slot": "venue", - "start": 22 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "What about Gorgasm at Kenny's Alley" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "venue_address", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "time", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [ - "time", - "venue_address" - ], - "slot_values": { - "city": [ - "Atlanta" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Where is this and when does it start" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "50 Upper Alabama Street" - ], - "slot": "venue_address", - "values": [ - "50 Upper alabama street" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "18:00" - ], - "slot": "time", - "values": [ - "6 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 50, - "slot": "venue_address", - "start": 27 - }, - { - "exclusive_end": 23, - "slot": "time", - "start": 19 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "This will start at 6 pm at 50 Upper alabama street" - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Atlanta" - ], - "event_name": [ - "Gorgasm" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok 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 purchase a ticket" - }, - { - "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": [ - "Atlanta" - ], - "event_name": [ - "Gorgasm" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Not yet, i want to know the event date" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-05" - ], - "slot": "date", - "values": [ - "next tuesday" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Gorgasm" - ], - "slot": "event_name", - "values": [ - "Gorgasm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Kenny's Alley" - ], - "slot": "venue", - "values": [ - "Kenny's Alley" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "GetEventDates", - "parameters": { - "city": "Atlanta", - "event_name": "Gorgasm" - } - }, - "service_results": [ - { - "city": "Atlanta", - "date": "2019-03-05", - "event_name": "Gorgasm", - "time": "17:30", - "venue": "Kenny's Alley", - "venue_address": "50 Upper Alabama Street" - }, - { - "city": "Atlanta", - "date": "2019-03-06", - "event_name": "Gorgasm", - "time": "18:00", - "venue": "Kenny's Alley", - "venue_address": "50 Upper Alabama Street" - }, - { - "city": "Atlanta", - "date": "2019-03-07", - "event_name": "Gorgasm", - "time": "18:00", - "venue": "Kenny's Alley", - "venue_address": "50 Upper Alabama Street" - }, - { - "city": "Atlanta", - "date": "2019-03-13", - "event_name": "Gorgasm", - "time": "19:00", - "venue": "Kenny's Alley", - "venue_address": "50 Upper Alabama Street" - } - ], - "slots": [ - { - "exclusive_end": 53, - "slot": "date", - "start": 41 - }, - { - "exclusive_end": 20, - "slot": "event_name", - "start": 13 - }, - { - "exclusive_end": 37, - "slot": "venue", - "start": 24 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The event is Gorgasm at Kenny's Alley on next tuesday" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "time", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "GetEventDates", - "requested_slots": [ - "time" - ], - "slot_values": { - "city": [ - "Atlanta" - ], - "event_name": [ - "Gorgasm" - ], - "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": 24, - "slot": "time", - "start": 17 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It will start at 5:30 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": [ - "Atlanta" - ], - "date": [ - "next tuesday" - ], - "event_name": [ - "Gorgasm" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds good, i want 4 tickets" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Gorgasm" - ], - "slot": "event_name", - "values": [ - "Gorgasm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "4" - ], - "slot": "number_of_tickets", - "values": [ - "4" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "date", - "values": [ - "next tuesday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Atlanta" - ], - "slot": "city", - "values": [ - "Atlanta" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 48, - "slot": "event_name", - "start": 41 - }, - { - "exclusive_end": 75, - "slot": "date", - "start": 63 - }, - { - "exclusive_end": 59, - "slot": "city", - "start": 52 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm booking for 4 tickets for Gorgasm in Atlanta on next tuesday" - }, - { - "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": [ - "Atlanta" - ], - "date": [ - "next tuesday" - ], - "event_name": [ - "Gorgasm" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No i need 1 tickets" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "number_of_tickets", - "values": [ - "1" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Atlanta" - ], - "slot": "city", - "values": [ - "Atlanta" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 34, - "slot": "city", - "start": 27 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm 1 ticket in Atlanta" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Atlanta" - ], - "date": [ - "next tuesday" - ], - "event_name": [ - "Gorgasm" - ], - "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": "Atlanta", - "date": "2019-03-05", - "event_name": "Gorgasm", - "number_of_tickets": "1" - } - }, - "service_results": [ - { - "city": "Atlanta", - "date": "2019-03-05", - "event_name": "Gorgasm", - "number_of_tickets": "1", - "time": "17:30", - "venue": "Kenny's Alley", - "venue_address": "50 Upper Alabama Street" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your booking is confirm" - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Atlanta" - ], - "date": [ - "next tuesday" - ], - "event_name": [ - "Gorgasm" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "thanks" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "anything else i can do for you" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "city": [ - "Atlanta" - ], - "date": [ - "next tuesday" - ], - "event_name": [ - "Gorgasm" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No thats it" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "have a nice day" - } - ] - }, - { - "dialogue_id": "9_00111", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "What events are on?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "city", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What city are you in?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Seattle" - ], - "slot": "city", - "values": [ - "Seattle" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 14, - "slot": "city", - "start": 7 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Seattle" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm in Seattle right now." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "Music", - "Sports" - ], - "slot": "event_type", - "values": [ - "Music", - "Sports" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Is there something you're after, like sports or music?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Sports" - ], - "slot": "event_type", - "values": [ - "Sports" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Seattle" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Hmmm, look for sports please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Huskies Vs Cougars" - ], - "slot": "event_name", - "values": [ - "Huskies Vs Cougars" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Husky Stadium" - ], - "slot": "venue", - "values": [ - "Husky Stadium" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "Seattle", - "event_type": "Sports" - } - }, - "service_results": [ - { - "category": "Basketball", - "city": "Seattle", - "date": "2019-03-14", - "event_name": "Huskies Vs Cougars", - "event_type": "Sports", - "time": "18:30", - "venue": "Husky Stadium", - "venue_address": "3800 Montlake Boulevard Northeast" - }, - { - "category": "Basketball", - "city": "Seattle", - "date": "2019-03-08", - "event_name": "Huskies Vs Utes", - "event_type": "Sports", - "time": "18:00", - "venue": "Husky Stadium", - "venue_address": "3800 Montlake Boulevard Northeast" - }, - { - "category": "Basketball", - "city": "Seattle", - "date": "2019-03-06", - "event_name": "Huskies Vs Warriors", - "event_type": "Sports", - "time": "19:30", - "venue": "Husky Stadium", - "venue_address": "3800 Montlake Boulevard Northeast" - }, - { - "category": "Baseball", - "city": "Seattle", - "date": "2019-03-07", - "event_name": "Mariners Vs Angels", - "event_type": "Sports", - "time": "18:30", - "venue": "T-Mobile Park", - "venue_address": "1250 1st Avenue South" - }, - { - "category": "Baseball", - "city": "Seattle", - "date": "2019-03-08", - "event_name": "Mariners Vs Blue Jays", - "event_type": "Sports", - "time": "18:00", - "venue": "T-Mobile Park", - "venue_address": "1250 1st Avenue South" - }, - { - "category": "Baseball", - "city": "Seattle", - "date": "2019-03-01", - "event_name": "Mariners Vs Rangers", - "event_type": "Sports", - "time": "19:30", - "venue": "T-Mobile Park", - "venue_address": "1250 1st Avenue South" - }, - { - "category": "Baseball", - "city": "Seattle", - "date": "2019-03-10", - "event_name": "Mariners Vs Rays", - "event_type": "Sports", - "time": "18:00", - "venue": "T-Mobile Park", - "venue_address": "1250 1st Avenue South" - }, - { - "category": "Baseball", - "city": "Seattle", - "date": "2019-03-05", - "event_name": "Mariners Vs Tigers", - "event_type": "Sports", - "time": "17:00", - "venue": "T-Mobile Park", - "venue_address": "1250 1st Avenue South" - }, - { - "category": "Baseball", - "city": "Seattle", - "date": "2019-03-10", - "event_name": "Mariners Vs White Sox", - "event_type": "Sports", - "time": "17:00", - "venue": "T-Mobile Park", - "venue_address": "1250 1st Avenue South" - }, - { - "category": "Football", - "city": "Seattle", - "date": "2019-03-08", - "event_name": "Seahawks Vs Cardinals", - "event_type": "Sports", - "time": "18:30", - "venue": "CenturyLink Field", - "venue_address": "800 Occidental Avenue South" - } - ], - "slots": [ - { - "exclusive_end": 34, - "slot": "event_name", - "start": 16 - }, - { - "exclusive_end": 51, - "slot": "venue", - "start": 38 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay what about Huskies Vs Cougars at Husky 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": [ - "Seattle" - ], - "event_name": [ - "Huskies Vs Cougars" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Okay great. What dates it it on?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-01" - ], - "slot": "date", - "values": [ - "today" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Huskies Vs Cougars" - ], - "slot": "event_name", - "values": [ - "Huskies Vs Cougars" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Husky Stadium" - ], - "slot": "venue", - "values": [ - "Husky Stadium" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "4" - ], - "slot": "count", - "values": [ - "4" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "GetEventDates", - "parameters": { - "city": "Seattle", - "event_name": "Huskies Vs Cougars" - } - }, - "service_results": [ - { - "city": "Seattle", - "date": "2019-03-01", - "event_name": "Huskies Vs Cougars", - "time": "18:00", - "venue": "Husky Stadium", - "venue_address": "3800 Montlake Boulevard Northeast" - }, - { - "city": "Seattle", - "date": "2019-03-06", - "event_name": "Huskies Vs Cougars", - "time": "19:00", - "venue": "Husky Stadium", - "venue_address": "3800 Montlake Boulevard Northeast" - }, - { - "city": "Seattle", - "date": "2019-03-10", - "event_name": "Huskies Vs Cougars", - "time": "18:00", - "venue": "Husky Stadium", - "venue_address": "3800 Montlake Boulevard Northeast" - }, - { - "city": "Seattle", - "date": "2019-03-14", - "event_name": "Huskies Vs Cougars", - "time": "18:30", - "venue": "Husky Stadium", - "venue_address": "3800 Montlake Boulevard Northeast" - } - ], - "slots": [ - { - "exclusive_end": 82, - "slot": "date", - "start": 77 - }, - { - "exclusive_end": 38, - "slot": "event_name", - "start": 20 - }, - { - "exclusive_end": 55, - "slot": "venue", - "start": 42 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There's 4 dates for Huskies Vs Cougars at Husky Stadium with the next one on today." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "GetEventDates", - "requested_slots": [], - "slot_values": { - "city": [ - "Seattle" - ], - "event_name": [ - "Huskies Vs Cougars" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "And the other dates?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-06" - ], - "slot": "date", - "values": [ - "next Wednesday" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Huskies Vs Cougars" - ], - "slot": "event_name", - "values": [ - "Huskies Vs Cougars" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Husky Stadium" - ], - "slot": "venue", - "values": [ - "Husky Stadium" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 65, - "slot": "date", - "start": 51 - }, - { - "exclusive_end": 33, - "slot": "event_name", - "start": 15 - }, - { - "exclusive_end": 50, - "slot": "venue", - "start": 37 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There's also a Huskies Vs Cougars at Husky Stadium next Wednesday." - }, - { - "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" - ], - "date": [ - "next Wednesday" - ], - "event_name": [ - "Huskies Vs Cougars" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Okay great can you book tickets?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_of_tickets", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How many tickets are you after?" - }, - { - "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": [ - "Seattle" - ], - "date": [ - "next Wednesday" - ], - "event_name": [ - "Huskies Vs Cougars" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Book 2 please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Huskies Vs Cougars" - ], - "slot": "event_name", - "values": [ - "Huskies Vs Cougars" - ] - }, - { - "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": [ - "Seattle" - ], - "slot": "city", - "values": [ - "Seattle" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 66, - "slot": "event_name", - "start": 48 - }, - { - "exclusive_end": 81, - "slot": "date", - "start": 67 - }, - { - "exclusive_end": 92, - "slot": "city", - "start": 85 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, confirming you want to book 2 tickets for Huskies Vs Cougars next Wednesday in Seattle." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Seattle" - ], - "date": [ - "next Wednesday" - ], - "event_name": [ - "Huskies Vs Cougars" - ], - "event_type": [ - "Sports" - ], - "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": "Seattle", - "date": "2019-03-06", - "event_name": "Huskies Vs Cougars", - "number_of_tickets": "2" - } - }, - "service_results": [ - { - "city": "Seattle", - "date": "2019-03-06", - "event_name": "Huskies Vs Cougars", - "number_of_tickets": "2", - "time": "19:00", - "venue": "Husky Stadium", - "venue_address": "3800 Montlake Boulevard Northeast" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "I've booked those tickets for you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "time", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [ - "time" - ], - "slot_values": { - "city": [ - "Seattle" - ], - "date": [ - "next Wednesday" - ], - "event_name": [ - "Huskies Vs Cougars" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Great, what time should we be there?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "19:00" - ], - "slot": "time", - "values": [ - "7 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 23, - "slot": "time", - "start": 19 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The game starts at 7 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": [ - "Seattle" - ], - "date": [ - "next Wednesday" - ], - "event_name": [ - "Huskies Vs Cougars" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Super, thanks for your help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have fun at the game." - } - ] - }, - { - "dialogue_id": "9_00112", - "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. Can you help me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "Music", - "Sports" - ], - "slot": "event_type", - "values": [ - "Music", - "Sports" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you have any particular event in mind - say Music, Sports, or something like that?" - }, - { - "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'm looking for Games in particular." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "city", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What city do you want to start searching in?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Philadelphia" - ], - "slot": "city", - "values": [ - "Philly" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 30, - "slot": "city", - "start": 24 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Philly" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to find one in Philly." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Eagles Vs Cowboys" - ], - "slot": "event_name", - "values": [ - "Eagles Vs Cowboys" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Lincoln Financial Field" - ], - "slot": "venue", - "values": [ - "Lincoln Financial Field" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "10" - ], - "slot": "count", - "values": [ - "10" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "Philadelphia", - "event_type": "Sports" - } - }, - "service_results": [ - { - "category": "Football", - "city": "Philadelphia", - "date": "2019-03-10", - "event_name": "Eagles Vs Cowboys", - "event_type": "Sports", - "time": "17:00", - "venue": "Lincoln Financial Field", - "venue_address": "1 Lincoln Financial Field Way" - }, - { - "category": "Football", - "city": "Philadelphia", - "date": "2019-03-12", - "event_name": "Owls Vs Bison", - "event_type": "Sports", - "time": "19:30", - "venue": "Lincoln Financial Field", - "venue_address": "1 Lincoln Financial Field Way" - }, - { - "category": "Football", - "city": "Philadelphia", - "date": "2019-03-03", - "event_name": "Owls Vs Huskies", - "event_type": "Sports", - "time": "17:30", - "venue": "Lincoln Financial Field", - "venue_address": "1 Lincoln Financial Field Way" - }, - { - "category": "Football", - "city": "Philadelphia", - "date": "2019-03-10", - "event_name": "Owls Vs Knights", - "event_type": "Sports", - "time": "17:00", - "venue": "Lincoln Financial Field", - "venue_address": "1 Lincoln Financial Field Way" - }, - { - "category": "Football", - "city": "Philadelphia", - "date": "2019-03-12", - "event_name": "Owls Vs Terrapins", - "event_type": "Sports", - "time": "19:00", - "venue": "Lincoln Financial Field", - "venue_address": "1 Lincoln Financial Field Way" - }, - { - "category": "Football", - "city": "Philadelphia", - "date": "2019-03-08", - "event_name": "Owls Vs Tigers", - "event_type": "Sports", - "time": "19:00", - "venue": "Lincoln Financial Field", - "venue_address": "1 Lincoln Financial Field Way" - }, - { - "category": "Football", - "city": "Philadelphia", - "date": "2019-03-08", - "event_name": "Owls Vs Yellow Jackets", - "event_type": "Sports", - "time": "19:30", - "venue": "Lincoln Financial Field", - "venue_address": "1 Lincoln Financial Field Way" - }, - { - "category": "Baseball", - "city": "Philadelphia", - "date": "2019-03-09", - "event_name": "Phillies Vs Braves", - "event_type": "Sports", - "time": "19:30", - "venue": "Citizens Bank Park", - "venue_address": "1 Citizens Bank Way" - }, - { - "category": "Baseball", - "city": "Philadelphia", - "date": "2019-03-12", - "event_name": "Phillies Vs Cubs", - "event_type": "Sports", - "time": "17:00", - "venue": "Citizens Bank Park", - "venue_address": "1 Citizens Bank Way" - }, - { - "category": "Baseball", - "city": "Philadelphia", - "date": "2019-03-09", - "event_name": "Phillies Vs Diamondbacks", - "event_type": "Sports", - "time": "19:00", - "venue": "Citizens Bank Park", - "venue_address": "1 Citizens Bank Way" - } - ], - "slots": [ - { - "exclusive_end": 89, - "slot": "event_name", - "start": 72 - }, - { - "exclusive_end": 121, - "slot": "venue", - "start": 98 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, I've found 10 events that fit that description. One option is the Eagles Vs Cowboys game at Lincoln Financial Field." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "time", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [ - "time" - ], - "slot_values": { - "city": [ - "Philly" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When does that game start?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "17:00" - ], - "slot": "time", - "values": [ - "5 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 17, - "slot": "time", - "start": 13 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It starts at 5 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Philly" - ], - "event_name": [ - "Eagles Vs Cowboys" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds pretty good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "BuyEventTickets" - ], - "slot": "intent", - "values": [ - "BuyEventTickets" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you want to purchase tickets for it now?" - }, - { - "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": [ - "Philly" - ], - "event_name": [ - "Eagles Vs Cowboys" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Not at the moment, no. Let's keep looking at events." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-03" - ], - "slot": "date", - "values": [ - "day after tomorrow" - ] - }, - { - "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" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "6" - ], - "slot": "count", - "values": [ - "6" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "GetEventDates", - "parameters": { - "city": "Philadelphia", - "event_name": "Eagles Vs Cowboys" - } - }, - "service_results": [ - { - "city": "Philadelphia", - "date": "2019-03-03", - "event_name": "Eagles Vs Cowboys", - "time": "17:30", - "venue": "Lincoln Financial Field", - "venue_address": "1 Lincoln Financial Field Way" - }, - { - "city": "Philadelphia", - "date": "2019-03-05", - "event_name": "Eagles Vs Cowboys", - "time": "18:30", - "venue": "Lincoln Financial Field", - "venue_address": "1 Lincoln Financial Field Way" - }, - { - "city": "Philadelphia", - "date": "2019-03-09", - "event_name": "Eagles Vs Cowboys", - "time": "18:30", - "venue": "Lincoln Financial Field", - "venue_address": "1 Lincoln Financial Field Way" - }, - { - "city": "Philadelphia", - "date": "2019-03-10", - "event_name": "Eagles Vs Cowboys", - "time": "17:00", - "venue": "Lincoln Financial Field", - "venue_address": "1 Lincoln Financial Field Way" - }, - { - "city": "Philadelphia", - "date": "2019-03-12", - "event_name": "Eagles Vs Cowboys", - "time": "19:00", - "venue": "Lincoln Financial Field", - "venue_address": "1 Lincoln Financial Field Way" - }, - { - "city": "Philadelphia", - "date": "2019-03-14", - "event_name": "Eagles Vs Cowboys", - "time": "18:30", - "venue": "Lincoln Financial Field", - "venue_address": "1 Lincoln Financial Field Way" - } - ], - "slots": [ - { - "exclusive_end": 120, - "slot": "date", - "start": 102 - }, - { - "exclusive_end": 59, - "slot": "event_name", - "start": 42 - }, - { - "exclusive_end": 91, - "slot": "venue", - "start": 68 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There are events on 6 different days. The Eagles Vs Cowboys game at Lincoln Financial Field is on the day after tomorrow." - }, - { - "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": [ - "Eagles Vs Cowboys" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Remind me again: when does that start?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "17:30" - ], - "slot": "time", - "values": [ - "5:30 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 20, - "slot": "time", - "start": 13 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It starts at 5:30 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "venue_address", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "GetEventDates", - "requested_slots": [ - "venue_address" - ], - "slot_values": { - "city": [ - "Philly" - ], - "event_name": [ - "Eagles Vs Cowboys" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What's the venue's address?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1 Lincoln Financial Field Way" - ], - "slot": "venue_address", - "values": [ - "1 Lincoln Financial Field Way" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 48, - "slot": "venue_address", - "start": 19 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It's being held at 1 Lincoln Financial Field Way." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "GetEventDates", - "requested_slots": [], - "slot_values": { - "city": [ - "Philly" - ], - "date": [ - "day after tomorrow" - ], - "event_name": [ - "Eagles Vs Cowboys" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Okay, I like the sound of that." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you need any more assistance?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "BuyEventTickets" - ], - "slot": "intent", - "values": [ - "BuyEventTickets" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Philly" - ], - "date": [ - "day after tomorrow" - ], - "event_name": [ - "Eagles Vs Cowboys" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to buy event tickets now." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_of_tickets", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How many tickets did 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": [ - "Philly" - ], - "date": [ - "day after tomorrow" - ], - "event_name": [ - "Eagles Vs Cowboys" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I just want the 1 ticket." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Eagles Vs Cowboys" - ], - "slot": "event_name", - "values": [ - "Eagles Vs Cowboys" - ] - }, - { - "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": [ - "Philadelphia" - ], - "slot": "city", - "values": [ - "Philadelphia" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 63, - "slot": "event_name", - "start": 46 - }, - { - "exclusive_end": 110, - "slot": "date", - "start": 92 - }, - { - "exclusive_end": 84, - "slot": "city", - "start": 72 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Let me confirm here. You want 1 ticket to the Eagles Vs Cowboys game in Philadelphia on the day after tomorrow?" - }, - { - "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": [ - "Philadelphia", - "Philly" - ], - "date": [ - "day after tomorrow" - ], - "event_name": [ - "Eagles Vs Cowboys" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, I've changed my mind. I actually need 4 tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Eagles Vs Cowboys" - ], - "slot": "event_name", - "values": [ - "Eagles Vs Cowboys" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "4" - ], - "slot": "number_of_tickets", - "values": [ - "4" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 53, - "slot": "event_name", - "start": 36 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure. So, you want 4 tickets to the Eagles Vs Cowboys game then?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Philadelphia", - "Philly" - ], - "date": [ - "day after tomorrow" - ], - "event_name": [ - "Eagles Vs Cowboys" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yup, 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-03", - "event_name": "Eagles Vs Cowboys", - "number_of_tickets": "4" - } - }, - "service_results": [ - { - "city": "Philadelphia", - "date": "2019-03-03", - "event_name": "Eagles Vs Cowboys", - "number_of_tickets": "4", - "time": "17:30", - "venue": "Lincoln Financial Field", - "venue_address": "1 Lincoln Financial Field Way" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "I've purchased the tickets 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": { - "city": [ - "Philadelphia", - "Philly" - ], - "date": [ - "day after tomorrow" - ], - "event_name": [ - "Eagles Vs Cowboys" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Okay, that's all I need for now. Thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Enjoy the rest of your day." - } - ] - }, - { - "dialogue_id": "9_00113", - "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": "What city would you like to search in? Is there a particular type of event you would prefer, for example such as Music or Sports?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Music" - ], - "slot": "event_type", - "values": [ - "Music" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "city", - "values": [ - "NY" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 35, - "slot": "city", - "start": 33 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "NY" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am 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": 45, - "slot": "event_name", - "start": 27 - }, - { - "exclusive_end": 68, - "slot": "venue", - "start": 62 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 10 events for you. Amber Run Brooklyn will perform at Warsaw." - }, - { - "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" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When does that start? What genre is this?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Pop" - ], - "slot": "category", - "values": [ - "Pop" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "19:30" - ], - "slot": "time", - "values": [ - "7:30 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 13, - "slot": "category", - "start": 10 - }, - { - "exclusive_end": 41, - "slot": "time", - "start": 34 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "This is a Pop event. 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": [ - "NY" - ], - "event_name": [ - "Amber Run Brooklyn" - ], - "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": "Would you like to buy tickets for this event?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "city": [ - "NY" - ], - "event_name": [ - "Amber Run Brooklyn" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Maybe later." - }, - { - "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": { - "city": [ - "NY" - ], - "event_name": [ - "Amber Run Brooklyn" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to find out about events on some other dates." - }, - { - "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": 50, - "slot": "date", - "start": 42 - }, - { - "exclusive_end": 18, - "slot": "event_name", - "start": 0 - }, - { - "exclusive_end": 41, - "slot": "venue", - "start": 35 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Amber Run Brooklyn will perform at Warsaw tomorrow." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "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": "What about some other dates?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-04" - ], - "slot": "date", - "values": [ - "next Monday" - ] - }, - { - "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", - "slots": [ - { - "exclusive_end": 53, - "slot": "date", - "start": 42 - }, - { - "exclusive_end": 18, - "slot": "event_name", - "start": 0 - }, - { - "exclusive_end": 41, - "slot": "venue", - "start": 35 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Amber Run Brooklyn will perform at Warsaw 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": { - "city": [ - "NY" - ], - "date": [ - "next Monday" - ], - "event_name": [ - "Amber Run Brooklyn" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "OK, that sounds good. I would like 1 ticket." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Amber Run Brooklyn" - ], - "slot": "event_name", - "values": [ - "Amber Run Brooklyn" - ] - }, - { - "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": [ - "New York" - ], - "slot": "city", - "values": [ - "New York" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 53, - "slot": "event_name", - "start": 35 - }, - { - "exclusive_end": 77, - "slot": "date", - "start": 66 - }, - { - "exclusive_end": 65, - "slot": "city", - "start": 57 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You would like to buy 1 ticket for Amber Run Brooklyn in New York next Monday, is this correct?" - }, - { - "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": [ - "NY", - "New York" - ], - "date": [ - "next Monday" - ], - "event_name": [ - "Amber Run Brooklyn" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that's correct. What is the address for the venue?" - }, - { - "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-04", - "event_name": "Amber Run Brooklyn", - "number_of_tickets": "1" - } - }, - "service_results": [ - { - "city": "New York", - "date": "2019-03-04", - "event_name": "Amber Run Brooklyn", - "number_of_tickets": "1", - "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": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "NY", - "New York" - ], - "date": [ - "next Monday" - ], - "event_name": [ - "Amber Run Brooklyn" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks for your help! I'm all set." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day!" - } - ] - }, - { - "dialogue_id": "9_00114", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I like to go to some events, can you search for some nice 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 is your main interest like Music or Sports and which is your preferred place, where I will have to search for?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Music" - ], - "slot": "event_type", - "values": [ - "Music" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "city", - "values": [ - "LAX" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 61, - "slot": "city", - "start": 58 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "LAX" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Music is my selection and please search for the events in LAX." - }, - { - "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": 27, - "slot": "event_name", - "start": 14 - }, - { - "exclusive_end": 59, - "slot": "venue", - "start": 49 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Got 1 that is Bill Callahan which takes place at Lodge Room." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "LAX" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Search for something else." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Girl In Red" - ], - "slot": "event_name", - "values": [ - "Girl In Red" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "The Teragram Ballroom" - ], - "slot": "venue", - "values": [ - "The Teragram Ballroom" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 35, - "slot": "event_name", - "start": 24 - }, - { - "exclusive_end": 60, - "slot": "venue", - "start": 39 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "How about an event like Girl In Red at The Teragram Ballroom?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "time", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "category", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [ - "category", - "time" - ], - "slot_values": { - "city": [ - "LAX" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What kind of event is this and let me know the starting time?" - }, - { - "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": 11, - "slot": "category", - "start": 8 - }, - { - "exclusive_end": 45, - "slot": "time", - "start": 41 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "This is Pop type and which will start at 7 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "LAX" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Is there any other event as per my wish?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Gloryhammer" - ], - "slot": "event_name", - "values": [ - "Gloryhammer" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "1720(tm)" - ], - "slot": "venue", - "values": [ - "1720(tm)" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 24, - "slot": "event_name", - "start": 13 - }, - { - "exclusive_end": 36, - "slot": "venue", - "start": 28 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Yes, I think Gloryhammer at 1720(tm) will be okay for you." - }, - { - "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": [ - "LAX" - ], - "event_name": [ - "Gloryhammer" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that is okay and I would like to know the dates for this event." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-01" - ], - "slot": "date", - "values": [ - "today" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Gloryhammer" - ], - "slot": "event_name", - "values": [ - "Gloryhammer" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "1720(tm)" - ], - "slot": "venue", - "values": [ - "1720(tm)" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "GetEventDates", - "parameters": { - "city": "Los Angeles", - "event_name": "Gloryhammer" - } - }, - "service_results": [ - { - "city": "Los Angeles", - "date": "2019-03-01", - "event_name": "Gloryhammer", - "time": "17:00", - "venue": "1720(tm)", - "venue_address": "1720 East 16th Street" - }, - { - "city": "Los Angeles", - "date": "2019-03-03", - "event_name": "Gloryhammer", - "time": "19:00", - "venue": "1720(tm)", - "venue_address": "1720 East 16th Street" - }, - { - "city": "Los Angeles", - "date": "2019-03-04", - "event_name": "Gloryhammer", - "time": "19:30", - "venue": "1720(tm)", - "venue_address": "1720 East 16th Street" - }, - { - "city": "Los Angeles", - "date": "2019-03-09", - "event_name": "Gloryhammer", - "time": "19:00", - "venue": "1720(tm)", - "venue_address": "1720 East 16th Street" - }, - { - "city": "Los Angeles", - "date": "2019-03-10", - "event_name": "Gloryhammer", - "time": "18:00", - "venue": "1720(tm)", - "venue_address": "1720 East 16th Street" - }, - { - "city": "Los Angeles", - "date": "2019-03-12", - "event_name": "Gloryhammer", - "time": "17:30", - "venue": "1720(tm)", - "venue_address": "1720 East 16th Street" - }, - { - "city": "Los Angeles", - "date": "2019-03-13", - "event_name": "Gloryhammer", - "time": "17:30", - "venue": "1720(tm)", - "venue_address": "1720 East 16th Street" - } - ], - "slots": [ - { - "exclusive_end": 59, - "slot": "date", - "start": 54 - }, - { - "exclusive_end": 21, - "slot": "event_name", - "start": 10 - }, - { - "exclusive_end": 33, - "slot": "venue", - "start": 25 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The Event Gloryhammer at 1720(tm) will takes place on today. Will that work for you?" - }, - { - "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": [ - "LAX" - ], - "event_name": [ - "Gloryhammer" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Hope so, before please get the details about starting time and location where the event will take place." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1720 East 16th Street" - ], - "slot": "venue_address", - "values": [ - "1720 East 16th Street" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "17:00" - ], - "slot": "time", - "values": [ - "5 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 42, - "slot": "venue_address", - "start": 21 - }, - { - "exclusive_end": 61, - "slot": "time", - "start": 57 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The event will be at 1720 East 16th Street and starts at 5 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "GetEventDates", - "requested_slots": [], - "slot_values": { - "city": [ - "LAX" - ], - "date": [ - "today" - ], - "event_name": [ - "Gloryhammer" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That will be a good one." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Any more help you need?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "3" - ], - "slot": "number_of_tickets", - "values": [ - "3" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "BuyEventTickets" - ], - "slot": "intent", - "values": [ - "BuyEventTickets" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "LAX" - ], - "date": [ - "today" - ], - "event_name": [ - "Gloryhammer" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, I need you to book three tickets for this event." - }, - { - "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-01" - ], - "slot": "date", - "values": [ - "today" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "city", - "values": [ - "Los Angeles" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 57, - "slot": "event_name", - "start": 46 - }, - { - "exclusive_end": 82, - "slot": "date", - "start": 77 - }, - { - "exclusive_end": 72, - "slot": "city", - "start": 61 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm to book 3 tickets to the event Gloryhammer in Los Angeles for today." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "LAX", - "Los Angeles" - ], - "date": [ - "today" - ], - "event_name": [ - "Gloryhammer" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that is confirmed." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Los Angeles", - "date": "2019-03-01", - "event_name": "Gloryhammer", - "number_of_tickets": "3" - } - }, - "service_results": [ - { - "city": "Los Angeles", - "date": "2019-03-01", - "event_name": "Gloryhammer", - "number_of_tickets": "3", - "time": "17:00", - "venue": "1720(tm)", - "venue_address": "1720 East 16th Street" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your booking was successfully made." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "LAX", - "Los Angeles" - ], - "date": [ - "today" - ], - "event_name": [ - "Gloryhammer" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks for your help" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Anything else you need from me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "city": [ - "LAX", - "Los Angeles" - ], - "date": [ - "today" - ], - "event_name": [ - "Gloryhammer" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that's enough and thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day." - } - ] - }, - { - "dialogue_id": "9_00115", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-06" - ], - "slot": "date", - "values": [ - "6th of this month" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 46, - "slot": "date", - "start": 29 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "date": [ - "6th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to find events on the 6th of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "event_type", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What events are you interested in?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Music" - ], - "slot": "event_type", - "values": [ - "Music" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "date": [ - "6th of this month" - ], - "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 are you looking in?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "San Diego" - ], - "slot": "city", - "values": [ - "San Diego" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 34, - "slot": "city", - "start": 25 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "San Diego" - ], - "date": [ - "6th of this month" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to find events in San Diego." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Fidlar" - ], - "slot": "event_name", - "values": [ - "Fidlar" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "The Observatory North Park" - ], - "slot": "venue", - "values": [ - "The Observatory North Park" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "8" - ], - "slot": "count", - "values": [ - "8" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "San Diego", - "date": "2019-03-06", - "event_type": "Music" - } - }, - "service_results": [ - { - "category": "Rock", - "city": "San Diego", - "date": "2019-03-06", - "event_name": "Fidlar", - "event_type": "Music", - "time": "18:00", - "venue": "The Observatory North Park", - "venue_address": "2891 University Avenue" - }, - { - "category": "Hip Hop", - "city": "San Diego", - "date": "2019-03-06", - "event_name": "Lizzo", - "event_type": "Music", - "time": "17:30", - "venue": "Cal Coast Credit Union Amphitheater", - "venue_address": "5500 Campanile Drive" - }, - { - "category": "Pop", - "city": "San Diego", - "date": "2019-03-06", - "event_name": "Prettymuch", - "event_type": "Music", - "time": "19:30", - "venue": "Cal Coast Credit Union Amphitheater", - "venue_address": "5500 Campanile Drive" - }, - { - "category": "Rock", - "city": "San Diego", - "date": "2019-03-06", - "event_name": "The Hives", - "event_type": "Music", - "time": "18:30", - "venue": "The Observatory North Park", - "venue_address": "2891 University Avenue" - }, - { - "category": "Rock", - "city": "San Diego", - "date": "2019-03-06", - "event_name": "The Struts", - "event_type": "Music", - "time": "17:00", - "venue": "The Observatory North Park", - "venue_address": "2891 University Avenue" - }, - { - "category": "International", - "city": "San Diego", - "date": "2019-03-06", - "event_name": "Through The Roots", - "event_type": "Music", - "time": "17:00", - "venue": "The Observatory North Park", - "venue_address": "2891 University Avenue" - }, - { - "category": "Pop", - "city": "San Diego", - "date": "2019-03-06", - "event_name": "Tuxedo", - "event_type": "Music", - "time": "17:00", - "venue": "The Observatory North Park", - "venue_address": "2891 University Avenue" - }, - { - "category": "Pop", - "city": "San Diego", - "date": "2019-03-06", - "event_name": "Vampire Weekend", - "event_type": "Music", - "time": "19:00", - "venue": "Cal Coast Credit Union Amphitheater", - "venue_address": "5500 Campanile Drive" - } - ], - "slots": [ - { - "exclusive_end": 61, - "slot": "event_name", - "start": 55 - }, - { - "exclusive_end": 91, - "slot": "venue", - "start": 65 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 8 events that match your request. One event is Fidlar at The Observatory North Park." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "San Diego" - ], - "date": [ - "6th of this month" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you find other events?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Lizzo" - ], - "slot": "event_name", - "values": [ - "Lizzo" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Cal Coast Credit Union Amphitheater" - ], - "slot": "venue", - "values": [ - "Cal Coast Credit Union Amphitheater" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 76, - "slot": "event_name", - "start": 71 - }, - { - "exclusive_end": 56, - "slot": "venue", - "start": 21 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is an event at Cal Coast Credit Union Amphitheater. The event is Lizzo." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "category", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [ - "category" - ], - "slot_values": { - "city": [ - "San Diego" - ], - "date": [ - "6th of this month" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What type of event is it?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Hip Hop" - ], - "slot": "category", - "values": [ - "hip hop" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 15, - "slot": "category", - "start": 8 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It is a hip hop event." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "time", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "venue_address", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [ - "time", - "venue_address" - ], - "slot_values": { - "city": [ - "San Diego" - ], - "date": [ - "6th of this month" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Where is it at and what time does it start?" - }, - { - "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" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 61, - "slot": "time", - "start": 54 - }, - { - "exclusive_end": 36, - "slot": "venue_address", - "start": 16 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The venue is at 5500 Campanile Drive and it starts at 5:30 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "San Diego" - ], - "date": [ - "6th of this month" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Are there any other events?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Prettymuch" - ], - "slot": "event_name", - "values": [ - "Prettymuch" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Cal Coast Credit Union Amphitheater" - ], - "slot": "venue", - "values": [ - "Cal Coast Credit Union Amphitheater" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 86, - "slot": "event_name", - "start": 76 - }, - { - "exclusive_end": 61, - "slot": "venue", - "start": 26 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is another event at Cal Coast Credit Union Amphitheater. The event is Prettymuch." - }, - { - "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" - ], - "date": [ - "6th of this month" - ], - "event_name": [ - "Prettymuch" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds good. I want to find dates for the event." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-06" - ], - "slot": "date", - "values": [ - "next Wednesday" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Prettymuch" - ], - "slot": "event_name", - "values": [ - "Prettymuch" - ] - }, - { - "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": "Prettymuch" - } - }, - "service_results": [ - { - "city": "San Diego", - "date": "2019-03-06", - "event_name": "Prettymuch", - "time": "19:30", - "venue": "Cal Coast Credit Union Amphitheater", - "venue_address": "5500 Campanile Drive" - } - ], - "slots": [ - { - "exclusive_end": 77, - "slot": "date", - "start": 63 - }, - { - "exclusive_end": 20, - "slot": "event_name", - "start": 10 - }, - { - "exclusive_end": 59, - "slot": "venue", - "start": 24 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The event Prettymuch at Cal Coast Credit Union Amphitheater is next Wednesday." - }, - { - "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" - ], - "date": [ - "6th of this month", - "next Wednesday" - ], - "event_name": [ - "Prettymuch" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Where is the venue located at?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "5500 Campanile Drive" - ], - "slot": "venue_address", - "values": [ - "5500 Campanile Drive" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 36, - "slot": "venue_address", - "start": 16 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The venue is at 5500 Campanile Drive." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "GetEventDates", - "requested_slots": [], - "slot_values": { - "city": [ - "San Diego" - ], - "date": [ - "6th of this month", - "next Wednesday" - ], - "event_name": [ - "Prettymuch" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds great, thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "BuyEventTickets" - ], - "slot": "intent", - "values": [ - "BuyEventTickets" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you want to purchase 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": [ - "San Diego" - ], - "date": [ - "6th of this month", - "next Wednesday" - ], - "event_name": [ - "Prettymuch" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes 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?" - }, - { - "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": [ - "San Diego" - ], - "date": [ - "6th of this month", - "next Wednesday" - ], - "event_name": [ - "Prettymuch" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to buy 4 tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Prettymuch" - ], - "slot": "event_name", - "values": [ - "Prettymuch" - ] - }, - { - "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": [ - "San Diego" - ], - "slot": "city", - "values": [ - "San Diego" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 40, - "slot": "event_name", - "start": 30 - }, - { - "exclusive_end": 55, - "slot": "date", - "start": 41 - }, - { - "exclusive_end": 68, - "slot": "city", - "start": 59 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm: 4 tickets for Prettymuch next Wednesday in San Diego." - }, - { - "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": { - "city": [ - "San Diego" - ], - "date": [ - "6th of this month", - "next Wednesday" - ], - "event_name": [ - "Prettymuch" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, I only need two tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "2" - ], - "slot": "number_of_tickets", - "values": [ - "2" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-06" - ], - "slot": "date", - "values": [ - "next Wednesday" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 54, - "slot": "date", - "start": 40 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm: 2 tickets for the event next Wednesday." - }, - { - "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": [ - "San Diego" - ], - "date": [ - "6th of this month", - "next Wednesday" - ], - "event_name": [ - "Prettymuch" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, sounds good. When does it start?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "19:30" - ], - "slot": "time", - "values": [ - "7:30 pm" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "San Diego", - "date": "2019-03-06", - "event_name": "Prettymuch", - "number_of_tickets": "2" - } - }, - "service_results": [ - { - "city": "San Diego", - "date": "2019-03-06", - "event_name": "Prettymuch", - "number_of_tickets": "2", - "time": "19:30", - "venue": "Cal Coast Credit Union Amphitheater", - "venue_address": "5500 Campanile Drive" - } - ], - "slots": [ - { - "exclusive_end": 27, - "slot": "time", - "start": 20 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The event starts at 7:30 pm. Your reservation was successfully made." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "San Diego" - ], - "date": [ - "6th of this month", - "next Wednesday" - ], - "event_name": [ - "Prettymuch" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks a lot." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Anything else I can do for you?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "city": [ - "San Diego" - ], - "date": [ - "6th of this month", - "next Wednesday" - ], - "event_name": [ - "Prettymuch" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "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": "9_00116", - "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 going on a date with a friend and need to find something to do! Can you look up what events are going on?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "city", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure, where at?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Brisbane" - ], - "slot": "city", - "values": [ - "Brisbane" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 20, - "slot": "city", - "start": 12 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Brisbane" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Anything in Brisbane." - }, - { - "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 looking for? Like Music, Sports, or something else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Music" - ], - "slot": "event_type", - "values": [ - "Music" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Brisbane" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Some kind of Music event would be cool." - }, - { - "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" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "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": 83, - "slot": "event_name", - "start": 59 - }, - { - "exclusive_end": 52, - "slot": "venue", - "start": 29 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 1 that's going on at Brisbane Community Park. It's Star City Music Festival." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "time", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "venue_address", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [ - "time", - "venue_address" - ], - "slot_values": { - "city": [ - "Brisbane" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When does that start and where is that venue at?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "17:30" - ], - "slot": "time", - "values": [ - "5:30 pm" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Brisbane, California 94005, United States" - ], - "slot": "venue_address", - "values": [ - "Brisbane, California 94005, United States" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 20, - "slot": "time", - "start": 13 - }, - { - "exclusive_end": 82, - "slot": "venue_address", - "start": 41 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It starts at 5:30 pm and the venue is at Brisbane, California 94005, United States." - }, - { - "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": [ - "Brisbane" - ], - "event_name": [ - "Star City Music Festival" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds good. What are all the dates that's happening?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-04" - ], - "slot": "date", - "values": [ - "next Monday" - ] - }, - { - "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" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "6" - ], - "slot": "count", - "values": [ - "6" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "GetEventDates", - "parameters": { - "city": "Brisbane", - "event_name": "Star City Music Festival" - } - }, - "service_results": [ - { - "city": "Brisbane", - "date": "2019-03-04", - "event_name": "Star City Music Festival", - "time": "18:30", - "venue": "Brisbane Community Park", - "venue_address": "Brisbane, California 94005, United States" - }, - { - "city": "Brisbane", - "date": "2019-03-06", - "event_name": "Star City Music Festival", - "time": "18:00", - "venue": "Brisbane Community Park", - "venue_address": "Brisbane, California 94005, United States" - }, - { - "city": "Brisbane", - "date": "2019-03-07", - "event_name": "Star City Music Festival", - "time": "18:00", - "venue": "Brisbane Community Park", - "venue_address": "Brisbane, California 94005, United States" - }, - { - "city": "Brisbane", - "date": "2019-03-08", - "event_name": "Star City Music Festival", - "time": "17:30", - "venue": "Brisbane Community Park", - "venue_address": "Brisbane, California 94005, United States" - }, - { - "city": "Brisbane", - "date": "2019-03-10", - "event_name": "Star City Music Festival", - "time": "19:00", - "venue": "Brisbane Community Park", - "venue_address": "Brisbane, California 94005, United States" - }, - { - "city": "Brisbane", - "date": "2019-03-14", - "event_name": "Star City Music Festival", - "time": "19:00", - "venue": "Brisbane Community Park", - "venue_address": "Brisbane, California 94005, United States" - } - ], - "slots": [ - { - "exclusive_end": 111, - "slot": "date", - "start": 100 - }, - { - "exclusive_end": 24, - "slot": "event_name", - "start": 0 - }, - { - "exclusive_end": 74, - "slot": "venue", - "start": 51 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Star City Music Festival appears to be going on at Brisbane Community Park 6 days. The next date is next Monday." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "GetEventDates", - "requested_slots": [], - "slot_values": { - "city": [ - "Brisbane" - ], - "date": [ - "next Monday" - ], - "event_name": [ - "Star City Music Festival" - ], - "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 buy tickets?" - }, - { - "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": [ - "Brisbane" - ], - "date": [ - "next Monday" - ], - "event_name": [ - "Star City Music Festival" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, can you get 2?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Star City Music Festival" - ], - "slot": "event_name", - "values": [ - "Star City Music Festival" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2" - ], - "slot": "number_of_tickets", - "values": [ - "2" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "date", - "values": [ - "next Monday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Brisbane" - ], - "slot": "city", - "values": [ - "Brisbane" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 69, - "slot": "event_name", - "start": 45 - }, - { - "exclusive_end": 93, - "slot": "date", - "start": 82 - }, - { - "exclusive_end": 81, - "slot": "city", - "start": 73 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Ok, just to confirm, you'd like 2 tickets to Star City Music Festival in Brisbane next Monday." - }, - { - "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": [ - "Brisbane" - ], - "date": [ - "next Monday" - ], - "event_name": [ - "Star City Music Festival" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that's right. Where is the venue at?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Brisbane, California 94005, United States" - ], - "slot": "venue_address", - "values": [ - "Brisbane, California 94005, United States" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Brisbane", - "date": "2019-03-04", - "event_name": "Star City Music Festival", - "number_of_tickets": "2" - } - }, - "service_results": [ - { - "city": "Brisbane", - "date": "2019-03-04", - "event_name": "Star City Music Festival", - "number_of_tickets": "2", - "time": "18:30", - "venue": "Brisbane Community Park", - "venue_address": "Brisbane, California 94005, United States" - } - ], - "slots": [ - { - "exclusive_end": 82, - "slot": "venue_address", - "start": 41 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I've booked your tickets. The address is Brisbane, California 94005, United States." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Brisbane" - ], - "date": [ - "next Monday" - ], - "event_name": [ - "Star City Music Festival" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Great, thanks for your help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Anything else I can do?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "city": [ - "Brisbane" - ], - "date": [ - "next Monday" - ], - "event_name": [ - "Star City Music Festival" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "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": "9_00117", - "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 find me some events?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "Music", - "Sports" - ], - "slot": "event_type", - "values": [ - "Music", - "Sports" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Any specific events like 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": { - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to find Games." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "city", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What city should I look for games in?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "city", - "values": [ - "LA" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 12, - "slot": "city", - "start": 10 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "LA" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Search in LA." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Dodgers Vs Cubs" - ], - "slot": "event_name", - "values": [ - "Dodgers Vs Cubs" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Dodger Stadium" - ], - "slot": "venue", - "values": [ - "Dodger Stadium" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "10" - ], - "slot": "count", - "values": [ - "10" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "Los Angeles", - "event_type": "Sports" - } - }, - "service_results": [ - { - "category": "Baseball", - "city": "Los Angeles", - "date": "2019-03-01", - "event_name": "Dodgers Vs Cubs", - "event_type": "Sports", - "time": "17:30", - "venue": "Dodger Stadium", - "venue_address": "1000 Vin Scully Ave" - }, - { - "category": "Baseball", - "city": "Los Angeles", - "date": "2019-03-08", - "event_name": "Dodgers Vs Diamondbacks", - "event_type": "Sports", - "time": "18:00", - "venue": "Dodger Stadium", - "venue_address": "1000 Vin Scully Ave" - }, - { - "category": "Baseball", - "city": "Los Angeles", - "date": "2019-03-12", - "event_name": "Dodgers Vs Giants", - "event_type": "Sports", - "time": "19:30", - "venue": "Dodger Stadium", - "venue_address": "1000 Vin Scully Ave" - }, - { - "category": "Baseball", - "city": "Los Angeles", - "date": "2019-03-13", - "event_name": "Dodgers Vs Marlins", - "event_type": "Sports", - "time": "18:30", - "venue": "Dodger Stadium", - "venue_address": "1000 Vin Scully Ave" - }, - { - "category": "Baseball", - "city": "Los Angeles", - "date": "2019-03-04", - "event_name": "Dodgers Vs Rockies", - "event_type": "Sports", - "time": "17:30", - "venue": "Dodger Stadium", - "venue_address": "1000 Vin Scully Ave" - }, - { - "category": "Soccer", - "city": "Los Angeles", - "date": "2019-03-02", - "event_name": "Lafc Vs Atlanta United", - "event_type": "Sports", - "time": "17:30", - "venue": "Banc of California Stadium", - "venue_address": "3939 South Figueroa Street" - }, - { - "category": "Soccer", - "city": "Los Angeles", - "date": "2019-03-13", - "event_name": "Lafc Vs Rapids", - "event_type": "Sports", - "time": "19:30", - "venue": "Banc of California Stadium", - "venue_address": "3939 South Figueroa Street" - }, - { - "category": "Soccer", - "city": "Los Angeles", - "date": "2019-03-08", - "event_name": "Lafc Vs Toronto Fc", - "event_type": "Sports", - "time": "18:00", - "venue": "Banc of California Stadium", - "venue_address": "3939 South Figueroa Street" - }, - { - "category": "Football", - "city": "Los Angeles", - "date": "2019-03-11", - "event_name": "Rams Vs Cardinals", - "event_type": "Sports", - "time": "18:00", - "venue": "LA Memorial Coliseum", - "venue_address": "3911 Figueroa Street" - }, - { - "category": "Basketball", - "city": "Los Angeles", - "date": "2019-03-08", - "event_name": "Sparks Vs Lynx", - "event_type": "Sports", - "time": "19:00", - "venue": "STAPLES Center", - "venue_address": "1111 South Figueroa Street" - } - ], - "slots": [ - { - "exclusive_end": 51, - "slot": "event_name", - "start": 36 - }, - { - "exclusive_end": 74, - "slot": "venue", - "start": 60 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 10 events in LA. There is a Dodgers Vs Cubs game 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": [ - "LA" - ], - "event_name": [ - "Dodgers Vs Cubs" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Awesome! Can you get me the dates?" - }, - { - "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" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "2" - ], - "slot": "count", - "values": [ - "2" - ] - } - ], - "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": 82, - "slot": "date", - "start": 77 - }, - { - "exclusive_end": 19, - "slot": "event_name", - "start": 4 - }, - { - "exclusive_end": 42, - "slot": "venue", - "start": 28 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The Dodgers Vs Cubs game at Dodger Stadium is on 2 different days, including today." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "GetEventDates", - "requested_slots": [], - "slot_values": { - "city": [ - "LA" - ], - "event_name": [ - "Dodgers Vs Cubs" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What about the other dates?" - }, - { - "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": 68, - "slot": "date", - "start": 59 - }, - { - "exclusive_end": 32, - "slot": "event_name", - "start": 17 - }, - { - "exclusive_end": 55, - "slot": "venue", - "start": 41 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is another Dodgers Vs Cubs game at Dodger Stadium on March 9th." - }, - { - "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": [ - "Dodgers Vs Cubs" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What time does the game start? And can you give me the address to Dodger Stadium?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1000 Vin Scully Ave" - ], - "slot": "venue_address", - "values": [ - "1000 Vin Scully Ave" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "19:00" - ], - "slot": "time", - "values": [ - "7 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 63, - "slot": "venue_address", - "start": 44 - }, - { - "exclusive_end": 24, - "slot": "time", - "start": 20 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The games starts at 7 pm and the address is 1000 Vin Scully Ave." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "GetEventDates", - "requested_slots": [], - "slot_values": { - "city": [ - "LA" - ], - "date": [ - "March 9th" - ], - "event_name": [ - "Dodgers Vs Cubs" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds great!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "BuyEventTickets" - ], - "slot": "intent", - "values": [ - "BuyEventTickets" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like to buy a ticket?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "LA" - ], - "date": [ - "March 9th" - ], - "event_name": [ - "Dodgers Vs Cubs" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_of_tickets", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How many tickets should I buy?" - }, - { - "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": [ - "LA" - ], - "date": [ - "March 9th" - ], - "event_name": [ - "Dodgers Vs Cubs" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need two." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Dodgers Vs Cubs" - ], - "slot": "event_name", - "values": [ - "Dodgers Vs Cubs" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2" - ], - "slot": "number_of_tickets", - "values": [ - "2" - ] - }, - { - "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": 54, - "slot": "event_name", - "start": 39 - }, - { - "exclusive_end": 38, - "slot": "date", - "start": 29 - }, - { - "exclusive_end": 74, - "slot": "city", - "start": 63 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I am buying 2 tickets to the March 9th Dodgers Vs Cubs game in Los Angeles. Is this correct?" - }, - { - "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": [ - "March 9th" - ], - "event_name": [ - "Dodgers Vs Cubs" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that's right." - }, - { - "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": "2" - } - }, - "service_results": [ - { - "city": "Los Angeles", - "date": "2019-03-09", - "event_name": "Dodgers Vs Cubs", - "number_of_tickets": "2", - "time": "19:00", - "venue": "Dodger Stadium", - "venue_address": "1000 Vin Scully Ave" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your ticket purchase is complete." - }, - { - "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": [ - "March 9th" - ], - "event_name": [ - "Dodgers Vs Cubs" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That's all I need, thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "My pleasure. Have a great day." - } - ] - }, - { - "dialogue_id": "9_00118", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "date", - "values": [ - "day after tomorrow" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 90, - "slot": "date", - "start": 72 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "date": [ - "day after tomorrow" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to find an event to attend. Please search for an event the day after tomorrow." - }, - { - "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 event would you like to attend. Perhaps a Sports event, or a Music event? Also, please specify a location at which you would like to attend this event." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "city", - "values": [ - "LAX" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Sports" - ], - "slot": "event_type", - "values": [ - "Sports" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 32, - "slot": "city", - "start": 29 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "LAX" - ], - "date": [ - "day after tomorrow" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am looking for an event in LAX, and I would like a Games event." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Dodgers Vs Diamondbacks" - ], - "slot": "event_name", - "values": [ - "Dodgers Vs Diamondbacks" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Dodger Stadium" - ], - "slot": "venue", - "values": [ - "Dodger Stadium" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "5" - ], - "slot": "count", - "values": [ - "5" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "Los Angeles", - "date": "2019-03-03", - "event_type": "Sports" - } - }, - "service_results": [ - { - "category": "Baseball", - "city": "Los Angeles", - "date": "2019-03-03", - "event_name": "Dodgers Vs Diamondbacks", - "event_type": "Sports", - "time": "19:00", - "venue": "Dodger Stadium", - "venue_address": "1000 Vin Scully Ave" - }, - { - "category": "Baseball", - "city": "Los Angeles", - "date": "2019-03-03", - "event_name": "Dodgers Vs Marlins", - "event_type": "Sports", - "time": "19:00", - "venue": "Dodger Stadium", - "venue_address": "1000 Vin Scully Ave" - }, - { - "category": "Soccer", - "city": "Los Angeles", - "date": "2019-03-03", - "event_name": "Lafc Vs Atlanta United", - "event_type": "Sports", - "time": "18:00", - "venue": "Banc of California Stadium", - "venue_address": "3939 South Figueroa Street" - }, - { - "category": "Soccer", - "city": "Los Angeles", - "date": "2019-03-03", - "event_name": "Lafc Vs Toronto Fc", - "event_type": "Sports", - "time": "19:00", - "venue": "Banc of California Stadium", - "venue_address": "3939 South Figueroa Street" - }, - { - "category": "Football", - "city": "Los Angeles", - "date": "2019-03-03", - "event_name": "Rams Vs Cardinals", - "event_type": "Sports", - "time": "19:00", - "venue": "LA Memorial Coliseum", - "venue_address": "3911 Figueroa Street" - } - ], - "slots": [ - { - "exclusive_end": 83, - "slot": "event_name", - "start": 60 - }, - { - "exclusive_end": 101, - "slot": "venue", - "start": 87 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There are 5 events that match your criteria. One event is a Dodgers Vs Diamondbacks at Dodger Stadium." - }, - { - "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": [ - "LAX" - ], - "date": [ - "day after tomorrow" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please tell me what kind of game this is and where it is located." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1000 Vin Scully Ave" - ], - "slot": "venue_address", - "values": [ - "1000 Vin Scully Ave" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Baseball" - ], - "slot": "category", - "values": [ - "baseball" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 54, - "slot": "venue_address", - "start": 35 - }, - { - "exclusive_end": 18, - "slot": "category", - "start": 10 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "This is a baseball game located at 1000 Vin Scully Ave." - }, - { - "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": [ - "LAX" - ], - "date": [ - "day after tomorrow" - ], - "event_name": [ - "Dodgers Vs Diamondbacks" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am interested in this events. Please find me dates and tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-03" - ], - "slot": "date", - "values": [ - "day after tomorrow" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Dodgers Vs Diamondbacks" - ], - "slot": "event_name", - "values": [ - "Dodgers Vs Diamondbacks" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Dodger Stadium" - ], - "slot": "venue", - "values": [ - "Dodger Stadium" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "GetEventDates", - "parameters": { - "city": "Los Angeles", - "event_name": "Dodgers Vs Diamondbacks" - } - }, - "service_results": [ - { - "city": "Los Angeles", - "date": "2019-03-03", - "event_name": "Dodgers Vs Diamondbacks", - "time": "19:00", - "venue": "Dodger Stadium", - "venue_address": "1000 Vin Scully Ave" - } - ], - "slots": [ - { - "exclusive_end": 53, - "slot": "date", - "start": 35 - }, - { - "exclusive_end": 27, - "slot": "event_name", - "start": 4 - }, - { - "exclusive_end": 75, - "slot": "venue", - "start": 61 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The Dodgers Vs Diamondbacks is the day after tomorrow at the Dodger 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": "GetEventDates", - "requested_slots": [ - "time", - "venue_address" - ], - "slot_values": { - "city": [ - "LAX" - ], - "date": [ - "day after tomorrow" - ], - "event_name": [ - "Dodgers Vs Diamondbacks" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When does the game start? What's the address that the game is at?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1000 Vin Scully Ave" - ], - "slot": "venue_address", - "values": [ - "1000 Vin Scully Ave" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "19:00" - ], - "slot": "time", - "values": [ - "7 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 61, - "slot": "venue_address", - "start": 42 - }, - { - "exclusive_end": 23, - "slot": "time", - "start": 19 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The game starts at 7 pm and is located at 1000 Vin Scully Ave." - }, - { - "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": [ - "LAX" - ], - "date": [ - "day after tomorrow" - ], - "event_name": [ - "Dodgers Vs Diamondbacks" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm available, please purchase a ticket to the event." - }, - { - "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": [ - "LAX" - ], - "date": [ - "day after tomorrow" - ], - "event_name": [ - "Dodgers Vs Diamondbacks" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to purchase one ticket." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Dodgers Vs Diamondbacks" - ], - "slot": "event_name", - "values": [ - "Dodgers Vs Diamondbacks" - ] - }, - { - "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": [ - "Los Angeles" - ], - "slot": "city", - "values": [ - "Los Angeles" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 109, - "slot": "event_name", - "start": 86 - }, - { - "exclusive_end": 137, - "slot": "date", - "start": 119 - }, - { - "exclusive_end": 152, - "slot": "city", - "start": 141 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please verify the following details are correct. You wish to purchase 1 ticket to the Dodgers Vs Diamondbacks game the day after tomorrow in Los Angeles." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "LAX", - "Los Angeles" - ], - "date": [ - "day after tomorrow" - ], - "event_name": [ - "Dodgers Vs Diamondbacks" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, please purchase the ticket." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Los Angeles", - "date": "2019-03-03", - "event_name": "Dodgers Vs Diamondbacks", - "number_of_tickets": "1" - } - }, - "service_results": [ - { - "city": "Los Angeles", - "date": "2019-03-03", - "event_name": "Dodgers Vs Diamondbacks", - "number_of_tickets": "1", - "time": "19:00", - "venue": "Dodger Stadium", - "venue_address": "1000 Vin Scully Ave" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "I have reserved you a ticket." - }, - { - "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": [ - "LAX", - "Los Angeles" - ], - "date": [ - "day after tomorrow" - ], - "event_name": [ - "Dodgers Vs Diamondbacks" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you for your help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Enjoy the rest of your day." - } - ] - }, - { - "dialogue_id": "9_00119", - "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 go to a Concert." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "city", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "In what city?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "city", - "values": [ - "NYC" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 7, - "slot": "city", - "start": 4 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "NYC" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Try NYC." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Amber Run Brooklyn" - ], - "slot": "event_name", - "values": [ - "Amber Run Brooklyn" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Warsaw" - ], - "slot": "venue", - "values": [ - "Warsaw" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "10" - ], - "slot": "count", - "values": [ - "10" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "New York", - "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": 76, - "slot": "event_name", - "start": 58 - }, - { - "exclusive_end": 90, - "slot": "venue", - "start": 84 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 10 concerts matching your requirements. How about Amber Run Brooklyn at the 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": "Hmm, what else?" - }, - { - "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": 17, - "slot": "event_name", - "start": 10 - }, - { - "exclusive_end": 28, - "slot": "venue", - "start": 21 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "How about Americo at La Boom." - }, - { - "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": "No. What else." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Ben Harper" - ], - "slot": "event_name", - "values": [ - "Ben Harper" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Pier 17" - ], - "slot": "venue", - "values": [ - "Pier 17" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 20, - "slot": "event_name", - "start": 10 - }, - { - "exclusive_end": 31, - "slot": "venue", - "start": 24 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "How about Ben Harper at Pier 17?" - }, - { - "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": [ - "Ben Harper" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That's cool. When is that?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-06" - ], - "slot": "date", - "values": [ - "next Wednesday" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Ben Harper" - ], - "slot": "event_name", - "values": [ - "Ben Harper" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Pier 17" - ], - "slot": "venue", - "values": [ - "Pier 17" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "4" - ], - "slot": "count", - "values": [ - "4" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "GetEventDates", - "parameters": { - "city": "New York", - "event_name": "Ben Harper" - } - }, - "service_results": [ - { - "city": "New York", - "date": "2019-03-06", - "event_name": "Ben Harper", - "time": "19:00", - "venue": "Pier 17", - "venue_address": "89 South Street" - }, - { - "city": "New York", - "date": "2019-03-10", - "event_name": "Ben Harper", - "time": "19:00", - "venue": "Pier 17", - "venue_address": "89 South Street" - }, - { - "city": "New York", - "date": "2019-03-11", - "event_name": "Ben Harper", - "time": "18:00", - "venue": "Pier 17", - "venue_address": "89 South Street" - }, - { - "city": "New York", - "date": "2019-03-12", - "event_name": "Ben Harper", - "time": "18:00", - "venue": "Pier 17", - "venue_address": "89 South Street" - } - ], - "slots": [ - { - "exclusive_end": 66, - "slot": "date", - "start": 52 - }, - { - "exclusive_end": 14, - "slot": "event_name", - "start": 4 - }, - { - "exclusive_end": 25, - "slot": "venue", - "start": 18 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The Ben Harper at Pier 17 has 4 dates. The first is next Wednesday." - }, - { - "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": [ - "NYC" - ], - "event_name": [ - "Ben Harper" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What time does it start and where is Pier 17?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "19:00" - ], - "slot": "time", - "values": [ - "7 pm" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "89 South Street" - ], - "slot": "venue_address", - "values": [ - "89 South Street" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 25, - "slot": "time", - "start": 21 - }, - { - "exclusive_end": 64, - "slot": "venue_address", - "start": 49 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The concert start at 7 pm. Pier 17 is located at 89 South Street." - }, - { - "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": [ - "NYC" - ], - "date": [ - "next Wednesday" - ], - "event_name": [ - "Ben Harper" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Great. Get me three tickets to that." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Ben Harper" - ], - "slot": "event_name", - "values": [ - "Ben Harper" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "3" - ], - "slot": "number_of_tickets", - "values": [ - "3" - ] - }, - { - "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": 32, - "slot": "event_name", - "start": 22 - }, - { - "exclusive_end": 70, - "slot": "date", - "start": 56 - }, - { - "exclusive_end": 55, - "slot": "city", - "start": 47 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You want 3 tickets to Ben Harper at Pier 17 in New York next Wednesday. Is that correct?" - }, - { - "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": { - "city": [ - "NYC", - "New York" - ], - "date": [ - "next Wednesday" - ], - "event_name": [ - "Ben Harper" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Make that 2 tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "2" - ], - "slot": "number_of_tickets", - "values": [ - "2" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-06" - ], - "slot": "date", - "values": [ - "next Wednesday" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 70, - "slot": "date", - "start": 56 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You want 2 tickets to Ben Harper at Pier 17 in New York next Wednesday. Is that correct?" - }, - { - "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": [ - "next Wednesday" - ], - "event_name": [ - "Ben Harper" - ], - "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": "New York", - "date": "2019-03-06", - "event_name": "Ben Harper", - "number_of_tickets": "2" - } - }, - "service_results": [ - { - "city": "New York", - "date": "2019-03-06", - "event_name": "Ben Harper", - "number_of_tickets": "2", - "time": "19:00", - "venue": "Pier 17", - "venue_address": "89 South Street" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your tickets are 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": [ - "NYC", - "New York" - ], - "date": [ - "next Wednesday" - ], - "event_name": [ - "Ben Harper" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Great!. thanks for the help. That's all for now." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Let me know if you require anything else." - } - ] - }, - { - "dialogue_id": "9_00120", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "city", - "values": [ - "LAX" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 14, - "slot": "city", - "start": 11 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "LAX" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'll be in LAX for the next two weeks, and I'm looking for events to attend. Could you please help me find some?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "event_type", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What type of events did you have in mind?" - }, - { - "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": [ - "LAX" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I really like Concert." - }, - { - "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": 22, - "slot": "event_name", - "start": 9 - }, - { - "exclusive_end": 36, - "slot": "venue", - "start": 26 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "How does Bill Callahan at Lodge Room sound?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "LAX" - ], - "event_name": [ - "Bill Callahan" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I like the sound of that." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "BuyEventTickets" - ], - "slot": "intent", - "values": [ - "BuyEventTickets" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Are you interested in purchasing tickets for this event?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "city": [ - "LAX" - ], - "event_name": [ - "Bill Callahan" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, not right away." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Will there be 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": [ - "LAX" - ], - "event_name": [ - "Bill Callahan" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, please help me find the other 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": 52, - "slot": "date", - "start": 41 - }, - { - "exclusive_end": 67, - "slot": "event_name", - "start": 54 - }, - { - "exclusive_end": 89, - "slot": "venue", - "start": 79 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay. The event will be on 3 other days. Next Friday, Bill Callahan will be at Lodge Room. How does that sound?" - }, - { - "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": [ - "LAX" - ], - "date": [ - "Next Friday" - ], - "event_name": [ - "Bill Callahan" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds perfect. Please buy me 1 ticket to the event." - }, - { - "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": 80, - "slot": "event_name", - "start": 67 - }, - { - "exclusive_end": 115, - "slot": "date", - "start": 104 - }, - { - "exclusive_end": 103, - "slot": "city", - "start": 92 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm whether I got everything correctly: 1 ticket to the Bill Callahan concert in Los Angeles next Friday." - }, - { - "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": [ - "LAX", - "Los Angeles" - ], - "date": [ - "Next Friday", - "next Friday" - ], - "event_name": [ - "Bill Callahan" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that's correct. Where will the event be, and what time will it start?" - }, - { - "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": [ - "19:00" - ], - "slot": "time", - "values": [ - "7 pm" - ] - }, - { - "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": [ - { - "exclusive_end": 99, - "slot": "venue_address", - "start": 75 - }, - { - "exclusive_end": 70, - "slot": "time", - "start": 66 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have successfully made your reservation. The event kicks off at 7 pm, at 104 N. Ave 56, 2nd Floor." - }, - { - "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": [ - "LAX", - "Los Angeles" - ], - "date": [ - "Next Friday", - "next Friday" - ], - "event_name": [ - "Bill Callahan" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you very much. You've been very helpful. That will be all." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a lovely day." - } - ] - }, - { - "dialogue_id": "9_00121", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "date", - "values": [ - "11th of March" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "FindEvents" - ], - "slot": "intent", - "values": [ - "FindEvents" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 62, - "slot": "date", - "start": 49 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "date": [ - "11th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to search for events, specifically on the 11th of March." - }, - { - "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": "Which city should I search in? Would you prefer any specific event, such as music or sports?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Sports" - ], - "slot": "event_type", - "values": [ - "Sports" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Toronto" - ], - "slot": "city", - "values": [ - "toronto" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 33, - "slot": "city", - "start": 26 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "toronto" - ], - "date": [ - "11th of March" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am looking for games in toronto." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Blue Jays Vs Astros" - ], - "slot": "event_name", - "values": [ - "Blue Jays Vs Astros" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Rogers Centre" - ], - "slot": "venue", - "values": [ - "Rogers Centre" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "Toronto", - "date": "2019-03-11", - "event_type": "Sports" - } - }, - "service_results": [ - { - "category": "Baseball", - "city": "Toronto", - "date": "2019-03-11", - "event_name": "Blue Jays Vs Astros", - "event_type": "Sports", - "time": "17:00", - "venue": "Rogers Centre", - "venue_address": "1 Blue Jays Way" - }, - { - "category": "Baseball", - "city": "Toronto", - "date": "2019-03-11", - "event_name": "Blue Jays Vs Braves", - "event_type": "Sports", - "time": "17:30", - "venue": "Rogers Centre", - "venue_address": "1 Blue Jays Way" - }, - { - "category": "Baseball", - "city": "Toronto", - "date": "2019-03-11", - "event_name": "Blue Jays Vs Mariners", - "event_type": "Sports", - "time": "17:30", - "venue": "Rogers Centre", - "venue_address": "1 Blue Jays Way" - }, - { - "category": "Baseball", - "city": "Toronto", - "date": "2019-03-11", - "event_name": "Blue Jays Vs Orioles", - "event_type": "Sports", - "time": "17:00", - "venue": "Rogers Centre", - "venue_address": "1 Blue Jays Way" - }, - { - "category": "Baseball", - "city": "Toronto", - "date": "2019-03-11", - "event_name": "Blue Jays Vs Rangers", - "event_type": "Sports", - "time": "17:00", - "venue": "Rogers Centre", - "venue_address": "1 Blue Jays Way" - }, - { - "category": "Baseball", - "city": "Toronto", - "date": "2019-03-11", - "event_name": "Blue Jays Vs Yankees", - "event_type": "Sports", - "time": "17:30", - "venue": "Rogers Centre", - "venue_address": "1 Blue Jays Way" - }, - { - "category": "Soccer", - "city": "Toronto", - "date": "2019-03-11", - "event_name": "Toronto Fc Vs Rapids", - "event_type": "Sports", - "time": "17:00", - "venue": "BMO Field", - "venue_address": "170 Princes' Boulevard" - } - ], - "slots": [ - { - "exclusive_end": 39, - "slot": "event_name", - "start": 20 - }, - { - "exclusive_end": 60, - "slot": "venue", - "start": 47 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, how about the Blue Jays Vs Astros at the Rogers Centre." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Baseball" - ], - "slot": "category", - "values": [ - "baseball" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 42, - "slot": "category", - "start": 34 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "baseball" - ], - "city": [ - "toronto" - ], - "date": [ - "11th of March" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Hm, could you find me a different baseball event?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Blue Jays Vs Braves" - ], - "slot": "event_name", - "values": [ - "blue jays vs braves" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Rogers Centre" - ], - "slot": "venue", - "values": [ - "Rogers Centre" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "category": "Baseball", - "city": "Toronto", - "date": "2019-03-11", - "event_type": "Sports" - } - }, - "service_results": [ - { - "category": "Baseball", - "city": "Toronto", - "date": "2019-03-11", - "event_name": "Blue Jays Vs Astros", - "event_type": "Sports", - "time": "17:00", - "venue": "Rogers Centre", - "venue_address": "1 Blue Jays Way" - }, - { - "category": "Baseball", - "city": "Toronto", - "date": "2019-03-11", - "event_name": "Blue Jays Vs Braves", - "event_type": "Sports", - "time": "17:30", - "venue": "Rogers Centre", - "venue_address": "1 Blue Jays Way" - }, - { - "category": "Baseball", - "city": "Toronto", - "date": "2019-03-11", - "event_name": "Blue Jays Vs Mariners", - "event_type": "Sports", - "time": "17:30", - "venue": "Rogers Centre", - "venue_address": "1 Blue Jays Way" - }, - { - "category": "Baseball", - "city": "Toronto", - "date": "2019-03-11", - "event_name": "Blue Jays Vs Orioles", - "event_type": "Sports", - "time": "17:00", - "venue": "Rogers Centre", - "venue_address": "1 Blue Jays Way" - }, - { - "category": "Baseball", - "city": "Toronto", - "date": "2019-03-11", - "event_name": "Blue Jays Vs Rangers", - "event_type": "Sports", - "time": "17:00", - "venue": "Rogers Centre", - "venue_address": "1 Blue Jays Way" - }, - { - "category": "Baseball", - "city": "Toronto", - "date": "2019-03-11", - "event_name": "Blue Jays Vs Yankees", - "event_type": "Sports", - "time": "17:30", - "venue": "Rogers Centre", - "venue_address": "1 Blue Jays Way" - } - ], - "slots": [ - { - "exclusive_end": 33, - "slot": "event_name", - "start": 14 - }, - { - "exclusive_end": 55, - "slot": "venue", - "start": 42 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "How about the blue jays vs braves, at the 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": { - "category": [ - "baseball" - ], - "city": [ - "toronto" - ], - "date": [ - "11th of March" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "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": [ - "1 Blue Jays Way" - ], - "slot": "venue_address", - "values": [ - "1 blue jays way" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 20, - "slot": "time", - "start": 13 - }, - { - "exclusive_end": 47, - "slot": "venue_address", - "start": 32 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It starts at 5:30 pm, and is at 1 blue jays way." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "baseball" - ], - "city": [ - "toronto" - ], - "date": [ - "11th of March" - ], - "event_name": [ - "blue jays vs braves" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds great to me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "BuyEventTickets" - ], - "slot": "intent", - "values": [ - "BuyEventTickets" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "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": { - "category": [ - "baseball" - ], - "city": [ - "toronto" - ], - "date": [ - "11th of March" - ], - "event_name": [ - "blue jays vs braves" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Maybe, I'm interested in finding dates for the event." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-11" - ], - "slot": "date", - "values": [ - "march 11th" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Blue Jays Vs Braves" - ], - "slot": "event_name", - "values": [ - "Blue Jays vs Braves" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Rogers Centre" - ], - "slot": "venue", - "values": [ - "Rogers Centre" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "GetEventDates", - "parameters": { - "city": "Toronto", - "event_name": "Blue Jays Vs Braves" - } - }, - "service_results": [ - { - "city": "Toronto", - "date": "2019-03-11", - "event_name": "Blue Jays Vs Braves", - "time": "17:30", - "venue": "Rogers Centre", - "venue_address": "1 Blue Jays Way" - } - ], - "slots": [ - { - "exclusive_end": 33, - "slot": "date", - "start": 23 - }, - { - "exclusive_end": 67, - "slot": "event_name", - "start": 48 - }, - { - "exclusive_end": 88, - "slot": "venue", - "start": 75 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The event is on 1 day, march 11th. The event is Blue Jays vs Braves at the Rogers Centre." - }, - { - "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": [ - "baseball" - ], - "city": [ - "toronto" - ], - "date": [ - "11th of March", - "march 11th" - ], - "event_name": [ - "Blue Jays vs Braves", - "blue jays vs braves" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Where is the venue located?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1 Blue Jays Way" - ], - "slot": "venue_address", - "values": [ - "1 Blue Jays Way" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 31, - "slot": "venue_address", - "start": 16 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It's located at 1 Blue Jays Way." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "GetEventDates", - "requested_slots": [], - "slot_values": { - "category": [ - "baseball" - ], - "city": [ - "toronto" - ], - "date": [ - "11th of March", - "march 11th" - ], - "event_name": [ - "Blue Jays vs Braves", - "blue jays vs braves" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds good to me" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "3" - ], - "slot": "number_of_tickets", - "values": [ - "3" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "BuyEventTickets" - ], - "slot": "intent", - "values": [ - "BuyEventTickets" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "baseball" - ], - "city": [ - "toronto" - ], - "date": [ - "11th of March", - "march 11th" - ], - "event_name": [ - "Blue Jays vs Braves", - "blue jays vs braves" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to buy 3 tickets for the event." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Blue Jays Vs Braves" - ], - "slot": "event_name", - "values": [ - "Blue Jays vs Braves" - ] - }, - { - "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": [ - "Toronto" - ], - "slot": "city", - "values": [ - "Toronto" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 78, - "slot": "event_name", - "start": 59 - }, - { - "exclusive_end": 108, - "slot": "date", - "start": 98 - }, - { - "exclusive_end": 94, - "slot": "city", - "start": 87 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "PLease confirm the following: You'd like 3 tickets for the Blue Jays vs Braves game in Toronto on March 11th." - }, - { - "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": [ - "baseball" - ], - "city": [ - "Toronto", - "toronto" - ], - "date": [ - "11th of March", - "March 11th", - "march 11th" - ], - "event_name": [ - "Blue Jays vs Braves", - "blue jays vs braves" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "no, actually, i'd like 2 tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Blue Jays Vs Braves" - ], - "slot": "event_name", - "values": [ - "Blue Jays vs Braves" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2" - ], - "slot": "number_of_tickets", - "values": [ - "2" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 78, - "slot": "event_name", - "start": 59 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm the following: You'd like 2 tickets for the Blue Jays vs Braves game." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "baseball" - ], - "city": [ - "Toronto", - "toronto" - ], - "date": [ - "11th of March", - "March 11th", - "march 11th" - ], - "event_name": [ - "Blue Jays vs Braves", - "blue jays vs braves" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Toronto", - "date": "2019-03-11", - "event_name": "Blue Jays Vs Braves", - "number_of_tickets": "2" - } - }, - "service_results": [ - { - "city": "Toronto", - "date": "2019-03-11", - "event_name": "Blue Jays Vs Braves", - "number_of_tickets": "2", - "time": "17:30", - "venue": "Rogers Centre", - "venue_address": "1 Blue Jays Way" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Great, 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": [ - "baseball" - ], - "city": [ - "Toronto", - "toronto" - ], - "date": [ - "11th of March", - "March 11th", - "march 11th" - ], - "event_name": [ - "Blue Jays vs Braves", - "blue jays vs braves" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you, that's all I need." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day" - } - ] - }, - { - "dialogue_id": "9_00122", - "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 at some events, any ideas?" - }, - { - "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": "Any particular type of event like Music or Sports and what city are you looking in?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "city", - "values": [ - "LAX" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Sports" - ], - "slot": "event_type", - "values": [ - "Sports" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 38, - "slot": "city", - "start": 35 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "LAX" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am wanting some Sports events in LAX." - }, - { - "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": 43, - "slot": "event_name", - "start": 28 - }, - { - "exclusive_end": 17, - "slot": "venue", - "start": 3 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "At Dodger Stadium they have dodgers vs cubs." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "date", - "values": [ - "this saturday" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "city", - "values": [ - "new york city" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 45, - "slot": "date", - "start": 32 - }, - { - "exclusive_end": 63, - "slot": "city", - "start": 50 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "new york city" - ], - "date": [ - "this saturday" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Any other events? I want on for this saturday, in new york city." - }, - { - "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": 48, - "slot": "event_name", - "start": 33 - }, - { - "exclusive_end": 62, - "slot": "venue", - "start": 52 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 6 events, one of them is Mets vs Dodgers at Citi field." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "date", - "values": [ - "the 10th" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 35, - "slot": "date", - "start": 27 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "new york city" - ], - "date": [ - "the 10th" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Anything else, somthing on the 10th?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Mets Vs Diamondbacks" - ], - "slot": "event_name", - "values": [ - "mets vs diamondbacks" - ] - }, - { - "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-10", - "event_type": "Sports" - } - }, - "service_results": [ - { - "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-10", - "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-10", - "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-10", - "event_name": "Mets Vs Pirates", - "event_type": "Sports", - "time": "19:30", - "venue": "Citi Field", - "venue_address": "123-01 Roosevelt Avenue" - }, - { - "category": "Baseball", - "city": "New York", - "date": "2019-03-10", - "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-10", - "event_name": "Nycfc Vs Dynamo", - "event_type": "Sports", - "time": "19:30", - "venue": "Yankee Stadium", - "venue_address": "1 East 161 Street" - }, - { - "category": "Baseball", - "city": "New York", - "date": "2019-03-10", - "event_name": "Nycfc Vs Union", - "event_type": "Sports", - "time": "18:30", - "venue": "Yankee Stadium", - "venue_address": "1 East 161 Street" - } - ], - "slots": [ - { - "exclusive_end": 44, - "slot": "event_name", - "start": 24 - }, - { - "exclusive_end": 13, - "slot": "venue", - "start": 3 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "At Citi field they have mets vs diamondbacks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "venue_address", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [ - "venue_address" - ], - "slot_values": { - "city": [ - "new york city" - ], - "date": [ - "the 10th" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Where is the venue located at?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "123-01 Roosevelt Avenue" - ], - "slot": "venue_address", - "values": [ - "123-01 Roosevelt Avenue" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 32, - "slot": "venue_address", - "start": 9 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It is at 123-01 Roosevelt Avenue." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "category", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "time", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [ - "category", - "time" - ], - "slot_values": { - "city": [ - "new york city" - ], - "date": [ - "the 10th" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What type of event and when does it start?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Baseball" - ], - "slot": "category", - "values": [ - "Baseball" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "18:30" - ], - "slot": "time", - "values": [ - "6:30 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 14, - "slot": "category", - "start": 6 - }, - { - "exclusive_end": 40, - "slot": "time", - "start": 33 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It is Baseball, and it starts at 6: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 city" - ], - "date": [ - "the 10th" - ], - "event_name": [ - "mets vs diamondbacks" - ], - "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": "Would you like some tickets for the event?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "city": [ - "new york city" - ], - "date": [ - "the 10th" - ], - "event_name": [ - "mets vs diamondbacks" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'll just do that later." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "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": [ - "new york city" - ], - "date": [ - "the 10th" - ], - "event_name": [ - "mets vs diamondbacks" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to look at some dates for events." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-10" - ], - "slot": "date", - "values": [ - "march 10th" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Mets Vs Diamondbacks" - ], - "slot": "event_name", - "values": [ - "Mets vs diamondbacks" - ] - }, - { - "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 Diamondbacks" - } - }, - "service_results": [ - { - "city": "New York", - "date": "2019-03-10", - "event_name": "Mets Vs Diamondbacks", - "time": "18:30", - "venue": "Citi Field", - "venue_address": "123-01 Roosevelt Avenue" - } - ], - "slots": [ - { - "exclusive_end": 51, - "slot": "date", - "start": 41 - }, - { - "exclusive_end": 20, - "slot": "event_name", - "start": 0 - }, - { - "exclusive_end": 37, - "slot": "venue", - "start": 27 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Mets vs diamondbacks is at citi field on march 10th." - }, - { - "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": [ - "new york city" - ], - "date": [ - "march 10th", - "the 10th" - ], - "event_name": [ - "Mets vs diamondbacks", - "mets vs diamondbacks" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When does it start and where is it located?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "18:30" - ], - "slot": "time", - "values": [ - "6:30 pm" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "123-01 Roosevelt Avenue" - ], - "slot": "venue_address", - "values": [ - "123-01 Roosevelt avenue" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 61, - "slot": "time", - "start": 54 - }, - { - "exclusive_end": 39, - "slot": "venue_address", - "start": 16 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The venue is at 123-01 Roosevelt avenue and starts at 6:30 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "GetEventDates", - "requested_slots": [], - "slot_values": { - "city": [ - "new york city" - ], - "date": [ - "march 10th", - "the 10th" - ], - "event_name": [ - "Mets vs diamondbacks", - "mets vs diamondbacks" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds good." - }, - { - "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_INTENT", - "canonical_values": [ - "BuyEventTickets" - ], - "slot": "intent", - "values": [ - "BuyEventTickets" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "new york city" - ], - "date": [ - "march 10th", - "the 10th" - ], - "event_name": [ - "Mets vs diamondbacks", - "mets vs diamondbacks" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to go ahead and purchase tickets for an 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 to buy?" - }, - { - "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": [ - "new york city" - ], - "date": [ - "march 10th", - "the 10th" - ], - "event_name": [ - "Mets vs diamondbacks", - "mets vs diamondbacks" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need 2 tickets please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Mets Vs Diamondbacks" - ], - "slot": "event_name", - "values": [ - "Mets Vs Diamondbacks" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2" - ], - "slot": "number_of_tickets", - "values": [ - "2" - ] - }, - { - "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": 43, - "slot": "event_name", - "start": 23 - }, - { - "exclusive_end": 57, - "slot": "date", - "start": 47 - }, - { - "exclusive_end": 69, - "slot": "city", - "start": 61 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You need 2 tickets for Mets Vs Diamondbacks on March 10th in New York, can you confirm this?" - }, - { - "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": [ - "New York", - "new york city" - ], - "date": [ - "March 10th", - "march 10th", - "the 10th" - ], - "event_name": [ - "Mets Vs Diamondbacks", - "Mets vs diamondbacks", - "mets vs diamondbacks" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Actually, I would like four tickets please." - }, - { - "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": 59, - "slot": "city", - "start": 51 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Are the details correct, 4 tickets to the event in New York?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "New York", - "new york city" - ], - "date": [ - "March 10th", - "march 10th", - "the 10th" - ], - "event_name": [ - "Mets Vs Diamondbacks", - "Mets vs diamondbacks", - "mets vs diamondbacks" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, perfect!" - }, - { - "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": "Mets Vs Diamondbacks", - "number_of_tickets": "4" - } - }, - "service_results": [ - { - "city": "New York", - "date": "2019-03-10", - "event_name": "Mets Vs Diamondbacks", - "number_of_tickets": "4", - "time": "18:30", - "venue": "Citi Field", - "venue_address": "123-01 Roosevelt Avenue" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "I have made your reservations." - }, - { - "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", - "new york city" - ], - "date": [ - "March 10th", - "march 10th", - "the 10th" - ], - "event_name": [ - "Mets Vs Diamondbacks", - "Mets vs diamondbacks", - "mets vs diamondbacks" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks! 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": "9_00123", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "San Diego" - ], - "slot": "city", - "values": [ - "San Diego" - ] - }, - { - "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": 37, - "slot": "city", - "start": 28 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "San Diego" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm looking things to do in San Diego, like a Concert." - }, - { - "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": 58, - "slot": "event_name", - "start": 44 - }, - { - "exclusive_end": 97, - "slot": "venue", - "start": 62 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There are 10 events you might like. There's Alejandro Sanz at Cal Coast Credit Union Amphitheater." - }, - { - "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": [ - "San Diego" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What kind of event is that? And when does it start." - }, - { - "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": 52, - "slot": "time", - "start": 45 - }, - { - "exclusive_end": 21, - "slot": "category", - "start": 8 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It's an International event 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": [ - "San Diego" - ], - "event_name": [ - "Alejandro Sanz" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I think I'd like that." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "BuyEventTickets" - ], - "slot": "intent", - "values": [ - "BuyEventTickets" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like me to purchase a ticket?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "city": [ - "San Diego" - ], - "event_name": [ - "Alejandro Sanz" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Not now, later possibly." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you need anything else from me?" - }, - { - "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": [ - "San Diego" - ], - "event_name": [ - "Alejandro Sanz" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you tell me 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": 23, - "slot": "date", - "start": 12 - }, - { - "exclusive_end": 42, - "slot": "event_name", - "start": 28 - }, - { - "exclusive_end": 81, - "slot": "venue", - "start": 46 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The date is next Monday for Alejandro Sanz at Cal Coast Credit Union Amphitheater." - }, - { - "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": [ - "San Diego" - ], - "event_name": [ - "Alejandro Sanz" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What's the address and what time does it start?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "5500 Campanile Drive" - ], - "slot": "venue_address", - "values": [ - "5500 Campanile Drive" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "17:30" - ], - "slot": "time", - "values": [ - "5:30 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 29, - "slot": "venue_address", - "start": 9 - }, - { - "exclusive_end": 54, - "slot": "time", - "start": 47 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It is at 5500 Campanile Drive and it starts 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": [ - "San Diego" - ], - "date": [ - "next Monday" - ], - "event_name": [ - "Alejandro Sanz" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Okay, sounds great. Buy 3 tickets please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Alejandro Sanz" - ], - "slot": "event_name", - "values": [ - "Alejandro Sanz" - ] - }, - { - "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": [ - "San Diego" - ], - "slot": "city", - "values": [ - "San Diego" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 55, - "slot": "event_name", - "start": 41 - }, - { - "exclusive_end": 67, - "slot": "date", - "start": 56 - }, - { - "exclusive_end": 80, - "slot": "city", - "start": 71 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Just to make sure, you want 3 tickets to Alejandro Sanz next Monday in San Diego?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "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": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yeah, that's right." - }, - { - "frames": [ - { - "actions": [ - { - "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": "3" - } - }, - "service_results": [ - { - "city": "San Diego", - "date": "2019-03-04", - "event_name": "Alejandro Sanz", - "number_of_tickets": "3", - "time": "17:30", - "venue": "Cal Coast Credit Union Amphitheater", - "venue_address": "5500 Campanile Drive" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "I've booked the tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "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": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks so much." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you need me 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": [ - "San Diego" - ], - "date": [ - "next Monday" - ], - "event_name": [ - "Alejandro Sanz" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that again for the help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a terrific day." - } - ] - }, - { - "dialogue_id": "9_00124", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "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": 42, - "slot": "city", - "start": 36 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Philly" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm interested in finding events in Philly." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "event_type", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What kind of events are you looking for?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "date", - "values": [ - "Sunday this week" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Sports" - ], - "slot": "event_type", - "values": [ - "Sports" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 46, - "slot": "date", - "start": 30 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Philly" - ], - "date": [ - "Sunday this week" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "In the category of Sports and Sunday this week." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Eagles Vs Cowboys" - ], - "slot": "event_name", - "values": [ - "Eagles Vs Cowboys" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Lincoln Financial Field" - ], - "slot": "venue", - "values": [ - "Lincoln Financial Field" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "city": "Philadelphia", - "date": "2019-03-03", - "event_type": "Sports" - } - }, - "service_results": [ - { - "category": "Football", - "city": "Philadelphia", - "date": "2019-03-03", - "event_name": "Eagles Vs Cowboys", - "event_type": "Sports", - "time": "17:30", - "venue": "Lincoln Financial Field", - "venue_address": "1 Lincoln Financial Field Way" - }, - { - "category": "Football", - "city": "Philadelphia", - "date": "2019-03-03", - "event_name": "Owls Vs Huskies", - "event_type": "Sports", - "time": "17:30", - "venue": "Lincoln Financial Field", - "venue_address": "1 Lincoln Financial Field Way" - }, - { - "category": "Football", - "city": "Philadelphia", - "date": "2019-03-03", - "event_name": "Owls Vs Yellow Jackets", - "event_type": "Sports", - "time": "17:30", - "venue": "Lincoln Financial Field", - "venue_address": "1 Lincoln Financial Field Way" - }, - { - "category": "Baseball", - "city": "Philadelphia", - "date": "2019-03-03", - "event_name": "Phillies Vs Pirates", - "event_type": "Sports", - "time": "19:00", - "venue": "Citizens Bank Park", - "venue_address": "1 Citizens Bank Way" - } - ], - "slots": [ - { - "exclusive_end": 67, - "slot": "event_name", - "start": 50 - }, - { - "exclusive_end": 34, - "slot": "venue", - "start": 11 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found at Lincoln Financial Field an event named Eagles Vs Cowboys." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Philly" - ], - "date": [ - "Sunday this week" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Are there other events?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Owls Vs Huskies" - ], - "slot": "event_name", - "values": [ - "Owls Vs Huskies" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Lincoln Financial Field" - ], - "slot": "venue", - "values": [ - "Lincoln Financial Field" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 15, - "slot": "event_name", - "start": 0 - }, - { - "exclusive_end": 42, - "slot": "venue", - "start": 19 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Owls Vs Huskies at Lincoln Financial Field." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "category", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "venue_address", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [ - "category", - "venue_address" - ], - "slot_values": { - "city": [ - "Philly" - ], - "date": [ - "Sunday this week" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Tell me where is the venue located and the category." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Football" - ], - "slot": "category", - "values": [ - "Football" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "1 Lincoln Financial Field Way" - ], - "slot": "venue_address", - "values": [ - "1 Lincoln Financial Field Way" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 62, - "slot": "category", - "start": 54 - }, - { - "exclusive_end": 48, - "slot": "venue_address", - "start": 19 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You can find it at 1 Lincoln Financial Field Way.Is a Football event." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Philly" - ], - "date": [ - "Sunday this week" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Is anything else available?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Owls Vs Yellow Jackets" - ], - "slot": "event_name", - "values": [ - "Owls Vs Yellow Jackets" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Lincoln Financial Field" - ], - "slot": "venue", - "values": [ - "Lincoln Financial Field" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 76, - "slot": "event_name", - "start": 54 - }, - { - "exclusive_end": 30, - "slot": "venue", - "start": 7 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Yes at Lincoln Financial Field is available the event Owls Vs Yellow Jackets." - }, - { - "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" - ], - "date": [ - "Sunday this week" - ], - "event_name": [ - "Owls Vs Yellow Jackets" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds very good.Some dates for events you can find me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-03" - ], - "slot": "date", - "values": [ - "day after tomorrow" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Owls Vs Yellow Jackets" - ], - "slot": "event_name", - "values": [ - "Owls Vs Yellow Jackets" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "Lincoln Financial Field" - ], - "slot": "venue", - "values": [ - "Lincoln Financial Field" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "GetEventDates", - "parameters": { - "city": "Philadelphia", - "event_name": "Owls Vs Yellow Jackets" - } - }, - "service_results": [ - { - "city": "Philadelphia", - "date": "2019-03-03", - "event_name": "Owls Vs Yellow Jackets", - "time": "17:30", - "venue": "Lincoln Financial Field", - "venue_address": "1 Lincoln Financial Field Way" - } - ], - "slots": [ - { - "exclusive_end": 103, - "slot": "date", - "start": 85 - }, - { - "exclusive_end": 70, - "slot": "event_name", - "start": 48 - }, - { - "exclusive_end": 26, - "slot": "venue", - "start": 3 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "At Lincoln Financial Field is located the event Owls Vs Yellow Jackets that start on day after tomorrow." - }, - { - "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": [ - "Philly" - ], - "date": [ - "Sunday this week", - "day after tomorrow" - ], - "event_name": [ - "Owls Vs Yellow Jackets" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Tell me where is located and when is start." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "17:30" - ], - "slot": "time", - "values": [ - "5:30 pm" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "1 Lincoln Financial Field Way" - ], - "slot": "venue_address", - "values": [ - "1 Lincoln Financial Field Way" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 16, - "slot": "time", - "start": 9 - }, - { - "exclusive_end": 66, - "slot": "venue_address", - "start": 37 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Start at 5:30 pm and you can find at 1 Lincoln Financial Field Way." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "GetEventDates", - "requested_slots": [], - "slot_values": { - "city": [ - "Philly" - ], - "date": [ - "Sunday this week", - "day after tomorrow" - ], - "event_name": [ - "Owls Vs Yellow Jackets" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds good for me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "BuyEventTickets" - ], - "slot": "intent", - "values": [ - "BuyEventTickets" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "You want tickets?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Philly" - ], - "date": [ - "Sunday this week", - "day after tomorrow" - ], - "event_name": [ - "Owls Vs Yellow Jackets" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes i would like." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_of_tickets", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How many you want?" - }, - { - "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": [ - "Philly" - ], - "date": [ - "Sunday this week", - "day after tomorrow" - ], - "event_name": [ - "Owls Vs Yellow Jackets" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please take for 3 persons." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Owls Vs Yellow Jackets" - ], - "slot": "event_name", - "values": [ - "Owls Vs Yellow Jackets" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "3" - ], - "slot": "number_of_tickets", - "values": [ - "3" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "date", - "values": [ - "day after tomorrow" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Philadelphia" - ], - "slot": "city", - "values": [ - "Philadelphia" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 25, - "slot": "event_name", - "start": 3 - }, - { - "exclusive_end": 88, - "slot": "date", - "start": 70 - }, - { - "exclusive_end": 41, - "slot": "city", - "start": 29 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "At Owls Vs Yellow Jackets on Philadelphia for 3 person and start on a day after tomorrow I'm right?" - }, - { - "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", - "Philly" - ], - "date": [ - "Sunday this week", - "day after tomorrow" - ], - "event_name": [ - "Owls Vs Yellow Jackets" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No.Please buy me just one ticket." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Owls Vs Yellow Jackets" - ], - "slot": "event_name", - "values": [ - "Owls Vs Yellow Jackets" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "number_of_tickets", - "values": [ - "1" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 41, - "slot": "event_name", - "start": 19 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Confirm me please: Owls Vs Yellow Jackets is the event and you want 1 ticket." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "city": [ - "Philadelphia", - "Philly" - ], - "date": [ - "Sunday this week", - "day after tomorrow" - ], - "event_name": [ - "Owls Vs Yellow Jackets" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes perfect" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Philadelphia", - "date": "2019-03-03", - "event_name": "Owls Vs Yellow Jackets", - "number_of_tickets": "1" - } - }, - "service_results": [ - { - "city": "Philadelphia", - "date": "2019-03-03", - "event_name": "Owls Vs Yellow Jackets", - "number_of_tickets": "1", - "time": "17:30", - "venue": "Lincoln Financial Field", - "venue_address": "1 Lincoln Financial Field Way" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Reservation have been made" - }, - { - "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": [ - "Sunday this week", - "day after tomorrow" - ], - "event_name": [ - "Owls Vs Yellow Jackets" - ], - "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": "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": { - "city": [ - "Philadelphia", - "Philly" - ], - "date": [ - "Sunday this week", - "day after tomorrow" - ], - "event_name": [ - "Owls Vs Yellow Jackets" - ], - "event_type": [ - "Sports" - ], - "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 nice day!" - } - ] - }, - { - "dialogue_id": "9_00125", - "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 meeting up with some friends and I want to search for events to attend." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "city", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "You are looking for events in which city?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Washington D.C." - ], - "slot": "city", - "values": [ - "Washington D.C." - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 54, - "slot": "city", - "start": 39 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "Washington D.C." - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am interested in attending events in Washington D.C." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "Music", - "Sports" - ], - "slot": "event_type", - "values": [ - "Music", - "Sports" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you prefer Music, Sports, or another type of event?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Sports" - ], - "slot": "event_type", - "values": [ - "Sports" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "dontcare" - ], - "slot": "category", - "values": [ - "dontcare" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "dontcare" - ], - "city": [ - "Washington D.C." - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am not particular about the type of event but I am looking for a Match." - }, - { - "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": 83, - "slot": "event_name", - "start": 60 - }, - { - "exclusive_end": 101, - "slot": "venue", - "start": 91 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There are 10 events that you might be interested in. One is Dc United Vs Revolution at the Audi Field." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "time", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [ - "time" - ], - "slot_values": { - "category": [ - "dontcare" - ], - "city": [ - "Washington D.C." - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What is the start time for the event?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "17:30" - ], - "slot": "time", - "values": [ - "5:30 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 37, - "slot": "time", - "start": 30 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The event will be starting 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": { - "category": [ - "dontcare" - ], - "city": [ - "Washington D.C." - ], - "event_name": [ - "Dc United Vs Revolution" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds great. I would like to find dates for other events." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-02" - ], - "slot": "date", - "values": [ - "tomorrow" - ] - }, - { - "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" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "GetEventDates", - "parameters": { - "city": "Washington D.C.", - "event_name": "Dc United Vs Revolution" - } - }, - "service_results": [ - { - "city": "Washington D.C.", - "date": "2019-03-02", - "event_name": "Dc United Vs Revolution", - "time": "17:30", - "venue": "Audi Field", - "venue_address": "100 Potomac Avenue Southwest" - }, - { - "city": "Washington D.C.", - "date": "2019-03-03", - "event_name": "Dc United Vs Revolution", - "time": "19:00", - "venue": "Audi Field", - "venue_address": "100 Potomac Avenue Southwest" - }, - { - "city": "Washington D.C.", - "date": "2019-03-05", - "event_name": "Dc United Vs Revolution", - "time": "19:30", - "venue": "Audi Field", - "venue_address": "100 Potomac Avenue Southwest" - }, - { - "city": "Washington D.C.", - "date": "2019-03-07", - "event_name": "Dc United Vs Revolution", - "time": "17:30", - "venue": "Audi Field", - "venue_address": "100 Potomac Avenue Southwest" - }, - { - "city": "Washington D.C.", - "date": "2019-03-08", - "event_name": "Dc United Vs Revolution", - "time": "19:30", - "venue": "Audi Field", - "venue_address": "100 Potomac Avenue Southwest" - }, - { - "city": "Washington D.C.", - "date": "2019-03-09", - "event_name": "Dc United Vs Revolution", - "time": "18:30", - "venue": "Audi Field", - "venue_address": "100 Potomac Avenue Southwest" - }, - { - "city": "Washington D.C.", - "date": "2019-03-12", - "event_name": "Dc United Vs Revolution", - "time": "19:00", - "venue": "Audi Field", - "venue_address": "100 Potomac Avenue Southwest" - }, - { - "city": "Washington D.C.", - "date": "2019-03-14", - "event_name": "Dc United Vs Revolution", - "time": "17:30", - "venue": "Audi Field", - "venue_address": "100 Potomac Avenue Southwest" - } - ], - "slots": [ - { - "exclusive_end": 61, - "slot": "date", - "start": 53 - }, - { - "exclusive_end": 27, - "slot": "event_name", - "start": 4 - }, - { - "exclusive_end": 41, - "slot": "venue", - "start": 31 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The Dc United Vs Revolution at Audi Field is also on tomorrow." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "GetEventDates", - "requested_slots": [], - "slot_values": { - "category": [ - "dontcare" - ], - "city": [ - "Washington D.C." - ], - "date": [ - "tomorrow" - ], - "event_name": [ - "Dc United Vs Revolution" - ], - "event_type": [ - "Sports" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Great. That is perfect." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "BuyEventTickets" - ], - "slot": "intent", - "values": [ - "BuyEventTickets" - ] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like to go ahead and purchase tickets?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "INFORM", - "canonical_values": [ - "3" - ], - "slot": "number_of_tickets", - "values": [ - "3" - ] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "dontcare" - ], - "city": [ - "Washington D.C." - ], - "date": [ - "tomorrow" - ], - "event_name": [ - "Dc United Vs Revolution" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, I would like to purchase 3 tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Dc United Vs Revolution" - ], - "slot": "event_name", - "values": [ - "Dc United Vs Revolution" - ] - }, - { - "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": [ - "Washington D.C." - ], - "slot": "city", - "values": [ - "Washington D.C." - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 45, - "slot": "event_name", - "start": 22 - }, - { - "exclusive_end": 73, - "slot": "date", - "start": 65 - }, - { - "exclusive_end": 64, - "slot": "city", - "start": 49 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You want 3 tickets to Dc United Vs Revolution in Washington D.C. tomorrow, is that correct?" - }, - { - "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": { - "category": [ - "dontcare" - ], - "city": [ - "Washington D.C." - ], - "date": [ - "tomorrow" - ], - "event_name": [ - "Dc United Vs Revolution" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that is what I want. What is the start time of the event and where can I find the venue?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "100 Potomac Avenue Southwest" - ], - "slot": "venue_address", - "values": [ - "100 Potomac Avenue Southwest" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "17:30" - ], - "slot": "time", - "values": [ - "5:30 pm" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Washington D.C.", - "date": "2019-03-02", - "event_name": "Dc United Vs Revolution", - "number_of_tickets": "3" - } - }, - "service_results": [ - { - "city": "Washington D.C.", - "date": "2019-03-02", - "event_name": "Dc United Vs Revolution", - "number_of_tickets": "3", - "time": "17:30", - "venue": "Audi Field", - "venue_address": "100 Potomac Avenue Southwest" - } - ], - "slots": [ - { - "exclusive_end": 126, - "slot": "venue_address", - "start": 98 - }, - { - "exclusive_end": 67, - "slot": "time", - "start": 60 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your reservation was successful placed. The event starts at 5:30 pm and you can find the venue at 100 Potomac Avenue Southwest." - }, - { - "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": [ - "Washington D.C." - ], - "date": [ - "tomorrow" - ], - "event_name": [ - "Dc United Vs Revolution" - ], - "event_type": [ - "Sports" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "You were very helpful, thank you for your time." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "My pleasure. Have a wonderful day." - } - ] - }, - { - "dialogue_id": "9_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": "Excuse me! Hello! do you have time to search a good event for me?" - }, - { - "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 time of events do you prefer like Music, Sports, Cinema etc. Where you wish to have the event happening?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "city", - "values": [ - "LAX" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Music" - ], - "slot": "event_type", - "values": [ - "Music" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 78, - "slot": "city", - "start": 75 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "LAX" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "If Concert events are there, it would be good and am looking for events in LAX." - }, - { - "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" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "10" - ], - "slot": "count", - "values": [ - "10" - ] - } - ], - "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": 161, - "slot": "event_name", - "start": 148 - }, - { - "exclusive_end": 197, - "slot": "venue", - "start": 187 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "That's really nice. Give me a moment... I'll check for details... Hey! I can find 10 events for you which you might choose one.... One of the event Bill Callahan is planned to be held at Lodge Room. Do you have any idea to go for this event?" - }, - { - "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": [ - "LAX" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Oh! is it so! Where it's occurring? What is the category of this event?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Country" - ], - "slot": "category", - "values": [ - "Country" - ] - }, - { - "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": 14, - "slot": "category", - "start": 7 - }, - { - "exclusive_end": 74, - "slot": "venue_address", - "start": 50 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It's a Country event that will be taking place at 104 N. Ave 56, 2nd Floor." - }, - { - "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": [ - "LAX" - ], - "event_name": [ - "Bill Callahan" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That's cool. Please can you find the dates for the event." - }, - { - "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": 59, - "slot": "date", - "start": 48 - }, - { - "exclusive_end": 23, - "slot": "event_name", - "start": 10 - }, - { - "exclusive_end": 73, - "slot": "venue", - "start": 63 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The event Bill Callahan will be taking place by next Friday at Lodge Room." - }, - { - "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": [ - "LAX" - ], - "date": [ - "next Friday" - ], - "event_name": [ - "Bill Callahan" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I appreciate the information. Can I purchase tickets for this event?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_of_tickets", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Yup! How many tickets 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": [ - "LAX" - ], - "date": [ - "next Friday" - ], - "event_name": [ - "Bill Callahan" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please can you give me 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": 84, - "slot": "event_name", - "start": 71 - }, - { - "exclusive_end": 99, - "slot": "date", - "start": 88 - }, - { - "exclusive_end": 114, - "slot": "city", - "start": 103 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure! Can you confirm me the details that you wish to attend the event Bill Callahan by next Friday at Los Angeles and you wish to purchase 1 ticket for this event, right?" - }, - { - "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": [ - "LAX", - "Los Angeles" - ], - "date": [ - "next Friday" - ], - "event_name": [ - "Bill Callahan" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yup! You're right. May I know at what time the event starts?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "19:00" - ], - "slot": "time", - "values": [ - "7 pm" - ] - }, - { - "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": [ - { - "exclusive_end": 28, - "slot": "time", - "start": 24 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The event will start at 7 pm and your reservation 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": { - "city": [ - "LAX", - "Los Angeles" - ], - "date": [ - "next Friday" - ], - "event_name": [ - "Bill Callahan" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you. That was really helpful." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a wonderful evening." - } - ] - }, - { - "dialogue_id": "9_00127", - "services": [ - "Events_2" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Music" - ], - "slot": "event_type", - "values": [ - "Music" - ] - }, - { - "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" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to see some live music, can you look at various dates for a concert I might like to see?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "city", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you want to visit a particular city?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "city", - "values": [ - "New York" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 26, - "slot": "city", - "start": 18 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "New York" - ], - "date": [ - "dontcare" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to go to 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": 66, - "slot": "event_name", - "start": 48 - }, - { - "exclusive_end": 77, - "slot": "venue", - "start": 71 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I've found 10 options for your taste- how about Amber Run Brooklyn, at Warsaw?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "venue_address", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "time", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [ - "time", - "venue_address" - ], - "slot_values": { - "city": [ - "New York" - ], - "date": [ - "dontcare" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Where and when is the event?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "261 Driggs Avenue, Brooklyn" - ], - "slot": "venue_address", - "values": [ - "261 Driggs Avenue, Brooklyn" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "19:30" - ], - "slot": "time", - "values": [ - "7:30 pm" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 43, - "slot": "venue_address", - "start": 16 - }, - { - "exclusive_end": 80, - "slot": "time", - "start": 73 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The venue is at 261 Driggs Avenue, Brooklyn, and the event will start at 7:30 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "city": [ - "New York" - ], - "date": [ - "dontcare" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What else is there to see?" - }, - { - "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": 17, - "slot": "event_name", - "start": 10 - }, - { - "exclusive_end": 29, - "slot": "venue", - "start": 22 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "How about Americo, at La Boom?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Rock" - ], - "slot": "category", - "values": [ - "rock" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Philadelphia" - ], - "slot": "city", - "values": [ - "Philly" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 37, - "slot": "category", - "start": 33 - }, - { - "exclusive_end": 24, - "slot": "city", - "start": 18 - } - ], - "state": { - "active_intent": "FindEvents", - "requested_slots": [], - "slot_values": { - "category": [ - "rock" - ], - "city": [ - "Philly" - ], - "date": [ - "dontcare" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you search in Philly? I like rock concerts." - }, - { - "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": [ - "5" - ], - "slot": "count", - "values": [ - "5" - ] - } - ], - "service": "Events_2", - "service_call": { - "method": "FindEvents", - "parameters": { - "category": "Rock", - "city": "Philadelphia", - "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": "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-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" - }, - { - "category": "Rock", - "city": "Philadelphia", - "date": "2019-03-08", - "event_name": "The Melvins", - "event_type": "Music", - "time": "18:00", - "venue": "Underground Arts", - "venue_address": "1200 Callowhill Street" - } - ], - "slots": [ - { - "exclusive_end": 47, - "slot": "event_name", - "start": 38 - }, - { - "exclusive_end": 63, - "slot": "venue", - "start": 52 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 5 events in Philly. How about Don Broco, at The Foundry?" - }, - { - "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": [ - "rock" - ], - "city": [ - "Philly" - ], - "date": [ - "dontcare" - ], - "event_name": [ - "Don Broco" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I like the sound of that, can you give me some dates?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-03" - ], - "slot": "date", - "values": [ - "day after tomorrow" - ] - }, - { - "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", - "service_call": { - "method": "GetEventDates", - "parameters": { - "city": "Philadelphia", - "event_name": "Don Broco" - } - }, - "service_results": [ - { - "city": "Philadelphia", - "date": "2019-03-03", - "event_name": "Don Broco", - "time": "17:00", - "venue": "The Foundry", - "venue_address": "29 East Allen Street 2nd Floor" - }, - { - "city": "Philadelphia", - "date": "2019-03-04", - "event_name": "Don Broco", - "time": "19:30", - "venue": "The Foundry", - "venue_address": "29 East Allen Street 2nd Floor" - }, - { - "city": "Philadelphia", - "date": "2019-03-07", - "event_name": "Don Broco", - "time": "19:30", - "venue": "The Foundry", - "venue_address": "29 East Allen Street 2nd Floor" - }, - { - "city": "Philadelphia", - "date": "2019-03-08", - "event_name": "Don Broco", - "time": "17:30", - "venue": "The Foundry", - "venue_address": "29 East Allen Street 2nd Floor" - }, - { - "city": "Philadelphia", - "date": "2019-03-11", - "event_name": "Don Broco", - "time": "18:30", - "venue": "The Foundry", - "venue_address": "29 East Allen Street 2nd Floor" - }, - { - "city": "Philadelphia", - "date": "2019-03-14", - "event_name": "Don Broco", - "time": "19:30", - "venue": "The Foundry", - "venue_address": "29 East Allen Street 2nd Floor" - } - ], - "slots": [ - { - "exclusive_end": 66, - "slot": "date", - "start": 48 - }, - { - "exclusive_end": 9, - "slot": "event_name", - "start": 0 - }, - { - "exclusive_end": 40, - "slot": "venue", - "start": 29 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Don Broco will be playing at The Foundry on the day after tomorrow." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "GetEventDates", - "requested_slots": [], - "slot_values": { - "category": [ - "rock" - ], - "city": [ - "Philly" - ], - "date": [ - "day after tomorrow" - ], - "event_name": [ - "Don Broco" - ], - "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": "Shall I buy tickets for the event now?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "rock" - ], - "city": [ - "Philly" - ], - "date": [ - "day after tomorrow" - ], - "event_name": [ - "Don Broco" - ], - "event_type": [ - "Music" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, go ahead." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_of_tickets", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How many tickets?" - }, - { - "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": [ - "rock" - ], - "city": [ - "Philly" - ], - "date": [ - "day after tomorrow" - ], - "event_name": [ - "Don Broco" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Just the 1." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Don Broco" - ], - "slot": "event_name", - "values": [ - "Don Broco" - ] - }, - { - "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": [ - "Philadelphia" - ], - "slot": "city", - "values": [ - "Philadelphia" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 34, - "slot": "event_name", - "start": 25 - }, - { - "exclusive_end": 85, - "slot": "date", - "start": 67 - }, - { - "exclusive_end": 59, - "slot": "city", - "start": 47 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "So I'll buy 1 ticket for Don Broco, playing in Philadelphia on the day after tomorrow. Is this okay?" - }, - { - "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": [ - "Philadelphia", - "Philly" - ], - "date": [ - "day after tomorrow" - ], - "event_name": [ - "Don Broco" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, actually I want 3 tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "3" - ], - "slot": "number_of_tickets", - "values": [ - "3" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "date", - "values": [ - "day after tomorrow" - ] - } - ], - "service": "Events_2", - "slots": [ - { - "exclusive_end": 67, - "slot": "date", - "start": 49 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, I've amended the booking for 3 tickets the day after tomorrow." - }, - { - "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": [ - "rock" - ], - "city": [ - "Philadelphia", - "Philly" - ], - "date": [ - "day after tomorrow" - ], - "event_name": [ - "Don Broco" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That is good. Where is the venue?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "29 East Allen Street 2nd Floor" - ], - "slot": "venue_address", - "values": [ - "29 East Allen Street 2nd Floor" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "service_call": { - "method": "BuyEventTickets", - "parameters": { - "city": "Philadelphia", - "date": "2019-03-03", - "event_name": "Don Broco", - "number_of_tickets": "3" - } - }, - "service_results": [ - { - "city": "Philadelphia", - "date": "2019-03-03", - "event_name": "Don Broco", - "number_of_tickets": "3", - "time": "17:00", - "venue": "The Foundry", - "venue_address": "29 East Allen Street 2nd Floor" - } - ], - "slots": [ - { - "exclusive_end": 74, - "slot": "venue_address", - "start": 44 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The booking was successful. The venue is at 29 East Allen Street 2nd Floor." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [], - "state": { - "active_intent": "BuyEventTickets", - "requested_slots": [], - "slot_values": { - "category": [ - "rock" - ], - "city": [ - "Philadelphia", - "Philly" - ], - "date": [ - "day after tomorrow" - ], - "event_name": [ - "Don Broco" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks a lot." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Anything else you want 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": { - "category": [ - "rock" - ], - "city": [ - "Philadelphia", - "Philly" - ], - "date": [ - "day after tomorrow" - ], - "event_name": [ - "Don Broco" - ], - "event_type": [ - "Music" - ], - "number_of_tickets": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that's all for now, thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Events_2", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day!" - } - ] - } -]