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

io.burkard.cdk.services.lex.cfnBot.FulfillmentCodeHookSettingProperty.scala Maven / Gradle / Ivy

package io.burkard.cdk.services.lex.cfnBot

@SuppressWarnings(Array("org.wartremover.warts.DefaultArguments", "org.wartremover.warts.Null", "DisableSyntax.null"))
object FulfillmentCodeHookSettingProperty {

  def apply(
    enabled: Boolean,
    fulfillmentUpdatesSpecification: Option[software.amazon.awscdk.services.lex.CfnBot.FulfillmentUpdatesSpecificationProperty] = None,
    postFulfillmentStatusSpecification: Option[software.amazon.awscdk.services.lex.CfnBot.PostFulfillmentStatusSpecificationProperty] = None
  ): software.amazon.awscdk.services.lex.CfnBot.FulfillmentCodeHookSettingProperty =
    (new software.amazon.awscdk.services.lex.CfnBot.FulfillmentCodeHookSettingProperty.Builder)
      .enabled(enabled)
      .fulfillmentUpdatesSpecification(fulfillmentUpdatesSpecification.orNull)
      .postFulfillmentStatusSpecification(postFulfillmentStatusSpecification.orNull)
      .build()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy