[Solved] how to make an virtual chat bot in java? [closed]
If you want to make this with a window you can use a jtextfield and add a actionlistener to it and if you want to make this with the console then use a input then get the message aka store it in a variable and then do this in your respond method if(STRINGVARIABLENAME.contains(“Your word that … Read more