Share via


EnhancedAgentDetails interface

Enhanced agent details with additional properties

Extends

Properties

agentAUID

The agent user ID (AUID)

agentBlueprintId

The agent blueprint/application ID

agentUPN

The agent user principal name (UPN)

tenantId

The tenant ID for the agent

Inherited Properties

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

conversationId

The identifier for the conversation or session

iconUri

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