SkillInformation Class

Definition

Contains all descriptive information about the skill and its origins.

public ref class SkillInformation sealed
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.AI.Skills.SkillInterfacePreview.SkillsAPIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Static(typeof(Microsoft.AI.Skills.SkillInterfacePreview.ISkillInformationStatics), 65536, "Microsoft.AI.Skills.SkillInterfacePreview.SkillsAPIContract")]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class SkillInformation
type SkillInformation = class
Public NotInheritable Class SkillInformation
Inheritance
SkillInformation
Attributes
Windows.Foundation.Metadata.ContractVersionAttribute Windows.Foundation.Metadata.MarshalingBehaviorAttribute Windows.Foundation.Metadata.StaticAttribute Windows.Foundation.Metadata.ThreadingAttribute

Properties

Author

User readable name of the author of the skill.

Description

User readable description for the skill.

Id

Skill Guid unique identifier.

Name

User readable name for the skill.

Publisher

User readable name of the publisher of the skill.

Version

PackageVersion used to differentiate between versions of the same skill contract.

Methods

Create(String, String, Guid, PackageVersion, String, String)

Instantiates a SkillInformation.

Applies to