> ## Documentation Index
> Fetch the complete documentation index at: https://developer.qminder.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Sentiment

No description

```graphql theme={null}
enum Sentiment {
  POSITIVE
  NEGATIVE
  NEUTRAL
  MIXED
  UNKNOWN
}
```

### Values

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">Sentiment</code>.<code class="gqlmd-mdx-entity-name">POSITIVE</code></span>](#)

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">Sentiment</code>.<code class="gqlmd-mdx-entity-name">NEGATIVE</code></span>](#)

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">Sentiment</code>.<code class="gqlmd-mdx-entity-name">NEUTRAL</code></span>](#)

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">Sentiment</code>.<code class="gqlmd-mdx-entity-name">MIXED</code></span>](#)

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">Sentiment</code>.<code class="gqlmd-mdx-entity-name">UNKNOWN</code></span>](#)

### Member Of

[`TicketMessage`](/reference/graphql/objects/ticket-message)  <mark class="gqlmd-mdx-badge">object</mark>
