ApiFeedback().SearchRemoveFromStack
Removes the current utterance in the search results from the general Feedback memory.
Description
After a call to ApiFeedback().Search, the results are placed in an array structure that may be referenced iteratively. This method removes the current indexed utterance from the general memory pool that was returned as result of that previous search.
Example Usage (C#)
bool success = _core.ApiFeedback().SearchRemoveFromStack();
Parameters
None. |
Returns
A boolean success or failure of the operation.
See Also
- ApiFeedback().Search
- ApiFeedback().SearchGetString
- ApiFeedback().SearchGetTime
- ApiFeedback().SearchNext