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-12 UTC."],[[["This webpage details the `Facet` class within the `Google.Cloud.Retail.V2` namespace, specifically focusing on version 1.5.0 and its related versions."],["The `Facet` class represents a facet result, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It offers properties such as `DynamicFacet` (a boolean indicating if the facet is dynamically generated), `Key` (a string representing the facet's key), and `Values` (a `RepeatedField` containing the facet values)."],["The page lists all available versions of the `Facet` class, ranging from version 2.12.0 (latest) down to 1.0.0, providing links to the documentation for each version."],["The `Facet` class also contains two constructors, one default and another which takes in another `Facet` type as a parameter."]]],[]]