BotAliasLambdaCodeHook

data class BotAliasLambdaCodeHook(val codeHookInterfaceVersion: String, val lambdaArn: String)

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

Constructors

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

Types

Link copied to clipboard
object Companion

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

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