AgentId Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The AgentId.
public class AgentId : System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.AgentId>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.AgentId>
type AgentId = class
interface IJsonModel<AgentId>
interface IPersistableModel<AgentId>
Public Class AgentId
Implements IJsonModel(Of AgentId), IPersistableModel(Of AgentId)
- Inheritance
-
AgentId
- Implements
Constructors
| Name | Description |
|---|---|
| AgentId(String, String) |
Initializes a new instance of AgentId. |
Properties
| Name | Description |
|---|---|
| Name |
The name of the agent. |
| Type |
Gets the Type. |
| Version |
The version identifier of the agent. |