Microsoft Copilot · JSON Structure

Microsoft Copilot Ai Interaction Structure

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

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

Properties

id appClass interactionType conversationType requestId sessionId createdDateTime etag locale attachments contexts links mentions

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "AiInteraction",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "appClass": {
      "type": "string"
    },
    "interactionType": {
      "type": "string"
    },
    "conversationType": {
      "type": "string"
    },
    "requestId": {
      "type": "string"
    },
    "sessionId": {
      "type": "string"
    },
    "createdDateTime": {
      "type": "string"
    },
    "etag": {
      "type": "string"
    },
    "locale": {
      "type": "string"
    },
    "attachments": {
      "type": "array"
    },
    "contexts": {
      "type": "array"
    },
    "links": {
      "type": "array"
    },
    "mentions": {
      "type": "array"
    }
  }
}