API Reference
Class
DocSuggestion
Suggested documentation link for a rule, with confidence and matched tokens.
Inheritance
- Object
- DocSuggestion
Constructors
public DocSuggestion() #Inherited Methods
Properties
public String Rule { get; set; } #TestimoX rule name that the suggestion applies to.
public String Source { get; set; } #Documentation source (e.g., PingCastle or PurpleKnight).
public String Id { get; set; } #External document identifier.
public String Title { get; set; } #External document title.
public Double Confidence { get; set; } #Confidence score (0..1) for the suggestion.
public String[] Matches { get; set; } #Matched tokens that contributed to the suggestion.