captureNextStep

@JvmName(name = "fpprtkfycmxvvttr")
suspend fun captureNextStep(value: Output<BotDialogStateArgs>)
@JvmName(name = "gbtjnmojporoktdt")
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 = "pnkrxvshyqqrwyge")
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.