curl --request PATCH \
--url https://analytics-api.voiceflow.com/v1/transcript-evaluation/{evaluationID} \
--header 'Content-Type: application/json' \
--header 'authorization: <api-key>' \
--data '
{
"name": "<string>",
"description": null,
"enabled": true,
"prompt": "<string>",
"settings": null,
"truePrompt": "<string>",
"falsePrompt": "<string>"
}
'Update the definition of the specified transcript evaluation.
curl --request PATCH \
--url https://analytics-api.voiceflow.com/v1/transcript-evaluation/{evaluationID} \
--header 'Content-Type: application/json' \
--header 'authorization: <api-key>' \
--data '
{
"name": "<string>",
"description": null,
"enabled": true,
"prompt": "<string>",
"settings": null,
"truePrompt": "<string>",
"falsePrompt": "<string>"
}
'Voiceflow Dialog Manager API key (VF.DM) or Workspace API key (VF.WS)
ID of the transcript evaluation to target.
Name of the evaluation.
1 - 100Description of the evaluation.
250When enabled, evaluations will be run on every new transcript.
This prompt describes how the LLM should apply this evaluation.
1 - 10000The model settings passed when invoking this evaluation.
Hide child attributes
gpt-3.5-turbo-1106, gpt-3.5-turbo, gpt-4, gpt-4-turbo, gpt-4o, gpt-4o-mini, gpt-4.1-2025-04-14, gpt-4.1-mini-2025-04-14, gpt-4.1-nano-2025-04-14, gpt-o3-mini, o3-2025-04-16, o4-mini-2025-04-16, gpt-5, gpt-5-mini, gpt-5-nano, gpt-5.2, gpt-realtime, claude-4-opus, claude-4-sonnet, claude-4.5-sonnet, claude-4.6-sonnet, claude-4.5-haiku, claude-4.5-opus, bedrock-claude-4-sonnet, bedrock-claude-4.5-sonnet, bedrock-claude-4.6-sonnet, bedrock-claude-4.5-haiku, bedrock-claude-4.5-opus, voiceflow-flash-4.0, voiceflow-core-4.0, voiceflow-max-4.0, gemini-flash-2, gemini-2.5-pro, gemini-2.5-flash, gemini-live-2.5-flash, gpt-oss-20b, gpt-oss-120b, llama-guard-4, llama-3.1-instant, llama-3.3-versatile, claude-3.5-haiku, claude-3-opus, claude-3.7-sonnet, claude-v2, llama-3.2-1b-preview, gemini-pro-1.5, claude-3-haiku, claude-3-sonnet, text-davinci-003, claude-v1, claude-instant-v1, deep-seek-r1-distill-llama-70B, claude-3.5-sonnet minimal, low, medium, high This prompt describes which transcripts should evaluate as 'true'.
1 - 10000This prompt describes which transcripts should evaluate as 'false'.
1 - 10000Was this page helpful?