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:32:04 +0900
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
b83813675f56a947d0e4fd0cb2d5232d2f12d026
b8381367
2 parents
813217db
cd498088
Merge branch 'feature/Exception'
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
features/Exception.js
features/Exception.js
View file @
b838136
...
...
@@ -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