Type Alias: MatchedDecisionRuleItem
type MatchedDecisionRuleItem = object;
A decision rule that matched within this decision evaluation.
Properties
evaluatedOutputs
evaluatedOutputs: EvaluatedDecisionOutputItem[];
The evaluated decision outputs.
ruleId
ruleId: string;
The ID of the matched rule.
ruleIndex
ruleIndex: number;
The index of the matched rule.