# Meetra AI Conversation Intelligence API Building Blocks

\
The Conversation Intelligence 2.0 Building Blocks are designed to provide a comprehensive understanding of group dynamics, context, topics, and fluctuations within a conversation. Here's a summary of each layer and its components:

<figure><img src="/files/DAMcEQssDHZlkT7B2ue5" alt=""><figcaption></figcaption></figure>

## **Group Dynamics Layer**

* Speaker Detection: Identifies individual speakers in a conversation.
* Conversational Energy: Measures the energy level in a conversation.
* Conversational Sentiment: Analyzes the overall sentiment throughout a conversation.
* Conversational Balance: Evaluates the balance of participation among speakers.
* Interaction Mapping: Visualizes the strength of interactions between participants.

## Context Layer

* Conversation Transcripts: Provides full transcriptions of the conversation's audio content.
* Conversation Summary: Offers a concise summary of the conversation.
* Speaker Summaries: Generates summaries of each speaker's contributions.
* Key Points and Questions: Identifies and lists key points and questions raised during the conversation.
* Topics Discussed: Detects and lists topics discussed throughout the conversation.

## Topic Deep Dive

* Topic Indication: Lists topics discussed in the conversation
* Topic Energy: Measures the energy associated with specific topics.
* Topic Sentiment: Analyzes the sentiment around specific topics.
* Topic Speakers: Identifies speakers who contributed to specific topics.
* Topic Emotions: Uncovers the emotions related to particular topics.

## **Fluctuations**

* Energy Fluctuations: Tracks changes in energy levels throughout the conversation.
* Sentiment Fluctuations: Monitors shifts in sentiment during the conversation.
* Interaction Fluctuations: Observes variations in interaction strength between participants.

These building blocks work together to provide valuable insights into conversation dynamics, helping users better understand the nuances of group interactions, context, and emotions, as well as the evolution of energy and sentiment within the conversation.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.meetra.ai/meetra-ai-conversation-intelligence-api-building-blocks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
