File size: 4,068 Bytes
8ca4128
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{"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": [""]
        }
   ]
}