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

14 lines
2.2 KiB
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

role value act value_en
"system " Cześć, jestem systemem dialogowym do rezerwowania pokoi hotelowych. W czym mogę Ci pomóc? welcomemsg() Hello, I am a dialogue system for booking hotel rooms.
user Czy system ten skupia się na konkretnej sieci hoteli czy skupiasz się na całym rynku ofert? request(extra.specificHotel) Does this system focus on a specific hotel chain or do you focus on the entire market of offers?
system W swojej ofercie mam posiadam bardzo wiele hoteli, nie tylko z konkretnej sieci. inform(specificHotel=false) My offer includes many hotels, not only from a specific chain.
user Wybornie planuje wyjazd do Lizbony czy mógłbyś znależć coś ciekawego? inform(place='Lizbona') I'm planning a trip to Lisbon, could you find something interesting?
system Jaki termin Cię interesuje i dla ilu osób? request(date, people) What date are you interested in and for how many people?
user Coś na końcówkę marca dla 5 osób. inform(date='end of March, people=5) Something for the end of March for 5 people.
system Mogę zaproponować pokój 5-osobowy w hotelu Lisboa w terminie 28-31 marca. Cena za dobę wynosi 506 zł za cały pokój. inform(room.people=5, date.from=28.03, date.to=31.03, price.perDay.perRoom=506)&offer(hotel='hotel Lisboa') I can offer a 5-person room at the Lisboa hotel on March 28-31.
user Jest to cena jednostkowa czy za całą grupę? request(price.perDay.perRoom) Is this a unit price or for the entire group?
system Jest to cena za całą grupę.  inform(price.perDay.perRoom=true) This is the price for the entire group. 
user A czy wiadomo jaki metraż jest tego pokoju i czy ma więcej niż jedną łazienkę? request(room.size, extra.bathroom.number='more than one') Do you know what the size of this room is and whether it has more than one bathroom?
system Pokój ma 48 metrów kwadratowych i posiada jedną łazienkę. inform(room.size=48, extra.bathroom.number=1) The room is 48 square meters and has one bathroom.
user A czy w cenie do 700 zł znalazłby się pokój nieco większy, ale z dwoma łazienkami? inform(price=700, extra.bathroom.number=2) And for a price of up to PLN 700, would there be a slightly larger room, but with two bathrooms?