BotFulfillmentCodeHookSetting

data class BotFulfillmentCodeHookSetting(val enabled: Boolean, val fulfillmentUpdatesSpecification: BotFulfillmentUpdatesSpecification? = null, val isActive: Boolean? = null, val postFulfillmentStatusSpecification: BotPostFulfillmentStatusSpecification? = null)

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

Constructors

Link copied to clipboard
fun BotFulfillmentCodeHookSetting(enabled: Boolean, fulfillmentUpdatesSpecification: BotFulfillmentUpdatesSpecification? = null, isActive: Boolean? = null, postFulfillmentStatusSpecification: BotPostFulfillmentStatusSpecification? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val isActive: Boolean? = null

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