![JAR search and dependency download from the Maven repository](/logo.png)
io.burkard.cdk.services.lex.cfnBot.CustomVocabularyItemProperty.scala Maven / Gradle / Ivy
package io.burkard.cdk.services.lex.cfnBot
@SuppressWarnings(Array("org.wartremover.warts.DefaultArguments", "org.wartremover.warts.Null", "DisableSyntax.null"))
object CustomVocabularyItemProperty {
def apply(
phrase: String,
weight: Option[Number] = None
): software.amazon.awscdk.services.lex.CfnBot.CustomVocabularyItemProperty =
(new software.amazon.awscdk.services.lex.CfnBot.CustomVocabularyItemProperty.Builder)
.phrase(phrase)
.weight(weight.orNull)
.build()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy