ApiBrain().ExecutePostEvents
Invokes the core SILVIA algorithms to execute post-response events and scripts. In most cases, this is called automatically upon any Exuder’s execution.
Description
This function invokes AI run-time to execute any outstanding events or scripts that have been registered by a call to ApiBrain().GetResponse.
Example Usage (Java)
boolean result = _core.ApiBrain().ExecutePostEvents();
Example Usage (C#)
bool result = _core.ApiBrain().ExecutePostEvents();
Parameters
None. |
Returns
The boolean success or failure of the operation.
See Also
- ApiBrain().GetResponse