Edit

aiAgentInfo resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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 Identifier of the parent agent blueprint that defines the identity and configuration of the agent. This identifier is provided by Microsoft Entra.
identifier String The unique identifier of the 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 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"
}