FAQ - Frequently Asked Questions

Here you will find answers to frequently asked questions about the ISA Dialog Manager.

If your question is not listed, contact us!

Rule Language

No, event rules are called by the IDM when the event is triggered.
However, you can define your own events and trigger them with sendevent() or work with self-defined methods.

If you want to store rules or functions in variables and attributes, you must note that these are of the data type “object” in the rule language.
Methods are of the data type "method." Rules and functions can then be called directly via the variable name or attribute.
Methods can be accessed via the built-in method :call() indirectly.

Tags: call, IDM, regel, rule
en_GB