- AIML
- Pandorabots
- Verbots
Additionally the most simplistic way to Add a response is to create what is called a Swatch.
To do so you need to define a pattern for the input ( by user ) and a default response to that pattern.
PATTERN can be any regular expression pattern for instance if you want to reply "apple" to the question "whats your favorite fruit" the swatch would be
So lets take an example here. If you wanted the ChatBot to respond "At your service Sir" ( Sir if the gender is set to Male else its Ma'am ) everytime the user called Assistant by its name "Madonna"

Theres a field used in the above example {user.title}. These are fields that are added by the Filter Plugin. More info on fields are available in the Developers Section