Complete schema definition for call processing data packets
The CallPacket schema represents the complete data structure returned after processing an emergency call, including both NLP analysis and audio processing results.
{ "call_id": "call_abc123xyz", "nlp": { "transcript": "There's a fire in my kitchen, I need help immediately!", "intent": "fire emergency", "summary": "Caller reports active kitchen fire and requests immediate assistance" }, "audio": { "distress_score": 8.5, "hazards": ["smoke alarm", "elevated voice"] }}