Microsoft Copilot · Example Payload

Microsoft Copilot Ai Interaction Example

AgentsAI AssistantArtificial IntelligenceChatbotCopilotExtensibilityGenerative AIMicrosoft 365Productivity

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

Top-level fields

idappClassinteractionTypeconversationTyperequestIdsessionIdcreatedDateTimeetaglocaleattachmentscontextslinksmentions

Example Payload

Raw ↑
{
  "id": "abc123",
  "appClass": "example_value",
  "interactionType": "example_value",
  "conversationType": "example_value",
  "requestId": "500123",
  "sessionId": "500123",
  "createdDateTime": "example_value",
  "etag": "example_value",
  "locale": "example_value",
  "attachments": [],
  "contexts": [],
  "links": [],
  "mentions": []
}