#include <conversation.h>
Public Member Functions | |
ResponsePart (const Common::String &value, const Common::String &arg="", bool command=false) | |
operator Common::String () const | |
bool | operator== (const ResponsePart &rhs) const |
bool | isCommand () const |
A response part can be text or a "command" that triggers an action.