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 |
|---|---|
| CreateSkillVersion(String, BinaryContent, RequestOptions) |
[Protocol Method] Creates a new version of a skill. If the skill does not exist, it will be created.
|
| CreateSkillVersion(String, SkillInlineContent, Nullable<Boolean>, CancellationToken) |
Creates a new version of a skill. If the skill does not exist, it will be created. |
| CreateSkillVersionAsync(String, BinaryContent, RequestOptions) |
[Protocol Method] Creates a new version of a skill. If the skill does not exist, it will be created.
|
| CreateSkillVersionAsync(String, SkillInlineContent, Nullable<Boolean>, CancellationToken) |
Creates a new version of a skill. If the skill does not exist, it will be created. |
| CreateSkillVersionFromFiles(String, BinaryContent, String, RequestOptions) |
[Protocol Method] Creates a new version of a skill from uploaded files via multipart form data.
|
| CreateSkillVersionFromFiles(String, String, CancellationToken) |
Creates a skill from a zip package. |
| CreateSkillVersionFromFilesAsync(String, BinaryContent, String, RequestOptions) |
[Protocol Method] Creates a new version of a skill from uploaded files via multipart form data.
|
| CreateSkillVersionFromFilesAsync(String, String, CancellationToken) |
Creates a skill from a zip package. |
| DeleteSkill(String, CancellationToken) |
Removes the specified skill and its associated versions. |
| DeleteSkill(String, RequestOptions) |
[Protocol Method] Removes the specified skill and its associated versions.
|
| DeleteSkillAsync(String, CancellationToken) |
Removes the specified skill and its associated versions. |
| DeleteSkillAsync(String, RequestOptions) |
[Protocol Method] Removes the specified skill and its associated versions.
|
| DeleteSkillVersion(String, String, CancellationToken) |
Removes the specified version of a skill. |
| DeleteSkillVersion(String, String, RequestOptions) |
[Protocol Method] Removes the specified version of a skill.
|
| DeleteSkillVersionAsync(String, String, CancellationToken) |
Removes the specified version of a skill. |
| DeleteSkillVersionAsync(String, String, RequestOptions) |
[Protocol Method] Removes the specified version of a skill.
|
| GetSkill(String, CancellationToken) |
Retrieves the specified skill and its current configuration. |
| GetSkill(String, RequestOptions) |
[Protocol Method] Retrieves the specified skill and its current configuration.
|
| GetSkillAsync(String, CancellationToken) |
Retrieves the specified skill and its current configuration. |
| GetSkillAsync(String, RequestOptions) |
[Protocol Method] Retrieves the specified skill and its current configuration.
|
| GetSkillContent(String, CancellationToken) |
Downloads the zip content for the default version of a skill. |
| GetSkillContent(String, RequestOptions) |
[Protocol Method] Downloads the zip content for the default version of a skill.
|
| GetSkillContent(String, String, CancellationToken) |
Downloads a skill package, save it to file and return as a Binary data. |
| GetSkillContentAsync(String, CancellationToken) |
Downloads the zip content for the default version of a skill. |
| GetSkillContentAsync(String, RequestOptions) |
[Protocol Method] Downloads the zip content for the default version of a skill.
|
| GetSkillContentAsync(String, String, CancellationToken) |
Downloads a skill package, save it to file and return as a Binary data. |
| GetSkills(Nullable<Int32>, Nullable<AgentListOrder>, String, String, CancellationToken) |
Returns the list of all skills. |
| GetSkillsAsync(Nullable<Int32>, Nullable<AgentListOrder>, String, String, CancellationToken) |
Returns the list of all skills. |
| GetSkillVersion(String, String, CancellationToken) |
Retrieves the specified version of a skill by name and version identifier. |
| GetSkillVersion(String, String, RequestOptions) |
[Protocol Method] Retrieves the specified version of a skill by name and version identifier.
|
| GetSkillVersionAsync(String, String, CancellationToken) |
Retrieves the specified version of a skill by name and version identifier. |
| GetSkillVersionAsync(String, String, RequestOptions) |
[Protocol Method] Retrieves the specified version of a skill by name and version identifier.
|
| GetSkillVersionContent(String, String, CancellationToken) |
Downloads the zip content for a specific version of a skill. |
| GetSkillVersionContent(String, String, RequestOptions) |
[Protocol Method] Downloads the zip content for a specific version of a skill.
|
| GetSkillVersionContentAsync(String, String, CancellationToken) |
Downloads the zip content for a specific version of a skill. |
| GetSkillVersionContentAsync(String, String, RequestOptions) |
[Protocol Method] Downloads the zip content for a specific version of a skill.
|
| GetSkillVersions(String, Nullable<Int32>, Nullable<AgentListOrder>, String, String, CancellationToken) |
Returns the available versions for the specified skill. |
| GetSkillVersions(String, Nullable<Int32>, String, String, String, RequestOptions) |
[Protocol Method] Returns the available versions for the specified skill.
|
| GetSkillVersionsAsync(String, Nullable<Int32>, Nullable<AgentListOrder>, String, String, CancellationToken) |
Returns the available versions for the specified skill. |
| GetSkillVersionsAsync(String, Nullable<Int32>, String, String, String, RequestOptions) |
[Protocol Method] Returns the available versions for the specified skill.
|
| UpdateDefaultVersion(String, BinaryContent, RequestOptions) |
[Protocol Method] Modifies the specified skill's configuration.
|
| UpdateDefaultVersion(String, String, CancellationToken) |
Modifies the specified skill's configuration. |
| UpdateDefaultVersionAsync(String, BinaryContent, RequestOptions) |
[Protocol Method] Modifies the specified skill's configuration.
|
| UpdateDefaultVersionAsync(String, String, CancellationToken) |
Modifies the specified skill's configuration. |