Click or drag to resize

SecurityUserDefaultAgentConfiguration Property

Default AI Agent configuration for this user. Resolution order: the last agent the user selected (LastAgentGUID), then the server's DefaultAgentGUID, then the first assigned agent. Each candidate must still be among the agents assigned to the user.

Namespace: Seal.Model
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public AIAgentConfiguration DefaultAgentConfiguration { get; }

Property Value

AIAgentConfiguration
See Also