Package com.intercom.api.types
Interface ArticleStatistics.HappyReactionPercentageStage
-
- All Known Implementing Classes:
ArticleStatistics.Builder
- Enclosing class:
- ArticleStatistics
public static interface ArticleStatistics.HappyReactionPercentageStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ArticleStatistics.NeutralReactionPercentageStagehappyReactionPercentage(float happyReactionPercentage)The percentage of happy reactions the article has received against other types of reaction.
-
-
-
Method Detail
-
happyReactionPercentage
ArticleStatistics.NeutralReactionPercentageStage happyReactionPercentage(float happyReactionPercentage)
The percentage of happy reactions the article has received against other types of reaction.
-
-