public sealed class SearchResponse.Types.Facet : IMessage<SearchResponse.Types.Facet>, IEquatable<SearchResponse.Types.Facet>, IDeepCloneable<SearchResponse.Types.Facet>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class SearchResponse.Types.Facet.
The key for this facet. For example, "colors" or "price". It matches
[SearchRequest.FacetSpec.FacetKey.key][google.cloud.discoveryengine.v1beta.SearchRequest.FacetSpec.FacetKey.key].
[[["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-04-02 UTC."],[[["This document provides reference documentation for the `SearchResponse.Types.Facet` class, a part of the Google Cloud Discovery Engine v1beta API."],["The `SearchResponse.Types.Facet` class is a representation of a facet result, inheriting from `object` and implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `DynamicFacet`, which determines if the facet is dynamically generated, `Key` which represents the key for the facet (e.g. \"colors\"), and `Values` which contains a list of facet values."],["The latest version of this API class is 1.0.0-beta18, and is found in the Google.Cloud.DiscoveryEngine.V1Beta namespace."],["The `Facet` class has two constructors, one default and another which allows you to initialize the object with another `SearchResponse.Types.Facet` object."]]],[]]