ContinuousActionResponse

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
constructor(duration: String, name: String, parameters: List<KeyValuePairResponse>, selectorId: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ISO8601 formatted string that represents a duration.

Link copied to clipboard

String that represents a Capability URN.

Link copied to clipboard

List of key value pairs.

Link copied to clipboard

String that represents a selector.

Link copied to clipboard

Enum that discriminates between action models. Expected value is 'continuous'.