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