Detector Model On Input
data class DetectorModelOnInput(val events: List<DetectorModelEvent>? = null, val transitionEvents: List<DetectorModelTransitionEvent>? = null)
When an input is received and the condition
is TRUE
, perform the specified actions
.
Constructors
Link copied to clipboard
fun DetectorModelOnInput(events: List<DetectorModelEvent>? = null, transitionEvents: List<DetectorModelTransitionEvent>? = null)