“Chat Bot” Java Tutorial
|“Chat Bot” Java Tutorial
In this tutorial I’ll be showing you how to make a chat bot in java.
Music by nathanwills
Click here to see the bonus tutorial
http://www.youtube.com/watch?v=s8MYtCmR92U
Here’s a download link to the source code
http://www.mediafire.com/?nqmsa9fan29l51n
“Chat Bot” Java Tutorial
“Chat Bot” Java Tutorial
32 Comments
are you know a pro in java if yes pls continue this tutorial and make the AI better… pls 😀
how would i save it and run it in cmd kinda new to this XD
How do I run the code on my mac?
is there a to have michael saying something first?
Ola, hoje estamos lançando o Novo WhatsApp Marketing ChatBo https://youtu.be/hlx2xxHALqo
Adicione nosso número de whatsapp para testar na prática. +5516988509852
if i wanted to add more lines i can say to the bot and responses, how do i do that? or do I just add more to the lines already created?
Thanks for such a great descriptive tutorial. Enjoyed watching, it looks really practical!
One thing I would like to add that radio became television, television became the internet, and internet became mobile. We saw apps, and now chatbots slowly replacing apps with their simple but effective use cases.
It could be a very long comment because I have a dedicated blog section about Bots. But we’re here to provide readers with value, right?! 🙂
So here’s the value — we’ve created always updating guide on chatbots development, distribution and use cases in different industries like retail or insurance services.
I would appreciate any feedback or propositions in line with the guide and chatbots.
https://stanfy.com/chat-bots-guide
Hello, what would be the best way to contact you? I have a few questions on this subject.
Hey can u put a new link the old one is expired
just a heads up your music is to loud
the bot is connected to facebook messenger. The user starts a conversation, the bot asks if he would like to schedule an appointment. The user enter "yes", the bot provides next available date and time (checking on youcanbook.me). Appoint is set through youcanbook.me, confirmation is sent to user
How to link the site to the Chat Bot to give the times available automatically..?
thanks so much 🙂
when i'm going to run it , it shows me this massage
error: Class names, 'chatbot', are only accepted if annotation processing is explicitly requested
1 error..
what should i do?
I'm gonna use this as the base/core of my school project, so we're only going to add stuffs.
ahh your tutorial was great sir but i can not download your source code ;( can you please send me the source code at buddycool591@gmail.com
please
Awesome, thanks…
It's really informative. Thank you. But I wanted it to connect to the Google wekipediya. So that it could reply on anything that we ask it for. How do I do that. Tried a lot ways but still not working.
So if u can kindly guide me through this and how can I make it a voice recogniser. I mean if I say HELLO then it should reply HI HELLO HEY . . .anything by voice . . .
Kindly reply . . .
Thank you
You are retarded.
How can I add java code in android?
Plz rply soon
thanks thanks , its look hard but its very helpfull
Hey can you help me with java speech recognition..
For some reason the text entry field isn't showing up for me, any thoughts?
So it is a bunch of if else right?
I want to add in this program artificial intelligence code. What should I do???
Hi Sir! can you create chat bot using GUI?
can you help me to your Email
Hello Arend, thanks for sharing your knowledge with the world. You wont believe how much impact you are making with your tutorials.
If you don't mind,would you make a short video explaining in details this particular aspect of your code:
"{
quote=quote.substring(0,quote.length()-1);
}
quote.trim();
byte response=0;
/*
0:we're searching through chatBot[][] for matches
1:we didn't find anything
2:we did find something
*/
//-
—check for matches—int j=0;//which group we're checking
while(response==0){
if(inArray(quote.toLowerCase(),chatBot[j*2])){
response=2;
int r=(int)Math.floor(Math.random()*chatBot[(j*2)+1].length);
addText("n–>Michaelt"+chatBot[(j*2)+1][r]);
}
j++;
if(j*2==chatBot.length-1 && response==0){
response=1;
}
}
//-
—default————-if(response==1){
int r=(int)Math.floor(Math.random()*chatBot[chatBot.length-1].length);
addText("n–>Michaelt"+chatBot[chatBot.length-1][r]);
}
addText("n");
}"
I don't seem to be able to grasp the mathematical concepts in Java. How do you understand and interpret these mathematical aspects in java? Your tips would be highly helpful. Thank you
Can This chat bot will work on you whatsapp account 👌☺
wat bout the jdk?
I cant run it. It says The system cannot find the path specified
Iam run this chat program really this good