SentimentCountV2
type SentimentCountV2 {
  total: Int
  positive: Int
  negative: Int
  neutral: Int
}
Fields
SentimentCountV2.total ● Int scalar
Count of sentiments including(positive, negative, neutral) for the given company topic @exposed
SentimentCountV2.positive ● Int scalar
Number of times topic has been discussed in positive context @exposed
SentimentCountV2.negative ● Int scalar
Number of times topic has been discussed in negative context @exposed
SentimentCountV2.neutral ● Int scalar
Number of times topic has been discussed in neutral context @exposed
Member of
CompanyTopicV2  object ● TopicSentimentTrend  object