| name | data type | description |
|---|---|---|
| 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"
}