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.

Granular information about the skill.

Inheritance Hierarchy

System.Object
  Amazon.AlexaForBusiness.Model.SkillDetails

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

Syntax

C#
public class SkillDetails

The SkillDetails type exposes the following members

Constructors

NameDescription
Public Method SkillDetails()

Properties

NameTypeDescription
Public Property BulletPoints System.Collections.Generic.List<System.String>

Gets and sets the property BulletPoints.

The details about what the skill supports organized as bullet points.

Public Property DeveloperInfo Amazon.AlexaForBusiness.Model.DeveloperInfo

Gets and sets the property DeveloperInfo.

The details about the developer that published the skill.

Public Property EndUserLicenseAgreement System.String

Gets and sets the property EndUserLicenseAgreement.

The URL of the end user license agreement.

Public Property GenericKeywords System.Collections.Generic.List<System.String>

Gets and sets the property GenericKeywords.

The generic keywords associated with the skill that can be used to find a skill.

Public Property InvocationPhrase System.String

Gets and sets the property InvocationPhrase.

The phrase used to trigger the skill.

Public Property NewInThisVersionBulletPoints System.Collections.Generic.List<System.String>

Gets and sets the property NewInThisVersionBulletPoints.

The updates added in bullet points.

Public Property ProductDescription System.String

Gets and sets the property ProductDescription.

The description of the product.

Public Property ReleaseDate System.String

Gets and sets the property ReleaseDate.

The date when the skill was released.

Public Property Reviews System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Reviews.

This member has been deprecated.

The list of reviews for the skill, including Key and Value pair.

Public Property SkillTypes System.Collections.Generic.List<System.String>

Gets and sets the property SkillTypes.

The types of skills.

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