Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 1.57 KB

File metadata and controls

46 lines (36 loc) · 1.57 KB
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

aiInteractionPlugin resource type

Namespace: microsoft.graph

Represents a plugin or extension invoked during an interaction with an AI or bot service.

Inherits from aiInteractionEntity.

Properties

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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