GoogleCloudRetailV2IntentClassificationConfig constructor

GoogleCloudRetailV2IntentClassificationConfig({
  1. List<String>? blocklistKeywords,
  2. List<String>? disabledIntentTypes,
  3. List<GoogleCloudRetailV2IntentClassificationConfigExample>? example,
  4. GoogleCloudRetailV2IntentClassificationConfigInlineSource? inlineSource,
  5. String? modelPreamble,
})

Implementation

GoogleCloudRetailV2IntentClassificationConfig({
  this.blocklistKeywords,
  this.disabledIntentTypes,
  this.example,
  this.inlineSource,
  this.modelPreamble,
});