Conversation analytics

Analyze a conversation to better understand the interactions and gain insights about participant behavior.

For example: John and Arya talked over the phone for 60 minutes. John talked for 40 mins. Arya talked for 10 minutes. No one spoke for 10 minutes because John kept Arya on hold.

Use the Get analytics request to view speaker ratio, talk time per speaker, duration of silence, pace, and overlap.

  • Speaker Ratio is the total ratio of a speaker's time spent talking compared to other speakers in the conversation. In our example, the ratio will be 4:1 signifying that John spoke 4 times more than Arya.

  • Talk Time is per speaker. In our example, Talk Time is 40 minutes for John and 10 minutes for Arya.

  • Silence indicates the time during which none of the speakers said anything. In our current example, Silence is 10 minutes.

  • Pace is the rate of speech in words per minute (wpm), per speaker. If John speaks at 100 words per minute, the pace as wpm: 100.

  • Overlap occurs in a conversation if two or more people are speaking at the same time. Analytics reports overlap as a percentage of the total conversation in seconds.

Authentication

This request requires an access token, as described in Authenticate.


Get conversation analytics

This section describes how to get conversation analytics from a conversation. This request requires a conversation ID. You receive a conversation ID when you process a conversation with the Symbl.ai APIs.

To get conversation analytics, use the following operation:

GET https://api.symbl.ai/v1/conversations/{conversationId}/analytics

To make this request from the API reference, see Get analytics.