GOATS/translated_data/dialog-02-03-02.tsv
2024-06-03 22:36:02 +02:00

10 lines
1.2 KiB
Plaintext

role value act value_en
system Dzień dobry, jestem systemem dialogowym do rezerwowania pokoi hotelowych. W czym mogę Ci pomóc? welcomemsg() Good morning, I am a dialogue system for booking hotel rooms.
user chciałbym zarezerować jak najtańszy hotel all-inclusive na Wyspach Kanaryjskich inform(price='cheapest', place='Canary Island', extra.all-inclusive=true) I would like to book the cheapest all-inclusive hotel in the Canary Islands
system Jaki termin Cię interesuje? request(date) What date are you interested in?
user 01.09-10.09 tego roku inform(date.from=01.09.2024, date.to=10.09.2024) 01/09-10/09 this year
system Mogę zaproponować Hotel Noelia, w którym pokój dwuosobowy w podanym przez Ciebie terminie kosztuje 367 zł. inform(people=2, price=367)&offer(hotel='Hotel Noelia') I can recommend Hotel Noelia, where a double room costs PLN 367 for the dates you specified.
user Czy jest blisko plaży request(extra.distance.beach) Is it close to the beach
system Znajduje się w odległości 200 metrów od plaży. inform(extra.distance.beach=0.2) It is located 200 meters from the beach.
user Dziękuję. W takim razie chcialbym go zarezerwowac affirm()&bye() Thank you.