Tracker
An in-checklist tracker. Prefer the tracker-prefixed fields; unprefixed fields are compatibility aliases with the same values.
Fields
Required means the key is present; nullable means its value may be null. These are different. Examples are synthetic, complete for the documented fields, and not real customer data.
Unique identifier of the tracker. Stable across conversations, so it can be used to group or join tracker results.
Example
"1042"Whether the tracker was hit during the conversation.
Example
trueComplete example
Tracker · complete example
{
"trackerId": "1042",
"name": "Asked about budget",
"trackerName": "Asked about budget",
"isHit": true,
"trackerIsHit": true,
"aiScore": 0.92,
"trackerAiScore": 0.92
}