GoogleCloudDialogflowCxV3NluSettings.fromJson constructor
GoogleCloudDialogflowCxV3NluSettings.fromJson(
- Map json_
Implementation
GoogleCloudDialogflowCxV3NluSettings.fromJson(core.Map json_)
: this(
classificationThreshold: (json_['classificationThreshold'] as core.num?)
?.toDouble(),
modelTrainingMode: json_['modelTrainingMode'] as core.String?,
modelType: json_['modelType'] as core.String?,
);