Detector Model State Args
data class DetectorModelStateArgs(val onEnter: Output<DetectorModelOnEnterArgs>? = null, val onExit: Output<DetectorModelOnExitArgs>? = null, val onInput: Output<DetectorModelOnInputArgs>? = null, val stateName: Output<String>) : ConvertibleToJava<DetectorModelStateArgs>
Information that defines a state of a detector.
Constructors
Link copied to clipboard
fun DetectorModelStateArgs(onEnter: Output<DetectorModelOnEnterArgs>? = null, onExit: Output<DetectorModelOnExitArgs>? = null, onInput: Output<DetectorModelOnInputArgs>? = null, stateName: Output<String>)