Manage Analytic Criteria Expressions

The speech search engine uses analytic criteria expressions to identify call audio files for indexing and searching. The list criteria are compared against call records in the NICE Uptivity database, and the audio files associated with the selected once. All calls will be indexed and analyzed if no criteria are specified. For more information, see Criteria Overview.

Important: Ensure that you do not create the same criteria expression for two different languages when editing a criteria expression. If you create the same criteria expression for two different languages, this will create a system conflict and NICE Uptivity Speech Analytics will create a phonetic index file for only one of the languages, not both. Each criteria expression must be unique.

  1. Click AdministrationAdd-OnsAnalyticsAnalytic Criterion List.
  2. Click Add to create a new expression, Edit to change an existing item or expression, or Delete to remove an existing item or expression.
  3. If you clicked Add, enter a meaningful Name for the expression.
  4. Select a Language code from the drop-down list. This field is required.
  5. Using the available fields, enter your criteria Expression and then click Save.
    • You will need to use conditional operators to create your expression.

Conditional Operators

Conditional operators can be used to combine multiple identifiers in analytic criteria expressions. For example, "deviceid!=0" would index all audio files. Similarly, "gate==1" would index all audio files for calls that came through Gate 1. An expression can be no more than 255 characters.

The following table identifies the operators supported in NICE Uptivity Speech Analytics.

  Conditional Operators   Boolean Operators
== Equal to && Boolean AND operator
!= Not equal to | | Boolean OR operator
> Greater than ( ) Parenthesis used for grouping and precedence
< Less than    
>= Greater than or equal to    
<= Less than or equal to    

,

or

"

Both single and double quotes can be used to signify strings in expressions.