GoogleCloudDialogflowCxV3Environment constructor

GoogleCloudDialogflowCxV3Environment({
  1. String? description,
  2. String? displayName,
  3. String? name,
  4. GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig? testCasesConfig,
  5. String? updateTime,
  6. List<GoogleCloudDialogflowCxV3EnvironmentVersionConfig>? versionConfigs,
  7. GoogleCloudDialogflowCxV3EnvironmentWebhookConfig? webhookConfig,
})

Implementation

GoogleCloudDialogflowCxV3Environment({
  this.description,
  this.displayName,
  this.name,
  this.testCasesConfig,
  this.updateTime,
  this.versionConfigs,
  this.webhookConfig,
});