WebhookScoreSummary
Namespace AgentPrism · Assembly
AgentPrism.Abstractions.dllA score window threshold’s webhook summary.
public sealed record WebhookScoreSummary : IEquatable<WebhookScoreSummary>Inheritance
Section titled “Inheritance”Implements
Section titled “Implements”IEquatable<WebhookScoreSummary>
Inherited Members
Section titled “Inherited Members”object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
Section titled “Constructors”WebhookScoreSummary()
Section titled “ WebhookScoreSummary()”public WebhookScoreSummary()Properties
Section titled “Properties”AverageScore
Section titled “ AverageScore”The window’s average score (0-100).
public required double AverageScore { get; init; }Property Value
Section titled “Property Value”SampleCount
Section titled “ SampleCount”The number of samples (scored runs) in the window.
public required long SampleCount { get; init; }Property Value
Section titled “Property Value”Threshold
Section titled “ Threshold”The exceeded low-score threshold.
public required int Threshold { get; init; }Property Value
Section titled “Property Value”WindowEnd
Section titled “ WindowEnd”The window’s end (UTC).
public DateTimeOffset? WindowEnd { get; init; }Property Value
Section titled “Property Value”WindowStart
Section titled “ WindowStart”The window’s start (UTC).
public DateTimeOffset? WindowStart { get; init; }Property Value
Section titled “Property Value”Methods
Section titled “Methods”Equals(object?)
Section titled “ Equals(object?)”public override bool Equals(object? obj)Parameters
Section titled “Parameters”obj object?
Returns
Section titled “Returns”Equals(WebhookScoreSummary?)
Section titled “ Equals(WebhookScoreSummary?)”public bool Equals(WebhookScoreSummary? other)Parameters
Section titled “Parameters”other WebhookScoreSummary?
Returns
Section titled “Returns”GetHashCode()
Section titled “ GetHashCode()”public override int GetHashCode()Returns
Section titled “Returns”ToString()
Section titled “ ToString()”public override string ToString()Returns
Section titled “Returns”Operators
Section titled “Operators”operator ==(WebhookScoreSummary?, WebhookScoreSummary?)
Section titled “ operator ==(WebhookScoreSummary?, WebhookScoreSummary?)”public static bool operator ==(WebhookScoreSummary? left, WebhookScoreSummary? right)Parameters
Section titled “Parameters”left WebhookScoreSummary?
right WebhookScoreSummary?
Returns
Section titled “Returns”operator !=(WebhookScoreSummary?, WebhookScoreSummary?)
Section titled “ operator !=(WebhookScoreSummary?, WebhookScoreSummary?)”public static bool operator !=(WebhookScoreSummary? left, WebhookScoreSummary? right)Parameters
Section titled “Parameters”left WebhookScoreSummary?
right WebhookScoreSummary?