ApiData().SetExuderText
Modifies a given Exuder with the given AI output pattern.
Description
This function replaces one of the output patterns in the identified Behavior, modifying the current SILVIA Brain to do so.
Example Usage (C#)
bool success = _core.ApiData().SetExuderText(147, 2, “my name is $_a. it is terrific to meet you.”);
Parameters
int |
id |
The numeric integer id of the Behavior to modify by changing an Exuder. |
int |
exuderId |
The numeric integer id of the Exuder to modify. |
string |
pattern |
The string value representing the updated Exuder output pattern. |
Returns
The boolean value representing the success or failure of the operation.