AIAgentToSessionFile Method |
Namespace: Seal.AIAssembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntaxpublic ChatSessionFile ToSessionFile(
List<StringPair> infos = null
)
Parameters
- infos ListStringPair (Optional)
-
Key/value pairs that describe the session (Type, Name, Description, Instance …).
Pass null to produce an empty Infos list.
Return Value
ChatSessionFile
See Also