forked from williamyen0623/AI_FinalProject_Group9
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrich_menu.txt
60 lines (60 loc) · 1022 Bytes
/
rich_menu.txt
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
{
"size": {
"width": 1200,
"height": 810
},
"selected": true,
"name": "rich menu",
"chatBarText": "美食抉擇",
"areas": [
{
"bounds": {
"x": 0,
"y": 0,
"width": 400,
"height": 810
},
"action": {
"type": "message",
"text": "開始美食抉擇"
}
},
{
"bounds": {
"x": 400,
"y": 0,
"width": 400,
"height": 810
},
"action": {
"type": "message",
"text": "進行語音搜尋"
}
},
{
"bounds": {
"x": 800,
"y": 0,
"width": 400,
"height": 405
},
"action": {
"type": "message",
"text": "隨機選餐廳"
}
},
{
"bounds": {
"x": 800,
"y": 405,
"width": 400,
"height": 405
},
"action": {
"type": "uri",
"label": "開啟Google Map",
"uri": "https://www.google.com.tw/maps"
}
}
]
}