BotElicitationCodeHookInvocationSettingArgs

data class BotElicitationCodeHookInvocationSettingArgs(val enableCodeHookInvocation: Output<Boolean>, val invocationLabel: Output<String>? = null) : ConvertibleToJava<BotElicitationCodeHookInvocationSettingArgs>

Constructors

constructor(enableCodeHookInvocation: Output<Boolean>, invocationLabel: Output<String>? = null)

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.

Functions

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