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-03-21 UTC."],[[["This document provides reference information for the `CompletionDetail` class within the Google Cloud Retail V2 API, detailing its structure and functionality."],["The latest version of the API referenced in the document is 2.12.0, with version 2.9.0 being the one specified for the `CompletionDetail` class documentation."],["The `CompletionDetail` class, part of the `Google.Cloud.Retail.V2` namespace, is designed to store detailed completion information, including attribution tokens and clicked completion details."],["`CompletionDetail` has properties such as `CompletionAttributionToken`, `SelectedPosition`, and `SelectedSuggestion`, enabling the storage of data about user interactions with the autocomplete feature."],["The `CompletionDetail` class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class, allowing for diverse functionality."]]],[]]