Showing
1 changed file
with
6 additions
and
2 deletions
... | @@ -19,8 +19,12 @@ apiRouter.post('/sayHello', function(req, res) { | ... | @@ -19,8 +19,12 @@ apiRouter.post('/sayHello', function(req, res) { |
19 | template: { | 19 | template: { |
20 | outputs: [ | 20 | outputs: [ |
21 | { | 21 | { |
22 | - simpleText: { | 22 | + "basicCard": { |
23 | - text: "MBTI 검사 챗봇입니다!" | 23 | + "title": "MBTI 검사 챗봇", |
24 | + "description": "MBTI 검사 챗봇입니다! \n당신의 MBTI를 찾아보세요!", | ||
25 | + "thumbnail": { | ||
26 | + "imageUrl": "https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2Fsnm5S%2Fbtq6cSXUkrD%2FOgk9QsUoPzQGvllliI0CSk%2Fimg.jpg" | ||
27 | + } | ||
24 | } | 28 | } |
25 | } | 29 | } |
26 | ] | 30 | ] | ... | ... |
-
Please register or login to post a comment