failureNextStep

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

Parameters

value

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


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

Parameters

argument

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