Uses of Class
com.tencentcloudapi.teo.v20220901.models.AlgDetectRule
-
Packages that use AlgDetectRule Package Description com.tencentcloudapi.teo.v20220901.models -
-
Uses of AlgDetectRule in com.tencentcloudapi.teo.v20220901.models
Methods in com.tencentcloudapi.teo.v20220901.models that return AlgDetectRule Modifier and Type Method Description AlgDetectRule[]BotConfig. getAlgDetectRule()Get Bot主动特征识别规则。Methods in com.tencentcloudapi.teo.v20220901.models with parameters of type AlgDetectRule Modifier and Type Method Description voidBotConfig. setAlgDetectRule(AlgDetectRule[] AlgDetectRule)Set Bot主动特征识别规则。Constructors in com.tencentcloudapi.teo.v20220901.models with parameters of type AlgDetectRule Constructor Description AlgDetectRule(AlgDetectRule source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-