GoogleCloudDialogflowV2DtmfParameters.fromJson constructor
GoogleCloudDialogflowV2DtmfParameters.fromJson(
- Map json_
Implementation
GoogleCloudDialogflowV2DtmfParameters.fromJson(core.Map json_)
: this(
acceptsDtmfInput: json_['acceptsDtmfInput'] as core.bool?,
);