Let's make a basic chatterbot first. We'll want to build a chatterbot class with:
void sayHello()
void sayGoodbye()
void continueConversation()
void waitForResponse()