Edit

Share via


aiInteractionEntity 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 the base type for interacting with AI entities that provide common properties such as an identifier, name, and version.

Base type of aiAgentInfo and aiInteractionPlugin.

Properties

Property Type Description
identifier String The unique identifier of the AI entity.
name String The display name of the AI entity.
version String The version of the AI entity used.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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