cleverbot = Runtime.createAndStart("cleverbot","CleverBot") speech = Runtime.createAndStart("speech","Speech") speech.speakBlocking(cleverbot.chat("hi")) speech.speakBlocking(cleverbot.chat("how are you")) Log in or register to post comments