Enum Class BotAggregationQuery.QueryTypeEnum

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

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