Xác định một phép so sánh riêng lẻ. Hầu hết các yêu cầu sẽ bao gồm nhiều phép so sánh để báo cáo so sánh giữa các phép so sánh đó.
Biểu diễn dưới dạng 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.}
Trường
name
string
Mỗi phép so sánh sẽ tạo ra các hàng riêng biệt trong phản hồi. Trong phản hồi, phép so sánh này được xác định bằng tên này. Nếu bạn không chỉ định tên, chúng tôi sẽ sử dụng tên hiển thị của phép so sánh đã lưu.
Trường hợp hợp nhất one_comparison. Một loại giá trị so sánh one_comparison chỉ có thể là một trong những loại sau:
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2024-11-22 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."]]],[]]