Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Q
Question chain chatbot code
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
2022-298
Question chain chatbot code
Commits
5f889ec3
Commit
5f889ec3
authored
Apr 08, 2022
by
Vihanga Thathsara Pahalagamage
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
75ba831e
Pipeline
#5463
failed with stages
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
57 additions
and
1 deletion
+57
-1
README.md
README.md
+57
-1
No files found.
README.md
View file @
5f889ec3
# Question chain chatbot code
{"intents": [
{
"tag": "greetings",
"patterns": ["hello","hi","good day","hey","Greetings","how is it going?"],
"responses": ["Hello!what can i do for you?"]
},
{
"tag": "greetings2",
"patterns": ["how are you?"],
"responses": ["I'm good! what can i do for you?"]
},
{
"tag": "greetings3",
"patterns": ["Good morning!"],
"responses": ["Good morning! what can i do for you?"]
},
{
"tag": "greetings4",
"patterns": ["Good evening!"],
"responses": ["Good evening! what can i do for you?"]
},
{
"tag": "greetings5",
"patterns": ["hey!what's up?","what's going on?"],
"responses": ["Nothing special! what can i do for you?"]
},
{
"tag": "name",
"patterns": ["who are you?","who's there?"],
"responses": ["I'm bunny from Mars. what can i do for you!"]
},
{
"tag": "goodbye",
"patterns": ["bye","good bye","see you later","I am leaving","have a good day","have a nice day","okay,bye!"],
"responses": ["okay,Goodbye!"]
},
{
"tag": "First question",
"patterns": ["I need a help!","help me!","I have a problem ","I'm in a problem","I want your help!","I'm in serious question"],
"responses": ["What kind of problem do you have? please tell me!"]
},
{
"tag": "second question",
"patterns": ["I want to tell you something","I want to discuss with you some thing","I need a discussion with you"],
"responses": ["I am listening to you. Go ahead!"]
},
{
"tag": "third question",
"patterns": ["I have a problem with my job","this is a problem with my job"],
"responses": ["what is happened to your job?"]
},
{
"tag": "problem",
"patterns": ["I am going to leave the job","I am going to resign the job","I decided to leave the job","I lost my job","My career is over"],
"responses": ["i am sorry, how long have you been working with us?"]
}
]}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment