GOATS/translated_data/dialog-01-02-01.tsv

27 lines
3.3 KiB
Plaintext
Raw Normal View History

2024-06-03 22:36:02 +02:00
role value act value_en
system Witaj, jestem systemem wspomagającym rezerwacje pokoi hotelowych, w czym mogę ci pomóc? welcomemsg() Hello, I am a hotel room reservation system, how can I help you?
user Chciałbym zarezerwować pokój dla całej rodziny nad Bałtykiem z widokiem na morze. inform(place='baltic',extra='seaside',rooms=1) I would like to book a room for the whole family on the Baltic Sea with a sea view.
system Ilu osobowa jest to rodzina? request(people) How many people is this family?
user 2 dorosłych i 2 dzieci inform(people.adult=2,people.kids=2) 2 adults and 2 children
system Czy następujący podział łóżek odpowiada Panu/Pani? - Łóżko 2-osobowe -> 1 | Łóżko 1-osobowe -> 2 confirm-domain(beds) Does the following bed division suit you?
user Tak, pasuje mi affirm() Yes, it fits me
system W jakim terminie interesuje Pana/Panią rezerwacja? request(date.from,date.to) What date are you interested in booking?
user 15-22 lipca inform(date.from=15.07,date.to=22.07) July 15-22
system Jaki jest wiek dzieci? request(people.kids.ages) What are the ages of the children?
user 4 i 9 lat inform(people.kids.ages=[4,9]) 4 and 9 years old
system Podczas poszukiwań kierować się ceną, liczbą gwiazdek hotelu czy ocenami obiektu? request(sort) When searching, should you be guided by the price, the number of hotel stars or the facility's ratings?
user Przede wszystkim ocenami. Chciałbym jednak, żeby nie było to również za drogie miejsce. inform(sort=['reviews','price']) First of all, ratings.
system W podanym terminie udało mi się znaleźć Willa Słoneczna - Magdalena i Michał Żelewscy, jest ona wysoko oceniana, oraz najtańsza spośród wysoko ocenianych. Koszt rezerwacji to 1890 PLN, niestety nie jest oferowane śniadanie "offer(hotel=""Willa Słoneczna - Magdalena i Michał Żelewscy"")&inform(cost,reviews)" On the given date, I managed to find Willa Słoneczna - Magdalena and Michał Żelewscy, it is highly rated and the cheapest among the highly rated ones.
system Czy dokonać rezerwacji? request(reserve) Should I make a reservation?
user Czy na miejscu jest restauracja oferująca obiady? reqmore(extra.restaurant)&inform(extra.restaurant=true) Is there a restaurant on site that serves dinner?
system Niestety nie posiadam takich informacji o obiekcie canthelp() Unfortunately, I do not have such information about the facility
user Podana cena jest za cały pobyt za wszystkie osoby? reqmore(price) Is the price quoted for the entire stay for all people?
system Podawane ceny dotyczą ostatecznej kwoty do zapłaty inform(price) Prices quoted are for the final amount payable
user W takim razie proszę zarezerwować. affirm() Then please make a reservation.
system Czy będzie potrzebował Pan faktury vat? request(fv24) Will you need a VAT invoice?
user Nie inform(fv24=false) NO
system Dobrze, oto Pana kod rezerwacji m45n0-f35t-wino, płatności należy dokonać pod tym linkiem: https://fake-blik.cn/pay/?transaction_id=21372115 affirm() Okay, here is your reservation code m45n0-f35t-wino, payment should be made via this link: https://fake-blik.cn/pay/?transaction_id=21372115
system Czy mogę w czymś jeszcze pomóc? reqmore() Can I help you with something else?
user To wszystko. Dziękuję neagte() That's all.
system Dziękuje za skorzystanie z systemu, miłego wyjazdu! bye() Thank you for using the system, have a nice trip!