Microsoft Copilot · Schema

ChatConversationResponse

AgentsAI AssistantArtificial IntelligenceChatbotCopilotExtensibilityGenerative AIMicrosoft 365Productivity

Properties

Name Type Description
conversationId string The unique identifier for the conversation for multi-turn use.
View JSON Schema on GitHub

JSON Schema

microsoft-copilot-chat-conversation-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ChatConversationResponse",
  "type": "object",
  "properties": {
    "conversationId": {
      "type": "string",
      "description": "The unique identifier for the conversation for multi-turn use."
    }
  }
}