-
Notifications
You must be signed in to change notification settings - Fork 5
/
example-luis-app.lu
85 lines (55 loc) · 2.41 KB
/
example-luis-app.lu
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
> LUIS application information
> !# @app.name = Airline
> !# @app.desc = Conversational app for flight booking and inquiry
> !# @app.versionId = 0.1
> !# @app.culture = en-us
> !# @app.luis_schema_version = 7.0.0
> !# @app.tokenizerVersion = 1.0.0
> # Intent definitions
# BookFlight
- a ticket to {@Airport={@City=berlin} {@Airport_Name=tegel}} please
- could you book a flight to {@Airport={@City=stuttgart}} on 2nd of april for me?
- i want a flight to {@Airport={@City=seattle}}
- i would like to book a flight to {@Airport={@City=frankfurt}}.
- no, i want to fly to {@Airport={@City=frankfurt am main}}, not to {@Airport={@City=frankfurt} {@Airport_Name=hahn}}
# BookSeat
- book a seat as close as possible to the galley on my flight to {@Airport={@City=doha}}
- book a seat for me on my preferred seat.
- i need a special seat on my flight
- i want to have a window seat
- i would like to book a seat on my flight to {@Airport={@City=stuttgart}}
# CancelFlight
- cancel flight to {@Airport={@City=paris} {@Airport_Name=orly}}
- cancellation of flight to {@Airport={@City=singapore} {@Airport_Name=changi}}.
- i need to cancel my flight to {@Airport={@City=tokyo} {@Airport_Name=haneda}}
- i want to cancel my journey to {@Airport={@City=kuala lumpur}}.
- please cancel my flight to {@Airport={@City=seoul}}
# ChangeFlight
- change flight to {@Airport={@City=berlin} {@Airport_Name=schoenefeld}}.
- change my flight from {@Airport={@City=moscow} {@Airport_Name=sheremetyevo}} to {@Airport={@City=moscow} {@Airport_Name=domodedovo}}
- i need to change my flight from {@Airport={@City=seoul} {@Airport_Name=gimpo}} to {@Airport={@City=seoul} {@Airport_Name=incheon}}
- i would like to change my flight.
- please rebook my flight to {@Airport={@City=singapore}}, please.
# DepartureInfo
- could you check whether my flight has a delay?
- i need the status of my flight {@FlightNumber={@Carrier=ms} {@Number=1975}}
- is my flight on time?
- what is the status of my flight {@FlightNumber={@Carrier=xo} {@Number=1773}}
- when does {@FlightNumber={@Carrier=sq} {@Number=208}} depart?
# None
- how are you doing
- i want to speak to a human
- what can you do
- whats the weather like today
> # Entity definitions
@ ml Airport
- @ ml City
- @ ml Airport_Name
@ ml FlightNumber
- @ ml Carrier
- @ ml Number
> # PREBUILT Entity definitions
@ prebuilt datetimeV2
> # Phrase list definitions
> # List entities
> # RegEx entities