Get Environment Result
data class GetEnvironmentResult(val description: String, val displayName: String, val name: String, val testCasesConfig: GoogleCloudDialogflowCxV3EnvironmentTestCasesConfigResponse, val updateTime: String, val versionConfigs: List<GoogleCloudDialogflowCxV3EnvironmentVersionConfigResponse>, val webhookConfig: GoogleCloudDialogflowCxV3EnvironmentWebhookConfigResponse)
Constructors
Link copied to clipboard
constructor(description: String, displayName: String, name: String, testCasesConfig: GoogleCloudDialogflowCxV3EnvironmentTestCasesConfigResponse, updateTime: String, versionConfigs: List<GoogleCloudDialogflowCxV3EnvironmentVersionConfigResponse>, webhookConfig: GoogleCloudDialogflowCxV3EnvironmentWebhookConfigResponse)
Properties
Link copied to clipboard
The human-readable description of the environment. The maximum length is 500 characters. If exceeded, the request is rejected.
Link copied to clipboard
The human-readable name of the environment (unique in an agent). Limit of 64 characters.
Link copied to clipboard
The test cases config for continuous tests of this environment.
Link copied to clipboard
Update time of this environment.
Link copied to clipboard
A list of configurations for flow versions. You should include version configs for all flows that are reachable from Start Flow
in the agent. Otherwise, an error will be returned.
Link copied to clipboard
The webhook configuration for this environment.