Edit

Share via


agentInterface 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.

Declares a combination of a target URL and a transport protocol for interacting with the agent, as defined in the agentInstance object. This allows agents to expose the same functionality over multiple transport mechanisms.

Properties

Property Type Description
transport String The transport protocol supported at this URL.
url String The URL where this interface is available. Must be a valid absolute HTTPS URL in production.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.agentInterface",
  "url": "String",
  "transport": "String"
}