#include <conversation.h>
Public Member Functions | |
| Keyword (const Common::String &kw, Response *resp) | |
| Keyword (const Common::String &kw, const Common::String &resp) | |
| bool | operator== (const Common::String &kw) const |
| const Common::String & | getKeyword () |
| Response * | getResponse () |
A dialogue keyword. It contains all the keywords that the talker will respond to, as well as the responses to those keywords.