BotElicitationCodeHookInvocationSetting

data class BotElicitationCodeHookInvocationSetting(val enableCodeHookInvocation: Boolean, val invocationLabel: String? = null)

Constructors

Link copied to clipboard
constructor(enableCodeHookInvocation: Boolean, invocationLabel: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether a Lambda function should be invoked for the dialog.

Link copied to clipboard
val invocationLabel: String? = null

A label that indicates the dialog step from which the dialog code hook is happening.