Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents a reaction (for example, like, love, or celebrate) to a message in a Viva Engage conversation.
Inherits from entity.
Methods
None.
Properties
Property | Type | Description |
---|---|---|
createdDateTime | DateTimeOffset | Date and time when the reaction was added. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z . |
id | String | Unique identifier of a reaction posted to a Viva Engage conversation message. Inherited from entity. |
reactionBy | engagementIdentitySet | Identity of the user who added the reaction. |
reactionType | engagementConversationMessageReactionType | The type of the reaction. The possible values are: like , love , celebrate , thank , laugh , sad , happy , excited , smile , silly , intenseLaugh , starStruck , goofy , thinking , surprised , mindBlown , scared , crying , shocked , angry , agree , praise , takingNotes , heartBroken , support , confirmed , watching , brain , medal , bullseye , unknownFutureValue . |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.engagementConversationMessageReaction",
"createdDateTime": "String (timestamp)",
"id": "String (identifier)",
"reactionBy": {"@odata.type": "microsoft.graph.engagementIdentitySet"},
"reactionType": "String"
}