ProjectsAgentsModelFactory.SkillDeletionResult Method

Definition

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.

Applies to