captureNextStep

@JvmName(name = "epobnijvbugawfqa")
suspend fun captureNextStep(value: Output<BotDialogStateArgs>)
@JvmName(name = "jatovauwefjqmswe")
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 = "tbfqexqudwjfiyls")
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.