failureNextStep

@JvmName(name = "ximdvdaauwodcpwt")
suspend fun failureNextStep(value: Output<BotDialogStateArgs>)
@JvmName(name = "tojvnuhjucnjdela")
suspend fun failureNextStep(value: BotDialogStateArgs?)

Parameters

value

Specifies the next step the bot runs after the dialog code hook throws an exception or returns with the State field of the Intent object set to Failed.


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

Parameters

argument

Specifies the next step the bot runs after the dialog code hook throws an exception or returns with the State field of the Intent object set to Failed.