AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The summary of skills.

Inheritance Hierarchy

System.Object
  Amazon.AlexaForBusiness.Model.SkillSummary

Namespace: Amazon.AlexaForBusiness.Model
Assembly: AWSSDK.AlexaForBusiness.dll
Version: 3.x.y.z

Syntax

C#
public class SkillSummary

The SkillSummary type exposes the following members

Constructors

NameDescription
Public Method SkillSummary()

Properties

NameTypeDescription
Public Property EnablementType Amazon.AlexaForBusiness.EnablementType

Gets and sets the property EnablementType.

Whether the skill is enabled under the user's account, or if it requires linking to be used.

Public Property SkillId System.String

Gets and sets the property SkillId.

The ARN of the skill summary.

Public Property SkillName System.String

Gets and sets the property SkillName.

The name of the skill.

Public Property SkillType Amazon.AlexaForBusiness.SkillType

Gets and sets the property SkillType.

Whether the skill is publicly available or is a private skill.

Public Property SupportsLinking System.Boolean

Gets and sets the property SupportsLinking.

Linking support for a skill.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5