Class ServiceSettingsResponse

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

public class ServiceSettingsResponse 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
    • topTipStart

      private ZonedDateTime topTipStart
    • topTipEnd

      private ZonedDateTime topTipEnd
    • 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
    • welcomeTip

      private String welcomeTip
    • welcomeFaqs

      private List<FaqResponse> welcomeFaqs
    • welcomeKbUid

      private String welcomeKbUid
    • enableWorkflow

      private Boolean enableWorkflow
    • workflowUid

      private String workflowUid
    • queueTip

      private String queueTip
    • leavemsgTip

      private String leavemsgTip
    • autoCloseMin

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

      private String autoCloseTip
    • agentCloseTip

      private String agentCloseTip
    • showRightIframe

      private Boolean showRightIframe
    • rightIframeUrl

      private String rightIframeUrl
    • inputAssociationEnabled

      private Boolean inputAssociationEnabled
    • inputAssociationKbUid

      private String inputAssociationKbUid
    • inputPreviewEnabled

      private Boolean inputPreviewEnabled
    • showFaqs

      private Boolean showFaqs
    • faqs

      private List<FaqResponse> faqs
    • faqKbUid

      private String faqKbUid
    • showQuickButtons

      private Boolean showQuickButtons
    • quickButtons

      private List<QuickButtonResponse> quickButtons
    • validateUntil

      private Date validateUntil
    • toolbar

      private ToolbarSettings toolbar
  • Constructor Details

    • ServiceSettingsResponse

      public ServiceSettingsResponse()
  • Method Details

    • fromEntity

      public static ServiceSettingsResponse fromEntity(ServiceSettingsEntity settings)
      从 ServiceSettings 实体创建 ServiceSettingsResponse
      Parameters:
      settings - ServiceSettings 实体
      Returns:
      ServiceSettingsResponse 对象,如果 settings 为 null 则返回 null