ApiFeedback().IsActive

Returns the boolean enabled/disabled status of the SILVIA Cognitive Feedback system.

Description

A desirable operating mode is one where SILVIA can dynamically generate contextually relevant output, independent of direct user input. This function returns the boolean status of this mode.

Example Usage (C#)


bool isActive = _core.ApiFeedback().IsActive();

Parameters

None.

Returns

The boolean value of the Cognitive Feedback’s enabled/disabled status.

See Also

  • ApiFeedback().SetActive