Toggle navigation
Toggle navigation
This project
Loading...
Sign in
오세헌
/
Ingredient-to-Dish-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-09 15:51:20 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
060b66caeba44fa85a33bc1916137d0cc2c4dde7
060b66ca
1 parent
4416f722
EDIT : text message added (when there's a typo)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
I_to_D_chatbot/reply.js
I_to_D_chatbot/reply.js
View file @
060b66c
...
...
@@ -87,6 +87,15 @@ app.post('/hook', function (req, res) {
{
"type"
:
"text"
,
"text"
:
`재료를 다시 입력해주세요.`
},
{
"type"
:
"text"
,
"text"
:
`여러 재료를 입력시\n띄어쓰기로만 구분을 해주세요.`
}
,
{
"type"
:
"text"
,
"text"
:
`예시) 감자 양파 대파 (o)\n\n 감자, 양파,대파 (x)`
}
]
}
...
...
Please
register
or
login
to post a comment