Microsoft Copilot · JSON Structure

Microsoft Copilot Ai Interaction Mention Structure

Type: object Properties: 3
AgentsAI AssistantArtificial IntelligenceChatbotCopilotExtensibilityGenerative AIMicrosoft 365Productivity

AiInteractionMention is a JSON Structure definition published by Microsoft Copilot, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

mentioned mentionId mentionText

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "AiInteractionMention",
  "type": "object",
  "properties": {
    "mentioned": {
      "type": "object"
    },
    "mentionId": {
      "type": "integer"
    },
    "mentionText": {
      "type": "string"
    }
  }
}