public sealed class CompletionDetail : IMessage<CompletionDetail>, IEquatable<CompletionDetail>, IDeepCloneable<CompletionDetail>, IBufferMessage, IMessageDetailed completion information including completion attribution token and clicked completion info.
Implements
IMessage<CompletionDetail>, IEquatable<CompletionDetail>, IDeepCloneable<CompletionDetail>, IBufferMessage, IMessageNamespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.dll
Constructors
CompletionDetail()
public CompletionDetail()CompletionDetail(CompletionDetail)
public CompletionDetail(CompletionDetail other)| Parameter | |
|---|---|
| Name | Description |
other |
CompletionDetail |
Properties
CompletionAttributionToken
public string CompletionAttributionToken { get; set; }Completion attribution token in [CompleteQueryResponse.attribution_token][google.cloud.retail.v2.CompleteQueryResponse.attribution_token].
| Property Value | |
|---|---|
| Type | Description |
String |
|
SelectedPosition
public int SelectedPosition { get; set; }End user selected [CompleteQueryResponse.CompletionResult.suggestion][google.cloud.retail.v2.CompleteQueryResponse.CompletionResult.suggestion] position, starting from 0.
| Property Value | |
|---|---|
| Type | Description |
Int32 |
|
SelectedSuggestion
public string SelectedSuggestion { get; set; }End user selected [CompleteQueryResponse.CompletionResult.suggestion][google.cloud.retail.v2.CompleteQueryResponse.CompletionResult.suggestion].
| Property Value | |
|---|---|
| Type | Description |
String |
|