Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 1.9 KB

File metadata and controls

49 lines (39 loc) · 1.9 KB
title aiAgentInfo resource type
description Represents information about an AI agent that participated in the preparation of the message.
author PatilAishwarya95
ms.date 01/16/2026
ms.localizationpriority medium
ms.subservice security
doc_type resourcePageType

aiAgentInfo resource type

Namespace: microsoft.graph

Represents information about an AI agent that participated in the preparation of the message recorded in the processConversationMetadata object.

Inherits from aiInteractionEntity.

Properties

Property Type Description
blueprintId String The unique identifier of the parent agent blueprint that defines the identity and configuration of this agent instance.
identifier String The unique identifier of this AI agent. Inherited from aiInteractionEntity.
name String The display name of the AI agent. Inherited from aiInteractionEntity.
version String The version number of Itthe AI agent used. Inherited from aiInteractionEntity.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.aiAgentInfo",
  "blueprintId": "String",
  "identifier": "String",
  "name": "String",
  "version": "String"
}