SystemyDialogowe-ProjektMag.../data/dialog-16-17-01.tsv

15 lines
968 B
Plaintext
Raw Normal View History

2022-04-10 11:55:42 +02:00
user Chciałbym 3 bilety na batmana na jtro. inform(goal=reservation) AND inform(quantity=3) AND inform(title=Batman) AND inform(date=tomorrow())
system Witamy w systemie kinowym Nachos jaka godzina Cię interesuje? welcomemsg() AND select(time)
user coś koło południa. reqmore(time=>=12:00)
system Batman grany jest o 12:30, 15:30 oraz 17:15. select(time)
user nic później? reqalts(time)
system 19:25 oraz 21:37. select(time)
user To ten o 19. inform(time=19:25)
system Czy wszystkie bilety mają być normalne? select(tickets_type)
user 2 ulgowe. inform(tickets_type=[student, 2])
system Gdzie chcesz usiaść? select(area)
user z przodu. inform(area=[front, middle])
system Zarezerwowano 3 bilety ulgowe na film Batman w terminie 24.03.2022 o godzinie 19:25, twój numer rezerwacji to 12341532. inform(reservation_id) AND inform(title) AND inform(date)
user ale jakie miejsca?? reqmore(seats)
system Masz miejsca 12H, 13H, i 14H. inform(seats=[12H, 13H, 14H])