BotDialogCodeHookInvocationSettingArgs

data class BotDialogCodeHookInvocationSettingArgs(val enableCodeHookInvocation: Output<Boolean>, val invocationLabel: Output<String>? = null, val isActive: Output<Boolean>, val postCodeHookSpecification: Output<BotPostDialogCodeHookInvocationSpecificationArgs>) : ConvertibleToJava<BotDialogCodeHookInvocationSettingArgs>

Constructors

Link copied to clipboard
constructor(enableCodeHookInvocation: Output<Boolean>, invocationLabel: Output<String>? = null, isActive: Output<Boolean>, postCodeHookSpecification: Output<BotPostDialogCodeHookInvocationSpecificationArgs>)

Properties

Link copied to clipboard

Indicates whether a Lambda function should be invoked for the dialog.

Link copied to clipboard
val invocationLabel: Output<String>? = null

A label that indicates the dialog step from which the dialog code hook is happening.

Link copied to clipboard
val isActive: Output<Boolean>

Determines whether a dialog code hook is used when the intent is activated.

Link copied to clipboard

Contains the responses and actions that Amazon Lex takes after the Lambda function is complete.

Functions

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