Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이종규
/
chatbot_project
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
JKL
2021-12-02 16:14:39 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3ebe473e8017b43d587fada05df6c1ac83cda295
3ebe473e
1 parent
869d6ca2
Update_Instruction
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
44 additions
and
1 deletions
app.js
app.js
View file @
3ebe473
...
...
@@ -15,6 +15,49 @@ app.post('/message', (req, res) => {
const
goMain
=
'처음으로'
;
var
data
;
if
(
question
==
"도움말"
){
data
=
{
"version"
:
"2.0"
,
"template"
:
{
"outputs"
:
[
{
"listCard"
:
{
"header"
:
{
"title"
:
"KHU 학사정보 알리미를 소개합니다."
},
"items"
:
[
{
"title"
:
"KHU 학사정보 알리미"
,
"description"
:
"챗봇으로 손쉽게 알아보는 학사정보"
,
"imageUrl"
:
"https://mblogthumb-phinf.pstatic.net/20140716_293/envicontest_1405437648963lV4y4_GIF/University_Seal.gif?type=w2"
,
"link"
:
{
"web"
:
""
}
},
{
"title"
:
"오늘의 학식이 궁금하세요?"
,
"description"
:
"지금 바로 알아보세요."
,
"imageUrl"
:
"https://cdn-icons.flaticon.com/png/128/561/premium/561611.png?token=exp=1638429953~hmac=d25a53d3500363101c3364408df33e55"
,
"link"
:
{
"web"
:
""
}
},
{
"title"
:
"셔틀버스 정보 알아보기"
,
"description"
:
"셔틀버스 정보 알아보기"
,
"imageUrl"
:
"https://cdn-icons-png.flaticon.com/128/808/808375.png"
,
"link"
:
{
"web"
:
""
}
}
],
}
}
]
}
}
}
if
(
question
==
"서울캠퍼스"
)
{
data
=
{
'version'
:
'2.0'
,
...
...
@@ -38,7 +81,7 @@ app.post('/message', (req, res) => {
'template'
:
{
'outputs'
:
[{
'simpleImage'
:
{
'imageUrl'
:
"
https://coop.khu.ac.kr/wp-content/uploads/2021/11/20211129-1301x2048.png
"
,
'imageUrl'
:
""
,
'altText'
:
"국제캠퍼스 식단입니다."
}
}],
...
...
Please
register
or
login
to post a comment