Uses of Class
com.mypurecloud.sdk.v2.model.EvaluationSearchAggregationDTO
Packages that use EvaluationSearchAggregationDTO
-
Uses of EvaluationSearchAggregationDTO in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return EvaluationSearchAggregationDTOModifier and TypeMethodDescriptionEvaluationSearchAggregationDTO.calendarInterval(String calendarInterval) The calendar interval for date histogram aggregationsEvaluationSearchAggregationDTO.field(EvaluationSearchAggregationDTO.FieldEnum field) The field to aggregate on.ALLOWED FIELDS BY AGGREGATION TYPE:TERM/COUNT: evaluationStatus, aiScoringFailureType, questionAiAnswerFailureType,TERM: formId, formIdReleased, contextId, questionGroupId, questionId, questionAnswerId, released, questionGroupMarkedNA, questionMarkedNA, questionAiScored, questionEaScored,SUM/AVERAGE/STATS/RANGE: totalScore, totalCriticalScore, questionGroupScorePercentage,criticalQuestionGroupScorePercentage, questionScore,SUM: disputeCount, rescoreCount, eaSuggestionCount, eaAcceptedSuggestionCount,aiSuggestionCount, aiAcceptedSuggestionCount,DATE_HISTOGRAM: conversationDate, createdDate, submittedDate, releaseDateThe format for date histogram aggregationsThe name of the aggregationEvaluationSearchAggregationDTO.ranges(List<QueryApiSearchAggregationRange> ranges) The ranges for range aggregationsThe size limit for term aggregations, 100 size limit for all fieldsEvaluationSearchAggregationDTO.subAggregations(List<EvaluationSearchSubAggregationDTO> subAggregations) Sub-aggregations to be computed within this aggregationEvaluationSearchAggregationDTO.type(EvaluationSearchAggregationDTO.TypeEnum type) The Type of Aggregation to PerformMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type EvaluationSearchAggregationDTOMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type EvaluationSearchAggregationDTOModifier and TypeMethodDescriptionEvaluationSearchRequestDTO.aggregations(List<EvaluationSearchAggregationDTO> aggregations) Aggregations to compute on the search resultsvoidEvaluationSearchRequestDTO.setAggregations(List<EvaluationSearchAggregationDTO> aggregations)