EnhancedAgentDetails interface
Enhanced agent details with additional properties
- Extends
Properties
| agentAUID | The agent user ID (AUID) |
| agent |
The agent blueprint/application ID |
| agentUPN | The agent user principal name (UPN) |
| tenant |
The tenant ID for the agent |
Inherited Properties
| agent |
A description of the AI agent's purpose or capabilities |
| agent |
The unique identifier for the AI agent |
| agent |
The human-readable name of the AI agent |
| conversation |
The identifier for the conversation or session |
| icon |
Optional icon identifier or URL for visual representation of the agent |
Property Details
agentAUID
The agent user ID (AUID)
agentAUID?: string
Property Value
string
agentBlueprintId
The agent blueprint/application ID
agentBlueprintId?: string
Property Value
string
agentUPN
The agent user principal name (UPN)
agentUPN?: string
Property Value
string
tenantId
The tenant ID for the agent
tenantId?: string
Property Value
string
Inherited Property Details
agentDescription
A description of the AI agent's purpose or capabilities
agentDescription?: string
Property Value
string
Inherited From AgentDetails.agentDescription
agentId
The unique identifier for the AI agent
agentId: string
Property Value
string
Inherited From AgentDetails.agentId
agentName
The human-readable name of the AI agent
agentName?: string
Property Value
string
Inherited From AgentDetails.agentName
conversationId
The identifier for the conversation or session
conversationId?: string
Property Value
string
Inherited From AgentDetails.conversationId
iconUri
Optional icon identifier or URL for visual representation of the agent
iconUri?: string
Property Value
string
Inherited From AgentDetails.iconUri