GoogleCloudDialogflowCxV3DtmfInput.fromJson constructor

GoogleCloudDialogflowCxV3DtmfInput.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDialogflowCxV3DtmfInput.fromJson(core.Map json_)
  : this(
      digits: json_['digits'] as core.String?,
      finishDigit: json_['finishDigit'] as core.String?,
    );