#include <conversation.h>
Public Member Functions | |
| Response (const Common::String &response) | |
| void | add (const ResponsePart &part) |
| virtual const Std::vector< ResponsePart > & | getParts () const |
| operator Common::String () const | |
| Response * | addref () |
| void | release () |
A static response. Each response can be made up of any number of ResponseParts, which are either text fragments or commands.