Package com.bytedesk.wechat.work.taboo
Class AddInterceptRuleRequest
java.lang.Object
com.bytedesk.wechat.work.taboo.AddInterceptRuleRequest
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
corpId
-
appSecret
-
rule_name
规则名称,长度1~20个utf8字符 -
word_list
敏感词列表,敏感词长度1~32个utf8字符,列表大小不能超过300个 -
semantics_list
额外的拦截语义规则,1:手机号、2:邮箱地址、3:红包 -
intercept_type
拦截方式,1:警告并拦截发送;2:仅发警告 -
applicable_range
敏感词适用范围
-
-
Constructor Details
-
AddInterceptRuleRequest
public AddInterceptRuleRequest()
-