fulfillment Code Hook
Parameters
value
Specifies that Amazon Lex invokes 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.
suspend fun fulfillmentCodeHook(argument: suspend BotFulfillmentCodeHookSettingArgsBuilder.() -> Unit)
Parameters
argument
Specifies that Amazon Lex invokes 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.