ApiFeedback().Read
Imports conversational (Feedback) data from a file.
Description
If the named file of conversational data exists, it is read and added to the conversational Feedback stack, with its proper timestamp and username. This allows for the saving and loading of sessions for a particular user. Particularly useful for persistent memory between sessions.
Example Usage (C#)
bool success = _core.ApiFeedback().Read(“Feedback/robert.fbk”);
Parameters
string | filename | A string value containing the filepath/filename from which to load the data. |
Returns
A boolean success or failure of the operation.
See Also
- ApiFeedback().Write