DeleteSkillResponse Class
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 class DeleteSkillResponse : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Agents.DeleteSkillResponse>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Agents.DeleteSkillResponse>
type DeleteSkillResponse = class
interface IJsonModel<DeleteSkillResponse>
interface IPersistableModel<DeleteSkillResponse>
Public Class DeleteSkillResponse
Implements IJsonModel(Of DeleteSkillResponse), IPersistableModel(Of DeleteSkillResponse)
- Inheritance
-
DeleteSkillResponse
- Implements
Properties
| Name | Description |
|---|---|
| Deleted |
Whether the skill was successfully deleted. |
| Name |
The unique name of the skill. |
Methods
Operators
| Name | Description |
|---|---|
| Explicit(ClientResult to DeleteSkillResponse) | |