Showing
1 changed file
with
4 additions
and
0 deletions
... | @@ -20,6 +20,10 @@ exports.SayIDontKnow = function (replyToken) { | ... | @@ -20,6 +20,10 @@ exports.SayIDontKnow = function (replyToken) { |
20 | { | 20 | { |
21 | "type": "text", | 21 | "type": "text", |
22 | "text": "이해하지 못했습니다." | 22 | "text": "이해하지 못했습니다." |
23 | + }, | ||
24 | + { | ||
25 | + "type": "text", | ||
26 | + "text": "[0번 입력] : 메뉴 출력\n[1번 입력] : 최신영화 추천\n[2번 입력] : 장르별 영화 추천\n[3번 입력] : 영화 검색하기\n**영화코드 입력 : 영화 상세정보 조회" | ||
23 | } | 27 | } |
24 | ] | 28 | ] |
25 | } | 29 | } | ... | ... |
-
Please register or login to post a comment