public sealed class CompletionDetail : IMessage<CompletionDetail>, IEquatable<CompletionDetail>, IDeepCloneable<CompletionDetail>, IBufferMessage, IMessage
Detailed completion information including completion attribution token and
clicked completion info.
End user selected
[CompleteQueryResponse.CompletionResult.suggestion][google.cloud.retail.v2.CompleteQueryResponse.CompletionResult.suggestion]
position, starting from 0.
[[["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 webpage details the `CompletionDetail` class within the `Google.Cloud.Retail.V2` namespace, providing information on its properties, constructors, and implemented interfaces."],["The `CompletionDetail` class, found in the `Google.Cloud.Retail.V2.dll` assembly, is used for detailed completion data including attribution tokens and clicked completion information."],["The page lists different versions of the `CompletionDetail` class, ranging from version 1.0.0 to the latest version 2.12.0, showing its development history."],["Key properties of the `CompletionDetail` class include `CompletionAttributionToken`, `SelectedPosition`, and `SelectedSuggestion`, allowing access to important data about a completion."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object` providing further functionallity."]]],[]]