Bot Fulfillment Code Hook Setting Args
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)