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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]