Enum Class AgentCopilotAggregationQuery.QueryTypeEnum

java.lang.Object
java.lang.Enum<AgentCopilotAggregationQuery.QueryTypeEnum>
com.mypurecloud.sdk.v2.model.AgentCopilotAggregationQuery.QueryTypeEnum
All Implemented Interfaces:
Serializable, Comparable<AgentCopilotAggregationQuery.QueryTypeEnum>, java.lang.constant.Constable
Enclosing class:
AgentCopilotAggregationQuery

public static enum AgentCopilotAggregationQuery.QueryTypeEnum extends Enum<AgentCopilotAggregationQuery.QueryTypeEnum>
Query type to use. Use groupBy for all matching results, and topN/bottomN for N results ordered by the sortMetric. Default is groupBy.