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 v1 API class SearchResponse.Types.Facet.
The key for this facet. For example, "colors" or "price". It matches
[SearchRequest.FacetSpec.FacetKey.key][google.cloud.discoveryengine.v1.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-03-21 UTC."],[[["This documentation page covers the `SearchResponse.Types.Facet` class within the Google Cloud Discovery Engine v1 API, specifically for version 1.5.0."],["`SearchResponse.Types.Facet` represents a facet result, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has constructors for creating a new `Facet` instance, either empty or based on an existing `Facet`, and contains properties such as `DynamicFacet`, `Key`, and `Values`."],["The `Key` property indicates the facet's name, while the `Values` property holds the individual facet values, which are contained in the `RepeatedField` type."],["The inheritance of `SearchResponse.Types.Facet` traces back to the base `object`, showing its derivation from a fundamental .NET type."]]],[]]