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."],[[["The provided content is reference documentation for the `CompleteQueryResponse.Types.CompletionResult` class within the Retail v2 API, specifically in the .NET context."],["This class represents completion results and is a part of the `Google.Cloud.Retail.V2` namespace, available in the `Google.Cloud.Retail.V2.dll` assembly."],["The documentation lists versions from 1.0.0 up to 2.12.0, with 2.12.0 being the latest, to give access to the documentation of `CompleteQueryResponse.Types.CompletionResult` for all the versions listed."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has methods and properties such as `Attributes` and `Suggestion`."],["The `CompletionResult` class can be constructed with or without another instance of itself, as can be seen with its two constructors: `CompletionResult()` and `CompletionResult(CompleteQueryResponse.Types.CompletionResult other)`."]]],[]]