GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings constructor

GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings({
  1. int? endpointerSensitivity,
  2. Map<String, String>? models,
  3. String? noSpeechTimeout,
  4. bool? useTimeoutBasedEndpointing,
})

Implementation

GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings({
  this.endpointerSensitivity,
  this.models,
  this.noSpeechTimeout,
  this.useTimeoutBasedEndpointing,
});