Microsoft Copilot · JSON Structure

Microsoft Copilot Ai Interaction Context Structure

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

AiInteractionContext 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

contextReference contextType displayName

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "AiInteractionContext",
  "type": "object",
  "properties": {
    "contextReference": {
      "type": "string"
    },
    "contextType": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    }
  }
}