Update dialog-18-03-01.tsv

This commit is contained in:
Iwona Christop 2022-04-06 22:13:41 +02:00
parent b00ec60bb6
commit 61c72e23e2

View File

@ -1,16 +1,16 @@
user Dzień dobry user Dzień dobry hello()
system Witam w systemie kinowym Nachos. Jak mogę ci pomóc? system Witam w systemie kinowym Nachos. Jak mogę ci pomóc? welcomemsg()
user Chciałbym zarezerwować bilety user Chciałbym zarezerwować bilety inform(goal=reservation)
system Jaki film cię interesuje? system Jaki film cię interesuje? request(title)
user batman user batman inform(title=batman)
system Jaki termin cię interesuje? system Jaki termin cię interesuje? request(date)
user dzisiaj user dzisiaj inform(date=2022-03-23)
system Dostępne godziny to: 15:20, 18:30, 20:15, 22:10. system Dostępne godziny to: 15:20, 18:30, 20:15, 22:10. select(time)
user podaj więcej informacji o seansach user podaj więcej informacji o seansach reqmore()
system Dostępne godziny to: 15:20, 18:30, 20:15, 22:10. 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 user podaj więcej informacji o seansie o 15.20 reqmore(time=15:20)
system Pokaz filmu "Batman" o godzinie 15:20, sala 3. system Pokaz filmu "Batman" o godzinie 15:20, sala 3. offer(title=Batman, time=15:20)
user czy film jest 2D czy 3D? user czy film jest 2D czy 3D? reqmore()
system Nasze kino nie oferuje seansów 3D. Za utrudnienia przepraszamy. system Nasze kino nie oferuje seansów 3D. Za utrudnienia przepraszamy. canthelp()
user podaj informacje o napisach/dubbingu user podaj informacje o napisach/dubbingu reqmore()
system Nasze kino nie oferuje seansów z dubbingiem. Za utrudnienia przepraszamy. system Nasze kino nie oferuje seansów z dubbingiem. Za utrudnienia przepraszamy. canthelp()
Can't render this file because it contains an unexpected character in line 12 and column 20.