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