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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eFacetValue\u003c/code\u003e class is 2.12.0, while older versions are available from 2.11.0 down to 1.0.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eFacetValue\u003c/code\u003e is a class that represents a facet value, including its name and the count of items with that value, and it inherits from \u003ccode\u003eObject\u003c/code\u003e and implements multiple interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class \u003ccode\u003eFacetValue\u003c/code\u003e has properties including \u003ccode\u003eCount\u003c/code\u003e, which represents the number of items with this facet value, and \u003ccode\u003eFacetValueCase\u003c/code\u003e, which is of the type \u003ccode\u003eFacetValueOneofCase\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt has an \u003ccode\u003eInterval\u003c/code\u003e property, representing an interval value such as a price range and a \u003ccode\u003eValue\u003c/code\u003e property, which is a text description of the facet.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eFacetValue\u003c/code\u003e class includes two constructors, one default and another that accepts a \u003ccode\u003eSearchResponse.Types.Facet.Types.FacetValue\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"]]],[],null,[]]