SystemyDialogowe-ProjektMag.../data/dialog-16-15-01.tsv
2022-04-10 11:55:42 +02:00

21 lines
1.3 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

user Dzień dobry. hello()
system Witamy w systemie kinowym Nachos. welcomemsg()
user chciaÅbym siÄ™ dowiedzieć jaki jest cennik. reqmore(tickets_type)
system Bilet normalny kosztuje 21,37zÅ, bilet ulgowy posiada zniÅ™ 21%, bilet dla weteranów posiada 51% zniżki offer(tickets_type)
user A jest zniżka studencka? reqmore(tickets_type=student)
system Zniżka studencka to 21%. offer(tickets_type=student)
user a co leci dzisiaj w kinie? reqmore(title) AND inform(date=now())
system Batman, Dawno temu w las vegas oraz Na noże. select(title)
user o której jest na noże? reqmore(time) AND inform(title=Na no¿e)
system 12:00 i 23:59. select(time)
user poproszÄ™ dwa bilety na 12 inform(quantity=2) AND inform(time=12:00)
system Jaki typ biletów? select(tickets_type)
user a jakie sÄ…? reqmore(tickets_type)
system Normalny 21,00zŠulgowy 21% zniżki i dla weteranów 51% zniżki. offer(tickets_type)
user 2 ulgowe poprosze. inform(tickets_type=[student, 2])
system Gdzie chcesz usiÄ…Åć? select(area)
user jakie sÄ… wolne miejsca? reqmore(seats)
system Chcesz usiÄ…Åć na Årodku sali na górze? select(area=[up, middle])
user Tak. ack()
system Dobrze, dokonano rezerwacji na film Batman 2 bilety ulgowe, godzina 21:37 numer twojej rezerwacji to 123890. inform(reservation_id) AND inform(title) AND inform(date) AND inform(time)