AgentSkillScriptAttribute 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 |
|---|---|
| AgentSkillScriptAttribute() |
Initializes a new instance of the AgentSkillScriptAttribute class. The script name defaults to the method name. |
| AgentSkillScriptAttribute(String) |
Initializes a new instance of the AgentSkillScriptAttribute class with an explicit script name. |
AgentSkillScriptAttribute()
Initializes a new instance of the AgentSkillScriptAttribute class. The script name defaults to the method name.
public AgentSkillScriptAttribute();
Public Sub New ()
Applies to
AgentSkillScriptAttribute(String)
Initializes a new instance of the AgentSkillScriptAttribute class with an explicit script name.
public AgentSkillScriptAttribute(string name);
new Microsoft.Agents.AI.AgentSkillScriptAttribute : string -> Microsoft.Agents.AI.AgentSkillScriptAttribute
Public Sub New (name As String)
Parameters
- name
- String
The script name used to identify this script.