GoogleCloudDialogflowCxV3ImportTestCasesRequest constructor

GoogleCloudDialogflowCxV3ImportTestCasesRequest({
  1. String? content,
  2. String? gcsUri,
})

Implementation

GoogleCloudDialogflowCxV3ImportTestCasesRequest({
  this.content,
  this.gcsUri,
});