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-04-09 UTC."],[[["This webpage details the `CompletionDetail` class within the `Google.Cloud.Retail.V2` namespace, which is used for providing detailed completion information."],["The `CompletionDetail` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used with various functionalities."],["The `CompletionDetail` class has properties such as `CompletionAttributionToken`, `SelectedPosition`, and `SelectedSuggestion`, which store information related to the user's completion."],["The latest version of the `CompletionDetail` class is version 2.12.0, with a range of previous versions available from 1.0.0 up to 2.11.0."],["The `CompletionDetail` class includes two constructors, one default and another taking a `CompletionDetail` object as a parameter."]]],[]]