Variable DecisionDefinitionTypeEnumConst
DecisionDefinitionTypeEnum: {
DECISION_TABLE: "DECISION_TABLE";
LITERAL_EXPRESSION: "LITERAL_EXPRESSION";
UNKNOWN: "UNKNOWN";
UNSPECIFIED: "UNSPECIFIED";
} = ...
Type Declaration
ReadonlyDECISION_TABLE: "DECISION_TABLE"
ReadonlyLITERAL_EXPRESSION: "LITERAL_EXPRESSION"
ReadonlyUNKNOWN: "UNKNOWN"
ReadonlyUNSPECIFIED: "UNSPECIFIED"
The type of the decision. UNSPECIFIED is deprecated and should not be used anymore, for removal in 8.10