NLP Intent Extraction Failure in Bulk Digital Export via API

Can anyone explain why the intent prediction field is null in the JSON payload when pulling WhatsApp transcripts via the /api/v2/analytics/conversations/details/query endpoint? The Architect flow triggers the NLP model successfully during live interaction, but the exported metadata for legal discovery lacks the confidence score.

{
 "intent_prediction": null,
 "entities": []
}