IntentDialogCodeHook

data class IntentDialogCodeHook(val messageVersion: String, val uri: String)

Constructors

Link copied to clipboard
constructor(messageVersion: String, uri: 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. For more information, see Using Lambda Functions. Must be less than or equal to 5 characters in length.

Link copied to clipboard
val uri: String

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