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.
Implements
IMessageCompletionDetail, IEquatableCompletionDetail, IDeepCloneableCompletionDetail, 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 |
int |
SelectedSuggestion
public string SelectedSuggestion { get; set; }
End user selected [CompleteQueryResponse.CompletionResult.suggestion][google.cloud.retail.v2.CompleteQueryResponse.CompletionResult.suggestion].
Property Value | |
---|---|
Type | Description |
string |