Skip to main content
Version: 8.9 (unreleased)

Type Alias: MatchedDecisionRuleItem

type MatchedDecisionRuleItem = object;

Defined in: gen/types.gen.ts:1854

A decision rule that matched within this decision evaluation.

Properties

evaluatedOutputs?

optional evaluatedOutputs: EvaluatedDecisionOutputItem[];

Defined in: gen/types.gen.ts:1866

The evaluated decision outputs.


ruleId?

optional ruleId: string;

Defined in: gen/types.gen.ts:1858

The ID of the matched rule.


ruleIndex?

optional ruleIndex: number;

Defined in: gen/types.gen.ts:1862

The index of the matched rule.