Class ServiceSettingsRequest

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

public class ServiceSettingsRequest 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
    • welcomeFaqUids

      private List<String> welcomeFaqUids
    • 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
    • faqUids

      private List<String> faqUids
    • faqKbUid

      private String faqKbUid
    • showQuickButtons

      private Boolean showQuickButtons
    • quickButtonUids

      private List<String> quickButtonUids
    • relatedQuestionGuide

      private String relatedQuestionGuide
    • validateUntil

      private Date validateUntil
    • toolbar

      private ToolbarSettings toolbar
  • Constructor Details

    • ServiceSettingsRequest

      public ServiceSettingsRequest()