Uses of Class
com.mypurecloud.sdk.v2.model.BotAsyncAggregationQuery
Packages that use BotAsyncAggregationQuery
Package
Description
-
Uses of BotAsyncAggregationQuery in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type BotAsyncAggregationQueryModifier and TypeMethodDescriptionAnalyticsApi.postAnalyticsBotsAggregatesJobs(BotAsyncAggregationQuery body) Query for bot aggregates asynchronouslyAnalyticsApi.postAnalyticsBotsAggregatesJobsWithHttpInfo(BotAsyncAggregationQuery body) Query for bot aggregates asynchronouslyMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type BotAsyncAggregationQueryModifier and TypeMethodDescriptionAnalyticsApi.postAnalyticsBotsAggregatesJobs(ApiRequest<BotAsyncAggregationQuery> request) Query for bot aggregates asynchronouslyAnalyticsApiAsync.postAnalyticsBotsAggregatesJobsAsync(ApiRequest<BotAsyncAggregationQuery> request, AsyncApiCallback<ApiResponse<AsyncQueryResponse>> callback) Query for bot aggregates asynchronously -
Uses of BotAsyncAggregationQuery in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return BotAsyncAggregationQueryMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type BotAsyncAggregationQueryMethods in com.mypurecloud.sdk.v2.api.request with parameters of type BotAsyncAggregationQueryModifier and TypeMethodDescriptionPostAnalyticsBotsAggregatesJobsRequest.builder(BotAsyncAggregationQuery body) voidPostAnalyticsBotsAggregatesJobsRequest.setBody(BotAsyncAggregationQuery body) PostAnalyticsBotsAggregatesJobsRequest.Builder.withBody(BotAsyncAggregationQuery body) PostAnalyticsBotsAggregatesJobsRequest.withBody(BotAsyncAggregationQuery body) PostAnalyticsBotsAggregatesJobsRequest.Builder.withRequiredParams(BotAsyncAggregationQuery body) -
Uses of BotAsyncAggregationQuery in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BotAsyncAggregationQueryModifier and TypeMethodDescriptionBotAsyncAggregationQuery.alternateTimeDimension(BotAsyncAggregationQuery.AlternateTimeDimensionEnum alternateTimeDimension) Dimension to use as the alternative timestamp for data in the aggregate.BotAsyncAggregationQuery.filter(BotAggregateQueryFilter filter) Behaves like a SQL WHERE clause.BotAsyncAggregationQuery.flattenMultivaluedDimensions(Boolean flattenMultivaluedDimensions) Flattens any multivalued dimensions used in response groups (e.g.BotAsyncAggregationQuery.granularity(String granularity) Granularity aggregates metrics into subpartitions within the time interval specified.BotAsyncAggregationQuery.groupBy(List<BotAsyncAggregationQuery.GroupByEnum> groupBy) Behaves like a SQL GROUPBY.Behaves like one clause in a SQL WHERE.How many results you want in an ordered list.BotAsyncAggregationQuery.metrics(List<BotAsyncAggregationQuery.MetricsEnum> metrics) Behaves like a SQL SELECT clause.The number of results per pageBotAsyncAggregationQuery.queryType(BotAsyncAggregationQuery.QueryTypeEnum queryType) Query type to use.BotAsyncAggregationQuery.sortMetric(BotAggregationSort sortMetric) Required when requesting multiple metrics.Time zone context used to calculate response intervals (this allows resolving DST changes).BotAsyncAggregationQuery.views(List<BotAggregationView> views) Custom derived metric views