ApiData().SetBehaviorGroup
Sets the Group for the given Behavior ID.
Description
This function adds knowledge to the current SILVIA Brain by setting the Group of the given Behavior ID.
Example Usage (C#)
bool success = _core.ApiData().SetBehaviorGroup(144, “movies”);
Parameters
int id The integer numeric value or variable representing the unique ID of the Behavior. string group The string representing the new Behavior Group for the Behavior. A null will be ignored.
Returns
The boolean success or failure of the operation.
See Also
- ApiData().SetBehaviorName
- ApiData().SetBehaviorSubGroup