Uses of Class
com.mypurecloud.sdk.v2.model.AgentCopilotAggregationQuery
Packages that use AgentCopilotAggregationQuery
Package
Description
-
Uses of AgentCopilotAggregationQuery in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type AgentCopilotAggregationQueryModifier and TypeMethodDescriptionAnalyticsApi.postAnalyticsAgentcopilotsAggregatesQuery(AgentCopilotAggregationQuery body) Query for agent copilot aggregatesAnalyticsApi.postAnalyticsAgentcopilotsAggregatesQueryWithHttpInfo(AgentCopilotAggregationQuery body) Query for agent copilot aggregatesMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type AgentCopilotAggregationQueryModifier and TypeMethodDescriptionAnalyticsApi.postAnalyticsAgentcopilotsAggregatesQuery(ApiRequest<AgentCopilotAggregationQuery> request) Query for agent copilot aggregatesAnalyticsApiAsync.postAnalyticsAgentcopilotsAggregatesQueryAsync(ApiRequest<AgentCopilotAggregationQuery> request, AsyncApiCallback<ApiResponse<AgentCopilotAggregateQueryResponse>> callback) Query for agent copilot aggregates -
Uses of AgentCopilotAggregationQuery in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return AgentCopilotAggregationQueryMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type AgentCopilotAggregationQueryModifier and TypeMethodDescriptionPostAnalyticsAgentcopilotsAggregatesQueryRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type AgentCopilotAggregationQueryModifier and TypeMethodDescriptionPostAnalyticsAgentcopilotsAggregatesQueryRequest.builder(AgentCopilotAggregationQuery body) voidPostAnalyticsAgentcopilotsAggregatesQueryRequest.setBody(AgentCopilotAggregationQuery body) PostAnalyticsAgentcopilotsAggregatesQueryRequest.Builder.withBody(AgentCopilotAggregationQuery body) PostAnalyticsAgentcopilotsAggregatesQueryRequest.withBody(AgentCopilotAggregationQuery body) PostAnalyticsAgentcopilotsAggregatesQueryRequest.Builder.withRequiredParams(AgentCopilotAggregationQuery body) -
Uses of AgentCopilotAggregationQuery in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AgentCopilotAggregationQueryModifier and TypeMethodDescriptionAgentCopilotAggregationQuery.alternateTimeDimension(AgentCopilotAggregationQuery.AlternateTimeDimensionEnum alternateTimeDimension) Dimension to use as the alternative timestamp for data in the aggregate.AgentCopilotAggregationQuery.filter(AgentCopilotAggregateQueryFilter filter) Behaves like a SQL WHERE clause.AgentCopilotAggregationQuery.flattenMultivaluedDimensions(Boolean flattenMultivaluedDimensions) Flattens any multivalued dimensions used in response groups (e.g.AgentCopilotAggregationQuery.granularity(String granularity) Granularity aggregates metrics into subpartitions within the time interval specified.AgentCopilotAggregationQuery.groupBy(List<AgentCopilotAggregationQuery.GroupByEnum> groupBy) Behaves like a SQL GROUPBY.Behaves like one clause in a SQL WHERE.How many results you want in an ordered list.AgentCopilotAggregationQuery.metrics(List<AgentCopilotAggregationQuery.MetricsEnum> metrics) Behaves like a SQL SELECT clause.AgentCopilotAggregationQuery.queryType(AgentCopilotAggregationQuery.QueryTypeEnum queryType) Query type to use.AgentCopilotAggregationQuery.sortMetric(AgentCopilotAggregationSort sortMetric) Required when requesting multiple metrics.Time zone context used to calculate response intervals (this allows resolving DST changes).AgentCopilotAggregationQuery.views(List<AgentCopilotAggregationView> views) Custom derived metric views