-
Notifications
You must be signed in to change notification settings - Fork 1
/
templates.yaml
86 lines (80 loc) · 2.76 KB
/
templates.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
welcome: |
Welcome to Ryanair booking system. Where would you like to fly?
chooseFlightAgain: |
Ok, lets go through that again. Where would you like to fly?
#place templates
noSuchDeparture: |
Sorry, we don't flight from {}. Please choose another departure place
noSuchDestination: |
Sorry, we don't flight to {}. Please choose another destination
noSuchDeaprturePlace_ChooseAnother: |
Sorry, we don't operate in {}. Please choose another departure place
noSuchDestinationPlace_ChooseAnother: |
Sorry, we don't operate in {}. Please choose another destination
noFlightConnection: |
Sorry, we don't fly from {} to {}. Please choose another cities and dates
askForDeparturePlace: |
Where will you travel from?
destinationAndDepartureCollected: |
Great, when do you want to flight from {} to {}
#date templates
foundFlight: |
<speak>
Ok, the flight from {} to {} on {} at {}.
<break time="1s"/>
Would you like to book it?
</speak>
foundFlightsBeginning: |
<speak>
There are {} flights from {} to {} on {}.
<break time="1s"/>
foundFlightsMiddle: |
Departure at {}.
<break time="1s"/>
foundFlightsEnd: |
Would you like to book one of these? </speak>
noSuchFlightAtDate: |
<speak>
Sorry, there is no flight from {} to {} on {}.
When would you like to fly?
</speak>
#time templates
askForFlightTime: |
Which flight hour do you choose?
askToRepeatTime: |
There is no flight at {}. Please repeat departure time.
flightTimeChosen: |
Flight on {} at {}. Are you sure?
#more_info templates
askForSeatsAmount: |
How many seats do you want to book?
askToRepeatAmount: |
Sorry, I didn't get it. How many seats do you want to book?
askForSeat: |
Do you want to choose a seat for ten euros?
askToRepeatSeat: |
Sorry, I didn't get it. Do you want to choose a seat for ten euros for each passenger?
askForInsurance: |
Do you want to book insurance?
askToRepeatInsurance: |
Sorry, I didn't get it. Do you want to book insurance for fifteen euros for each passenger?
saySummaryAndConfirm: |
<speak>
Please confirm the following booking details. You departure on {}
from {} to {}.
saySummaryAndConfirmIncludes: |
Your reservation includes {} passenger
saySummaryAndConfirmSeatReservation: |
seat reservation
saySummaryAndConfirmInsurance: |
insurance
saySummaryAndConfirmTotalPrice: |
The total price is <say-as interpret-as="cardinal"> {} </say-as> euro.
saySummaryAndConfirmDoYouConfirm: |
Do you want to book it? </speak>
bookingDone: |
Congratulations, you have just booked the flight. Thank you and have a nice flight.
bookingCancelled: |
Your booking is cancelled. Goodbye
askForLastConfirmation: |
Sorry, I didn't get it. Do you want to book insurance?