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` namespace, which represents a facet value with its associated value names and counts."],["The latest version documented is 2.12.0, but the page contains version history, extending back to version 1.0.0, allowing users to navigate documentation for previous releases."],["The `FacetValue` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for enhanced functionality and compatibility."],["`FacetValue` has properties like `Count`, `FacetValueCase`, `Interval`, and `Value` for storing the number of items, the type of facet value, the interval for the value, and text value respectively."],["The class has two constructors, a default constructor `FacetValue()` and another that takes another `FacetValue` as a parameter for copying, `FacetValue(SearchResponse.Types.Facet.Types.FacetValue other)`."]]],[]]