Let's make a basic chatterbot first. We'll want to build a chatterbot class with:

  1. A way to construct a new Chatterbot.
  2. Every chatterbot knowing its own name
  3. void sayHello(), void sayGoodbye(), void continueConversation(), and void waitForResponse() methods