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."],[[["This webpage details the `FacetValue` class, a component of the Google Cloud Retail V2 API, which is used to represent a facet value with its name and count."],["The `FacetValue` class has properties such as `Count`, `FacetValueCase`, `Interval`, and `Value`, which represent the number of items, the specific type of facet value, the range, and the text value of the facet, respectively."],["The latest version available for `FacetValue` is 2.12.0, and there are several other versions listed ranging from 1.0.0 to 2.11.0, each with their own corresponding documentation link."],["The class `FacetValue` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for versatile interactions and data management."],["There are two constructors for `FacetValue`, one parameterless and another which takes in another `FacetValue` object to help with object copying."]]],[]]