Edit

Share via


aiInteractionPlugin 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 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"
}