ProjectsAgentsModelFactory.SkillDeletionResult Method
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.
A deleted skill.
public static Azure.AI.Projects.Agents.SkillDeletionResult SkillDeletionResult(string id = default, string name = default, bool deleted = false);
static member SkillDeletionResult : string * string * bool -> Azure.AI.Projects.Agents.SkillDeletionResult
Public Shared Function SkillDeletionResult (Optional id As String = Nothing, Optional name As String = Nothing, Optional deleted As Boolean = false) As SkillDeletionResult
Parameters
- id
- String
The unique identifier of the deleted skill.
- name
- String
The unique name of the skill.
- deleted
- Boolean
Whether the skill was successfully deleted.
Returns
A new SkillDeletionResult instance for mocking.