次の方法で共有


AgentDetails Class

Definition

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.

Applies to