GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings constructor

GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings({
  1. bool? enabled,
  2. String? finishDigit,
  3. int? maxDigits,
})

Implementation

GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings({
  this.enabled,
  this.finishDigit,
  this.maxDigits,
});