Bot Transcript Metadata Missing in Bulk Export for Legal Hold

Just noticed that the bulk export job for AI Bot interactions omits the conversation_transcript field in the JSON manifest. The S3 bucket receives the audio, but the metadata required for chain of custody is incomplete.

export_job:
 filter:
 interaction_type: "bot"
 date_range: "2024-10-01/2024-10-02"
 destination:
 type: "s3"
 bucket: "legal-hold-archive"

Is this a known limitation of the Recording API when handling bot nodes, or is there a specific parameter needed to force transcript inclusion?