GoogleCloudRetailV2PredictRequest constructor

GoogleCloudRetailV2PredictRequest({
  1. String? filter,
  2. Map<String, String>? labels,
  3. int? pageSize,
  4. String? pageToken,
  5. Map<String, Object?>? params,
  6. GoogleCloudRetailV2UserEvent? userEvent,
  7. bool? validateOnly,
})

Implementation

GoogleCloudRetailV2PredictRequest({
  this.filter,
  this.labels,
  this.pageSize,
  this.pageToken,
  this.params,
  this.userEvent,
  this.validateOnly,
});