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