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 content describes `CompletionResult`, a resource representing completion results within the Google Cloud Retail V2 API."],["There are multiple versions of the `CompletionResult` available, ranging from version 1.0.0 to the latest, 2.12.0, for .NET development."],["`CompletionResult` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for comprehensive message handling."],["The class `CompletionResult` has a `Suggestion` property that represents the suggested query and an `Attributes` property of type `MapField`, which contains custom attributes for the suggestion term."],["The `CompletionResult` has two constructors: a default constructor and another that accepts a `CompleteQueryResponse.Types.CompletionResult` parameter."]]],[]]