Toggle navigation
Toggle navigation
This project
Loading...
Sign in
백승욱
/
movie-reco-chatbot
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
김준서
2022-06-08 02:30:56 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cd49808827dcfbc748f1bf3a6a9becd8af01d4e7
cd498088
1 parent
ce9f557f
Add showmenu message
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
features/Exception.js
features/Exception.js
View file @
cd49808
...
...
@@ -20,6 +20,10 @@ exports.SayIDontKnow = function (replyToken) {
{
"type"
:
"text"
,
"text"
:
"이해하지 못했습니다."
},
{
"type"
:
"text"
,
"text"
:
"[0번 입력] : 메뉴 출력\n[1번 입력] : 최신영화 추천\n[2번 입력] : 장르별 영화 추천\n[3번 입력] : 영화 검색하기\n**영화코드 입력 : 영화 상세정보 조회"
}
]
}
...
...
Please
register
or
login
to post a comment