Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public static class ResQExtensions
// Convert risk score to severity double riskScore = 0.85; var severity = riskScore.ToSeverity(); // AlertSeverity.High // Check if detection is critical if (detection.IsCritical()) { await TriggerImmediateResponse(detection); }
Was this page helpful?