-
Notifications
You must be signed in to change notification settings - Fork 0
/
weather-task-github.json
87 lines (87 loc) · 1.79 KB
/
weather-task-github.json
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
87
{
"actions": [
{
"collect": {
"name": "ask_area",
"questions": [
{
"question": "Which area do you want the Weather forecast? ",
"name": "Area",
"type": "Area",
"validate": {
"allowed_values": {
"list": [
"Ang Mo Kio",
"Bedok",
"Bishan",
"Boon Lay",
"Bukit Batok",
"Bukit Merah",
"Bukit Panjang",
"Bukit Timah",
"Central Water Catchment",
"Changi",
"Choa Chu Kang",
"Clementi",
"City",
"Geylang",
"Hougang",
"Jalan Bahar",
"Jurong East",
"Jurong Island",
"Jurong West",
"Kallang",
"Lim Chu Kang",
"Mandai",
"Marine Parade",
"Novena",
"Pasir Ris",
"Paya Lebar",
"Pioneer",
"Pulau Tekong",
"Pulau Ubin",
"Punggol",
"Queenstown",
"Seletar",
"Sembawang",
"Sengkang",
"Sentosa",
"Serangoon",
"Southern Islands",
"Sungei Kadut",
"Tampines",
"Tanglin",
"Tengah",
"Toa Payoh",
"Tuas",
"Western Islands",
"Western Water Catchment",
"Woodlands",
"Yishun"
]
},
"on_failure": {
"messages": [
{
"say": "Sorry, that's not a valid area."
}
],
"repeat_question": true
},
"on_success": {
"say": "Great, retrieving weather forecast, please standby"
},
"max_attempts": {
"redirect": "task://having-trouble",
"num_attempts": 2
}
}
}
],
"on_complete": {
"redirect": "https://xxxxxx/autopilot-weather"
}
}
}
]
}