GoogleCloudDialogflowV2DtmfParameters.fromJson constructor

GoogleCloudDialogflowV2DtmfParameters.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDialogflowV2DtmfParameters.fromJson(core.Map json_)
    : this(
        acceptsDtmfInput: json_.containsKey('acceptsDtmfInput')
            ? json_['acceptsDtmfInput'] as core.bool
            : null,
      );