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-06 17:54:09 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1c7091a2290a85a854b770ff64e7559669a7912c
1c7091a2
1 parent
070277fb
EDIT : response messagee
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
I_to_D_chatbot/reply.js
I_to_D_chatbot/reply.js
View file @
1c7091a
...
...
@@ -58,15 +58,15 @@ app.post('/hook', function (req, res) {
"messages"
:
[
{
"type"
:
"text"
,
"text"
:
`메뉴는 "
${
results
[
num
].
menu
}
" 입니다.`
"text"
:
`메뉴는 "
${
results
[
[
num
]
].
menu
}
" 입니다.`
},
{
"type"
:
"text"
,
"text"
:
`필요한 재료는\n
${
results
[
num
].
ingredients
}
입니다.`
"text"
:
`필요한 재료는\n
\n"
${
results
[[
num
]].
ingredients
}
"\n\n
입니다.`
},
{
"type"
:
"text"
,
"text"
:
`레시피\n
${
results
[
num
].
recipe
}
`
"text"
:
`레시피\n
\n
${
results
[[
num
]
].
recipe
}
`
}
]
}
...
...
Please
register
or
login
to post a comment