All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.aws.lex.kotlin.outputs.V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStepIntentSlot.kt Maven / Gradle / Ivy

Go to download

Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.

There is a newer version: 6.57.0.0
Show newest version
@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.aws.lex.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property mapBlockKey Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.
 * @property shape When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.
 * @property value Configuration block for the current value of the slot. See `value`.
 */
public data class
V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStepIntentSlot(
    public val mapBlockKey: String,
    public val shape: String? = null,
    public val `value`: V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStepIntentSlotValue? =
        null,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.aws.lex.outputs.V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStepIntentSlot): V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStepIntentSlot =
            V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStepIntentSlot(
                mapBlockKey = javaType.mapBlockKey(),
                shape = javaType.shape().map({ args0 -> args0 }).orElse(null),
                `value` = javaType.`value`().map({ args0 ->
                    args0.let({ args0 ->
                        com.pulumi.aws.lex.kotlin.outputs.V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStepIntentSlotValue.Companion.toKotlin(args0)
                    })
                }).orElse(null),
            )
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy