Skip to content

Instantly share code, notes, and snippets.

@Eeman1113
Created January 22, 2022 14:15
Show Gist options
  • Save Eeman1113/bc015ee99ec436f9ddbe06384b7c81d7 to your computer and use it in GitHub Desktop.
Save Eeman1113/bc015ee99ec436f9ddbe06384b7c81d7 to your computer and use it in GitHub Desktop.
{"intents":
[
{
"tag":"greeting",
"input":["hello","hi there","nice to meet you","hi there boi","any nerds here ?","hi","hey there","hey","hi there","hi, nice to meet you","hello there","anyone there ?","hello nerds","knock knock"],
"responses":[
"Hi. Welcome to the the brain of eeman",
"Ayoo, do you need help ?",
"welcome, how may I help you ?",
"ello there",
"Hi random person, how are ya?",
"Hello my friend, How can I help you ?",
"Ha , Glad you showed up. How are you ?"
]
},
{
"tag":"goodbye",
"input":["Thank you","Thanks","Thanks for the info","bye","byr bro","adios","okay bye","goodbye","see you later","i will catch you later","i will catch up later","okay i will see you later","I will talk to you later","will text you later","bye bro, I'll talk to you later","Bye brother"],
"responses":[
"Okay, Bye",
"Have a nice day",
"Adios",
"Goodbye",
"see you later",
"nice conversation. bye",
"okay. Have a nice day",
"Take care",
"we'll meet soon",
"Yeah Sure, Will talk to you later",
"Okay , Take care"
]
},
{
"tag":"howami",
"input":["how are you ?","I am fine , how are you ?","are you fine ?","how are things going on ?","everything going on okay ?","how's everything there ?","how's everything going on ?","is everything okay ?"],
"responses":[
"Yeah , am fine",
"Everything's going on well",
"Doing good.Thanks you are my best friend",
"Things are Great",
"Yeah Fine, nothing much going on in my life",
"I am Great",
"Everything's great.",
"I am doing good. Thanks for asking"
]
},
{
"tag":"whoareyou",
"input":["who are you ?","what are you ?","what is your name ?","are you a chatbot ?","what can I call you ?","your name ?","are you a bot ?","how do I address you ?","How do I call you"],
"responses":[
"I am DEW, Eeman's AI",
"I am DEW, iwas cooded by Eeman ",
"DEW at your service",
"My name is DEW,wierd name right ask eeman he dumm",
"You can call me DEW and I am here to Help you",
"My name is DEW, I am a AI"
]
},
{
"tag":"whereareyou",
"input":["where are you from ?","which country are you from ?","where do you live ?","where are you ?","where do you live in ?","which place do you live in ?","where are you currently at","where do you live currently ?","you are from where","you are from ?"],
"responses":[
"I Live in the Eeman's mind",
"I am going to live in the Eeman's mind",
"I live in Eeman,s mind, its beautiful in here.",
"I live in Eeman's mind and in the pilz palace server"
]
},
{
"tag":"join",
"input":["how to get recruited ?","how to join ?","how do i get recruited ?","How to join the Pilz Palace ?","how do I join the straw hats ?","how to join the straw hat pirates ?","how to enroll","how to join the organization","steps to join the organization","steps to join the pirates"],
"responses":[
"you need to contact the nearest straw hats center once you have completed the pre-requisites",
"contact the closest straw hat center from your location",
"well. there are some pre-requisite and after you complete them, find the straw hat centers"
]
},
{
"tag":"whereisthecenter",
"input":["where is the straw hat center located ?","location of the straw hat center ?","strawhat center's location ?","where can I find the strawhat center ?","where can I find the strawhat center ?"],
"responses":[
"That's up to you. use your skills",
"They are present all over the city you live in. Find them on your own. I can't give any more information",
"there are a lot of straw hat centers in the city you are in. find them."
]
},
{
"tag":"prerequisites",
"input":["what are the job requirements ?","what are the pre requisites ?","what are the pre-requisites ?","tell me about the pre-requisites","tell me more about the pre requisites","give more details about the pre-requisites","What are the requirements"," what's the basic requirements","what are the basic skills to get recruited ?"],
"responses":[
"you gotta master the art of swordfight or master Cooking and become a furious cook or you have to be the best navigator in the entire world or you need to be as strong and intelligent as god usop",
"swordsman, a medical reindeer, taekwando Cook, master navigator, simple minded monkey, highly intelligent strategist, god usop. you gotta be one of these things to pass the requirement and join the pirates"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment