GoogleCloudDialogflowCxV3Environment constructor
GoogleCloudDialogflowCxV3Environment({
- String? description,
- String? displayName,
- String? name,
- GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig? testCasesConfig,
- String? updateTime,
- List<
GoogleCloudDialogflowCxV3EnvironmentVersionConfig> ? versionConfigs, - GoogleCloudDialogflowCxV3EnvironmentWebhookConfig? webhookConfig,
Implementation
GoogleCloudDialogflowCxV3Environment({
this.description,
this.displayName,
this.name,
this.testCasesConfig,
this.updateTime,
this.versionConfigs,
this.webhookConfig,
});