Edit

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. This identifier is provided by Microsoft Entra.
identifier String The unique identifier of this AI agent. Inherited from aiInteractionEntity. This identifier is provided by the developer. If building on Microsoft Entra Agent ID, use the agentIdentity ID.
name String The display name of the AI agent. Inherited from aiInteractionEntity.
version String The version number of the 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"
}