Create evaluation
Adds a evaluation to the project, a criterion a model scores past conversations against. The response carries the ID that later calls address it by.
Authorizations
Voiceflow bearer token
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
Creates the evaluation and returns it with its assigned id. No transcript is scored yet: results come from running it against a transcript, or automatically on new transcripts when enabled is true.
- Option 1
- Option 2
- Option 3
- Option 4