ApiFeedback().SetActive
Enables or disables SILVIA’s Cognitive Feedback output.
Description
A desirable operating mode is one where SILVIA can dynamically generate contextually relevant output, independent of direct user input. This function sets the active/inactive state of this mode. Note that as SILVIA interacts with users and uses this Cognitive Feedback mode, a body of Feedback data, or “conversational memory” is built up over the course of these interactions. The boolean “clear” flag allows this Feedback data to be reset.
Example Usage (C#)
_core.ApiFeedback().SetActive(true, false);
Parameters
bool | enable | The boolean value that turns Feedback output on or off. |
bool | clear | The boolean value that if true, clears the current Feedback memory. |
Returns
None.
See Also
- ApiFeedback().IsActive