Class AutoReplyKeywordEntity

java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.kbase.auto_reply.keyword.AutoReplyKeywordEntity
All Implemented Interfaces:
Serializable

@Entity public class AutoReplyKeywordEntity extends BaseEntity
自动回复-关键词匹配
See Also:
  • Field Details

    • keywordList

      private List<String> keywordList
    • replyList

      private List<String> replyList
    • matchType

      private String matchType
    • contentType

      private String contentType
    • enabled

      private boolean enabled
    • tagList

      private List<String> tagList
    • isTransfer

      private boolean isTransfer
    • replyCount

      private int replyCount
    • startDate

      private LocalDateTime startDate
    • endDate

      private LocalDateTime endDate
    • categoryUid

      private String categoryUid
    • kbUid

      private String kbUid
  • Constructor Details

    • AutoReplyKeywordEntity

      public AutoReplyKeywordEntity()