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. It requires
[UserEvent.product_details][google.cloud.retail.v2.UserEvent.product_details]
is imported properly.
[[["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 is documentation for the `CompletionResult` class within the `Google.Cloud.Retail.V2` namespace, specifically for .NET development, with the latest version being 2.12.0."],["`CompletionResult` represents a resource that contains the results of a query completion, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors, one default and another that accepts a `CompleteQueryResponse.Types.CompletionResult` parameter, allowing for object creation and copying."],["`CompletionResult` has two main properties: `Attributes`, which are custom attributes associated with the suggestion term and `Suggestion` which is the suggested query string."],["Multiple versions are available, from 1.0.0 to 2.12.0, with links to each version's documentation for the `CompletionResult` class."]]],[]]