![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.lex.kotlin.outputs.BotSlotDefaultValue.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.lex.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* The default value to use when a user doesn't provide a value for a slot.
* @property defaultValue The default value to use when a user doesn't provide a value for a slot.
*/
public data class BotSlotDefaultValue(
public val defaultValue: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.lex.outputs.BotSlotDefaultValue): BotSlotDefaultValue = BotSlotDefaultValue(
defaultValue = javaType.defaultValue(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy