public sealed class Facet : IMessage<SearchResponse.Types.Facet>, IEquatable<SearchResponse.Types.Facet>, IDeepCloneable<SearchResponse.Types.Facet>, IBufferMessage, IMessage
[[["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-06-25 UTC."],[[["The webpage provides documentation for the `Facet` class within the `Google.Cloud.Retail.V2` namespace, specifically for version 2.0.0 and its various previous versions."],["`Facet` is a class used for representing a facet result, which implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and comparison."],["The class has two constructors: a default constructor, and one that accepts another `SearchResponse.Types.Facet` object for copying."],["The `Facet` class contains properties such as `DynamicFacet` (a boolean), `Key` (a string), and `Values` (a `RepeatedField` of `FacetValue`), representing whether the facet is dynamically generated, the key for the facet, and the values associated with it, respectively."],["The documentation covers inheritance and inherited members from the `Object` class, which are common functionalities like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]