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 dimensions with a limited, well-defined set of values such as status fields, categories, or types. Refer to the Optimizing models for AI guide for more information on best practices.

Syntax

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

Properties

dimension_name
object
The name of the dimension. Dimension names must:
  • Be unique within the view
  • Start with a letter
  • Contain only alphanumeric characters and underscores

Examples

Priority levels
priority:
  all_values: [low, medium, high, critical]
Boolean field
is_active:
  all_values: [true, false]