Update evaluation
Changes an existing evaluation in place. The response carries only a confirmation message, so refetch the evaluation to read its new values.
Authorizations
Voiceflow bearer token
Path Parameters
The ID of the evaluation to operate on.
Query Parameters
The ID of the project to operate on.
Body
- Option 1
- Option 2
- Option 3
- Option 4
Identifies an evaluation that produces a true/false result.
boolean The criteria describing when the evaluator should return true.
The criteria describing when the evaluator should return false.
The criteria the evaluator uses to judge a transcript.
Whether this evaluation runs automatically against new transcripts.
A human-readable description of what this evaluation measures.
Response
Confirms the evaluation's name, criteria, result type, or enabled state were updated. The body is a message only, so refetch the evaluation to read its stored definition.
A human-readable message confirming the update.