public sealed class CompletionDetail : IMessage<CompletionDetail>, IEquatable<CompletionDetail>, IDeepCloneable<CompletionDetail>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class CompletionDetail.
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-17 UTC."],[[["Version 2.12.0 is the latest version available for the Retail v2 API class CompletionDetail, with prior versions ranging back to 1.0.0."],["The `CompletionDetail` class is part of the `Google.Cloud.Retail.V2` namespace and is found within the `Google.Cloud.Retail.V2.dll` assembly."],["The `CompletionDetail` class provides detailed information about the completion including an attribution token and info about the completion that was clicked, and it inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `CompletionDetail` class include `CompletionAttributionToken`, `SelectedPosition`, and `SelectedSuggestion`, which provide data on the user's interaction with query completions."],["The class also includes two constructors, one public and default and another for inputing data from another CompletionDetail object, both for creating a `CompletionDetail` instance."]]],[]]