public sealed class SearchResponse.Types.GuidedSearchResult.Types.RefinementAttribute : IMessage<SearchResponse.Types.GuidedSearchResult.Types.RefinementAttribute>, IEquatable<SearchResponse.Types.GuidedSearchResult.Types.RefinementAttribute>, IDeepCloneable<SearchResponse.Types.GuidedSearchResult.Types.RefinementAttribute>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class SearchResponse.Types.GuidedSearchResult.Types.RefinementAttribute.
[[["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."],[[["The `RefinementAttribute` class is part of the Discovery Engine v1beta API and is located within the `Google.Cloud.DiscoveryEngine.V1Beta` namespace."],["This class, `SearchResponse.Types.GuidedSearchResult.Types.RefinementAttribute`, serves as a useful attribute for refining search results within the API."],["`RefinementAttribute` inherits from the `object` class and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["It offers two constructors: a parameterless one and another that takes an existing `RefinementAttribute` object, allowing for the creation of new instances or cloning existing ones."],["The class provides two properties, `AttributeKey` and `AttributeValue`, both of which are strings, to specify the key and value for refining search results, such as \"movie_type\" and \"drama\" respectively."]]],[]]