public sealed class CompleteQueryResponse.Types.CompletionResult : IMessage<CompleteQueryResponse.Types.CompletionResult>, IEquatable<CompleteQueryResponse.Types.CompletionResult>, IDeepCloneable<CompleteQueryResponse.Types.CompletionResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class CompleteQueryResponse.Types.CompletionResult.
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."],[[["This document provides reference information for the `CompleteQueryResponse.Types.CompletionResult` class within the Google Cloud Retail v2 API, specifically in version 2.10.0 and referencing other versions as well."],["The `CompleteQueryResponse.Types.CompletionResult` class is a resource that represents completion results for queries and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor (`CompletionResult()`) and a copy constructor (`CompletionResult(CompleteQueryResponse.Types.CompletionResult other)`) to create new instances."],["The class includes two properties: `Attributes`, a map of custom attributes for the suggestion term, and `Suggestion`, the actual suggestion for the user's query."],["The document also shows a list of all available versions of the `CompleteQueryResponse.Types.CompletionResult` class, ranging from version 1.0.0 up to the latest, 2.12.0."]]],[]]