AgentDetails Constructor
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.
Initializes a new instance of the AgentDetails class.
public AgentDetails(string agentId, string? agentName = default, string? agentDescription = default, string? iconUri = default, string? agentAUID = default, string? agentUPN = default, string? agentBlueprintId = default, string? tenantId = default);
new Microsoft.Agents.A365.Observability.Runtime.Tracing.Contracts.AgentDetails : string * string * string * string * string * string * string * string -> Microsoft.Agents.A365.Observability.Runtime.Tracing.Contracts.AgentDetails
Public Sub New (agentId As String, Optional agentName As String = Nothing, Optional agentDescription As String = Nothing, Optional iconUri As String = Nothing, Optional agentAUID As String = Nothing, Optional agentUPN As String = Nothing, Optional agentBlueprintId As String = Nothing, Optional tenantId As String = Nothing)
Parameters
- agentId
- String
The unique identifier for the agent.
- agentName
- String
Optional display name for the agent.
- agentDescription
- String
Optional description of the agent's purpose.
- iconUri
- String
Optional URI pointing to the agent icon.
- agentAUID
- String
Optional Azure User ID (AUID) for the agent.
- agentUPN
- String
Optional User Principal Name (UPN) for the agent.
- agentBlueprintId
- String
Optional Blueprint/Application ID for the agent.
- tenantId
- String
Optional Tenant ID for the agent.