DiscreteActionResponse

data class DiscreteActionResponse(val name: String, val parameters: List<KeyValuePairResponse>, val selectorId: String, val type: String)

Model that represents a discrete action.

Constructors

Link copied to clipboard
constructor(name: String, parameters: List<KeyValuePairResponse>, selectorId: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

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 'discrete'.