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