Class ServiceSettingsResponse

java.lang.Object
com.bytedesk.kbase.settings.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 LocalDateTime topTipStart
    • topTipEnd

      private LocalDateTime topTipEnd
    • showRateBtn

      private Boolean showRateBtn
    • autoInviteRate

      private Boolean autoInviteRate
    • inviteRateTip

      private String inviteRateTip
    • rateMsgCount

      private Integer rateMsgCount
    • showPreForm

      private Boolean showPreForm
    • preForm

      private String preForm
    • showHistory

      private Boolean showHistory
    • showInputAssociation

      private Boolean showInputAssociation
    • showCaptcha

      private boolean showCaptcha
    • welcomeTip

      private String welcomeTip
    • welcomeFaqs

      private List<FaqResponse> welcomeFaqs
    • 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
    • showPreSearch

      private Boolean showPreSearch
    • showFaqs

      private Boolean showFaqs
    • faqs

      private List<FaqResponse> faqs
    • showQuickFaqs

      private Boolean showQuickFaqs
    • quickFaqs

      private List<FaqResponse> quickFaqs
    • showGuessFaqs

      private Boolean showGuessFaqs
    • guessFaqs

      private List<FaqResponse> guessFaqs
    • showHotFaqs

      private Boolean showHotFaqs
    • hotFaqs

      private List<FaqResponse> hotFaqs
    • showShortcutFaqs

      private Boolean showShortcutFaqs
    • shortcutFaqs

      private List<FaqResponse> shortcutFaqs
    • showUnknownAnswer

      private Boolean showUnknownAnswer
    • unknownAnswer

      private String unknownAnswer
    • enableProactiveTrigger

      private Boolean enableProactiveTrigger
    • noResponseTimeout

      private Integer noResponseTimeout
    • proactiveMessage

      private String proactiveMessage
    • maxProactiveCount

      private Integer maxProactiveCount
    • proactiveInterval

      private Integer proactiveInterval
    • triggerConditions

      private String triggerConditions
    • proactiveFaqs

      private List<FaqResponse> proactiveFaqs
    • validateUntil

      private Date validateUntil
  • Constructor Details

    • ServiceSettingsResponse

      public ServiceSettingsResponse()