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.
public string CompletionAttributionToken { get; set; }
Completion attribution token in
[CompleteQueryResponse.attribution_token][google.cloud.retail.v2.CompleteQueryResponse.attribution_token].
Property Value
Type
Description
System.String
SelectedPosition
public int SelectedPosition { get; set; }
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 provides documentation for the `CompletionDetail` class within the Google Cloud Retail V2 API, detailing its structure and functionality."],["The `CompletionDetail` class offers information related to completion attribution and details of clicked suggestions, as seen in the `CompletionAttributionToken`, `SelectedPosition`, and `SelectedSuggestion` properties."],["The documentation lists various versions of the Google.Cloud.Retail.V2 API, ranging from version 1.0.0 to the latest version 2.12.0, showing a history of previous updates and the latest release."],["The `CompletionDetail` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities and compatibility within the .NET ecosystem."],["The page includes information on the class's constructors, namely a default constructor and one that accepts another CompletionDetail instance."]]],[]]