Uses of Class
com.tencentcloudapi.teo.v20220901.models.BotManagedRule
-
Packages that use BotManagedRule Package Description com.tencentcloudapi.teo.v20220901.models -
-
Uses of BotManagedRule in com.tencentcloudapi.teo.v20220901.models
Methods in com.tencentcloudapi.teo.v20220901.models that return BotManagedRule Modifier and Type Method Description BotManagedRuleBotConfig. getBotManagedRule()Get 通用详细基础规则。如果为null,默认使用历史配置。Methods in com.tencentcloudapi.teo.v20220901.models with parameters of type BotManagedRule Modifier and Type Method Description voidBotConfig. setBotManagedRule(BotManagedRule BotManagedRule)Set 通用详细基础规则。如果为null,默认使用历史配置。Constructors in com.tencentcloudapi.teo.v20220901.models with parameters of type BotManagedRule Constructor Description BotManagedRule(BotManagedRule 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.
-