GoogleCloudRetailV2IntentClassificationConfigInlineForceIntent constructor

GoogleCloudRetailV2IntentClassificationConfigInlineForceIntent({
  1. String? intentType,
  2. String? operation,
  3. String? query,
})

Implementation

GoogleCloudRetailV2IntentClassificationConfigInlineForceIntent({
  this.intentType,
  this.operation,
  this.query,
});