How do I generate an Agent Auto Complete Evaluation?
You can generate an evaluation for a specific interaction in one of the following ways:
Programs support the automated generation of AI-driven, auto-complete evaluations.
- Open the relevant program.
- Click the Agent Scoring tab.
- Click Add Rule.
- Configure the scoring rule:
- Interaction volume
- All interactions – Generates an evaluation for every interaction that matches the program.
- Percentage of interactions – Generates evaluations for a specified percentage of matched interactions. Valid values range 1–100%.
- Agent auto-complete evaluation form – Select a published agent auto-evaluation form.
- Interaction volume
- Save the rule.
- Enable the rule and publish the program.
You can configure up to five scoring rules per program. Scoring rules are optional and can be enabled or disabled at any time.
For more information, see Work with a program.
You can generate an evaluation programmatically by calling the Evaluations API.
Endpoint
POST /api/v2/quality/conversations/{conversationId}/evaluations
Required fields
conversationIdevaluationFormIdevaluationFormType="Automated"agentId(optional)
Example request body
{
"evaluationForm": {
"id": "965adb1f-6724-411a-8fff-b14914d34e16",
"evaluationFormType": "Automated"
},
"agent": {
"id": "6dc865cc-f5f3-4b45-af42-47f149cfb5c2"
}}- From the Form list, select an Agent Auto-Complete evaluation form.
- Set the Evaluator type to Auto Submit with Virtual Supervisor.
- Click Create.
[NEXT] Was this article helpful?
Get user feedback about articles.