AgentDetails 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.
Details about an AI agent in the system.
public class AgentDetails : IEquatable<Microsoft.Agents.A365.Observability.Runtime.Tracing.Contracts.AgentDetails>
type AgentDetails = class
interface IEquatable<AgentDetails>
Public Class AgentDetails
Implements IEquatable(Of AgentDetails)
- Inheritance
-
AgentDetails
- Implements
Constructors
| Name | Description |
|---|---|
| AgentDetails(String, String, String, String, String, String, String, String) |
Initializes a new instance of the AgentDetails class. |
Properties
| Name | Description |
|---|---|
| AgentAUID |
Optional Agent User ID for the agent. |
| AgentBlueprintId |
Optional Blueprint/Application ID for the agent. |
| AgentDescription |
A description of the AI agent's purpose or capabilities. |
| AgentId |
The unique identifier for the AI agent. |
| AgentName |
The human-readable name of the AI agent. |
| AgentUPN |
Optional User Principal Name (UPN) for the agent. |
| TenantId |
Optional Tenant ID for the agent. |
Methods
| Name | Description |
|---|---|
| Deconstruct(String, String, String, String, String, String, String) |
Deconstructs the current instance into discrete values. |
| Equals(AgentDetails) | Indicates whether the current object is equal to another object of the same type. |
| Equals(Object) | Determines whether the specified object is equal to the current object. |
| GetHashCode() | Serves as the default hash function. |