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

15 lines
1.1 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 Jakie filmy sÄ… w tym tygodniu w repertuarze? reqmore(date=2022-04-04 - 2022-04-11)
system W tym tygodniu gramy: Batman, Podróż na Księżyc, Krzyk, select(title)
user O ktĂłrej godzinie w piÄ…tej mogÄ™ zobaczyć Na noĹĽe? reqmore(time) AND inform(title=Na Noże) AND inform(date=2022-04-09)
system Na noĹĽe w piÄ…tek grane jest o 12:30, 15:00, 19:30. select(time)
user Ok, w takim razie chciaĹbym zarezerwować 2 miejsca na seans o 19:30. inform(quantity=2) AND inform(time=19:30)
system Jaki typ biletĂłw? select(tickets_type)
user Dwa normalne. inform(tickets_type=[normal, 2])
system Nie ma juĹĽ miejsc na Ĺrodku sali, czy mogÄ… być miejsca po prawej stronie u gĂłry? offer(area=[up, right])
user Mogą być. ack()
system Rezerwacja 2 miejsc na film Na noĹĽe, w terminie 25.03 godzina 19:30, numer twojej rezerwacji 453905. inform(reservation_id=453905) AND expl-conf(title) AND expl-conf(date) AND expl-conf(time) AND expl-conf(quantity)
user Dziękuje bardzo. bye()
system Do usĹyszenia. bye()