Environment Args Builder
class EnvironmentArgsBuilder
Builder for EnvironmentArgs.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun testCasesConfig(value: Output<GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfigArgs>)
suspend fun testCasesConfig(argument: suspend GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfigArgsBuilder.() -> Unit)
Link copied to clipboard
suspend fun versionConfigs(value: Output<List<GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfigArgs>>)
suspend fun versionConfigs(vararg values: Output<GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfigArgs>)
suspend fun versionConfigs(vararg values: GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfigArgs)
suspend fun versionConfigs(vararg argument: suspend GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfigArgsBuilder.() -> Unit)
suspend fun versionConfigs(values: List<Output<GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfigArgs>>)
suspend fun versionConfigs(value: List<GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfigArgs>?)
suspend fun versionConfigs(argument: List<suspend GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfigArgsBuilder.() -> Unit>)
suspend fun versionConfigs(argument: suspend GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfigArgsBuilder.() -> Unit)
Link copied to clipboard
suspend fun webhookConfig(value: Output<GoogleCloudDialogflowCxV3beta1EnvironmentWebhookConfigArgs>)
suspend fun webhookConfig(argument: suspend GoogleCloudDialogflowCxV3beta1EnvironmentWebhookConfigArgsBuilder.() -> Unit)