Bot Elicitation Code Hook Invocation Setting Args
data class BotElicitationCodeHookInvocationSettingArgs(val enableCodeHookInvocation: Output<Boolean>, val invocationLabel: Output<String>? = null) : ConvertibleToJava<BotElicitationCodeHookInvocationSettingArgs>
Settings that specify the dialog code hook that is called by Amazon Lex between eliciting slot values.
Constructors
Link copied to clipboard
fun BotElicitationCodeHookInvocationSettingArgs(enableCodeHookInvocation: Output<Boolean>, invocationLabel: Output<String>? = null)