Uses of Class
com.mypurecloud.sdk.v2.model.CopilotAggregationQuery
Packages that use CopilotAggregationQuery
Package
Description
-
Uses of CopilotAggregationQuery in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type CopilotAggregationQueryModifier and TypeMethodDescriptionAnalyticsApi.postAnalyticsCopilotsAggregatesQuery(CopilotAggregationQuery body) Query for copilot aggregates postAnalyticsCopilotsAggregatesQuery is a preview method and is subject to both breaking and non-breaking changes at any time without noticeAnalyticsApi.postAnalyticsCopilotsAggregatesQueryWithHttpInfo(CopilotAggregationQuery body) Query for copilot aggregates postAnalyticsCopilotsAggregatesQuery is a preview method and is subject to both breaking and non-breaking changes at any time without noticeMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type CopilotAggregationQueryModifier and TypeMethodDescriptionAnalyticsApi.postAnalyticsCopilotsAggregatesQuery(ApiRequest<CopilotAggregationQuery> request) Query for copilot aggregates postAnalyticsCopilotsAggregatesQuery is a preview method and is subject to both breaking and non-breaking changes at any time without noticeAnalyticsApiAsync.postAnalyticsCopilotsAggregatesQueryAsync(ApiRequest<CopilotAggregationQuery> request, AsyncApiCallback<ApiResponse<CopilotAggregateQueryResponse>> callback) Query for copilot aggregates postAnalyticsCopilotsAggregatesQuery is a preview method and is subject to both breaking and non-breaking changes at any time without notice -
Uses of CopilotAggregationQuery in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return CopilotAggregationQueryMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type CopilotAggregationQueryMethods in com.mypurecloud.sdk.v2.api.request with parameters of type CopilotAggregationQueryModifier and TypeMethodDescriptionPostAnalyticsCopilotsAggregatesQueryRequest.builder(CopilotAggregationQuery body) voidPostAnalyticsCopilotsAggregatesQueryRequest.setBody(CopilotAggregationQuery body) PostAnalyticsCopilotsAggregatesQueryRequest.Builder.withBody(CopilotAggregationQuery body) PostAnalyticsCopilotsAggregatesQueryRequest.withBody(CopilotAggregationQuery body) PostAnalyticsCopilotsAggregatesQueryRequest.Builder.withRequiredParams(CopilotAggregationQuery body) -
Uses of CopilotAggregationQuery in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CopilotAggregationQueryModifier and TypeMethodDescriptionCopilotAggregationQuery.alternateTimeDimension(CopilotAggregationQuery.AlternateTimeDimensionEnum alternateTimeDimension) Dimension to use as the alternative timestamp for data in the aggregate.CopilotAggregationQuery.filter(CopilotAggregateQueryFilter filter) Behaves like a SQL WHERE clause.CopilotAggregationQuery.flattenMultivaluedDimensions(Boolean flattenMultivaluedDimensions) Flattens any multivalued dimensions used in response groups (e.g.CopilotAggregationQuery.granularity(String granularity) Granularity aggregates metrics into subpartitions within the time interval specified.CopilotAggregationQuery.groupBy(List<CopilotAggregationQuery.GroupByEnum> groupBy) Behaves like a SQL GROUPBY.Behaves like one clause in a SQL WHERE.CopilotAggregationQuery.metrics(List<CopilotAggregationQuery.MetricsEnum> metrics) Behaves like a SQL SELECT clause.Time zone context used to calculate response intervals (this allows resolving DST changes).CopilotAggregationQuery.views(List<CopilotAggregationView> views) Custom derived metric views