Environment Args
data class EnvironmentArgs(val agentId: Output<String>? = null, val description: Output<String>? = null, val displayName: Output<String>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val testCasesConfig: Output<GoogleCloudDialogflowCxV3EnvironmentTestCasesConfigArgs>? = null, val versionConfigs: Output<List<GoogleCloudDialogflowCxV3EnvironmentVersionConfigArgs>>? = null, val webhookConfig: Output<GoogleCloudDialogflowCxV3EnvironmentWebhookConfigArgs>? = null) : ConvertibleToJava<EnvironmentArgs>
Creates an Environment in the specified Agent. This method is a long-running operation. The returned Operation
type has the following method-specific fields: - metadata
: An empty Struct message - response
: Environment
Constructors
Link copied to clipboard
fun EnvironmentArgs(agentId: Output<String>? = null, description: Output<String>? = null, displayName: Output<String>? = null, location: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null, testCasesConfig: Output<GoogleCloudDialogflowCxV3EnvironmentTestCasesConfigArgs>? = null, versionConfigs: Output<List<GoogleCloudDialogflowCxV3EnvironmentVersionConfigArgs>>? = null, webhookConfig: Output<GoogleCloudDialogflowCxV3EnvironmentWebhookConfigArgs>? = null)