Documentation Index
Fetch the complete documentation index at: https://docs.cekura.ai/llms.txt
Use this file to discover all available pages before exploring further.
Metric Types
Scope of this page. This page covers the shape of the value each metric type returns (Boolean, Rating, Numeric, Enum). It does not cover how those values translate into evaluation success — i.e., how to configure whether a metric affects call/run pass/fail, threshold rules, or scoring rubrics. For that, see Rubric.
Boolean
Boolean
This metric directly affects the success/failure of a call.
It evaluates adherence to specific workflow steps, resulting in a simple true/false outcome, indicating whether the workflow was followed correctly.
Example - if asked for discount by customer, the agent should offer 30% or less.
It evaluates adherence to specific workflow steps, resulting in a simple true/false outcome, indicating whether the workflow was followed correctly.
Example - if asked for discount by customer, the agent should offer 30% or less.
Rating
Rating
This metric does not affect the success/failure of a call.
This metric offers evaluation on a continuous scale, providing a score on a scale of 0-100%
This metric offers evaluation on a continuous scale, providing a score on a scale of 0-100%
Numeric
Numeric
This metric provides quantitative data for straightforward analysis, including metrics like latency, pitch.
Enum
Enum
This metric categorizes interactions into predefined categories, helping to identify patterns and trends by categorizing data.
Example - Was the customer happy, sad or frustrated?
Example - Was the customer happy, sad or frustrated?