LambdaCodeHook

Specifies a Lambda function that verifies requests to a bot or fulfills the user's request to a bot.

Types

Link copied to clipboard
class Builder
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.

Functions

Link copied to clipboard
inline fun copy(block: LambdaCodeHook.Builder.() -> Unit = {}): LambdaCodeHook
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String