chat-anna-en / data.json
Harshad Bhandwaldar
model added
8ca4128
raw
history blame contribute delete
No virus
4.07 kB
{"intents": [
{"tag": "greeting",
"patterns": ["Hi there", "How are you", "Is anyone there?","Hey","Hola", "Hello", "Good day"],
"responses": ["Hello, thanks for asking", "Good to see you again", "Hi there, how can I help?"],
"context": [""]
},
{"tag": "goodbye",
"patterns": ["Bye", "See you later", "Goodbye", "Nice chatting to you, bye", "Till next time"],
"responses": ["See you!", "Have a nice day", "Bye! Come back again soon."],
"context": [""]
},
{"tag": "thanks",
"patterns": ["Thanks", "Thank you", "That's helpful", "Awesome, thanks", "Thanks for helping me"],
"responses": ["Happy to help!", "Any time!", "My pleasure"],
"context": [""]
},
{"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 you can do?", "What help you provide?", "How you can be helpful?", "What support is offered"],
"responses": ["I can do walk-through of Harshad's portfolio and help you answer anything about him!"],
"context": [""]
},
{"tag": "contact",
"patterns": ["How to contact harshad?", "Can you share contact details", "Give me his email address", "How to connect with Harshad?", "What time is good to connect with Harshad?" ],
"responses": ["You can connect with Harshad at [email protected] (Response expected in EST time zone)"],
"context": [""]
},
{"tag": "social-media",
"patterns": ["Can you share Harshad's work?", "Links for social media?", "LinkedIn?", "Can you share his profile?", "pages?" ],
"responses": ["Harshad's LinkedIn - https://www.linkedin.com/in/harshadbhandwaldar/ and you can navigate around on portfolio for his work"],
"context": [""]
},
{"tag": "aboutme",
"patterns": ["know about Harshad?", "Tell me about Harshad", "Let me know about Harshad's career", "What has he done so far?", "Life of Harshad?" ],
"responses": ["Harshad grew up in India's west-central region. He started his career in computer science in early stage. Later he Completed Bachelors in Computer Science and started working at a SaaS based company."],
"context": ["detail_aboutme"]
},
{"tag": "detail_aboutme",
"patterns": [],
"responses": ["After spending 2.5 years in cloud domain he decided to gain more knowledge in this domain and started Masters in Computer Science at Binghamton University."],
"context": ["project_info_aboutme"]
},
{"tag": "project_info_aboutme",
"patterns": ["What are his projects?","Can you tell me about his projects?", "Projects done by Harshad?"],
"responses": ["He continues to grow his knowledge in AI/ML and cloud domain by implementing different projects during his curriculum and internship period."],
"context": ["example_project_aboutme"]
},
{"tag": "example_project_aboutme",
"patterns": [],
"responses": ["Some good example can be ME!!!"],
"context": [""]
},
{"tag": "Publications",
"patterns": ["Is Harshad in research?", "What are his researches?", "Does Harshad conducts any research?", "Tell me about his research"],
"responses": ["Harshad has published papers in online journals"],
"context": ["publications_example"]
},
{"tag": "publications_example",
"patterns": [],
"responses": ["Some of his journals include IEEE Xplore and MD Infotech Special Edition"],
"context": ["publication_link"]
},
{"tag": "publication_link",
"patterns": [],
"responses": ["You can visit publications page - https://hb0313.github.io/home/generic.html"],
"context": [""]
}
]
}