public sealed class FacetValue : IMessage<SearchResponse.Types.Facet.Types.FacetValue>, IEquatable<SearchResponse.Types.Facet.Types.FacetValue>, IDeepCloneable<SearchResponse.Types.Facet.Types.FacetValue>, IBufferMessage, IMessage
A facet value which contains value names and their count.
[[["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-03-21 UTC."],[[["The latest version of the `FacetValue` class is 2.12.0, while older versions are available from 2.11.0 down to 1.0.0."],["`FacetValue` is a class that represents a facet value, including its name and the count of items with that value, and it inherits from `Object` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `FacetValue` has properties including `Count`, which represents the number of items with this facet value, and `FacetValueCase`, which is of the type `FacetValueOneofCase`."],["It has an `Interval` property, representing an interval value such as a price range and a `Value` property, which is a text description of the facet."],["The `FacetValue` class includes two constructors, one default and another that accepts a `SearchResponse.Types.Facet.Types.FacetValue` object as a parameter."]]],[]]