Language

SkillReference(String) Constructor

Definition

Initializes a new instance of SkillReference.

public SkillReference(string name);
new Azure.AI.Projects.Agents.SkillReference : string -> Azure.AI.Projects.Agents.SkillReference
Public Sub New (name As String)

Parameters

name
String

The name of the skill.

Exceptions

name is null.

Applies to