> For the complete documentation index, see [llms.txt](https://developers.socialboards.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.socialboards.com/docs/apis/external-chat-api/reference/objects/conversation-feedback.md).

# 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 |
