Bot Dialog Code Hook Invocation Setting
data class BotDialogCodeHookInvocationSetting(val enableCodeHookInvocation: Boolean, val invocationLabel: String? = null, val isActive: Boolean, val postCodeHookSpecification: BotPostDialogCodeHookInvocationSpecification)
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 BotDialogCodeHookInvocationSetting(enableCodeHookInvocation: Boolean, invocationLabel: String? = null, isActive: Boolean, postCodeHookSpecification: BotPostDialogCodeHookInvocationSpecification)