Uses of Class
com.tencentcloudapi.cr.v20180321.models.QueryBotListResponse
-
Packages that use QueryBotListResponse Package Description com.tencentcloudapi.cr.v20180321 com.tencentcloudapi.cr.v20180321.models -
-
Uses of QueryBotListResponse in com.tencentcloudapi.cr.v20180321
Methods in com.tencentcloudapi.cr.v20180321 that return QueryBotListResponse Modifier and Type Method Description QueryBotListResponseCrClient. QueryBotList(QueryBotListRequest req)查询机器人任务状态列表 -
Uses of QueryBotListResponse in com.tencentcloudapi.cr.v20180321.models
Constructors in com.tencentcloudapi.cr.v20180321.models with parameters of type QueryBotListResponse Constructor Description QueryBotListResponse(QueryBotListResponse 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.
-