Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

ConnectApi.MentionSegment

Mention segment.

Subclass of ConnectApi.MessageSegment.

Name Type Description Available Version
accessible Boolean Specifies whether the mentioned user or group can see the post in which they are mentioned (true) or not (false). 28.0
name String Name of the mentioned user or group. 28.0
record ConnectApi.​ActorWithId Information about the mentioned user or group. 29.0
user ConnectApi.​User​Summary Information about the mentioned user. Important: In versions 29.0 and later, use the record property. 28.0 only

In versions before 29.0, if the mention is not a user, the mention is in a ConnectApi.TextSegment object.