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-10 UTC."],[[["The latest version available for `SearchResponse.Types.Facet` is 2.12.0, with multiple previous versions listed from 2.11.0 down to 1.0.0, providing historical context."],["`Facet` is a class within the `Google.Cloud.Retail.V2` namespace, specifically designed to represent a facet result in retail search responses."],["The `Facet` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating its use within the Google Cloud Protobuf environment."],["The class contains properties such as `DynamicFacet` (boolean), `Key` (string), and `Values` (RepeatedField of `FacetValue`), these allow for dynamic facet generation and value storage."],["The class has two constructors that allow for default creation, or creation based on an already existing instance."]]],[]]