> For the complete documentation index, see [llms.txt](https://developer.collibra.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.collibra.com/api/graphql/data-access/object-types/user-message.md).

# UserMessage

Represents a normal user comment.

```graphql
type UserMessage {
  message: String!
}
```

### Fields

#### message ● [`String!`](/api/graphql/data-access/scalars/string.md) non-null scalar <a href="#message" id="message"></a>

The string value of the message.

### Implemented By

[`MessageValue`](/api/graphql/data-access/unions/message-value.md) union
