Saves the current conversation to a JSON file.
Namespace: Seal.AIAssembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntaxpublic void SaveToFile(
string path,
List<StringPair> infos = null
)
Parameters
- path String
- Full file-system path (including file name and extension).
- infos ListStringPair (Optional)
- Session metadata to embed in the file.
See Also