GoogleCloudDialogflowCxV3DtmfInput constructor

GoogleCloudDialogflowCxV3DtmfInput({
  1. String? digits,
  2. String? finishDigit,
})

Implementation

GoogleCloudDialogflowCxV3DtmfInput({
  this.digits,
  this.finishDigit,
});