AgentSkillResource 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.
Abstract base class for skill resources. A resource provides supplementary content (references, assets) to a skill.
public abstract class AgentSkillResource
type AgentSkillResource = class
Public MustInherit Class AgentSkillResource
- Inheritance
-
AgentSkillResource
Constructors
| Name | Description |
|---|---|
| AgentSkillResource(String, String) |
Initializes a new instance of the AgentSkillResource class. |
Properties
| Name | Description |
|---|---|
| Description |
Gets the optional resource description. |
| Name |
Gets the resource name. |
Methods
| Name | Description |
|---|---|
| ReadAsync(IServiceProvider, CancellationToken) |
Reads the resource content asynchronously. |