Click or drag to resize

AIAgentToSessionFile Method

Serialises the current conversation to a ChatSessionFile object.

Namespace: Seal.AI
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public 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