Cognigy webhook payload missing intent data in CXone Architect

Trying to route based on Cognigy intent in CXone. The webhook hits the endpoint but the JSON payload only has the transcript, no intent object.

Here is the POST body I see in the logs:
{“text”: “I want to cancel”, “sessionId”: “123”}

Why is the intent missing? I need that for the routing script.