successNextStep

@JvmName(name = "kcrxlmwsrjmjvdvi")
suspend fun successNextStep(value: Output<BotDialogStateArgs>)
@JvmName(name = "skonwwdboqmgvujp")
suspend fun successNextStep(value: BotDialogStateArgs?)

Parameters

value

Specifics the next step the bot runs after the dialog code hook finishes successfully.


@JvmName(name = "vsummcexooyduccn")
suspend fun successNextStep(argument: suspend BotDialogStateArgsBuilder.() -> Unit)

Parameters

argument

Specifics the next step the bot runs after the dialog code hook finishes successfully.