Determines whether a rule matches an incoming request.
A string does a case-insensitive substring match on the last user message.
A RegExp gets tested against the last user message.
A MatchObject checks multiple fields at once with AND logic.
A function receives the normalised request and returns a boolean.
Determines whether a rule matches an incoming request.
A
stringdoes a case-insensitive substring match on the last user message. ARegExpgets tested against the last user message. AMatchObjectchecks multiple fields at once with AND logic. A function receives the normalised request and returns a boolean.