BotFulfillmentCodeHookSettingArgs

data class BotFulfillmentCodeHookSettingArgs(val enabled: Output<Boolean>, val fulfillmentUpdatesSpecification: Output<BotFulfillmentUpdatesSpecificationArgs>? = null, val isActive: Output<Boolean>? = null, val postFulfillmentStatusSpecification: Output<BotPostFulfillmentStatusSpecificationArgs>? = null) : ConvertibleToJava<BotFulfillmentCodeHookSettingArgs>

Settings that determine if a Lambda function should be invoked to fulfill a specific intent.

Constructors

Link copied to clipboard
fun BotFulfillmentCodeHookSettingArgs(enabled: Output<Boolean>, fulfillmentUpdatesSpecification: Output<BotFulfillmentUpdatesSpecificationArgs>? = null, isActive: Output<Boolean>? = null, postFulfillmentStatusSpecification: Output<BotPostFulfillmentStatusSpecificationArgs>? = null)

Functions

Link copied to clipboard
open override fun toJava(): BotFulfillmentCodeHookSettingArgs

Properties

Link copied to clipboard
val enabled: Output<Boolean>
Link copied to clipboard
val isActive: Output<Boolean>? = null

Determines whether the fulfillment code hook is used. When active is false, the code hook doesn't run.