Skip to content

Conversation Scorecard Evaluator Result

The outcome of a single evaluator within a scorecard.

valuestring or null

The evaluator's selected value (typically a label such as pass, fail, or a category identifier).

Example:"pass"
sourcestring or null

The origin of the result (for example, ai or human).

Example:"ai"
reasoningstring or null

A free-text explanation of the result.

Example:"The agent acknowledged the issue and resolved it within the same response."
reason_idsArray of strings or null

Identifiers for structured reasons assigned to the result, if any.

Example:
[ "101", "102" ]
other_textstring or null

Free-text entered by the reviewer to supplement or stand in for the structured reason_ids — typically captured when the reviewer selects an "Other" option or adds a custom note. Null when not provided.

Example:"Agent acknowledged the issue but missed the follow-up question about billing."
{ "value": "pass", "source": "ai", "reasoning": "The agent acknowledged the issue and resolved it within the same response.", "reason_ids": [ "101", "102" ], "other_text": "Agent acknowledged the issue but missed the follow-up question about billing." }