GoogleCloudDialogflowCxV3DeploymentResult constructor

GoogleCloudDialogflowCxV3DeploymentResult({
  1. List<String>? deploymentTestResults,
  2. String? experiment,
})

Implementation

GoogleCloudDialogflowCxV3DeploymentResult({
  this.deploymentTestResults,
  this.experiment,
});