Problem
Pushing Barge In Threshold Settings via the CXone REST API with Python keeps failing. We’ve got a WEM tracking setup needing these limits aligned, and I prefer WEM for routing checks. Here’s the current Configuration structure:
payload = {"silence_duration_ms": 150, "energy_matrix": [0.4, 0.8]}
requests.put(url, json=payload, headers=headers)
The endpoint throws a 422 during atomic PUT operations when the Energy Level Matrix crosses speech engine constraints. The validation pipeline expects strict Silence Duration References and False Trigger Mitigation Directives, but I’m missing the schema requirement. Totally flying blind. Need the exact schema mapping for the Audio Analysis Trigger.