Interface MatchedDecisionRule

interface MatchedDecisionRule {
    evaluatedOutputs: EvaluatedDecisionOutput[];
    ruleId: string;
    ruleIndex: number;
}

Properties

evaluatedOutputs: EvaluatedDecisionOutput[]

the evaluated decision outputs

ruleId: string

the id of the matched rule

ruleIndex: number

the index of the matched rule

Generated using TypeDoc