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

# Sentiments

> Schema for Sentiments

<ParamField path="negative_pct" type="Float" optional>
  Percentage of negative sentiment detected in the conversation.
</ParamField>

<ParamField path="neutral_pct" type="Float" optional>
  Percentage of neutral sentiment detected in the conversation.
</ParamField>

<ParamField path="positive_pct" type="Float" optional>
  Percentage of positive sentiment detected in the conversation.
</ParamField>

## Additional Resources

<CardGroup cols={2}>
  <Card title="Sentence" icon="link" href="/schema/sentence">
    Schema for Sentence
  </Card>

  <Card title="Meeting Analytics" icon="link" href="/schema/meeting-analytics">
    Schema for Meeting Analytics
  </Card>
</CardGroup>
