Skip to main content
About the Resource Center

Operators

When you define expressions for segments, outcomes, and action maps, use the operators in the following table.
  • Expressions are not case-sensitive.
  • Available operators depend on the object type that you configure.
OperatorDescriptionExample
contains allContains all the words that you specify. Separate a list of values with commas.

welcome,insurance,page

contains anyContains one or more words that you specify. Separate a list of values with commas.

insurance,car,plan

does not contain allDoes not contain all the words that you specify. Separate a list of values with commas.

bank,tax,account

does not contain anyDoes not contain any of the words that you specify. Separate a list of values with commas.

bank,health,life

equalsExactly matches the words that you specify, including case. Can be string or Boolean.

String example: hello
Boolean example: true

not equalsDoes not match the words exactly as you specify. Can be string or Boolean.

String example: hello
Boolean example: true

greater thanAttribute is greater than the numeric value that you specify.10
greater than or equalAttribute is greater than or equal to the numeric value that you specify.5
less thanAttribute is less than the numeric value that you specify.100
less than or equalAttribute is less than or equal to the numeric value that you specify.34
starts withStarts with the character or characters that you specify.www.genesys.com
ends withEnds with the character or characters that you specify.checkout