Multiple choice technology

which of the rule interfaces can return the number of rules fired?

  1. Iir session execute result

  2. Iir result

  3. Iir response

  4. Iir rules response

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The 'IirSessionExecuteResult' interface provides information about a rule execution session, including the number of rules fired. 'IirResult', 'IirResponse', and 'IirRulesResponse' are not standard interface names for this purpose in rule engine APIs. The question correctly identifies the right interface.