Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public class ChatWidgetSettings
public ChatWidgetSettings()
public virtual string AgentMsgColor { get; set; }
public virtual string AgentMsgTextColor { get; set; }
public virtual KbCategory AutoFaqCategory { get; set; }
public virtual bool AutoFaqEnabled { get; set; }
public virtual string BadgeColor { get; set; }
public virtual string BadgeTextColor { get; set; }
public virtual string ButtonColor { get; set; }
public virtual string ButtonTextColor { get; set; }
public virtual string Color { get; set; }
public virtual string CustMsgColor { get; set; }
public virtual string CustMsgTextColor { get; set; }
public virtual string Font { get; set; }
public virtual string FontSize { get; set; }
public virtual string LanguageIsoCode { get; set; }
public virtual int LogoBlobId { get; set; }
public virtual bool LogoEnabled { get; set; }
public virtual string LogoName { get; set; }
[JsonIgnore] public WidgetRequiredFields? OfflineFields { get; set; }
[JsonProperty("OfflineFields")] public string OfflineFields_String { get; set; }
public virtual string OfflineHeader { get; set; }
public virtual string OfflineMessage { get; set; }
public virtual bool PostFormEnabled { get; set; }
public virtual string PostFormHeader { get; set; }
public virtual string PostFormMessage { get; set; }
public virtual bool PostTranscriptEnabled { get; set; }
public virtual bool PreFormEnabled { get; set; }
public virtual string PreFormMessage { get; set; }
[JsonIgnore] public WidgetRequiredFields? RequiredFields { get; set; }
[JsonProperty("RequiredFields")] public string RequiredFields_String { get; set; }
public virtual bool ShowAgentPhoto { get; set; }
[JsonIgnore] public ChatWidgetSize? Size { get; set; }
[JsonProperty("Size")] public string Size_String { get; set; }
[JsonIgnore] public WidgetTheme? Theme { get; set; }
[JsonProperty("Theme")] public string Theme_String { get; set; }
public virtual bool UseAgentFirstname { get; set; }
public virtual string WelcomeMessage { get; set; }
public virtual string WelcomeTitle { get; set; }
Was this page helpful?