condition

@JvmName(name = "rvlfwdqmhjewtdpc")
suspend fun condition(value: Output<BotConditionArgs>)
@JvmName(name = "guokswohvggljsxk")
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 = "sdynrirmfhanqyas")
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.