dialogAction

@JvmName(name = "tpcduqmmwmikufja")
suspend fun dialogAction(value: Output<BotDialogActionArgs>)
@JvmName(name = "xqctvycatdiypkqg")
suspend fun dialogAction(value: BotDialogActionArgs?)

Parameters

value

Defines the action that the bot executes at runtime when the conversation reaches this step.


@JvmName(name = "jcqitsmopvrovdap")
suspend fun dialogAction(argument: suspend BotDialogActionArgsBuilder.() -> Unit)

Parameters

argument

Defines the action that the bot executes at runtime when the conversation reaches this step.