Skip to main content
PATCH
Update transcript evaluation

Authorizations

authorization
string
header
required

Voiceflow API key

Path Parameters

evaluationID
string
required

ID of the transcript evaluation to target.

Body

application/json
name
string

Name of the evaluation.

Required string length: 1 - 100
description
string | null

Description of the evaluation.

Maximum string length: 250
enabled
boolean

When enabled, evaluations will be run on every new transcript.

prompt
string

This prompt describes how the LLM should apply this evaluation.

Required string length: 1 - 10000
settings
object | null

The model settings passed when invoking this evaluation.

logInjectionSettings
object

The additional log types which should be injected into this evaluation.

truePrompt
string

This prompt describes which transcripts should evaluate as 'true'.

Required string length: 1 - 10000
falsePrompt
string

This prompt describes which transcripts should evaluate as 'false'.

Required string length: 1 - 10000

Response

204 - undefined