ProjectAgentSkills 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.
The ProjectAgentSkills sub-client.
public class ProjectAgentSkills
type ProjectAgentSkills = class
Public Class ProjectAgentSkills
- Inheritance
-
ProjectAgentSkills
Constructors
| Name | Description |
|---|---|
| ProjectAgentSkills() |
Initializes a new instance of ProjectAgentSkills for mocking. |
Properties
| Name | Description |
|---|---|
| Pipeline |
The HTTP pipeline for sending and receiving REST requests and responses. |
Methods
| Name | Description |
|---|---|
| CreateSkill(BinaryContent, RequestOptions) |
[Protocol Method] Creates a skill.
|
| CreateSkill(String, String, String, IDictionary<String,String>, CancellationToken) |
Creates a skill. |
| CreateSkillAsync(BinaryContent, RequestOptions) |
[Protocol Method] Creates a skill.
|
| CreateSkillAsync(String, String, String, IDictionary<String,String>, CancellationToken) |
Creates a skill. |
| CreateSkillFromPackage(BinaryContent, RequestOptions) |
[Protocol Method] Creates a skill from a zip package.
|
| CreateSkillFromPackage(BinaryData, CancellationToken) |
Creates a skill from a zip package. |
| CreateSkillFromPackage(String, CancellationToken) |
Creates a skill from a zip package. |
| CreateSkillFromPackageAsync(BinaryContent, RequestOptions) |
[Protocol Method] Creates a skill from a zip package.
|
| CreateSkillFromPackageAsync(BinaryData, CancellationToken) |
Creates a skill from a zip package. |
| CreateSkillFromPackageAsync(String, CancellationToken) |
Creates a skill from a zip package. |
| DeleteSkill(String, CancellationToken) |
Deletes a skill. |
| DeleteSkill(String, RequestOptions) |
[Protocol Method] Deletes a skill.
|
| DeleteSkillAsync(String, CancellationToken) |
Deletes a skill. |
| DeleteSkillAsync(String, RequestOptions) |
[Protocol Method] Deletes a skill.
|
| DownloadSkill(String, CancellationToken) |
Downloads a skill package. |
| DownloadSkill(String, RequestOptions) |
[Protocol Method] Downloads a skill package.
|
| DownloadSkill(String, String, CancellationToken) |
Downloads a skill package, save it to file and return as a Binary data. |
| DownloadSkillAsync(String, CancellationToken) |
Downloads a skill package. |
| DownloadSkillAsync(String, RequestOptions) |
[Protocol Method] Downloads a skill package.
|
| DownloadSkillAsync(String, String, CancellationToken) |
Downloads a skill package, save it to file and return as a Binary data. |
| GetSkill(String, CancellationToken) |
Retrieves a skill. |
| GetSkill(String, RequestOptions) |
[Protocol Method] Retrieves a skill.
|
| GetSkillAsync(String, CancellationToken) |
Retrieves a skill. |
| GetSkillAsync(String, RequestOptions) |
[Protocol Method] Retrieves a skill.
|
| GetSkills(Nullable<Int32>, Nullable<AgentListOrder>, String, String, CancellationToken) |
Returns the list of all skills. |
| GetSkills(Nullable<Int32>, String, String, String, RequestOptions) |
[Protocol Method] Returns the list of all skills.
|
| GetSkillsAsync(Nullable<Int32>, Nullable<AgentListOrder>, String, String, CancellationToken) |
Returns the list of all skills. |
| GetSkillsAsync(Nullable<Int32>, String, String, String, RequestOptions) |
[Protocol Method] Returns the list of all skills.
|
| GetSkillsAsyncAsync(Nullable<Int32>, Nullable<AgentListOrder>, String, String, CancellationToken) |
Returns the list of all skills. |
| UpdateSkill(String, BinaryContent, RequestOptions) |
[Protocol Method] Updates an existing skill.
|
| UpdateSkill(String, String, String, IDictionary<String,String>, CancellationToken) |
Updates an existing skill. |
| UpdateSkillAsync(String, BinaryContent, RequestOptions) |
[Protocol Method] Updates an existing skill.
|
| UpdateSkillAsync(String, String, String, IDictionary<String,String>, CancellationToken) |
Updates an existing skill. |