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 documentation is for the `SearchResponse.Types.Facet` class within the Discovery Engine v1beta API, specifically version 1.0.0-beta17."],["The `SearchResponse.Types.Facet` class represents a facet result and inherits from the `object` class while implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one parameterless and another that takes another `SearchResponse.Types.Facet` object for copying purposes."],["Key properties of the `SearchResponse.Types.Facet` class include `DynamicFacet` (a boolean indicating if it's dynamically generated), `Key` (a string representing the facet's key), and `Values` (a list of `FacetValue` objects)."]]],[]]