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."],[[["The webpage provides documentation for the `Facet` class within the `Google.Cloud.Retail.V2` namespace, specifically for the `SearchResponse.Types` structure."],["The `Facet` class represents a facet result and includes properties like `DynamicFacet`, `Key`, and `Values`, providing information about dynamically generated facets and their associated values."],["This document lists multiple available versions of the `Facet` class, ranging from version 1.0.0 to the latest version 2.12.0."],["The `Facet` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality checks, deep cloning, and buffer management."]]],[]]