Reference documentation and code samples for the Google Cloud Retail V2 Client class CompletionDetail.
Detailed completion information including completion attribution token and clicked completion info.
Generated from protobuf message google.cloud.retail.v2.CompletionDetail
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ completion_attribution_token
↳ selected_suggestion
↳ selected_position
getCompletionAttributionToken
Completion attribution token in CompleteQueryResponse.attribution_token .
Generated from protobuf field string completion_attribution_token = 1;
string
setCompletionAttributionToken
Completion attribution token in CompleteQueryResponse.attribution_token .
Generated from protobuf field string completion_attribution_token = 1;
var
string
$this
getSelectedSuggestion
End user selected CompleteQueryResponse.CompletionResult.suggestion .
Generated from protobuf field string selected_suggestion = 2;
string
setSelectedSuggestion
End user selected CompleteQueryResponse.CompletionResult.suggestion .
Generated from protobuf field string selected_suggestion = 2;
var
string
$this
getSelectedPosition
End user selected CompleteQueryResponse.CompletionResult.suggestion position, starting from 0.
Generated from protobuf field int32 selected_position = 3;
int
setSelectedPosition
End user selected CompleteQueryResponse.CompletionResult.suggestion position, starting from 0.
Generated from protobuf field int32 selected_position = 3;
var
int
$this