GoogleCloudDialogflowCxV3ImportTestCasesRequest.fromJson constructor

GoogleCloudDialogflowCxV3ImportTestCasesRequest.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDialogflowCxV3ImportTestCasesRequest.fromJson(core.Map json_)
    : this(
        content: json_['content'] as core.String?,
        gcsUri: json_['gcsUri'] as core.String?,
      );