GoogleCloudDialogflowV2InputDataset.fromJson constructor

GoogleCloudDialogflowV2InputDataset.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDialogflowV2InputDataset.fromJson(core.Map json_)
    : this(
        dataset: json_['dataset'] as core.String?,
      );