Showing
1 changed file
with
0 additions
and
144 deletions
menu.js
deleted
100644 → 0
1 | -curl - v - X POST https: //api.line.me/v2/bot/richmenu \ | ||
2 | - -H 'Authorization: Bearer FemJMku1wbyrrbrvVcrppKimYhKbtsJKNZ5F4DgxtRKvZNYqY8lLamQLau8IlucsNKMgimU35uD+HaqVKHtrZ1L9IaPNBMdIBo5YSgcDwAf9lVMvieFK1dwpddi98XCdI2ma7kEIy5h3LzmEF3CLOQdB04t89/1O/w1cDnyilFU='\ | ||
3 | - -H 'Content-Type:application/json'\ | ||
4 | - -d\ '{ | ||
5 | -"size": { | ||
6 | - "width": 800, | ||
7 | - "height": 540 | ||
8 | -}, | ||
9 | -"selected": false, | ||
10 | -"name": "번역 옵션", | ||
11 | -"chatBarText": "번역 옵션", | ||
12 | -"areas": [{ | ||
13 | - "bounds": { | ||
14 | - "x": 0, | ||
15 | - "y": 270, | ||
16 | - "width": 400, | ||
17 | - "height": 270 | ||
18 | - }, | ||
19 | - "action": { | ||
20 | - "type": "message", | ||
21 | - "text": "문법을 검사합니다." | ||
22 | - } | ||
23 | - }, | ||
24 | - { | ||
25 | - "bounds": { | ||
26 | - "x": 400, | ||
27 | - "y": 270, | ||
28 | - "width": 400, | ||
29 | - "height": 270 | ||
30 | - }, | ||
31 | - "action": { | ||
32 | - "type": "message", | ||
33 | - "text": "이미지 내 문장을 번역합니다." | ||
34 | - } | ||
35 | - }, | ||
36 | - { | ||
37 | - "bounds": { | ||
38 | - "x": 0, | ||
39 | - "y": 540, | ||
40 | - "width": 400, | ||
41 | - "height": 270 | ||
42 | - }, | ||
43 | - "action": { | ||
44 | - "type": "message", | ||
45 | - "quickReply": { | ||
46 | - "items": [{ | ||
47 | - "type": "action", | ||
48 | - "action": { | ||
49 | - "type": "message", | ||
50 | - "label": "영어", | ||
51 | - "text": "영어" | ||
52 | - } | ||
53 | - }, | ||
54 | - { | ||
55 | - "type": "action", | ||
56 | - "action": { | ||
57 | - "type": "message", | ||
58 | - "label": "일본어", | ||
59 | - "text": "일본어" | ||
60 | - } | ||
61 | - }, | ||
62 | - { | ||
63 | - "type": "action", | ||
64 | - "action": { | ||
65 | - "type": "message", | ||
66 | - "label": "중국어", | ||
67 | - "text": "중국어" | ||
68 | - } | ||
69 | - }, | ||
70 | - { | ||
71 | - "type": "action", | ||
72 | - "action": { | ||
73 | - "type": "message", | ||
74 | - "label": "스페인어", | ||
75 | - "text": "스페인어" | ||
76 | - } | ||
77 | - }, | ||
78 | - { | ||
79 | - "type": "action", | ||
80 | - "action": { | ||
81 | - "type": "message", | ||
82 | - "label": "독일어", | ||
83 | - "text": "독일어" | ||
84 | - } | ||
85 | - }, | ||
86 | - { | ||
87 | - "type": "action", | ||
88 | - "action": { | ||
89 | - "type": "message", | ||
90 | - "label": "프랑스어", | ||
91 | - "text": "프랑스어" | ||
92 | - } | ||
93 | - }, | ||
94 | - { | ||
95 | - "type": "action", | ||
96 | - "action": { | ||
97 | - "type": "message", | ||
98 | - "label": "러시아어", | ||
99 | - "text": "러시아어" | ||
100 | - } | ||
101 | - }, | ||
102 | - { | ||
103 | - "type": "action", | ||
104 | - "action": { | ||
105 | - "type": "message", | ||
106 | - "label": "태국어", | ||
107 | - "text": "태국어" | ||
108 | - } | ||
109 | - }, | ||
110 | - { | ||
111 | - "type": "action", | ||
112 | - "action": { | ||
113 | - "type": "message", | ||
114 | - "label": "인도네시아어", | ||
115 | - "text": "인도네시아어" | ||
116 | - } | ||
117 | - }, | ||
118 | - { | ||
119 | - "type": "action", | ||
120 | - "action": { | ||
121 | - "type": "message", | ||
122 | - "label": "베트남어", | ||
123 | - "text": "베트남어" | ||
124 | - } | ||
125 | - } | ||
126 | - ] | ||
127 | - } | ||
128 | - } | ||
129 | - }, | ||
130 | - { | ||
131 | - "bounds": { | ||
132 | - "x": 400, | ||
133 | - "y": 540, | ||
134 | - "width": 400, | ||
135 | - "height": 270 | ||
136 | - }, | ||
137 | - "action": { | ||
138 | - "type": "message", | ||
139 | - "text": "음성 듣기를 수행합니다." | ||
140 | - } | ||
141 | - } | ||
142 | - | ||
143 | -] | ||
144 | -}' | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
-
Please register or login to post a comment