BotAliasLambdaCodeHookArgs

data class BotAliasLambdaCodeHookArgs(val codeHookInterfaceVersion: Output<String>, val lambdaArn: Output<String>) : ConvertibleToJava<BotAliasLambdaCodeHookArgs>

Contains information about code hooks that Amazon Lex calls during a conversation.

Constructors

Link copied to clipboard
constructor(codeHookInterfaceVersion: Output<String>, lambdaArn: Output<String>)

Properties

Link copied to clipboard

The version of the request-response that you want Amazon Lex to use to invoke your Lambda function.

Link copied to clipboard
val lambdaArn: Output<String>

The Amazon Resource Name (ARN) of the Lambda function.

Functions

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