GoogleCloudDialogflowCxV3NluSettings constructor

GoogleCloudDialogflowCxV3NluSettings({
  1. double? classificationThreshold,
  2. String? modelTrainingMode,
  3. String? modelType,
})

Implementation

GoogleCloudDialogflowCxV3NluSettings({
  this.classificationThreshold,
  this.modelTrainingMode,
  this.modelType,
});