AgentSkillResourceAttribute Constructors
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.
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.