ISkillFeatureDescriptor Interface
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.
Provides requirements for an ISkillFeatureValue and a factory method for instantiating it.
public interface class ISkillFeatureDescriptor
[Windows.Foundation.Metadata.Guid(3369467541, 324, 17155, 156, 224, 103, 141, 188, 195, 143, 185)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.AI.Skills.SkillInterfacePreview.SkillsAPIContract), 65536)]
public interface ISkillFeatureDescriptor
type ISkillFeatureDescriptor = interface
Public Interface ISkillFeatureDescriptor
- Derived
- Attributes
-
Windows.Foundation.Metadata.GuidAttribute Windows.Foundation.Metadata.ContractVersionAttribute
Properties
| Description |
The skill variable's description. |
| FeatureKind |
The SkillFeatureKind of an ISkillFeature variable. |
| IsRequired |
Whether or not this feature is required to be bound in an ISkillBinding to proceed to evaluation with the related ISkill. |
| Name |
The skill variable's name. |
Methods
| CreateValueAsync(Object, ISkillExecutionDevice) |
Creates an ISkillFeatureValue according to the format this instance describes in the memory space of the specified device. |