Uses of Class
com.tencentcloudapi.teo.v20220901.models.BotExtendAction
-
Packages that use BotExtendAction Package Description com.tencentcloudapi.teo.v20220901.models -
-
Uses of BotExtendAction in com.tencentcloudapi.teo.v20220901.models
Methods in com.tencentcloudapi.teo.v20220901.models that return BotExtendAction Modifier and Type Method Description BotExtendAction[]BotUserRule. getExtendActions()Get 随机处置的处置方式及占比,非随机处置可不填暂不支持。Methods in com.tencentcloudapi.teo.v20220901.models with parameters of type BotExtendAction Modifier and Type Method Description voidBotUserRule. setExtendActions(BotExtendAction[] ExtendActions)Set 随机处置的处置方式及占比,非随机处置可不填暂不支持。Constructors in com.tencentcloudapi.teo.v20220901.models with parameters of type BotExtendAction Constructor Description BotExtendAction(BotExtendAction 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.
-