ActionExecutionResult Object
Description
Specifies the final result of an action execution.
Properties
code
Result code.
Type: integer
text
Resulting text message.
Type: string
Sample JSON
{
"code": 0,
"text": "Execution succeeded"
}
Last updated