team
TeamAnalytics

Analytics data for the team. See TeamAnalytics

users
[UserAnalytics]

List of analytics data for individual users. See UserAnalytics

TeamAnalytics

conversation
TeamConversationStats

Conversation statistics for the team. See TeamConversationStats

meeting
TeamMeetingStats

Meeting statistics for the team. See TeamMeetingStats

TeamMeetingStats

count
Int

Total count of meetings

count_diff_pct
Int

Percentage difference in meeting count compared to previous period

duration
Float

Total duration of meetings in minutes

duration_diff_pct
Int

Percentage difference in meeting duration compared to previous period

average_count
Int

Average number of meetings per user

average_count_diff_pct
Int

Percentage difference in average meeting count compared to previous period

average_duration
Int

Average duration of meetings in minutes

average_duration_diff_pct
Int

Percentage difference in average meeting duration compared to previous period

UserMeetingStats

count
Int

Total count of meetings for the user

count_diff
Int

Difference in meeting count compared to previous period

count_diff_compared_to
Int

Meeting count in the previous period

count_diff_pct
Int

Percentage difference in meeting count compared to previous period

duration
Float

Total duration of meetings in minutes for the user

duration_diff
Int

Difference in meeting duration compared to previous period

duration_diff_compared_to
Int

Meeting duration in the previous period

duration_diff_pct
Int

Percentage difference in meeting duration compared to previous period

TeamConversationStats

average_filler_words
Int

Average number of filler words used per meeting

average_filler_words_diff_pct
Int

Percentage difference in average filler words compared to previous period

average_monologues_count
Int

Average number of monologues per meeting

average_monologues_count_diff_pct
Int

Percentage difference in average monologues count compared to previous period

average_questions
Int

Average number of questions asked per meeting

average_questions_diff_pct
Int

Percentage difference in average questions compared to previous period

average_sentiments
Sentiments

Average sentiment analysis results for team meetings. See Sentiments

average_silence_duration
Float

Average duration of silence in minutes per meeting

average_silence_duration_diff_pct
Int

Percentage difference in average silence duration compared to previous period

average_talk_listen_ratio
Float

Average ratio of talking to listening across all meetings

average_words_per_minute
Float

Average words spoken per minute across all meetings

longest_monologue_duration_sec
Int

Duration in seconds of the longest monologue

longest_monologue_duration_diff_pct
Int

Percentage difference in longest monologue duration compared to previous period

total_filler_words
Int

Total number of filler words used across all meetings

total_filler_words_diff_pct
Int

Percentage difference in total filler words compared to previous period

total_meeting_notes_count
Int

Total count of meeting notes created

total_meetings_count
Int

Total count of meetings

total_monologues_count
Int

Total count of monologues across all meetings

total_monologues_diff_pct
Int

Percentage difference in total monologues compared to previous period

teammates_count
Int

Number of teammates included in the analytics

total_questions
Int

Total number of questions asked across all meetings

total_questions_diff_pct
Int

Percentage difference in total questions compared to previous period

total_silence_duration
Float

Total duration of silence in minutes across all meetings

total_silence_duration_diff_pct
Int

Percentage difference in total silence duration compared to previous period

UserConversationStats

talk_listen_pct
Float

Percentage of time spent talking vs listening

talk_listen_ratio
Float

Ratio of talking to listening

total_silence_duration
Float

Total duration of silence in minutes for the user

total_silence_duration_compare_to
Float

Silence duration in the previous period

total_silence_pct
Float

Percentage of meeting time spent in silence

total_silence_ratio
Float

Ratio of silence to speaking time

total_speak_duration
Float

Total duration of speaking time in minutes

total_speak_duration_with_user
Float

Total duration of speaking time with specific user in minutes

total_word_count
Int

Total count of words spoken

user_filler_words
Int

Number of filler words used by the user

user_filler_words_compare_to
Int

Filler words used in the previous period

user_filler_words_diff_pct
Int

Percentage difference in filler words compared to previous period

user_longest_monologue_sec
Int

Duration in seconds of the user’s longest monologue

user_longest_monologue_compare_to
Int

Longest monologue duration in the previous period

user_longest_monologue_diff_pct
Int

Percentage difference in longest monologue duration compared to previous period

user_monologues_count
Int

Count of monologues by the user

user_monologues_count_compare_to
Int

Monologues count in the previous period

user_monologues_count_diff_pct
Int

Percentage difference in monologues count compared to previous period

user_questions
Int

Number of questions asked by the user

user_questions_compare_to
Int

Questions asked in the previous period

user_questions_diff_pct
Int

Percentage difference in questions asked compared to previous period

user_speak_duration
Float

Duration of time the user spent speaking in minutes

user_word_count
Int

Count of words spoken by the user

user_words_per_minute
Int

Words spoken per minute by the user

user_words_per_minute_compare_to
Int

Words per minute in the previous period

user_words_per_minute_diff_pct
Int

Percentage difference in words per minute compared to previous period

UserAnalytics

user_id
String

Unique identifier for the user

user_name
String

Name of the user

user_email
String

Email address of the user

conversation
UserConversationStats

Conversation statistics for the user. See UserConversationStats

meeting
UserMeetingStats

Meeting statistics for the user. See UserMeetingStats

Additional Resources