fulfillmentCodeHook

@JvmName(name = "hqckuhayigewfubx")
suspend fun fulfillmentCodeHook(value: Output<V2modelsIntentFulfillmentCodeHookArgs>)
@JvmName(name = "rrnnqoemdreggelj")
suspend fun fulfillmentCodeHook(value: V2modelsIntentFulfillmentCodeHookArgs?)

Parameters

value

Configuration block for invoking the alias Lambda function when the intent is ready for fulfillment. You can invoke this function to complete the bot's transaction with the user. See fulfillment_code_hook.


@JvmName(name = "gxvduknrvecflpdh")
suspend fun fulfillmentCodeHook(argument: suspend V2modelsIntentFulfillmentCodeHookArgsBuilder.() -> Unit)

Parameters

argument

Configuration block for invoking the alias Lambda function when the intent is ready for fulfillment. You can invoke this function to complete the bot's transaction with the user. See fulfillment_code_hook.