Bot Dialog Code Hook Invocation Setting Args
data class BotDialogCodeHookInvocationSettingArgs(val enableCodeHookInvocation: Output<Boolean>, val invocationLabel: Output<String>? = null, val isActive: Output<Boolean>, val postCodeHookSpecification: Output<BotPostDialogCodeHookInvocationSpecificationArgs>) : ConvertibleToJava<BotDialogCodeHookInvocationSettingArgs>
Settings that specify the dialog code hook that is called by Amazon Lex at a step of the conversation.
Constructors
Link copied to clipboard
fun BotDialogCodeHookInvocationSettingArgs(enableCodeHookInvocation: Output<Boolean>, invocationLabel: Output<String>? = null, isActive: Output<Boolean>, postCodeHookSpecification: Output<BotPostDialogCodeHookInvocationSpecificationArgs>)