Uses of Class
cloud.genesys.webmessaging.sdk.model.ContentReaction
-
Packages that use ContentReaction Package Description cloud.genesys.webmessaging.sdk.model -
-
Uses of ContentReaction in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return ContentReaction Modifier and Type Method Description ContentReactionContentReaction. count(Double count)Number of users that reacted this way to the message.ContentReactionContentReaction. reactionType(ReactionType reactionType)Type of reaction.Methods in cloud.genesys.webmessaging.sdk.model that return types with arguments of type ContentReaction Modifier and Type Method Description List<ContentReaction>MessageContent. getReactions()Method parameters in cloud.genesys.webmessaging.sdk.model with type arguments of type ContentReaction Modifier and Type Method Description MessageContentMessageContent. reactions(List<ContentReaction> reactions)A set of reactions to a message.voidMessageContent. setReactions(List<ContentReaction> reactions)
-