| name | data type | description | 
|---|---|---|
| Incidents | boolean | |
| HomePage | boolean | |
| Ticker | boolean | |
| SocialNetwork | array of string | |
| Properties inherited from ParameterisedActionStructure | ||
| Description | NaturalLanguageStringStructure | |
| ActionData | array of ActionDataStructure | |
| Properties inherited from SimpleActionStructure | ||
| ActionStatus | ActionStatusEnumeration | |
Example
{
  "Incidents" : true,
  "HomePage" : true,
  "Ticker" : true,
  "SocialNetwork" : [ "...", "..." ],
  "Description" : {
    "value" : "...",
    "lang" : "..."
  },
  "ActionData" : [ {
    "Name" : "...",
    "Type" : "...",
    "Value" : [ { }, { } ],
    "Prompt" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ]
  }, {
    "Name" : "...",
    "Type" : "...",
    "Value" : [ { }, { } ],
    "Prompt" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ]
  } ],
  "ActionStatus" : "published"
}