Specifies criteria for filtering a subset of service contexts. The fields in the filter correspond to the fields in ServiceContext. Only exact, case-sensitive matches are supported. If a field is unset or empty, it matches arbitrary values.
[[["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-02-20 UTC."],[[["The provided content details criteria for filtering service contexts based on exact, case-sensitive matches."],["Filters can be applied to `service`, `version`, and `resourceType` fields within a `ServiceContext`."],["Unset or empty filter fields will match any value within the corresponding `ServiceContext` field."],["The filter criteria can be represented in JSON using this structure: ` { \"service\": string, \"version\": string, \"resourceType\": string } `."]]],[]]