ApiBrain().SetAddressByName
Enables or disables the SILVIA Core’s requirement to be addressed by name before responding.
Description
A desirable operating mode is one where SILVIA can listen to user’s while they speak, but where the application will only accept input if SILVIA is addressed directly by name. This allows users to speak freely, with SILVIA running in the background and NOT responding. To elicit a response, one would have to begin an utterance with the application’s name, which defaults to “silvia”.
Example Usage (Java/C#)
_core.ApiBrain().SetAddressByName(true);
Parameters
bool |
enabled |
A boolean value to enable or disable this mode in the SILVIA Core. |
Returns
None.
See Also
- ApiBrain().GetAddressByName