IntentDialogCodeHookArgs

data class IntentDialogCodeHookArgs(val messageVersion: Output<String>, val uri: Output<String>) : ConvertibleToJava<IntentDialogCodeHookArgs>

Constructors

Link copied to clipboard
constructor(messageVersion: Output<String>, uri: Output<String>)

Properties

Link copied to clipboard
val messageVersion: Output<String>

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: Output<String>

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

Functions

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