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."],[[["The `CompletionDetail` class provides detailed information about completion, including an attribution token and clicked completion details."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for comprehensive functionality."],["The latest version of the API is 2.12.0, and the page also documents previous versions down to 1.0.0, with each being hyperlinked to its own page."],["`CompletionDetail` contains properties such as `CompletionAttributionToken`, `SelectedPosition`, and `SelectedSuggestion` to capture user interactions and attribution."],["The `CompletionDetail` class has two constructors: a default one, and another to initialize the class from another `CompletionDetail` instance."]]],[]]