Rule Language
The Rule Language is a powerful feature which we use in the Recommender Platform to process event streams, test condition rules, and produce relevant and precise recommendation messages.
Expressions in Rule Language look similar to expressions in Excel or other comparable tools or script/program languages.
To give a first impression, have a look at the following examples, which give an idea how the language can be used:
Examples
Example of a boolean expression which compares multiple values and uses AND/OR operators:
Example of a text expression, which concatenates static text and dynamic data:
Details
Read in the next sub-chapters about the language syntax, the data types and structures, and how to process these with the help of functions and operations.
Last updated