Class ServiceSettingsResponseVisitor

java.lang.Object
com.bytedesk.kbase.settings_service.ServiceSettingsResponseVisitor
All Implemented Interfaces:
Serializable

public class ServiceSettingsResponseVisitor extends Object implements Serializable
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • language

      private LanguageEnum language
    • autoPopup

      private Boolean autoPopup
    • showTopTip

      private Boolean showTopTip
    • topTip

      private String topTip
    • showRateBtn

      private Boolean showRateBtn
    • autoInviteRate

      private Boolean autoInviteRate
    • inviteRateTip

      private String inviteRateTip
    • rateMsgCount

      private Integer rateMsgCount
    • showPreForm

      private Boolean showPreForm
    • preFormRequired

      private Boolean preFormRequired
    • preForm

      private String preForm
    • showHistory

      private Boolean showHistory
    • requireLogin

      private Boolean requireLogin
      访客发起咨询是否需要登录
    • showCaptcha

      private Boolean showCaptcha
    • autoCloseMin

      private Double autoCloseMin
      auto close time in min - 默认自动关闭时间,单位分钟
    • showRightIframe

      private Boolean showRightIframe
    • rightIframeUrl

      private String rightIframeUrl
    • inputAssociationEnabled

      private Boolean inputAssociationEnabled
    • inputAssociationKbUid

      private String inputAssociationKbUid
    • inputPreviewEnabled

      private Boolean inputPreviewEnabled
    • welcomeFaqs

      private List<FaqResponseVisitor> welcomeFaqs
    • welcomeKbUid

      private String welcomeKbUid
    • showFaqs

      private Boolean showFaqs
    • faqs

      private List<FaqResponseVisitor> faqs
    • faqKbUid

      private String faqKbUid
    • showQuickButtons

      private Boolean showQuickButtons
    • quickButtons

      private List<QuickButtonResponseVisitor> quickButtons
    • allowVisitorManualTransfer

      private Boolean allowVisitorManualTransfer
    • manualTransferLabel

      private String manualTransferLabel
    • toolbar

      private ToolbarSettings toolbar
  • Constructor Details

    • ServiceSettingsResponseVisitor

      public ServiceSettingsResponseVisitor()