AgentCardSkill(String, String) Constructor
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.
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.