একটি পৃথক তুলনা সংজ্ঞায়িত করে। বেশিরভাগ অনুরোধে একাধিক তুলনা অন্তর্ভুক্ত থাকবে যাতে প্রতিবেদনটি তুলনার মধ্যে তুলনা করে।
JSON প্রতিনিধিত্ব
{"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.}
ক্ষেত্র
name
string
প্রতিটি তুলনা প্রতিক্রিয়ায় পৃথক সারি তৈরি করে। প্রতিক্রিয়া, এই তুলনা এই নামে চিহ্নিত করা হয়. নাম অনির্দিষ্ট হলে, আমরা সংরক্ষিত তুলনা প্রদর্শন নাম ব্যবহার করব।
ইউনিয়ন ক্ষেত্র one_comparison । এক ধরনের তুলনা মান 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"]],["2025-01-06 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["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"]]