public sealed class CompleteQueryResponse.Types.AttributeResult : IMessage<CompleteQueryResponse.Types.AttributeResult>, IEquatable<CompleteQueryResponse.Types.AttributeResult>, IDeepCloneable<CompleteQueryResponse.Types.AttributeResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class CompleteQueryResponse.Types.AttributeResult.
Resource that represents attribute results.
The list of suggestions for the attribute.
[[["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 provided content details the `AttributeResult` class within the Google Cloud Retail v2 API, offering various versioned documentation links."],["`AttributeResult` is a class that represents attribute results, it also contains a list of suggestions for the attribute."],["This class inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor `AttributeResult()` and a copy constructor `AttributeResult(AttributeResult other)` for creating a new instance based on an existing `AttributeResult` object."],["It contains one property, `Suggestions`, which provides access to a `RepeatedField` collection of string suggestions."]]],[]]