weASK / intents.json
ipvikas's picture
Update intents.json
1180962
{"intents": [
{"tag": "greeting",
"patterns": ["Hi", "How are you", "Is anyone there?", "Hello", "Good day", "Hi there", "Hey","Hola","Namaste","yo"],
"responses": ["Hello, thanks for visiting", "Good to see you again", "Hi there, how can I help?"],
"context_set": ""
},
{"tag": "goodbye",
"patterns": ["Bye", "See you later", "Goodbye", "Nice chatting to you, bye", "bbye"],
"responses": ["See you later, thanks for visiting", "Have a nice day", "Bye! Come back again soon.", "See you!","bbye"]
},
{"tag": "thanks",
"patterns": ["Thanks", "Thank you", "That's helpful", "Awesome, thanks", "Thanks for helping me"],
"responses": ["Happy to help!", "Any time!", "My pleasure", "You are welcome.."]
},
{"tag": "hours",
"patterns": ["What hours are you open?", "What are your hours?", "When are you open?" ],
"responses": ["We're open every day 9am-9pm", "Our hours are 9am-9pm every day"]
},
{"tag": "payments",
"patterns": ["Do you take credit cards?", "Do you accept Mastercard?", "Are you cash only?" ],
"responses": ["We accept VISA, Mastercard and AMEX", "We accept most major credit cards"]
},
{"tag": "opentoday",
"patterns": ["Are you open today?", "When do you open today?", "What are your hours today?"],
"responses": ["We're open every day from 9am-9pm", "Our hours are 9am-9pm every day"]
},
{"tag": "noanswer",
"patterns": [],
"responses": ["Sorry, can't understand you", "Please give me more info", "Not sure I understand"],
"context": [""]
},
{"tag": "options",
"patterns": ["How you could help me?", "What help you provide?", "How you can be helpful?"],
"responses": ["I can guide you through Adverse management problems, order tracking, person to be contacted and Department related queries","I can provide support related to following problems technical query,management related query,order related query,tracking related query,procurement query,outsourcing problem,manufacturing delay,"],
"context": [""]
},
{
"tag": "jokes",
"patterns": ["Tell me a joke", "Joke", "Make me laugh"],
"responses": ["A perfectionist walked into a bar...apparently, the bar wasn't set high enough", "I ate a clock yesterday, it was very time-consuming", "Never criticize someone until you've walked a mile in their shoes. That way, when you criticize them, they won't be able to hear you from that far away. Plus, you'll have their shoes.", "The world tongue-twister champion just got arrested. I hear they're gonna give him a really tough sentence.", "I own the world's worst thesaurus. Not only is it awful, it's awful.", "What did the traffic light say to the car? \"Don't look now, I'm changing.\"", "What do you call a snowman with a suntan? A puddle.", "How does a penguin build a house? Igloos it together", "I went to see the doctor about my short-term memory problems – the first thing he did was make me pay in advance", "As I get older and I remember all the people I’ve lost along the way, I think to myself, maybe a career as a tour guide wasn’t for me.", "o what if I don't know what 'Armageddon' means? It's not the end of the world." ],
"context": [ "jokes" ]
},
{"tag": "Identity",
"patterns": ["Who are you", "what are you" ],
"responses": ["I am weASK, a structured chatbot: designed by Vikas Kumar", "A chatbot (weASK), designed by Vikas Kumar"]
},
{
"tag": "insult",
"patterns": [ "you are dumb", "shut up", "idiot"],
"responses": ["Well that hurts :("]
},
{
"tag": "activity",
"patterns": ["what are you doing", "what are you upto"],
"responses": ["Talking to you, of course!"]
},
{
"tag": "appreciate",
"patterns": ["You are awesome", "you are the best", "you are great", "you are good"],
"responses": ["Thank you!"]
},
{
"tag": "nicetty",
"patterns": ["it was nice talking to you", "good talk"],
"responses": [ "It was nice talking to you as well! Come back soon!"]
},
{
"tag": "no",
"patterns": ["no", "nope" ],
"responses": ["ok"]
}
]
}