This class is the base class for apps.
|
|
| SBDAssistantAnswer () |
| | Constructs an assistant answer.
|
| |
|
| SBDAssistantAnswer (const std::wstring &answer, Status=Status::Success) |
| | Constructs an assistant answer.
|
| |
|
virtual | ~SBDAssistantAnswer () |
| | Destructs the assistant answer.
|
| |
|
|
const std::wstring & | getAnswer () const |
| | Returns the answer.
|
| |
|
void | setAnswer (const std::wstring &answer) |
| | Sets the answer.
|
| |
|
|
unsigned int | getMemoryFootprint () const |
| |
|
void | printReferencesToOwners () const |
| |
|
| SBCReferenceTarget () |
| |
|
virtual | ~SBCReferenceTarget () |
| |
|
void | removeAllReferenceOwners () |
| |
|
| SBCReferenceTarget (SBCReferenceTargetData *dataPointer) |
| |
|
SBCReferenceTargetData * | dataPointer |
| |
◆ Status
| Enumerator |
|---|
| Error | There was an error when producing the answer.
|
| Success | The answer was successfully produced.
|