Channel: Session Emotions Intensities
Receive periodical detailed updates about the count, quantity and intensity of the emotions detected in a session during the given period (e.g. if you specify a frequency of 5s, each event will contain the emotions detected during the last 5 seconds).
Channel
Name
session_emotions_intensitiesKey Template
sessionId:frequencyEvents Type
seiKey Parameters
sessionId
string
ID of the session do you want to track emotions from.
Example:
66151895e00a857bd76f889dfrequency
enum ChannelUpdateFrequency
How often you want to receive updates with the information from the last event.
Possible enum values
1sEach second
3sEach 3 seconds
5sEach 5 seconds
10sEach 10 seconds
30sEach 30 seconds
1mEach minute
5mEach 5 minutes
10mEach 10 minutes
Example:
10sKey example
66151895e00a857bd76f889d:10sEvent fields
EMOTION_INTENSITIES
object
Object containing quantity, intensity and on how many people the emotion was detected.
Event data structure
session_emotions_intensities event structure
[
SUBSCRIPTION_ID,
EVENT_TIMESTAMP,
"sei",
[
EMOTION_INTENSITIES
]
]
Event example
session_emotions_intensities event example
[
"luug96xrbbc594",
"2024-04-14T23:00:30.000Z",
"sei",
[
{
"exaltation": {
"people": 3,
"quantity": 2.654,
"intensity": 0.885
},
"focus": {
"people": 3,
"quantity": 2.654,
"intensity": 0.885
},
"shock": {
"people": 3,
"quantity": 2.654,
"intensity": 0.885
},
"seriousness": {
"people": 3,
"quantity": 2.654,
"intensity": 0.885
},
"fatigue": {
"people": 3,
"quantity": 2.654,
"intensity": 0.885
},
"disgust": {
"people": 3,
"quantity": 2.654,
"intensity": 0.885
},
"overwhelming": {
"people": 3,
"quantity": 2.654,
"intensity": 0.885
}
}
]
]