ApiFeedback().Write
Exports conversational (Feedback) data of a particular user.
Description
If there is some conversational data for the named user, it is saved to the named file. This can then be loaded and referenced for future sessions.
Example Usage (C#)
bool success = _core.ApiFeedback().Write(“robert”, “Feedback/robert.fbk”);
Parameters
string | username | A string value naming the user whose conversational data will be saved. |
string | filename | A string value containing the filepath/filename in which to save the data. |
Returns
A boolean success or failure of the operation.
See Also
- ApiFeedback().Read