AgentSkillScriptAttribute Constructors

Definition

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.

Applies to