ManualAction Data Type

Implemented Interfaces
Serializable
Properties
name data type description
Properties inherited from ParameterisedActionStructure
Description NaturalLanguageStringStructure
ActionData array of ActionDataStructure
Properties inherited from SimpleActionStructure
ActionStatus ActionStatusEnumeration

Example

{
  "Description" : {
    "value" : "...",
    "lang" : "..."
  },
  "ActionData" : [ {
    "Name" : "...",
    "Type" : "...",
    "Value" : [ { }, { } ],
    "Prompt" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ]
  }, {
    "Name" : "...",
    "Type" : "...",
    "Value" : [ { }, { } ],
    "Prompt" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ]
  } ],
  "ActionStatus" : "open"
}