GoogleCloudRetailV2CompleteQueryResponseCompletionResult constructor

GoogleCloudRetailV2CompleteQueryResponseCompletionResult({
  1. Map<String, GoogleCloudRetailV2CustomAttribute>? attributes,
  2. String? suggestion,
})

Implementation

GoogleCloudRetailV2CompleteQueryResponseCompletionResult({
  this.attributes,
  this.suggestion,
});