public sealed class CompletionResult : IMessage<CompleteQueryResponse.Types.CompletionResult>, IEquatable<CompleteQueryResponse.Types.CompletionResult>, IDeepCloneable<CompleteQueryResponse.Types.CompletionResult>, IBufferMessage, IMessage
public MapField<string, CustomAttribute> Attributes { get; }
Custom attributes for the suggestion term.
For "user-data", the attributes are additional custom attributes
ingested through BigQuery.
For "cloud-retail", the attributes are product attributes generated
by Cloud Retail. This is an experimental feature. Contact Retail Search
support team if you are interested in enabling it.
[[["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 `CompletionResult` class represents a resource that holds completion results within the Google.Cloud.Retail.V2 namespace."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities such as message handling, equality comparison, deep cloning, and buffer operations."],["There are multiple versions available for the `CompletionResult` class, with the latest being version 2.12.0, and the version 2.0.0 has methods `CompletionResult()` and `CompletionResult(CompleteQueryResponse.Types.CompletionResult)` available for constructing the class."],["The `Attributes` property of type `MapField` stores custom attributes for suggestion terms, and the `Suggestion` property of type string contains the suggestion for the query."],["`CompletionResult` inherits members from the `Object` class, including methods like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]