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-09 UTC."],[[["The latest version available for `HistogramQueryResult` is 2.7.0, while the documented version is 1.4.0."],["`HistogramQueryResult` is a class that represents a histogram result derived from a `HistogramQuery` in talent searches."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two primary properties: `Histogram`, which is a map of facet values to matching entry counts, and `HistogramQuery`, representing the requested histogram expression."],["`HistogramQueryResult` includes two constructors, one being a default constructor, and another accepting another `HistogramQueryResult` for parameterization."]]],[]]