
io.burkard.cdk.services.lex.cfnBot.SlotValueSelectionSettingProperty.scala Maven / Gradle / Ivy
package io.burkard.cdk.services.lex.cfnBot
@SuppressWarnings(Array("org.wartremover.warts.DefaultArguments", "org.wartremover.warts.Null", "DisableSyntax.null"))
object SlotValueSelectionSettingProperty {
def apply(
resolutionStrategy: String,
regexFilter: Option[software.amazon.awscdk.services.lex.CfnBot.SlotValueRegexFilterProperty] = None
): software.amazon.awscdk.services.lex.CfnBot.SlotValueSelectionSettingProperty =
(new software.amazon.awscdk.services.lex.CfnBot.SlotValueSelectionSettingProperty.Builder)
.resolutionStrategy(resolutionStrategy)
.regexFilter(regexFilter.orNull)
.build()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy