2022-04-06 22:13:41 +02:00
|
|
|
user Dzień dobry hello()
|
|
|
|
system Witam w systemie kinowym Nachos. Jak mogę ci pomóc? welcomemsg()
|
|
|
|
user Chciałbym zarezerwować bilety inform(goal=reservation)
|
|
|
|
system Jaki film cię interesuje? request(title)
|
|
|
|
user batman inform(title=batman)
|
|
|
|
system Jaki termin cię interesuje? request(date)
|
|
|
|
user dzisiaj inform(date=2022-03-23)
|
|
|
|
system Dostępne godziny to: 15:20, 18:30, 20:15, 22:10. select(time)
|
|
|
|
user podaj więcej informacji o seansach reqmore()
|
|
|
|
system Dostępne godziny to: 15:20, 18:30, 20:15, 22:10. select(time)
|
|
|
|
user podaj więcej informacji o seansie o 15.20 reqmore(time=15:20)
|
|
|
|
system Pokaz filmu "Batman" o godzinie 15:20, sala 3. offer(title=Batman, time=15:20)
|
|
|
|
user czy film jest 2D czy 3D? reqmore()
|
|
|
|
system Nasze kino nie oferuje seansów 3D. Za utrudnienia przepraszamy. canthelp()
|
|
|
|
user podaj informacje o napisach/dubbingu reqmore()
|
|
|
|
system Nasze kino nie oferuje seansów z dubbingiem. Za utrudnienia przepraszamy. canthelp()
|