AIAgent.Name Property
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.
Gets the human-readable name of the agent.
public virtual string? Name { get; }
member this.Name : string
Public Overridable ReadOnly Property Name As String
Property Value
The agent's name, or null if no name has been assigned.
Remarks
The agent name is typically used for display purposes and to help users identify the agent's purpose or capabilities in user interfaces.