| title | aiInteractionPlugin resource type |
|---|---|
| description | This is a plugin or extension used in an interaction with an AI or bot service. |
| author | PatilAishwarya95 |
| ms.date | 01/16/2026 |
| ms.localizationpriority | medium |
| ms.subservice | security |
| doc_type | resourcePageType |
Namespace: microsoft.graph
Represents a plugin or extension invoked during an interaction with an AI or bot service.
Inherits from aiInteractionEntity.
| Property | Type | Description |
|---|---|---|
| identifier | String | The unique identifier of the plugin. Inherited from aiInteractionEntity. |
| name | String | The display name of the plugin. Inherited from aiInteractionEntity. |
| version | String | The version of the plugin used. Inherited from aiInteractionEntity. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.aiInteractionPlugin",
"identifier": "String",
"name": "String",
"version": "String"
}