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
fun GetEnvironmentResult(description: String, displayName: String, name: String, testCasesConfig: GoogleCloudDialogflowCxV3EnvironmentTestCasesConfigResponse, updateTime: String, versionConfigs: List<GoogleCloudDialogflowCxV3EnvironmentVersionConfigResponse>, webhookConfig: GoogleCloudDialogflowCxV3EnvironmentWebhookConfigResponse)