# 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

```javascript
{
    "code": 0,
    "text": "Execution succeeded"
}
```
