condition

@JvmName(name = "udkaigagwnxcibta")
suspend fun condition(value: Output<BotConditionArgs>)
@JvmName(name = "ppjjvovosgtbraer")
suspend fun condition(value: BotConditionArgs)

Parameters

value

Contains the expression to evaluate. If the condition is true, the branch's actions are taken.


@JvmName(name = "mtdfhpchrstppbjc")
suspend fun condition(argument: suspend BotConditionArgsBuilder.() -> Unit)

Parameters

argument

Contains the expression to evaluate. If the condition is true, the branch's actions are taken.