BotDialogCodeHookSettingArgs

data class BotDialogCodeHookSettingArgs(val enabled: Output<Boolean>) : ConvertibleToJava<BotDialogCodeHookSettingArgs>

Settings that determine the Lambda function that Amazon Lex uses for processing user responses.

Constructors

Link copied to clipboard

Functions

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

Properties

Link copied to clipboard
val enabled: Output<Boolean>