Microsoft Copilot · Schema

ChatMessageResponse

AgentsAI AssistantArtificial IntelligenceChatbotCopilotExtensibilityGenerative AIMicrosoft 365Productivity

Properties

Name Type Description
message object
View JSON Schema on GitHub

JSON Schema

microsoft-copilot-chatmessageresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ChatMessageResponse",
  "title": "ChatMessageResponse",
  "type": "object",
  "properties": {
    "message": {
      "$ref": "#/components/schemas/ChatMessage"
    }
  }
}