public sealed class HistogramQueryResult : IMessage<HistogramQueryResult>, IEquatable<HistogramQueryResult>, IDeepCloneable<HistogramQueryResult>, IBufferMessage, IMessage
Histogram result that matches [HistogramQuery][google.cloud.talent.v4.HistogramQuery] specified in searches.
[[["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-04-17 UTC."],[[["This webpage details the `HistogramQueryResult` class, part of the `Google.Cloud.Talent.V4` namespace, used to represent histogram results in talent searches."],["The `HistogramQueryResult` class has properties such as `Histogram`, a map of string values to entry counts, and `HistogramQuery`, which represents the histogram expression."],["The class has been implemented across various versions, with the latest being 2.7.0, indicating its evolution and ongoing development within the Google Cloud Talent API."],["The class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, adding functionality and features to the class."],["`HistogramQueryResult` can be constructed using a default constructor or a copy constructor."]]],[]]