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
constructor(enabled: Output<Boolean>)

Properties

Link copied to clipboard
val enabled: Output<Boolean>

Enables the dialog code hook so that it processes user requests.

Functions

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