AgentSkillResourceAttribute Constructors

Definition

Overloads

Name Description
AgentSkillResourceAttribute()

Initializes a new instance of the AgentSkillResourceAttribute class. The resource name defaults to the property or method name.

AgentSkillResourceAttribute(String)

Initializes a new instance of the AgentSkillResourceAttribute class with an explicit resource name.

AgentSkillResourceAttribute()

Initializes a new instance of the AgentSkillResourceAttribute class. The resource name defaults to the property or method name.

public AgentSkillResourceAttribute();
Public Sub New ()

Applies to

AgentSkillResourceAttribute(String)

Initializes a new instance of the AgentSkillResourceAttribute class with an explicit resource name.

public AgentSkillResourceAttribute(string name);
new Microsoft.Agents.AI.AgentSkillResourceAttribute : string -> Microsoft.Agents.AI.AgentSkillResourceAttribute
Public Sub New (name As String)

Parameters

name
String

The resource name used to identify this resource.

Applies to