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