dialogAction

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

Parameters

value

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


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

Parameters

argument

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