Microsoft Graph · Schema

aiInteractionMention

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
mentioned object
mentionId number
mentionText string
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphaiinteractionmention-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.aiInteractionMention",
  "title": "aiInteractionMention",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "mentioned": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/microsoft.graph.aiInteractionMentionedIdentitySet"
        },
        {
          "type": "object",
          "nullable": true
        }
      ]
    },
    "mentionId": {
      "maximum": 2147483647,
      "minimum": -2147483648,
      "type": "number",
      "format": "int32",
      "nullable": true
    },
    "mentionText": {
      "type": "string",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}