Microsoft Graph · Schema

engagementConversationMessageReactionType

Types of reactions to conversation messages.

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphengagementconversationmessagereactiontype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.engagementConversationMessageReactionType",
  "title": "engagementConversationMessageReactionType",
  "enum": [
    "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"
  ],
  "type": "string",
  "description": "Types of reactions to conversation messages.",
  "x-ms-enum": {
    "name": "engagementConversationMessageReactionType",
    "modelAsString": false,
    "values": [
      {
        "value": "like",
        "description": "Like reaction, represented as a thumbs-up hand. A positive sentiment.",
        "name": "like"
      },
      {
        "value": "love",
        "description": "Love reaction, represented as a solid heart shape. A very positive sentiment.",
        "name": "love"
      },
      {
        "value": "celebrate",
        "description": "Celebrate reaction, represented as a party hat. A positive sentiment.",
        "name": "celebrate"
      },
      {
        "value": "thank",
        "description": "Thank reaction, represented as applauding hands. A positive sentiment.",
        "name": "thank"
      },
      {
        "value": "laugh",
        "description": "Laugh reaction, represented as a grinning face. A positive sentiment.",
        "name": "laugh"
      },
      {
        "value": "sad",
        "description": "Sad reaction, represented as a frowning face. A sympathetic sentiment.",
        "name": "sad"
      },
      {
        "value": "happy",
        "description": "Happy reaction, represented as an open mouth smile face. A very positive sentiment.",
        "name": "happy"
      },
      {
        "value": "excited",
        "description": "Excited reaction, represented as a face with closed eyes and a big smile. A very positive sentiment.",
        "name": "excited"
      },
      {
        "value": "smile",
        "description": "Smiling reaction, represented as a face with a small smile. A positive sentiment.",
        "name": "smile"
      },
      {
        "value": "silly",
        "description": "Silly reaction, represented as an upside down smiling face. A positive sentiment.",
        "name": "silly"
      },
      {
        "value": "intenseLaugh",
        "description": "Intense laughter reaction, represented as a crying laughing face. A very positive sentiment.",
        "name": "intenseLaugh"
      },
      {
        "value": "starStruck",
        "description": "Star struck reaction, represented as a face with stars for eyes. A very positive sentiment.",
        "name": "starStruck"
      },
      {
        "value": "goofy",
        "description": "Goofy reaction, represented as a face with tongue sticking out of mouth. A positive sentiment.",
        "name": "goofy"
      },
      {
        "value": "thinking",
        "description": "Thinking reaction, represented as a face with a hand on the chin. A neutral sentiment.",
        "name": "thinking"
      },
      {
        "value": "surprised",
        "description": "Surprised reaction, represented as a face with its mouth open. A neutral sentiment.",
        "name": "surprised"
      },
      {
        "value": "mindBlown",
        "description": "Mind blown reaction, represented as a face with its head covered in an exploding cloud. A positive sentiment.",
        "name": "mindBlown"
      },
      {
        "value": "scared",
        "description": "Scared reaction, represented as a face with fearful look. A negative sentiment.",
        "name": "scared"
      },
      {
        "value": "crying",
        "description": "Crying reaction, represented as a face with tears streaming down. A negative sentiment.",
        "name": "crying"
      },
      {
        "value": "shocked",
        "description": "Shocked reaction, represented as a face with two hands against cheeks and mouth open. A negative sentiment.",
        "name": "shocked"
      },
      {
        "value": "angry",
        "description": "Angry reaction, represented as a face with furrowed eyebrows and sad mouth. A very negative sentiment.",
        "name": "angry"
      },
      {
        "value": "agree",
        "description": "Agree reaction, represented as a hand pointing upward. A positive sentiment.",
        "name": "agree"
      },
      {
        "value": "praise",
        "description": "Praise reaction, represented as two hands facing outward. A positive sentiment.",
        "name": "praise"
      },
      {
        "value": "takingNotes",
        "description": "Taking notes reaction, represented as a hand holding a pen. A neutral sentiment.",
        "name": "takingNotes"
      },
      {
        "value": "heartBroken",
        "description": "Heart broken reaction, represented as a broken heart. A negative sentiment.",
        "name": "heartBroken"
      },
      {
        "value": "support",
        "description": "Support reaction, represented as red numbers showing 100. A positive sentiment.",
        "name": "support"
      },
      {
        "value": "confirmed",
        "description": "Confirmed reaction, represented as a green check mark. A neutral sentiment.",
        "name": "confirmed"
      },
      {
        "value": "watching",
        "description": "Watching reaction, represented as two eyeballs. A neutral sentiment.",
        "name": "watching"
      },
      {
        "value": "brain",
        "description": "Brain reaction, represented as a brain. A neutral sentiment.",
        "name": "brain"
      },
      {
        "value": "medal",
        "description": "Medal reaction, represented as a medal hanging from a sash. A positive sentiment.",
        "name": "medal"
      },
      {
        "value": "bullseye",
        "description": "Bullseye reaction, represented as a target with an arrow in the middle. A positive sentiment.",
        "name": "bullseye"
      },
      {
        "value": "unknownFutureValue",
        "description": "A marker value for members added after the release of this API.",
        "name": "unknownFutureValue"
      }
    ]
  }
}