condition

@JvmName(name = "pijebicqpupdovtg")
suspend fun condition(value: Output<BotConditionArgs>)
@JvmName(name = "npngnddemscoghob")
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 = "unahktgttyllvvdx")
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.