ProjectsAgentsModelFactory.DeleteSkillResponse 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.DeleteSkillResponse DeleteSkillResponse(string id = default, string name = default, bool deleted = false);
static member DeleteSkillResponse : string * string * bool -> Azure.AI.Projects.Agents.DeleteSkillResponse
Public Shared Function DeleteSkillResponse (Optional id As String = Nothing, Optional name As String = Nothing, Optional deleted As Boolean = false) As DeleteSkillResponse
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 DeleteSkillResponse instance for mocking.