Showing
2 changed files
with
5 additions
and
5 deletions
oss카카오봇.pptx
0 → 100644
This file is too large to display.
... | @@ -90,7 +90,7 @@ app.post('/', function(req, res) { | ... | @@ -90,7 +90,7 @@ app.post('/', function(req, res) { |
90 | "text": objBody.message.result.translatedText | 90 | "text": objBody.message.result.translatedText |
91 | },"keyboard": { | 91 | },"keyboard": { |
92 | "type": "buttons", | 92 | "type": "buttons", |
93 | - "buttons":["설정", "번역","트랜드 검색"] | 93 | + "buttons":["언어설정", "번역","트랜드 검색"] |
94 | } | 94 | } |
95 | }; | 95 | }; |
96 | // Kakao Message API 전송 | 96 | // Kakao Message API 전송 |
... | @@ -109,7 +109,7 @@ app.post('/', function(req, res) { | ... | @@ -109,7 +109,7 @@ app.post('/', function(req, res) { |
109 | }, | 109 | }, |
110 | "keyboard": { | 110 | "keyboard": { |
111 | "type": "buttons", | 111 | "type": "buttons", |
112 | - "buttons":["설정", "번역","트랜드 검색"] | 112 | + "buttons":["언어설정", "번역","트랜드 검색"] |
113 | } | 113 | } |
114 | }; | 114 | }; |
115 | 115 | ||
... | @@ -161,7 +161,7 @@ app.post('/', function(req, res) { | ... | @@ -161,7 +161,7 @@ app.post('/', function(req, res) { |
161 | "text": response.body | 161 | "text": response.body |
162 | },"keyboard": { | 162 | },"keyboard": { |
163 | "type": "buttons", | 163 | "type": "buttons", |
164 | - "buttons":["설정", "번역","트랜드 검색"] | 164 | + "buttons":["언어설정", "번역","트랜드 검색"] |
165 | } | 165 | } |
166 | }; | 166 | }; |
167 | 167 | ||
... | @@ -177,7 +177,7 @@ app.post('/', function(req, res) { | ... | @@ -177,7 +177,7 @@ app.post('/', function(req, res) { |
177 | "text": response.statusCode | 177 | "text": response.statusCode |
178 | },"keyboard": { | 178 | },"keyboard": { |
179 | "type": "buttons", | 179 | "type": "buttons", |
180 | - "buttons":["설정", "번역","트랜드 검색"] | 180 | + "buttons":["언어설정", "번역","트랜드 검색"] |
181 | } | 181 | } |
182 | }; | 182 | }; |
183 | res.set({ | 183 | res.set({ |
... | @@ -276,7 +276,7 @@ app.post('/', function(req, res) { | ... | @@ -276,7 +276,7 @@ app.post('/', function(req, res) { |
276 | }, | 276 | }, |
277 | "keyboard": { | 277 | "keyboard": { |
278 | "type": "buttons", | 278 | "type": "buttons", |
279 | - "buttons":["설정", "번역","트랜드 검색"] | 279 | + "buttons":["언어설정", "번역","트랜드 검색"] |
280 | } | 280 | } |
281 | }); | 281 | }); |
282 | } | 282 | } | ... | ... |
-
Please register or login to post a comment