Values for the modifier. All operators should have a single value other than 'IN' and 'BETWEEN'. 'PAST' will have negative seconds like -86400 is past 1 day.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-22 UTC."],[[["The JSON representation defines a filter operation using a `filter_operator` and an array of `field_values`."],["The `filter_operator` field specifies the type of filtering operation, referencing the `FilterOperator` enum."],["The `field_values` field contains string values used in the filter, with most operators requiring a single value except for 'IN' and 'BETWEEN'."],["The `FilterOperator` enum defines various operators such as `EQUAL`, `NOT_EQUAL`, `IN`, `GREATER_THAN`, `LESS_THAN`, `BETWEEN`, `PAST`, `IS_NULL`, and more."],["The `PAST` operator will use negative numbers in seconds such as -86400 to denote one day in the past."]]],[]]