GoogleCloudDialogflowV2DtmfParameters constructor

GoogleCloudDialogflowV2DtmfParameters({
  1. bool? acceptsDtmfInput,
})

Implementation

GoogleCloudDialogflowV2DtmfParameters({
  this.acceptsDtmfInput,
});