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