Skip to main content
Overwrite Analytics Node configuration panel

Description

As of Cognigy.AI 4.91.0, the Understood Messages concept is deprecated. Use the Goals and Tasks concepts to evaluate whether your AI Agent understood a particular phrase. In Cognigy.AI 2025.19, the charts related to this concept were removed from Insights reports.As of Cognigy.AI 4.91.0, the understood field in the Cognigy.AI OData endpoint is deprecated. The understood field has been removed from the Cognigy.AI OData endpoint. Use the Goals collection in the Cognigy.AI OData endpoint.Refer to the list of all upcoming removals on the Deprecations and Removals page.
This Node allows you to selectively overwrite default values, such as Intents, text, understood messages, and more, as well as manage the analytics data stored in the Analytics database. You can view this data on the Insights reports or retrieve it via the Cognigy.AI OData Endpoint. You can also use this Node to add custom values. Empty fields don’t overwrite the initial values. If you add this Node and leave some fields empty, such as the Intent default field, the initial value stored in the Analytics database will remain unchanged.

Parameters

Custom fields allow you to store any data as a string value.Custom fields can be useful for enriching the information about a user’s conversation by adding more details. For example, if user inputs contain words such as excellent or great, you can add a custom field with the value Positive feedback to make it easier to analyze positive feedback through analytics records.
Default fields allow you to change existing data or add new data to the default parameters, such as Intents, States, and inputs. If a default field is left empty, the previous value will be used in the analytics record.The table includes the most commonly used parameters for overwriting. For example, you can overwrite the Intent name. Consider the case where a user says, I need to return an item. The AI Agent recognizes this message as the Return request Intent. For more precise tracking, you can configure the AI Agent to overwrite this Intent so that it is stored in the Analytics database as Product return.

Examples

You can anonymize specific text in the field to ensure privacy while maintaining context in OData. For example, instead of My name is Alex, how do I do something? you can replace it with My name is <Name>, how do I do something?.
To clean up NLU metrics, you can set the Understood field to null or true in specific circumstances. This approach is useful in voice AI Agents for handling Voice Gateway payloads, which are automatically set to false.

Alternatives

Alternatively, you can update analytics records using the PATCH /v2.0/analytics request.
Last modified on June 15, 2026