27 lines
3.6 KiB
Plaintext
27 lines
3.6 KiB
Plaintext
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 z widokiem na wieże eifla, z balkonem oraz śniadaniami do łóżka inform(place='Eiffel tower', extra.terrace=true, extra.breakfast=true) I would like to book a room with a view of the Eiffel Tower, with a balcony and breakfast in bed
|
|
system W jakim terminie interesuje Pana/Panią rezerwacja? request(date.from,date.to) What date are you interested in booking?
|
|
user Dzisiaj wieczór, czy jest możliwośc rezerwacji pokoju na godziny do takich tam zabaw? inform(date.from=today,date.to=tomorrow)&reqmore(date) Tonight, is it possible to book a room by the hour for such games?
|
|
system Rezerwacja na jeden dzień? confirm-domain() Booking for one day?
|
|
user chciałbym na 3 godziny dzisiejszego wieczoru inform(date.from=today, date.to=today+3hours) I would like for 3 hours tonight
|
|
system Niestety możemy dokonać rezerwacji na conajmniej dobę hotelową canthelp Unfortunately, we can only make reservations for at least one hotel night
|
|
user ile trwa doba hotelowa? reqmore(hotel_day) how long is the hotel stay?
|
|
system Przyjmuje się że doba hotelowa nie powinna trwać krócej niż 20 godzin, lecz może się to różnić między hotelami explain(hotel_day) It is assumed that a hotel day should not be shorter than 20 hours, but this may vary between hotels.
|
|
user a jak jest we wskazanym hotelu? reqmore(hotel) and what is it like in the indicated hotel?
|
|
system Aby rozpocząć poszukiwania potrzebuje daty rezerwacji pokoju request(date.from,date.to) To start your search, you need the date of your room reservation
|
|
user Na ten piątek inform(date.from=26.04, date.to=27.04) For this Friday
|
|
system Rezerwacja na ile osób? request(people) Reservation for how many people?
|
|
user 3 w tym jedno dziecko ponieżej 12 lat inform(people=2,kids=1, kids.age=[12]) 3 including one child under 12 years old
|
|
system Czy układ 1 łóżko dwuosobowe oraz 1 łóżko jednosobowe Panu/Pani odpowiada? confirm-domain(beds) Does the arrangement of 1 double bed and 1 single bed suit you?
|
|
user tak, a czy za osobe nieletnią jest zniżka? affirm()&reqmore(kids.discount) yes, and is there a discount for minors?
|
|
system Niestety nie posiadam takich informacji odnośnie obiektu canthelp() Unfortunately, I do not have such information about the facility
|
|
system W podanym terminie udało znaleźć mi się Pullman Paris Tour Eiffel w cenie 3570 zł, posiada on balkon z widokiem na wieże eiffla, oraz śniadanie do łóżka w cenie. Czy dokonać rezerwacji? "offer(hotel=""Pullman Paris Tour Eiffel"")&inform(cost, extra)" On the given date, I managed to find Pullman Paris Tour Eiffel for PLN 3,570, it has a balcony with a view of the Eiffel Tower, and breakfast in bed is included in the price.
|
|
user Tak affirm() So
|
|
system Czy potrzebuje Pan/Pani faktury vat? request(fv24) Do you need a VAT invoice?
|
|
user Tak to wyjazd służbowy inform(fv24=true) Yes, it's a business trip
|
|
system Dobrze, oto Pana kod rezerwacji ymbape-markinios-peesze, płatności należy dokonać pod tym linkiem: https://fake-blik.cn/pay/?transaction_id=391839184 affirm() Okay, here is your reservation code ymbape-markinios-peesze, payment should be made via this link: https://fake-blik.cn/pay/?transaction_id=391839184
|
|
system Czy mogę jeszcze w czymś pomóc? more_help() Can I help with anything else?
|
|
user To wszystko dziękuje bye() That is all, thank you
|
|
system Dziękuje za skorzystanie z naszych usług, miłego wyjazdu! bye() Thank you for using our services, have a nice trip!
|