dialogAction

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

Parameters

value

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


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

Parameters

argument

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