Skip to main content
This helps the AI query helper and AI Assistant understand the full range of options available for a field. Use this parameter for measures with a limited, well-defined set of values such as rating scores or categorical aggregations. Refer to the Optimizing models for AI guide for more information on best practices.

Syntax

<measure_name>:
  all_values: [<value_1>, <value_2>, ...]

Properties

measure_name
object[]
The name of the measure.

Examples

Rating scale
rating_score:
  all_values: [1, 2, 3, 4, 5]
Satisfaction levels
satisfaction_level:
  all_values: [very_dissatisfied, dissatisfied, neutral, satisfied, very_satisfied]