{"name": string,// Union field one_comparison can be only one of the following:"dimensionFilter": {object (FilterExpression)},"comparison": string// End of list of possible types for union field one_comparison.}
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2024-11-22 (世界標準時間)。"],[[["JSON representation defines individual comparisons, often used in reports to compare multiple aspects."],["Each comparison has a name for identification and uses either a `dimensionFilter` or a saved `comparison` for defining the comparison logic."],["`dimensionFilter` allows for basic comparisons using FilterExpression, while `comparison` utilizes a saved comparison resource for complex scenarios."],["The response data will present each comparison in separate rows, identified by their respective names."]]],["The content defines a comparison structure for reporting. Each comparison has a `name` for identification in the response. A comparison can be defined in one of two ways: by a `dimensionFilter` object, which specifies a basic filter criteria; or by referencing a pre-existing saved `comparison` via its resource name. Multiple comparisons are used together to create a report, each comparison generating separate rows in the output.\n"]]