GoogleCloudRetailV2IntentClassificationConfigExample constructor

GoogleCloudRetailV2IntentClassificationConfigExample({
  1. bool? classifiedPositive,
  2. String? intentType,
  3. String? query,
  4. String? reason,
})

Implementation

GoogleCloudRetailV2IntentClassificationConfigExample({
  this.classifiedPositive,
  this.intentType,
  this.query,
  this.reason,
});