# Conversation feedback

**Example**

```json
{
    "isPositive": true,
    "text": "Nice, resolve my problem!"
}
```

**Fields**

| Field      | Type    | Comments                                                            |
| ---------- | ------- | ------------------------------------------------------------------- |
| isPositive | boolean | Indicates the conversation satisfaction from the client             |
| text       | string  | Additional text related to the customer's conversation satisfaction |
