Skip to main content

or

Returns the logical OR of children conditions.

# Config fields, showing default values
or: []

Examples​

The following snippet resolves to true if a message contains 'foo' or 'bar':

or:
- text:
operator: contains
arg: foo
- text:
operator: contains
arg: bar