Skip to main content

and

And is a condition that returns the logical AND of its children conditions.

# Config fields, showing default values
and: []

For example, the following resolves true if a message contains both 'foo' and 'bar':

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