cleverbot = Runtime.createAndStart("cleverbot","CleverBot")
speech = Runtime.createAndStart("speech","Speech")
 
speech.speakBlocking(cleverbot.chat("hi"))
speech.speakBlocking(cleverbot.chat("how are you"))