CodeHook

class CodeHook

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. For more information, see using-lambda.

Link copied to clipboard
val uri: String

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

Functions

Link copied to clipboard
inline fun copy(block: CodeHook.Builder.() -> Unit = {}): CodeHook
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