Difference between revisions of "ATC/Current/AdminGuide/Operators"

From Genesys Documentation
Jump to: navigation, search
(Published)
(Published)
Line 13: Line 13:
 
|alignment=Vertical
 
|alignment=Vertical
 
|structuredtext=When you define expressions for segments, outcomes, and action maps, use the operators in the following table.
 
|structuredtext=When you define expressions for segments, outcomes, and action maps, use the operators in the following table.
 +
 +
If the custom events feature toggle is false, “containsAny” is “like“ and “notContainsAny“ is “notLike“
 
{{NoteFormat|
 
{{NoteFormat|
 
* Expressions are not case-sensitive.
 
* Expressions are not case-sensitive.
Line 23: Line 25:
 
{{!}}-
 
{{!}}-
 
{{!}}contains all
 
{{!}}contains all
{{!}}Attribute contains all the characters that you specify.
+
{{!}}Contains all the characters that you specify.
 
{{!}}-
 
{{!}}-
 
{{!}}contains any
 
{{!}}contains any
{{!}}Attribute contains one or more characters that you specify.
+
{{!}}Contains one or more characters that you specify.
 
{{!}}-
 
{{!}}-
 
{{!}}does not contain all
 
{{!}}does not contain all
{{!}}Attribute doesn't contain all the characters that you specify.
+
{{!}}Doesn't contain all the characters that you specify.
 
{{!}}-
 
{{!}}-
 
{{!}}does not contain any
 
{{!}}does not contain any
{{!}}Attribute doesn't contain any of the characters that you specify.
+
{{!}}Doesn't contain any of the characters that you specify.
 
{{!}}-
 
{{!}}-
 
{{!}}{{!}}equals
 
{{!}}{{!}}equals
{{!}}{{!}}Attribute matches the characters that you specify exactly.
+
{{!}}{{!}}Matches the characters that you specify exactly, including case.
 
{{!}}-
 
{{!}}-
 
{{!}}{{!}}not equals
 
{{!}}{{!}}not equals
{{!}}{{!}}Attribute does not match the characters exactly as you specify.
+
{{!}}{{!}}Does not match the characters exactly as you specify.
 
{{!}}-
 
{{!}}-
 
{{!}}greater than
 
{{!}}greater than
Line 53: Line 55:
 
{{!}}-
 
{{!}}-
 
{{!}}{{!}}starts with
 
{{!}}{{!}}starts with
{{!}}{{!}}Attribute starts with the character or characters that you specify.
+
{{!}}{{!}}Starts with the character or characters that you specify.
 
{{!}}-
 
{{!}}-
 
{{!}}{{!}}ends with
 
{{!}}{{!}}ends with
{{!}}{{!}}Attribute ends with the character or characters that you specify.
+
{{!}}{{!}}Ends with the character or characters that you specify.
 
{{!}}}
 
{{!}}}
 
|Status=No
 
|Status=No
 
}}
 
}}
 
}}
 
}}

Revision as of 19:21, January 14, 2021

Limited Availability Learn about the types of operators that you can use to create attributes.


Types of operators

When you define expressions for segments, outcomes, and action maps, use the operators in the following table.

If the custom events feature toggle is false, “containsAny” is “like“ and “notContainsAny“ is “notLike“

Tip
  • Expressions are not case-sensitive.
  • Separate a list of values with commas
  • Available operators depend on the object type that you are configuring.
Operator Description
contains all Contains all the characters that you specify.
contains any Contains one or more characters that you specify.
does not contain all Doesn't contain all the characters that you specify.
does not contain any Doesn't contain any of the characters that you specify.
equals Matches the characters that you specify exactly, including case.
not equals Does not match the characters exactly as you specify.
greater than Attribute is greater than the numeric value that you specify.
greater than or equal Attribute is greater than or equal to the numeric value that you specify.
less than Attribute is less than the numeric value that you specify.
less than or equal Attribute is less than or equal to the numeric value that you specify.
starts with Starts with the character or characters that you specify.
ends with Ends with the character or characters that you specify.
Retrieved from "https://all.docs.genesys.com/ATC/Current/AdminGuide/Operators (2024-04-27 19:46:24)"
Comments or questions about this documentation? Contact us for support!