Class UserPreferenceStrings.AI
AI - Artificial Intelligence
Inherited Members
Namespace: SuperOffice.CRM
Assembly: SoCore.dll
Syntax
public static class UserPreferenceStrings.AI
Fields
AllowLeadFeeder
Allow users to enable the Leadfeeder integration?
Declaration
public const string AllowLeadFeeder = "AllowLeadFeeder"
Field Value
| Type | Description |
|---|---|
| string |
EnableAI
Allow AI functions? Hide AI buttons/panels if false.
Declaration
public const string EnableAI = "EnableAI"
Field Value
| Type | Description |
|---|---|
| string |
EnableAgents
Allow Agents? Hide Agent nav-button/panel if false. Can be set per-user during testing (when Feature toggle Agents99x is on)
Declaration
public const string EnableAgents = "EnableAgents"
Field Value
| Type | Description |
|---|---|
| string |
LeadFeederApiKey
Own Leadfeeder API key for AI functions. If empty, the system will use the SuperOffice API key (and charge extra)
Declaration
public const string LeadFeederApiKey = "LeadFeederApiKey"
Field Value
| Type | Description |
|---|---|
| string |
Section
Section heading
Declaration
public const string Section = "AI"
Field Value
| Type | Description |
|---|---|
| string |