Sentiment Breakdown Type Enum

Breakdown types for the segment

Possible values:

  • Age

  • Country

  • Gender

enum SentimentBreakdownTypeEnum {
    Age
    Country
    Gender
}

Last updated