captureNextStep

@JvmName(name = "iuoxwckqqgwwhfli")
suspend fun captureNextStep(value: Output<BotDialogStateArgs>)
@JvmName(name = "fvgovctxcfcgtxdb")
suspend fun captureNextStep(value: BotDialogStateArgs?)

Parameters

value

Specifies the next step that the bot runs when the slot value is captured before the code hook times out.


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

Parameters

argument

Specifies the next step that the bot runs when the slot value is captured before the code hook times out.