API Reference
Class
AgentReadinessCheck
Single weighted readiness check.
Inheritance
- Object
- AgentReadinessCheck
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property AgentReadinessAnalysis.Checks
- Property AgentReadinessInfo.Checks
Constructors
public AgentReadinessCheck() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Id { get; set; } #Stable check identifier.
public String Category { get; set; } #Category containing this check.
public AgentReadinessCheckStatus Status { get; set; } #Current status.
public Double Score { get; set; } #Score earned by this check.
public Double MaxScore { get; set; } #Maximum score for this check.
public String Evidence { get; set; } #Human-readable evidence.
public String Code { get; set; } #Associated assessment/recommendation code.