Update README.md

parent 75ba831e
Pipeline #5463 failed with stages
# 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?"]
}
]}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment