text
stringlengths
225
740
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Your booked cab will be here in 3 minutes and the ride costs $26.50. user: Thank you for your help and I will not need further asisstance. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: user: Find movie times at 3 Below Theaters and Lounge. Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'theater_name': '3 Below Theaters and Lounge'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: For what movie and what date? user: I want to see Dogman next Tuesday. Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'movie_name': 'Dogman', 'show_date': 'next Tuesday'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Sure, where are you located? user: It'll be in San Jose. Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'location': 'San Jose'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: There's a show at 7:30 pm at 3 Below Theaters and Lounge. user: Sounds good to me. Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'show_time': '7 : 30 pm'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Should I get you tickets? user: No, I'll get them there. Can you get me a cab though? Service name: Movies_1 Active intent: Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Should I get you tickets? user: No, I'll get them there. Can you get me a cab though? Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Sure, a pool or a regular? user: A pool is fine. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {'ride_type': 'Pool'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: How many seats? user: Just one, thanks. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {'number_of_seats': '1'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Will it be to 288 South 2nd Street? user: Yes, that's correct. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {'destination': '288 South 2nd Street'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Please confirm you'd like a pool for 1 to 288 South 2nd Street. user: Yes, perfect. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Your cab is on its way. user: Thanks, that's all. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: user: I want to go and see a movie tomorrow, can you search for some options for me? Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'show_date': 'tomorrow'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Do you have a particular movie you want to watch? user: Watching Mary Magdalene at 3 Below Theaters and Lounge would be my preference. Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'show_type': 'dontcare', 'movie_name': 'Mary Magdalene', 'theater_name': '3 Below Theaters and Lounge'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Where are you based? user: I'm in San Jose. Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'location': 'San Jose'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: I found 1 showtime, at 8 pm in 3 Below Theaters and Lounge. user: I'm happy with that. Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'show_time': '8 pm'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Shall I buy tickets now? user: No, not yet. Service name: Movies_1 Active intent: Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Anything else I can help you with? user: I'd like to book a cab to the theater. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: So do you want a pool ride, a regular ride, or something else? user: I'd actually quite fancy a Luxury ride. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {'ride_type': 'Luxury'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: So do you want to go straight to 288 South 2nd Street? How many seats will you need? user: I'll go in a party of 2 to that address. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {'number_of_seats': '2', 'destination': '288 South 2nd Street'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: So I'll book a Luxury ride for 2 people going to 288 South 2nd Street, okay? user: Actually, no, I want to go to Vaucluse House first. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {'destination': 'Vaucluse House'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: So I've amended the booking to take 2 people to Vaucluse House, okay? user: Yes, that's fine. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: The cab has been booked. user: How long will it take to get here? Service name: RideSharing_2 Active intent: GetRide Requested slots: wait_time Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: It should arrive in 10 minutes. user: Thanks a lot. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Anything else I can help you with? user: No, thanks a lot for what you've done. Service name: RideSharing_2 Active intent: Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: user: I want to watch it next Wednesday, can you tell me the times it is showing? Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'show_date': 'next Wednesday'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Where are you? user: In San Ramon. Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'location': 'San Ramon'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: What movie are you talking about? user: It is called Breakthrough. Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'movie_name': 'Breakthrough'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: There is a showing in THE LOT City Center at 10 pm. user: What genre is the movie? Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: genre Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: It is deemed a biographical movie. user: Sounds interesting. Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'show_time': '[CLS]'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Would you like some tickets? user: No not at the minute. Service name: Movies_1 Active intent: Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Do you need anymore assistance? user: I need a cab to get there. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: How many passengers are travelling there? user: There are 3. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {'number_of_seats': '3'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: and you are going to 6000 Bollinger Canyon Road Suite 2300. user: Yes that is right. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {'destination': '6000 Bollinger Canyon Road Suite 2300'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Which type of ride would you prefer? user: I Pool ride. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {'ride_type': 'Pool'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: To confirm then you need a Pool ride cab for 3 to 6000 Bollinger Canyon Road Suite 2300. user: Yes that is correct. How much and how long will it be to get here? Service name: RideSharing_2 Active intent: GetRide Requested slots: ride_fare, wait_time Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: It will be with you in around 3 minutes and costs $27.50. user: Thanks for that, that is all. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: user: I want to watch a movie in the Campbell located theater Pruneyard Cinemas next Wednesday. Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'location': 'Campbell', 'show_date': 'next Wednesday', 'theater_name': 'Pruneyard Cinemas'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Any specific movie? user: Yes. The Curse of La Llorona. Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'movie_name': 'The Curse of La Llorona'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: I found 1 showtime for that movie in Pruneyard Dine-In Cinemas, specfically at 9:30 pm. user: Good to know. Can you get a cab pool ride for 1 for me? Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'show_time': '9 : 30 pm'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: I found 1 showtime for that movie in Pruneyard Dine-In Cinemas, specfically at 9:30 pm. user: Good to know. Can you get a cab pool ride for 1 for me? Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {'number_of_seats': '1', 'ride_type': 'Pool'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Will you be going to 1875 South Bascom Avenue? user: Yes, I am. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {'destination': '1875 South Bascom Avenue'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Okay. You'll be taking a 1 person pool ride to 1875 South Bascom Avenue? user: Yes, that's right. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: I've booked your ride. The cab should be here soon. user: Thanks for helping me out there. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Can I help you with anything further? user: Not at this moment. Thanks for getting the cab for me. Service name: RideSharing_2 Active intent: Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: user: Hi, what time can I watch a movie? Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Any preference on the location, date and specific type of movie you would like to watch? user: I would prefer watching Little in Fremont on the 8th of this month. Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'location': 'Fremont', 'movie_name': 'Little', 'show_date': '8th of this month'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: There is 1 showtime for this movie at 10 pm in Century at Pacific Commons & XD. user: What type of movie is this? Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: genre Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: This is a comedy movie. user: May I have their address please? Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: street_address Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: They are located in 43917 Pacific Commons Boulevard. user: That sounds great! Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'show_time': '[CLS]'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Could you help me purchase some tickets? user: No, could you help me book a pool ride first? Service name: Movies_1 Active intent: Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Could you help me purchase some tickets? user: No, could you help me book a pool ride first? Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {'ride_type': 'Pool', 'destination': '[CLS]'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Sure, how many seats do you need? user: I will be travelling in a group of 2. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {'number_of_seats': '2'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Please confirm your booking for 2 seats on a Pool ride to 43917 Pacific Commons Boulevard. user: Sure, that is great. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Your booking has been made and is on its way. user: Thank you for your assistance! Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: No worries, do you need any further help? user: No thanks, that is all I need, thank you! Service name: RideSharing_2 Active intent: Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: user: Which is the correct time to watch it? Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: What type of genre do you want to see? user: I wish to see Hellboy. Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'movie_name': 'Hellboy'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Where are you located? In which date do you want to see the movie? user: Could you please find movies shown in Antioch. I wish to see it on next Monday. Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'location': 'Antioch', 'show_date': 'next Monday'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: I searched and found 1 showtime for the movie. One show is at 4 pm in AMC Deer Valley 16. user: It is good. Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'show_time': '4 pm'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Shall I purchase tickets? user: No. It can be purchased later. Could you please help me in getting a cab there? Service name: Movies_1 Active intent: Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Shall I purchase tickets? user: No. It can be purchased later. Could you please help me in getting a cab there? Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: How many seats shall I book? user: We are 3 persons. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {'number_of_seats': '3'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Which is your preferred type of ride? It may be Luxury or Pool or anything else. user: I like a Regular ride. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {'ride_type': 'Regular'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Are you want to go to 4204 Lone Tree Way? user: Yes. It is good form me. I am 1 among the group. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {'number_of_seats': '1', 'destination': '4204 Lone Tree Way'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Kindly ensure that, you need 1 seat in Regular ride to 4204 Lone Tree Way. user: Yes. it is good for me. When will be the cab reach the starting place? Service name: RideSharing_2 Active intent: GetRide Requested slots: wait_time Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: The ride is booked and it is on its way. It will reach you in 5 minutes. user: What is the cost of the ride? Service name: RideSharing_2 Active intent: GetRide Requested slots: ride_fare Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: The riding cost is $14.65 user: Thank you so much for your help. That is what I want. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: user: What time can I watch? Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: What movie? Where are you? What date? user: I want to watch Long Shot in Brentwood on the 10th of this month. Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'location': 'Brentwood', 'movie_name': 'Long Shot', 'show_date': '10th of this month'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: I found 1 show at 10 pm at AMC Brentwood 14. user: What is the genre? Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: genre Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Comedy. user: What is the address? Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: street_address Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: 2525 Sand Creek Road. user: Cool, I also need a cab to get there. Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'show_time': '[CLS]'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: 2525 Sand Creek Road. user: Cool, I also need a cab to get there. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {'destination': '[CLS]'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Is there a certain type of ride? For how many people? user: I need a luxury ride for 1 person. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {'number_of_seats': '1', 'ride_type': 'Luxury'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Please confirm, luxury ride for 1 to 2525 Sand Creek Road. user: Perfect. How much is the cost? How long before the cab is here? Service name: RideSharing_2 Active intent: GetRide Requested slots: ride_fare, wait_time Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: The cab is on the way. It will be 14 minutes and the cost is $20.81. user: Thanks! Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Anything else? user: No, that is all. Service name: RideSharing_2 Active intent: Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: user: Find me what time movies in Brentwood are available on the 2nd of March. Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'location': 'Brentwood', 'show_date': '2nd of March'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: What movie do you plan on seeing? user: I want to see Captain Marvel at Century Larkspur in Larkspur. Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'location': 'Larkspur', 'movie_name': 'Captain Marvel', 'theater_name': 'Century Larkspur'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Search revealed 1 result that is playing at 10 pm at Century Larkspur. user: That works. I need a Luxury cab for 1 to get there. Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'show_time': '10 pm'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Search revealed 1 result that is playing at 10 pm at Century Larkspur. user: That works. I need a Luxury cab for 1 to get there. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {'number_of_seats': '1', 'ride_type': 'Luxury'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Is the address you are going to 500 Larkspur Landing Circle? user: Yes, get me a Pool ride to go there. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {'ride_type': 'Pool', 'destination': '500 Larkspur Landing Circle'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: You want a Pool ride for 1 person to 500 Larkspur Landing Circle. Is that right? user: That is right. Can you tell me the total bill and when the taxi will be here to get me? Service name: RideSharing_2 Active intent: GetRide Requested slots: ride_fare, wait_time Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: The cab is on it's way, is expected to arrive in 9 minutes and the total is $16.82. user: Thanks a bunch. That is all. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: user: I am intereseted in 3d movies in Sebastopol and the times they are showing. Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'show_type': '3d', 'location': 'Sebastopol'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: What date should I search? user: For March 9th please. Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'show_date': 'March 9th'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: What movie would you prefer? user: One called Wild Nights with Emily. Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'movie_name': 'Wild Nights with Emily'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: There is 1 showing at 9:30 pm in Rialto Cinemas. user: What is the location of the theater? Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: street_address Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: It is 6868 McKinley Street. user: How much will tickets cost? Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: price Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: $11 per person. user: That is fine. Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'show_time': '[CLS]'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Would you like me to purchase tickets? user: No not right now. Service name: Movies_1 Active intent: Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Can I assist you with anything else? user: I need a cab to go there for one person. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {'number_of_seats': '1', 'destination': '[CLS]'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Which type of ride for example Luxury or Regular or something else? user: I want a regular ride. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {'ride_type': 'Regular'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: To confirm then you want a regular ride cab for 1 to 6868 McKinley Street. user: Yes that is fine by me. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Your booking is confirmed and you cab is on they way. user: That is all for now thanks for your help. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: user: Hi, what time can I watch the movie? Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: May I know your location, what kind of movie and when would you like to watch the movie? user: I would prefer to watch Red Joan at the Guild Theatre in Menlo Park on the 9th of March, thanks! Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'location': 'Menlo Park', 'movie_name': 'Red Joan', 'show_date': '9th of March', 'theater_name': 'Guild Theatre'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Sure, there is 1 showtime for the movie at 7 pm at the Landmark's Guild Theatre. user: May I know how much the ticket costs and what type of movie is this? Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: genre, price Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: This is a Drama movie which will set you back at $10 per ticket. user: I see, could you reserve a taxi for me there? Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'show_time': '[CLS]'}