How-to
Article MarkdownReport an error

How to react when an AI quality assessment is ready?

When a dialog closes, AI quality assessment still runs afterwards. A section that starts from chat closed often sees an empty score and summary. The AI QA assessment completed event fires when the assessment is actually ready.

When you need it

  • Send the score and summary to CRM after the dialog is closed.
  • Call a webhook or write Custom Data when AI QA has finished.
  • Replace a temporary workaround: polling assessments from a custom action.

What to know

  • The event fires only after a successful AI assessment. A failed assessment does not start the section.
  • The section can read trigger_data.score, trigger_data.dialog_summary, trigger_data.chat_room_id, trigger_data.assessment_id.
  • A second successful AI evaluation of the same dialog starts the section again.

Before you start

Steps

  1. Open the section in Scenario Builder and select the Start node.
  2. Set the trigger type to Internal events.
  3. Choose AI QA assessment completed.
  4. Add a send node (CRM, webhook, Custom Data) and map fields from trigger_data.
  5. Save and publish the scenario.

Field details: Internal events trigger reference.

How to verify

  1. Close a test dialog that AI QA will assess.
  2. Wait until the assessment status is completed in Quality Assurance.
  3. Confirm the section ran and the external system received the score.

Typical mistakes

Problem Fix
Section runs but the score is empty Use AI QA assessment completed, not chat closed.
Section does not run The assessment may have failed. This event ignores failures.
Duplicate send A second AI evaluation fires the event again. Deduplicate in CRM or in the scenario.
Using your own AI agent?Install the open skill so your AI agent can work with current official ConnectiveOne documentation.Get the skillNeed support?Couldn’t find the answer or need help from the ConnectiveOne team? Create a request in Client Portal.Create a request