Class VocConfig

java.lang.Object
com.bytedesk.voc.config.VocConfig

@Configuration @ConfigurationProperties(prefix="bytedesk.voc") public class VocConfig extends Object
  • Field Details

    • maxFeedbackLength

      private Integer maxFeedbackLength
    • maxReplyLength

      private Integer maxReplyLength
    • maxRepliesPerFeedback

      private Integer maxRepliesPerFeedback
    • emailNotification

      private Boolean emailNotification
    • notificationEmail

      private String notificationEmail
    • adminEmails

      private List<String> adminEmails
    • requireApproval

      private Boolean requireApproval
    • filterSensitiveWords

      private Boolean filterSensitiveWords
    • sensitiveWordsFile

      private String sensitiveWordsFile
  • Constructor Details

    • VocConfig

      public VocConfig()