Edit

Share via


aiInteractionPlugin resource type

Namespace: microsoft.graph

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

Properties

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

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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