GoogleCloudRetailV2CompletionDetail constructor

GoogleCloudRetailV2CompletionDetail({
  1. String? completionAttributionToken,
  2. int? selectedPosition,
  3. String? selectedSuggestion,
})

Implementation

GoogleCloudRetailV2CompletionDetail({
  this.completionAttributionToken,
  this.selectedPosition,
  this.selectedSuggestion,
});