Namespace: microsoft.graph
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"
}