AgentCardSkill(String, String) Constructor

Definition

Initializes a new instance of AgentCardSkill.

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

Parameters

id
String

a unique identifier for the skill.

name
String

The name of the skill.

Exceptions

id or name is null.

Applies to