Uses of Class
com.mypurecloud.sdk.v2.model.BotAggregationQuery
Packages that use BotAggregationQuery
Package
Description
-
Uses of BotAggregationQuery in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type BotAggregationQueryModifier and TypeMethodDescriptionAnalyticsApi.postAnalyticsBotsAggregatesQuery(BotAggregationQuery body) Query for bot aggregatesAnalyticsApi.postAnalyticsBotsAggregatesQueryWithHttpInfo(BotAggregationQuery body) Query for bot aggregatesMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type BotAggregationQueryModifier and TypeMethodDescriptionAnalyticsApi.postAnalyticsBotsAggregatesQuery(ApiRequest<BotAggregationQuery> request) Query for bot aggregatesAnalyticsApiAsync.postAnalyticsBotsAggregatesQueryAsync(ApiRequest<BotAggregationQuery> request, AsyncApiCallback<ApiResponse<BotAggregateQueryResponse>> callback) Query for bot aggregates -
Uses of BotAggregationQuery in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return BotAggregationQueryMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type BotAggregationQueryMethods in com.mypurecloud.sdk.v2.api.request with parameters of type BotAggregationQueryModifier and TypeMethodDescriptionPostAnalyticsBotsAggregatesQueryRequest.builder(BotAggregationQuery body) voidPostAnalyticsBotsAggregatesQueryRequest.setBody(BotAggregationQuery body) PostAnalyticsBotsAggregatesQueryRequest.Builder.withBody(BotAggregationQuery body) PostAnalyticsBotsAggregatesQueryRequest.withBody(BotAggregationQuery body) PostAnalyticsBotsAggregatesQueryRequest.Builder.withRequiredParams(BotAggregationQuery body) -
Uses of BotAggregationQuery in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BotAggregationQueryModifier and TypeMethodDescriptionBotAggregationQuery.alternateTimeDimension(BotAggregationQuery.AlternateTimeDimensionEnum alternateTimeDimension) Dimension to use as the alternative timestamp for data in the aggregate.BotAggregationQuery.filter(BotAggregateQueryFilter filter) Behaves like a SQL WHERE clause.BotAggregationQuery.flattenMultivaluedDimensions(Boolean flattenMultivaluedDimensions) Flattens any multivalued dimensions used in response groups (e.g.BotAggregationQuery.granularity(String granularity) Granularity aggregates metrics into subpartitions within the time interval specified.BotAggregationQuery.groupBy(List<BotAggregationQuery.GroupByEnum> groupBy) Behaves like a SQL GROUPBY.Behaves like one clause in a SQL WHERE.How many results you want in an ordered list.BotAggregationQuery.metrics(List<BotAggregationQuery.MetricsEnum> metrics) Behaves like a SQL SELECT clause.BotAggregationQuery.queryType(BotAggregationQuery.QueryTypeEnum queryType) Query type to use.BotAggregationQuery.sortMetric(BotAggregationSort sortMetric) Required when requesting multiple metrics.Time zone context used to calculate response intervals (this allows resolving DST changes).BotAggregationQuery.views(List<BotAggregationView> views) Custom derived metric views