Uses of Class
com.tencentcloudapi.gme.v20180711.models.DescribeAppStatisticsRequest
-
Packages that use DescribeAppStatisticsRequest Package Description com.tencentcloudapi.gme.v20180711 com.tencentcloudapi.gme.v20180711.models -
-
Uses of DescribeAppStatisticsRequest in com.tencentcloudapi.gme.v20180711
Methods in com.tencentcloudapi.gme.v20180711 with parameters of type DescribeAppStatisticsRequest Modifier and Type Method Description DescribeAppStatisticsResponseGmeClient. DescribeAppStatistics(DescribeAppStatisticsRequest req)本接口(DescribeAppStatistics)用于获取某个GME应用的用量数据。包括实时语音,语音消息及转文本,语音分析等。最长查询周期为最近60天。 -
Uses of DescribeAppStatisticsRequest in com.tencentcloudapi.gme.v20180711.models
Constructors in com.tencentcloudapi.gme.v20180711.models with parameters of type DescribeAppStatisticsRequest Constructor Description DescribeAppStatisticsRequest(DescribeAppStatisticsRequest 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.
-