Continuous Action Response
data class ContinuousActionResponse(val duration: String, val name: String, val parameters: List<KeyValuePairResponse>, val selectorId: String, val type: String)
Model that represents a continuous action.
Constructors
Link copied to clipboard
fun ContinuousActionResponse(duration: String, name: String, parameters: List<KeyValuePairResponse>, selectorId: String, type: String)