Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
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 resopurce type.
{
"@odata.type": "#microsoft.graph.aiInteractionPlugin",
"identifier": "String",
"name": "String",
"version": "String"
}