failureNextStep

@JvmName(name = "rppmbkdohbxhtlcq")
suspend fun failureNextStep(value: Output<BotDialogStateArgs>)
@JvmName(name = "iweclgxdxwnfojxr")
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 = "ugswevduttrjueof")
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 .