BotCondition

data class BotCondition(val expressionString: String)

Provides an expression that evaluates to true or false.

Constructors

Link copied to clipboard
constructor(expressionString: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The expression string that is evaluated.