conditional

@JvmName(name = "aycaclciekyvgymg")
suspend fun conditional(value: Output<BotConditionalSpecificationArgs>)
@JvmName(name = "lxyafplspnqfttgp")
suspend fun conditional(value: BotConditionalSpecificationArgs?)

Parameters

value

Provides a list of conditional branches. Branches are evaluated in the order that they are entered in the list. The first branch with a condition that evaluates to true is executed. The last branch in the list is the default branch. The default branch should not have any condition expression. The default branch is executed if no other branch has a matching condition.


@JvmName(name = "bntcjderiqxmmudn")
suspend fun conditional(argument: suspend BotConditionalSpecificationArgsBuilder.() -> Unit)

Parameters

argument

Provides a list of conditional branches. Branches are evaluated in the order that they are entered in the list. The first branch with a condition that evaluates to true is executed. The last branch in the list is the default branch. The default branch should not have any condition expression. The default branch is executed if no other branch has a matching condition.