Uses of Class
com.tencentcloudapi.cr.v20180321.models.BotInfo
-
Packages that use BotInfo Package Description com.tencentcloudapi.cr.v20180321.models -
-
Uses of BotInfo in com.tencentcloudapi.cr.v20180321.models
Methods in com.tencentcloudapi.cr.v20180321.models that return BotInfo Modifier and Type Method Description BotInfo[]QueryBotListResponse. getBotList()Get 任务列表。Methods in com.tencentcloudapi.cr.v20180321.models with parameters of type BotInfo Modifier and Type Method Description voidQueryBotListResponse. setBotList(BotInfo[] BotList)Set 任务列表。Constructors in com.tencentcloudapi.cr.v20180321.models with parameters of type BotInfo Constructor Description BotInfo(BotInfo 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.
-