ApiFeedback().Resume
Resumes the output of SILVIA’s Cognitive Feedback.
Description
When Feedback is enabled, and Feedback has been temporarily paused, this function re- engages SILVIA’s Feedback output from the point of the last call to “_core.ApiFeedback().Pause();”. This is different from calling “setActive” with a true value because in this case, it is resuming the existing Feedback state.
Example Usage (C#)
_core.ApiFeedback().Resume();
Parameters
None.
See Also
- ApiFeedback().Pause
- ApiFeedback().SetActive
- ApiFeedback().Clarify