Microsoft Copilot · Example Payload

Microsoft Copilot Chat Message Example

AgentsAI AssistantArtificial IntelligenceChatbotCopilotExtensibilityGenerative AIMicrosoft 365Productivity

Microsoft Copilot Chat Message Example is an example object payload from Microsoft Copilot, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idbodycitationscreatedDateTime

Example Payload

Raw ↑
{
  "id": "abc123",
  "body": "example_value",
  "citations": [],
  "createdDateTime": "example_value"
}