Uses of Class
com.tencentcloudapi.cr.v20180321.models.BotFileData
-
Packages that use BotFileData Package Description com.tencentcloudapi.cr.v20180321.models -
-
Uses of BotFileData in com.tencentcloudapi.cr.v20180321.models
Methods in com.tencentcloudapi.cr.v20180321.models that return BotFileData Modifier and Type Method Description BotFileData[]
ExportBotDataResponse. getData()
Get 导出文件列表Methods in com.tencentcloudapi.cr.v20180321.models with parameters of type BotFileData Modifier and Type Method Description void
ExportBotDataResponse. setData(BotFileData[] Data)
Set 导出文件列表Constructors in com.tencentcloudapi.cr.v20180321.models with parameters of type BotFileData Constructor Description BotFileData(BotFileData 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.
-